Stephen Gold

Results 451 comments of Stephen Gold
trafficstars

I think it's worth considering, but my attention has been elsewhere, so I haven't reviewed this in depth. If someone else could review it, that would be great.

@shamanDevel Can you explain why this test failed?

While testing the 3.3.1 release candidate, I ran `HelloOpenCL` in the v3.3 branch. Same hardware, but running Linux now, since my Windows was EOLed. The behavior is different than I...

The test still fails in v3.4.0-beta4, but even earlier in the initialization: ```test May 12, 2021 3:06:05 PM com.jme3.system.JmeDesktopSystem initialize INFO: Running on jMonkeyEngine 3.4.0-SNAPSHOT * Branch: v3.4 * Git...

That crash was with LWJGL v2. With LWJGL v3 I see a different crash: ```text May 12, 2021 3:19:55 PM com.jme3.system.JmeDesktopSystem initialize INFO: Running on jMonkeyEngine 3.4.0-SNAPSHOT * Branch: v3.4...

Okay, I installed some packages on my Linux: ```text sgold$ sudo apt install clinfo sgold$ apt install ocl-icd-opencl-dev ``` Now I get a different crash. With LWJGL v2: ```text Sep...

For now, applications can use the `AnimMigrationUtils` class to convert loaded models to the new system. So this issue doesn't seem urgent.

This would be much easier to review if it were split into 3 PRs: one for the native libraries, one for the settings dialog, and one for the error dialog....