Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Handle corrupt cache better

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Getting this every time i try to start an instance. It said something like Unable to load RS cache and then threw this exception. Deleting the cache seems to have fixed the issue.
Code:
java.lang.NullPointerException
    at nul.IiiiIIiiiiII.<init>(xdb:134)
    at nul.IiiiIIiiiiII.<init>(xdb:229)
    at nul.IiiIIIiIIIIi.run(hfc:119)
@cloud
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
@Cloud what are our options? Can we just delete the cache ourselves? Can we more gracefully handle corrupt/incomplete cache?
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
@Cloud what are our options? Can we just delete the cache ourselves? Can we more gracefully handle corrupt/incomplete cache?
The cache is handled "gracefully" when we have the proper directory detected. Aidden's issue was that the detected game type was wrong and so we weren't monitoring the correct files.
 
Top