Thread: [#667] Novite

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11  
    Registered Member
    Join Date
    Jul 2018
    Posts
    10
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    It doesn't help anybody to keep things in your archives and not share them.
    I think the community appreciates that, thank you!
    Reply With Quote  
     

  2. Thankful user:


  3. #12  
    Banned [#667] Novite Market Banned


    Join Date
    Feb 2018
    Posts
    824
    Thanks given
    9
    Thanks received
    236
    Rep Power
    0
    You asked me to post this for ya so you can remember it later, here ya go.

    Code:
    java.io.FileNotFoundException: data\cache\main_file_cache.dat2 (The system cannot find the path specified)
    	at java.io.RandomAccessFile.open0(Native Method)
    	at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
    	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
    	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:124)
    	at com.alex.store.Store.<init>(Store.java:35)
    	at com.alex.store.Store.<init>(Store.java:28)
    	at com.alex.store.Store.<init>(Store.java:24)
    	at novite.rs.cache.Cache.init(Cache.java:22)
    	at novite.rs.engine.game.GameLoader.load(GameLoader.java:81)
    	at novite.rs.engine.game.GameLoader.<init>(GameLoader.java:51)
    	at novite.rs.engine.game.GameLoader.<clinit>(GameLoader.java:196)
    	at novite.Main.main(Main.java:25)
    java.io.FileNotFoundException: data\map\packedKeys.bin (The system cannot find the path specified)
    	at java.io.FileOutputStream.open0(Native Method)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at novite.rs.utility.game.map.MapXTEA.loadUnpacked(MapXTEA.java:37)
    	at novite.rs.utility.game.map.MapXTEA.init(MapXTEA.java:28)
    	at novite.rs.engine.game.GameLoader$3.call(GameLoader.java:112)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.util.concurrent.ExecutionException: java.lang.NullPointerException
    	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    	at novite.rs.engine.BlockingExecutorService.waitForPendingTasks(BlockingExecutorService.java:55)
    	at novite.Main.main(Main.java:25)
    Caused by: java.lang.NullPointerException
    	at novite.rs.utility.Utils.getItemDefinitionsSize(Utils.java:361)
    	at novite.rs.cache.loaders.ItemEquipIds.init(ItemEquipIds.java:13)
    	at novite.rs.engine.game.GameLoader$1.call(GameLoader.java:92)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\npcs\packedCombatDefinitions.ncd (The system cannot find the path specified)
    	at java.io.FileOutputStream.open0(Native Method)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at novite.rs.utility.game.npc.NPCCombatDefinitionsL.loadUnpackedNPCCombatDefinitions(NPCCombatDefinitionsL.java:160)
    	at novite.rs.utility.game.npc.NPCCombatDefinitionsL.init(NPCCombatDefinitionsL.java:145)
    	at novite.rs.engine.game.GameLoader$4.call(GameLoader.java:123)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\npcs\nonwalking.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.game.npc.Nonmoving.loadList(Nonmoving.java:34)
    	at novite.rs.engine.game.GameLoader$4.call(GameLoader.java:124)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\items\unpackedExamines.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.ItemExamines.loadUnpackedItemExamines(ItemExamines.java:69)
    	at novite.rs.utility.ItemExamines.init(ItemExamines.java:30)
    	at novite.rs.engine.game.GameLoader$5.call(GameLoader.java:133)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\map\unpackedMapAreas.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.MapAreas.loadUnpackedMapAreas(MapAreas.java:74)
    	at novite.rs.utility.MapAreas.init(MapAreas.java:28)
    	at novite.rs.engine.game.GameLoader$3.call(GameLoader.java:113)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\npcs\unpackedExamines.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.game.npc.NPCExamines.loadUnpacked(NPCExamines.java:103)
    	at novite.rs.utility.game.npc.NPCExamines.loadExamines(NPCExamines.java:46)
    	at novite.rs.engine.game.GameLoader$5.call(GameLoader.java:135)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Reply With Quote  
     

  4. #13  
    Boolean


    Join Date
    Feb 2014
    Posts
    733
    Thanks given
    91
    Thanks received
    22
    Rep Power
    253
    Quote Originally Posted by Carl View Post
    You asked me to post this for ya so you can remember it later, here ya go.

    Code:
    java.io.FileNotFoundException: data\cache\main_file_cache.dat2 (The system cannot find the path specified)
    	at java.io.RandomAccessFile.open0(Native Method)
    	at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
    	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
    	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:124)
    	at com.alex.store.Store.<init>(Store.java:35)
    	at com.alex.store.Store.<init>(Store.java:28)
    	at com.alex.store.Store.<init>(Store.java:24)
    	at novite.rs.cache.Cache.init(Cache.java:22)
    	at novite.rs.engine.game.GameLoader.load(GameLoader.java:81)
    	at novite.rs.engine.game.GameLoader.<init>(GameLoader.java:51)
    	at novite.rs.engine.game.GameLoader.<clinit>(GameLoader.java:196)
    	at novite.Main.main(Main.java:25)
    java.io.FileNotFoundException: data\map\packedKeys.bin (The system cannot find the path specified)
    	at java.io.FileOutputStream.open0(Native Method)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at novite.rs.utility.game.map.MapXTEA.loadUnpacked(MapXTEA.java:37)
    	at novite.rs.utility.game.map.MapXTEA.init(MapXTEA.java:28)
    	at novite.rs.engine.game.GameLoader$3.call(GameLoader.java:112)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.util.concurrent.ExecutionException: java.lang.NullPointerException
    	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    	at novite.rs.engine.BlockingExecutorService.waitForPendingTasks(BlockingExecutorService.java:55)
    	at novite.Main.main(Main.java:25)
    Caused by: java.lang.NullPointerException
    	at novite.rs.utility.Utils.getItemDefinitionsSize(Utils.java:361)
    	at novite.rs.cache.loaders.ItemEquipIds.init(ItemEquipIds.java:13)
    	at novite.rs.engine.game.GameLoader$1.call(GameLoader.java:92)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\npcs\packedCombatDefinitions.ncd (The system cannot find the path specified)
    	at java.io.FileOutputStream.open0(Native Method)
    	at java.io.FileOutputStream.open(FileOutputStream.java:270)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    	at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
    	at novite.rs.utility.game.npc.NPCCombatDefinitionsL.loadUnpackedNPCCombatDefinitions(NPCCombatDefinitionsL.java:160)
    	at novite.rs.utility.game.npc.NPCCombatDefinitionsL.init(NPCCombatDefinitionsL.java:145)
    	at novite.rs.engine.game.GameLoader$4.call(GameLoader.java:123)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\npcs\nonwalking.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.game.npc.Nonmoving.loadList(Nonmoving.java:34)
    	at novite.rs.engine.game.GameLoader$4.call(GameLoader.java:124)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\items\unpackedExamines.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.ItemExamines.loadUnpackedItemExamines(ItemExamines.java:69)
    	at novite.rs.utility.ItemExamines.init(ItemExamines.java:30)
    	at novite.rs.engine.game.GameLoader$5.call(GameLoader.java:133)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\map\unpackedMapAreas.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.MapAreas.loadUnpackedMapAreas(MapAreas.java:74)
    	at novite.rs.utility.MapAreas.init(MapAreas.java:28)
    	at novite.rs.engine.game.GameLoader$3.call(GameLoader.java:113)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    java.io.FileNotFoundException: data\npcs\unpackedExamines.txt (The system cannot find the path specified)
    	at java.io.FileInputStream.open0(Native Method)
    	at java.io.FileInputStream.open(FileInputStream.java:195)
    	at java.io.FileInputStream.<init>(FileInputStream.java:138)
    	at java.io.FileInputStream.<init>(FileInputStream.java:93)
    	at java.io.FileReader.<init>(FileReader.java:58)
    	at novite.rs.utility.game.npc.NPCExamines.loadUnpacked(NPCExamines.java:103)
    	at novite.rs.utility.game.npc.NPCExamines.loadExamines(NPCExamines.java:46)
    	at novite.rs.engine.game.GameLoader$5.call(GameLoader.java:135)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    your missing files.
    Reply With Quote  
     

  5. #14  
    Banned [#667] Novite Market Banned


    Join Date
    Feb 2018
    Posts
    824
    Thanks given
    9
    Thanks received
    236
    Rep Power
    0
    Quote Originally Posted by Seth Rogen View Post
    your missing files.
    I'm aware, as I said in the post, Tyluur asked me to post that on here so he wouldn't forget. He hasn't uploaded the Novite cache yet as it's on his other pc.
    Reply With Quote  
     

  6. Thankful user:


  7. #15  
    Boolean


    Join Date
    Feb 2014
    Posts
    733
    Thanks given
    91
    Thanks received
    22
    Rep Power
    253
    Quote Originally Posted by Carl View Post
    I'm aware, as I said in the post, Tyluur asked me to post that on here so he wouldn't forget. He hasn't uploaded the Novite cache yet as it's on his other pc.
    i had same issue asked him a while ago good luck.
    Reply With Quote  
     

  8. #16  
    Throne Scape - Founder/Developer
    Mokhtar's Avatar
    Join Date
    Mar 2018
    Posts
    803
    Thanks given
    43
    Thanks received
    171
    Rep Power
    299
    Thank you looks nice
    Reply With Quote  
     

  9. #17  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Carl View Post
    I'm aware, as I said in the post, Tyluur asked me to post that on here so he wouldn't forget. He hasn't uploaded the Novite cache yet as it's on his other pc.
    Now that my new build's all done, I've uploaded the cache & provided it in the README on the official GitHub repository.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  10. #18  
    Boolean


    Join Date
    Feb 2014
    Posts
    733
    Thanks given
    91
    Thanks received
    22
    Rep Power
    253
    Quote Originally Posted by Tyluur View Post
    Now that my new build's all done, I've uploaded the cache & provided it in the README on the official GitHub repository.
    you are still missing "data" folder
    Reply With Quote  
     

  11. #19  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Seth Rogen View Post
    you are still missing "data" folder
    Good find - I've corrected that in this commit & gave it a run myself (after a long time).

    Attached image
    Last edited by Tyluur; 08-07-2023 at 02:21 AM.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  12. Thankful user:


  13. #20  
    Registered Member
    Join Date
    Sep 2023
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    how/where do i download?
    tia
    Reply With Quote  
     

Page 2 of 3 FirstFirst 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 390
    Last Post: 07-01-2023, 02:17 AM
  2. [667] Zaria 667 | Oldschool
    By Shnek in forum Projects
    Replies: 82
    Last Post: 12-28-2018, 01:19 AM
  3. Replies: 141
    Last Post: 08-05-2018, 09:01 PM
  4. [667] Argos Rsps [667]
    By Johnyblob22 in forum Projects
    Replies: 43
    Last Post: 04-11-2018, 04:47 PM
  5. [667] Novite
    By Stimulant in forum Projects
    Replies: 30
    Last Post: 11-21-2017, 04:55 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •