Thread: RS Map Tool (with source)

Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38
  1. #31  
    Registered Member
    Join Date
    Aug 2017
    Posts
    72
    Thanks given
    29
    Thanks received
    12
    Rep Power
    0
    any idea why this happens?

    "Loaded 6 cache indices.
    Loaded 1498 map indices.
    Badseek - pos:63379680 len:63424757
    SOMESHITWRONGWITHNEXTFILEtrue true true
    Aug 09, 2017 5:31:32 PM com.jme3.app.Application handleError
    SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
    java.lang.NullPointerException
    at com.runescape.net.Buffer.get24BitInt(Buffer.java:1 52)
    at com.runescape.cache.Archive.<init>(Archive.java:28 )
    at org.fabian.rsmt.RSMapTool.getArchive(RSMapTool.jav a:67)
    at org.fabian.rsmt.RSMapTool.loadCache(RSMapTool.java :176)
    at org.fabian.rsmt.RSMapTool.simpleInitApp(RSMapTool. java:116)
    at com.jme3.app.SimpleApplication.initialize(SimpleAp plication.java:226)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInT hread(LwjglAbstractDisplay.java:130)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(Lwj glAbstractDisplay.java:209)
    at java.lang.Thread.run(Unknown Source)

    "
     

  2. #32  
    Registered Member
    Join Date
    Apr 2016
    Posts
    148
    Thanks given
    46
    Thanks received
    30
    Rep Power
    19
    Really basic functionality but the first map editor i've got working, thanks
     

  3. #33  
    Super Donator

    Chivvon's Avatar
    Join Date
    May 2016
    Posts
    487
    Thanks given
    69
    Thanks received
    142
    Rep Power
    285
    Quote Originally Posted by Deadman World View Post
    Really basic functionality but the first map editor i've got working, thanks
    If you plan on expanding this.....I remember that this editor had a simple memory leak when clicking.
    Best of luck m8
     

  4. #34  
    Registered Member
    Join Date
    Jul 2017
    Posts
    26
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Sickness View Post
    First got error:
    Code:
    java.lang.RuntimeException: com.jme3.asset.AssetNotFoundException: Interface/EditorUI.xml
    but I managed to fix it.

    Gj tho.
    Anyone know how this guy managed to fix this?
     

  5. #35  
    Super Donator

    Chivvon's Avatar
    Join Date
    May 2016
    Posts
    487
    Thanks given
    69
    Thanks received
    142
    Rep Power
    285
    Quote Originally Posted by efos0mnus View Post
    Anyone know how this guy managed to fix this?
    As the error states; the path is not found at "Interface/EditorUI.xml". Have a look at that.
     

  6. #36  
    Registered Member
    Join Date
    Jul 2017
    Posts
    26
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Chivvon View Post
    As the error states; the path is not found at "Interface/EditorUI.xml". Have a look at that.
    Well that's nice and all but the file is in the proper location.. Eclipse is throwing
    SEVERE: Uncaught exception thrown in Thread[LWJGL Renderer Thread,5,main]
    java.lang.RuntimeException: com.jme3.asset.AssetNotFoundException: Interface/EditorUI.xml
    at de.lessvoid.nifty.Nifty.loadFromFile(Nifty.java:57 7)
    at me and also
    577 is not a valid number in de.lessvoid.nifty.Nifty
    I've boiled it down to Nifty.jar requiring a source (Presumably Nifty.class according to eclipse).. Problem being, I don't have a Nifty.class and can't create one due to not having a Nifty.java or from scratch because I don't even know what the hell a nifty is..
     

  7. #37  
    Super Donator

    Chivvon's Avatar
    Join Date
    May 2016
    Posts
    487
    Thanks given
    69
    Thanks received
    142
    Rep Power
    285
    Quote Originally Posted by efos0mnus View Post
    Well that's nice and all but the file is in the proper location.. Eclipse is throwing at me and also

    I've boiled it down to Nifty.jar requiring a source (Presumably Nifty.class according to eclipse).. Problem being, I don't have a Nifty.class and can't create one due to not having a Nifty.java or from scratch because I don't even know what the hell a nifty is..
    (As I've already said, the path of your EditorUI.xml is not right)

    I found this on my pc and it is from a long time ago. It should work, have fun with it:
    https://www.dropbox.com/s/jhsh49pz6c...pTool.rar?dl=0
     

  8. Thankful user:


  9. #38  
    Registered Member
    Join Date
    Jul 2017
    Posts
    26
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Chivvon View Post
    (As I've already said, the path of your EditorUI.xml is not right)

    I found this on my pc and it is from a long time ago. It should work, have fun with it:
    https://www.dropbox.com/s/jhsh49pz6c...pTool.rar?dl=0
    I wasn't trying to say you were wrong sorry if it came off that way.. It was an "as far as i can tell" statement.. I appreciate you taking the time out to help me.

    The one you uploaded works like a dream.. It's exactly what I need, however when I attempt to save maps, It throws me the following exception:
    [SPOIL]
    SEVERE: Exception
    java.lang.NullPointerException
    at org.fabian.rsmt.RSMapTool.saveMap(RSMapTool.java:4 23)
    at org.fabian.rsmt.RSMapTool$3.call(RSMapTool.java:41 6)
    at org.fabian.rsmt.RSMapTool$3.call(RSMapTool.java:1)
    at com.jme3.app.AppTask.invoke(AppTask.java:142)
    at com.jme3.app.Application.runQueuedTasks(Applicatio n.java:583)
    at com.jme3.app.Application.update(Application.java:5 96)
    at com.jme3.app.SimpleApplication.update(SimpleApplic ation.java:231)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop (LwjglAbstractDisplay.java:151)
    at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDi splay.java:185)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(Lwj glAbstractDisplay.java:230)
    at java.lang.Thread.run(Unknown Source)
    [/SPOIL]

    Fixed this>I looked at line 423 and 416 in rsmaptool.java but i cant seem to figure this out.. I've even changed it in multiple locations and tried implementing a new path. Am i overlooking something?

    But now I'm getting this..

    java.io.FileNotFoundException: maps\624.dat (The system cannot find the path specified)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at org.fabian.rsmt.RSMapTool.saveMap(RSMapTool.java:4 21)
    at org.fabian.rsmt.RSMapTool$3.call(RSMapTool.java:41 1)
    at org.fabian.rsmt.RSMapTool$3.call(RSMapTool.java:1)
    at com.jme3.app.AppTask.invoke(AppTask.java:142)
    at com.jme3.app.Application.runQueuedTasks(Applicatio n.java:583)
    at com.jme3.app.Application.update(Application.java:5 96)
    at com.jme3.app.SimpleApplication.update(SimpleApplic ation.java:231)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop (LwjglAbstractDisplay.java:151)
    at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDi splay.java:185)
    at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(Lwj glAbstractDisplay.java:230)
    at java.lang.Thread.run(Unknown Source)
    Saved Map.
    Can't find maps\624.dat? What is 624.dat?
     

Page 4 of 4 FirstFirst ... 234

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. RS Map Tool - (Soon To Be) Public Map Editor
    By .fabian in forum Projects
    Replies: 56
    Last Post: 01-19-2015, 01:32 PM
  2. Map Viewer / or / Editor Open source
    By Lmctruck30 in forum Requests
    Replies: 2
    Last Post: 12-30-2013, 04:23 AM
  3. Recovery Tool - Open Sourced!
    By poke1103 in forum Application Development
    Replies: 5
    Last Post: 06-24-2011, 09:56 PM
  4. Recovery Tool - Open Sourced!
    By poke1103 in forum RuneScape Underground
    Replies: 2
    Last Post: 06-24-2011, 04:08 PM
  5. Replies: 35
    Last Post: 07-05-2008, 08:38 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •