1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Handle corrupt cache better

Discussion in 'Developer Support' started by Aidden, Feb 25, 2016.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    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 (Text):
    1.  
    2. java.lang.NullPointerException
    3.     at nul.IiiiIIiiiiII.<init>(xdb:134)
    4.     at nul.IiiiIIiiiiII.<init>(xdb:229)
    5.     at nul.IiiIIIiIIIIi.run(hfc:119)
    6.  
    @cloud
     
  2. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    @Cloud what are our options? Can we just delete the cache ourselves? Can we more gracefully handle corrupt/incomplete cache?
     
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    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.
     
    Arbiter likes this.

Share This Page

Loading...