question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Null Pointer Exception while loading

See original GitHub issue

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:closed
  • Created 5 years ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
MajorTuvokcommented, Feb 4, 2019

(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)

1reaction
MichaelHillcoxcommented, Feb 4, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found