Description
The application crashes immediately upon startup with a null pointer exception. This is blocking our production deployment.
Steps to Reproduce
- Launch the application
- Application crashes before main window appears
- Error log shows NullPointerException in initialization code
Expected Behavior
Application should start successfully and display the main window
Actual Behavior
Application crashes with error:
NullPointerException at line 42 in MainController.init()
Impact
- Blocking production deployment
- Affects all users
- Started happening after recent update
Environment
- Version: 2.1.0
- OS: Windows 11
- Java Runtime: 17.0.2
Description
The application crashes immediately upon startup with a null pointer exception. This is blocking our production deployment.
Steps to Reproduce
Expected Behavior
Application should start successfully and display the main window
Actual Behavior
Application crashes with error:
Impact
Environment