Thread: Need help with character saving and lagging

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Need help with character saving and lagging 
    Registered Member Minerality's Avatar
    Join Date
    Dec 2014
    Age
    28
    Posts
    30
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Hello,

    So i got hands on one really awesome source, but the thing is its lagging and wont save characters and giving alot of errors in eclipse when trying to start it up.

    I can make you smile if you could show me how to set this server up.
    Please contact me, i really need that help. Since rune-server guys dont let make threads here paying for help then please PM me or skype me: live:Angus Anson

    I will also give you rep+

    Server startup
    Code:
    Mar 28, 2017 11:55:31 AM org.niobe.GameServer main
    INFO: Launching Niobe, please be patient while configurations are being loaded...
    Loading game object definitions...
    Loaded 62550 object definitions in 848ms
    Loading mob definitions...
    Loaded 14377 mob definitions in 1199ms
    Loading item definitions...
    Loaded 22163 item definitions in 1750ms
    Loading weapon definitions...
    Loaded 1119 weapon definitions in 100ms
    Loading shop definitions...
    Loaded 51 shop in 147ms
    Loading mob drop tables...
    Loaded 187 mob drop tables in 157ms
    Mar 28, 2017 11:55:35 AM org.niobe.world.content.clan.ClanChatManager init
    INFO: Directory for clan files does NOT exist!
    Loading dialogues...
    Loaded 6 dialogues in 22ms
    Loading region clipping...
    Loading cache game object definitions...
    Loaded 45075 cache object definitions #525 and 62353 cache object definitions #667 in 97ms
    Cannot load mapLandscape[242]=3088; terrain[242]=2640
    Cannot load mapLandscape[254]=2191; terrain[254]=2190
    Cannot load mapLandscape[340]=3958; terrain[340]=2434
    Cannot load mapLandscape[578]=1962; terrain[578]=1961
    Cannot load mapLandscape[1251]=3434; terrain[1251]=3433
    Cannot load mapLandscape[1252]=3436; terrain[1252]=3435
    Cannot load mapLandscape[1440]=3366; terrain[1440]=3365
    Cannot load mapLandscape[1472]=3182; terrain[1472]=3181
    Cannot load mapLandscape[1526]=4134; terrain[1526]=4133
    Cannot load mapLandscape[1598]=1966; terrain[1598]=1965
    Cannot load mapLandscape[1615]=1974; terrain[1615]=1973
    Cannot load mapLandscape[1616]=1970; terrain[1616]=1969
    Cannot load mapLandscape[1620]=4176; terrain[1620]=4175
    Cannot load mapLandscape[1621]=4190; terrain[1621]=4189
    Cannot load mapLandscape[1622]=4180; terrain[1622]=4179
    Cannot load mapLandscape[1628]=4178; terrain[1628]=4177
    Cannot load mapLandscape[1637]=2511; terrain[1637]=2416
    Cannot load mapLandscape[1645]=3089; terrain[1645]=2742
    Loaded 1354 region clippings in 24885ms
    Loading mob world spawns...
    Loaded 1702 mob spawns in 424ms
    Loading game object world spawns...
    Loaded 147 game object world spawns in 25ms
    Loading ground item spawns...
    Loaded 220 ground item spawns in 66ms
    Loading saved dwarf multi cannons...
    Loaded 0 dwarf multi cannons in 1ms
    Loading server news feed...
    Loaded 12 news feed in 14ms
    Loading starter kit received per mac address configurations...
    Loaded 0 starter kit(s) received per mac address in 0ms
    Loading metal item for sound configurations...
    Loaded metal item for sound configurations.
    Loading player weapon sounds...
    Loaded all player weapon sounds
    Loading mob combat sounds...
    Loaded mob combat sounds
    Loading donator auths...
    Loaded 0 donator auths in 0ms
    Loading Grand Exchange offers...
    Mar 28, 2017 11:56:01 AM org.niobe.world.content.exchange.GrandExchange load
    INFO: Folder for grand exchange offers has NOT been found!
    Starting to read login messages...
    Loaded login messages in 3ms
    Mar 28, 2017 11:56:01 AM org.niobe.GameServer main
    INFO: Port 43594 has been bound.

    Client start up

    Code:
    Detected new file with size [-1]; current size [0]
    Launching client on #REVISION_667
    An error occurred while reading the image cache.
    java.awt.image.RasterFormatException: (y + height) is outside raster
    	at sun.awt.image.IntegerInterleavedRaster.createWritableChild(Unknown Source)
    	at java.awt.image.BufferedImage.getSubimage(Unknown Source)
    	at com.niobe.loginscreen.BackgroundDrawer.splitImage(BackgroundDrawer.java:23)
    	at com.niobe.Client.splitBackground(Client.java:18057)
    	at com.niobe.Client.startUp(Client.java:12714)
    	at com.niobe.Client.processDrawing(Client.java:15771)
    	at com.niobe.RSApplet.run(RSApplet.java:439)
    	at com.niobe.Client.run(Client.java:9071)
    	at java.lang.Thread.run(Unknown Source)

    Its lagging badly when figthing or moving around, if anyone remembers then i think InsidiaX back in day had kind of same problem.
    You have to see what i mean about "lagging"
    And no matter what account i make it never registers/saves it.

    lagg:
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    maybe you should consider showing the errors and the code related to them
    [Today 01:29 AM] RSTrials: Nice 0.97 Win/Loss Ratio luke. That's pretty bad.
    [Today 01:30 AM] Luke132: Ok u fucking moron i forgot i could influence misc.random
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member Minerality's Avatar
    Join Date
    Dec 2014
    Age
    28
    Posts
    30
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    I was thinking maybe someone just can check the code out with teamviewer or something

    And if typing something, pops this error
    java.io.FileNotFoundException: C:\Users\A\logs\chat\Mineraal.txt (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.FileWriter.<init>(Unknown Source)
    at org.niobe.world.Player.writeChatLog(Player.java:36 7)
    at org.niobe.net.packet.event.ChatMessageGamePacket.r ead(ChatMessageGamePacket.java:46)
    at org.niobe.world.update.player.PrePlayerGameUpdate. run(PrePlayerGameUpdate.java:41)
    at org.niobe.world.update.PhasedGameUpdate.run(Phased GameUpdate.java:36)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Attached image
    Reply With Quote  
     

  5. #4  
    "We don’t worry about warnings; we only worry about errors."
    Rozo's Avatar
    Join Date
    Dec 2013
    Posts
    573
    Thanks given
    53
    Thanks received
    70
    Rep Power
    49
    Buying/Selling isn't allowed in this section.

    OT: If you log in with a fresh account then walk a few steps forward, log out, log in it'll be reset?
    A man is smoking a cigarette and blowing smoke rings into the air. His girlfriend becomes irritated with the smoke and says, “Can’t you see the warning on the cigarette pack? Smoking is hazardous to your health!”

    To which the man replies, “I am a programmer. We don’t worry about warnings; we only worry about errors.” -Mod Ash

    Attached image
    Reply With Quote  
     

  6. #5  
    Registered Member Minerality's Avatar
    Join Date
    Dec 2014
    Age
    28
    Posts
    30
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Rozo View Post
    Buying/Selling isn't allowed in this section.

    OT: If you log in with a fresh account then walk a few steps forward, log out, log in it'll be reset?
    yes, il post gif what lagg looks like

    Here yall go https://www.upload.ee/image/6838956/DAFUCK.gif
    Attached image
    Reply With Quote  
     

  7. #6  
    "We don’t worry about warnings; we only worry about errors."
    Rozo's Avatar
    Join Date
    Dec 2013
    Posts
    573
    Thanks given
    53
    Thanks received
    70
    Rep Power
    49
    When logging out, any errors/output?
    A man is smoking a cigarette and blowing smoke rings into the air. His girlfriend becomes irritated with the smoke and says, “Can’t you see the warning on the cigarette pack? Smoking is hazardous to your health!”

    To which the man replies, “I am a programmer. We don’t worry about warnings; we only worry about errors.” -Mod Ash

    Attached image
    Reply With Quote  
     

  8. #7  
    Registered Member Minerality's Avatar
    Join Date
    Dec 2014
    Age
    28
    Posts
    30
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Rozo View Post
    When logging out, any errors/output?
    Nope
    Attached image
    Reply With Quote  
     

  9. #8  
    Registered Member Minerality's Avatar
    Join Date
    Dec 2014
    Age
    28
    Posts
    30
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by I am Death View Post
    Try not using an outdated version of runique.
    Last edited by Minerality; 03-28-2017 at 04:18 PM. Reason: not even worth replying to you, kid
    Attached image
    Reply With Quote  
     

  10. #9  
    Exiles Developer


    Join Date
    May 2009
    Age
    28
    Posts
    316
    Thanks given
    55
    Thanks received
    25
    Rep Power
    86
    The lagging may be the computer that you are hosting it on. If you are using the outdated version of Runique (I had released one on another forum about a year ago), then you most likely are using the version that uses a LOT of memory to run. For example the client used between 500-900MB of RAM and would crash when teleporting for some players.

    However the error: "C:\Users\A\logs\chat\Mineraal.txt"

    This is caused by the directory not existing. Go to your Users\A\ directory.
    Create a folder named logs, go inside that folder and make a folder called chat.
    Follow that for future errors. Just follow the path.
    Quote Originally Posted by Eazy View Post
    Quote Originally Posted by lostlegend View Post
    its not os-legacy its switched to Project-Insanity.
    And Very Much i ReCoded MEself. Check it out and u wil see ur self.
    People allways bothering with saying OS-LEGACY.. U NEVER CHECKED SERVERDONT COMPLAIN CHECK IT OUT B4 COMPLAINING
    So you switched Project-Insanity to Project-Insanity? gj
    Reply With Quote  
     

  11. #10  
    Donator
    Groot's Avatar
    Join Date
    Mar 2016
    Posts
    64
    Thanks given
    66
    Thanks received
    14
    Rep Power
    21
    Lag - in server search for server ticks (constants)

    server ticks = 600 (not 1200)

    saves - look closely at where the players save the info to..ie: copy data folder to your home dir etc.
    Learn the basics. Learn by doing. Apply knowledge.

    Spoiler for :

    public class HelloWorld {
    public static void main(String[] args) {
    System.out.println("Hello, World"); }
    }



    Reply With Quote  
     

Page 1 of 2 12 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: 1
    Last Post: 12-22-2014, 09:24 AM
  2. Replies: 0
    Last Post: 12-22-2014, 07:52 AM
  3. Need Help With Delta Duping And Other..
    By 3lou55 in forum Help
    Replies: 1
    Last Post: 05-01-2009, 02:40 PM
  4. Need help with ::item command and master.
    By redregious in forum Help
    Replies: 16
    Last Post: 03-21-2009, 01:24 PM
  5. need help with character files
    By midevilworm in forum Help
    Replies: 0
    Last Post: 10-25-2008, 01:59 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
  •