hvac 0 Posted August 6, 2022 Report Share Posted August 6, 2022 Took a very long break from RSPS' (like before people were using IntelliJ as opposed to eclipse long break) and I'm trying to mess around on a source/client that was definitely ran through IntelliJ I have everything set-up, however this particular base (Ancestral) is giving me some issues with the cache. I see CacheDownloader.java, and I see where it wants me to put my link to the cache as well as a cache version. I have zipped my cache and uploaded it to mediafire and I also made a .txt file for the cache version. Regardless of what I do, I still get this error when trying to run the client in Intellij: java.lang.NullPointerException: Cannot invoke "com.ferox.cache.Archive.get(String)" because "archive" is null at com.ferox.cache.graphics.IndexedImage.<init>(Index edImage.java:34) at com.ferox.draw.Rasterizer3D.init(Rasterizer3D.java :96) at com.ferox.Client.unpackTextures(Client.java:11840) at com.ferox.Client.startUp(Client.java:12000) at com.ferox.GameApplet.run(GameApplet.java:210) at com.ferox.Client.run(Client.java:8142) at java.base/java.lang.Thread.run(Thread.java:833) This NullPointerException repeats in the console multiple times for what looks like everything it's trying to invoke. Any help? Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now