Closed KanedaFr closed 2 years ago
Are you able to run desktop-1.0.jar
without using packr? E.g., java -cp desktop-1.0.jar com.willna.twinbee.desktop.DesktopLauncher
.
The exception Type 'org/lwjgl/PointerBuffer' (current frame, stack[1]) is not assignable to 'org/lwjgl/system/CustomBuffer'
sounds like it might be a classpath issue.
hi, you're right, I have the same error while using commandLine. same thing if I call the version built by AndroidStudio at libs/desktop-1.0.jar. it only works if I launch it using the Run/Debug configuration on Android Studio I wonder what's happening... I'll try to fix this outside of packr first and l'll let you know
It's a libgdx related issue, sorry about this.
For anyone with this problem -> https://github.com/libgdx/libgdx/issues/4777
I'll let you close the issue, thanks for your help
Since this is a known issue with libGDX, I'll close this.
Because I thought my previous issue (#217) would be resolved using LWJGL3, I migrated my desktop app. While it works like expected from Android Studio, if I packer it, it crashes on OSX
This is --cli --verbose -- output :
then I have to kill app and terminal