Severity Impact
⚠️ Major Functionality Broken
Describe the bug
The renderer fails to start. A window appears in the taskbar, but it does not appear on the screen, and an error is printed to the log.
Software Version
2.1.0
Steps to reproduce
- Open the program
- Open a midi file
- Press the button to start.
Reproduction File
It is broken on any midi, and seems entirely unrelated to the actual midi side of things.
System information
- OS: Arch Linux
- OS Version: 64-bit, latest (rolling release)
- CPU: AMD Ryzen 9 5950X
- GPU: AMD Radeon RX 9060 XT
- Any other relevant hardware: A midi controller is plugged in, though it was not chosen as the output. I am running 3 monitors.
Error Logs & Console Output
java.lang.NullPointerException: Cannot invoke "com.jme3.input.JoystickAxis.assignAxis(String, String)" because the return value of "com.jme3.input.Joystick.getPovYAxis()" is null
at com.jme3.input.FlyByCamera.mapJoystick(FlyByCamera.java:331)
at com.jme3.input.FlyByCamera.registerWithInput(FlyByCamera.java:295)
at com.jme3.app.FlyCamAppState.initialize(FlyCamAppState.java:74)
at com.jme3.app.state.AppStateManager.initializePending(AppStateManager.java:332)
at com.jme3.app.state.AppStateManager.update(AppStateManager.java:362)
at com.jme3.app.SimpleApplication.update(SimpleApplication.java:337)
at com.jme3.system.lwjgl.LwjglWindow.runLoop(LwjglWindow.java:730)
at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:820)
at java.base/java.lang.Thread.run(Thread.java:1583)
I get this in the messages section of the main program.
Verification
Severity Impact
Describe the bug
The renderer fails to start. A window appears in the taskbar, but it does not appear on the screen, and an error is printed to the log.
Software Version
2.1.0
Steps to reproduce
Reproduction File
It is broken on any midi, and seems entirely unrelated to the actual midi side of things.
System information
Error Logs & Console Output
I get this in the messages section of the main program.
Verification