Skip to content

[Bug]: Unable to render at all #411

@rwrv1

Description

@rwrv1

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

  1. Open the program
  2. Open a midi file
  3. 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

  • I have searched existing issues and this is not a duplicate
  • I have provided exact steps to reproduce this issue
  • I understand that issues missing required information will be closed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working or is incorrect

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions