Null Pointer Exception while loading
See original GitHub issue- Forge Version: 14.23.5.2808
- Building Gadgets version: 2.6.0
- Log: https://pastebin.com/Bz76bnE5
This is a non-critical error. The game continues to load, and everything seems to work. But there’s a Null Pointer Exception during load that would be nice to have cleaned up.
[12:59:30] [Client thread/INFO] [buildinggadgets]: Preparing to migrate old config Data to new Format [12:59:30] [Client thread/ERROR] [buildinggadgets]: Error loading compat-config file! java.lang.NullPointerException: null at com.direwolf20.buildinggadgets.common.config.CompatConfig.parseCompatConfig(CompatConfig.java:66) ~[CompatConfig.class:?] ...
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Error while loading the grid -null pointer exception [duplicate]
Null pointer exception : When ever a program code tried to access the data/object which is not present or not set or set...
Read more >How to Fix and Avoid NullPointerException in Java - Rollbar
The NullPointerException occurs due to a situation in application code where an uninitialized object is attempted to be accessed or modified.
Read more >Java NullPointerException - Detect, Fix, and Best Practices
1. NullPointerException when calling an instance method · 2. Java NullPointerException while accessing/modifying field of a null object · 3. Java ...
Read more >Getting Java Null pointer exception for loading or creating ...
This issue happens when the default project location for Portal Projects has been changed in res-hub-config.properties file in the server ...
Read more >"java.lang.NullPointerException" while loading tasks ... - ERROR
When loading tasks in the task view of the Product Information Management (PIM) Desktop client, a Nullpointer exception occurs:.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(I tested with a config File from 2.5.0… when creating the PR) (in hindsight, I should have tested with an older version too… -_- sorry)
Last time I checked you could add a config version number and if it doesn’t exist then just check for null. it’s a great way to check if there is going to be fatal conversion errors.