Thread: Necrotic [Ruse Development] Late RS2/OSRS Hybrid, Customs, Ready for Hosting

Page 11 of 29 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 287
  1. #101  
    Registered Member
    Join Date
    Oct 2017
    Posts
    24
    Thanks given
    10
    Thanks received
    0
    Rep Power
    11
    I notice that when I run the client via eclipse it works perfectly as well as settings in client and change to HD wont freeze the client at all but when I jar client via eclipse and run the Jar and try the HD via client settings it freeze any ideas how to make the client jar without having the freeze problem, I don't get why It runs smoothly via Eclipse am I jarring it incorrectly I also tried using jar maker its causing the client to not find my class client
    Reply With Quote  
     

  2. #102  
    Registered Member
    Necrotic's Avatar
    Join Date
    Mar 2016
    Posts
    158
    Thanks given
    156
    Thanks received
    56
    Rep Power
    130
    Quote Originally Posted by runeline2 View Post
    I notice that when I run the client via eclipse it works perfectly as well as settings in client and change to HD wont freeze the client at all but when I jar client via eclipse and run the Jar and try the HD via client settings it freeze any ideas how to make the client jar without having the freeze problem, I don't get why It runs smoothly via Eclipse am I jarring it incorrectly I also tried using jar maker its causing the client to not find my class client
    Export with eclipse, ignore jar maker.
    Right click on Client project > export > runnable jar,
    specify the same launch config you use in eclipse.
    Reply With Quote  
     

  3. #103  
    (Official) Thanksgiver

    Arham's Avatar
    Join Date
    Jan 2013
    Age
    23
    Posts
    3,415
    Thanks given
    7,254
    Thanks received
    1,938
    Rep Power
    3905
    Looks nice!!
    Attached image
    Attached image
    Quote Originally Posted by MrClassic View Post
    Arham is the official thanker!
    List of my work here!
    Reply With Quote  
     

  4. #104  
    Registered Member
    Join Date
    Apr 2015
    Posts
    57
    Thanks given
    14
    Thanks received
    4
    Rep Power
    10
    What kind of client rev is that ? Not ruse - or am i mistaken ?
    Reply With Quote  
     

  5. #105  
    Registered Member
    Necrotic's Avatar
    Join Date
    Mar 2016
    Posts
    158
    Thanks given
    156
    Thanks received
    56
    Rep Power
    130
    Quote Originally Posted by Island-War View Post
    What kind of client rev is that ? Not ruse - or am i mistaken ?
    Base was ruse
    Reply With Quote  
     

  6. #106  
    Registered Member
    Join Date
    Oct 2017
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    This might be my first chance on actually running a server for myself, I hope the ready hosting part is literal.
    I have no plans on making anything public with it but if I can learn a thing or 2 I will be sure to pm you.

    I tried learning with a PI base about 2 years ago but gave up. I hope this is easier, lol. Probably not.
    Reply With Quote  
     

  7. #107  
    Registered Member
    Join Date
    Jan 2018
    Posts
    37
    Thanks given
    0
    Thanks received
    1
    Rep Power
    12
    hi, I deleted the .classpath and .project files, uploaded it to eclipse, and getting 100 errors. everything to do with dueling, barrows, fight pit, fight cave, graveyard and pest contrl have errors that cannot be resolved, when I try to run the server I get a non stop spamming error:

    Apr 21, 2018 10:31:06 PM com.ruse.GameServer main
    INFO: Initializing the loader...
    Set "Necrotic.json" to Read Only. (Anti-corruption)
    Apr 21, 2018 10:31:22 PM com.ruse.GameServer main
    INFO: The loader has finished loading utility tasks.
    Apr 21, 2018 10:31:22 PM com.ruse.GameServer main
    INFO: Necrotic is now online on port 43594!
    java.lang.Error: Unresolved compilation problems:
    FightPit cannot be resolved
    PestControl cannot be resolved

    at com.ruse.world.World.sequence(World.java:173)
    at com.ruse.engine.GameEngine.run(GameEngine.java:48)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
    at java.util.concurrent.FutureTask.runAndReset(Unknow n Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.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)
    Skipped writing Necrotic.json file because it's read only.

    what do I do to fix this? please no flaming replies, I'm somewhat new to coding and trying to learn.
    Reply With Quote  
     

  8. #108  
    Registered Member
    Necrotic's Avatar
    Join Date
    Mar 2016
    Posts
    158
    Thanks given
    156
    Thanks received
    56
    Rep Power
    130
    Quote Originally Posted by TassadarTV View Post
    hi, I deleted the .classpath and .project files, uploaded it to eclipse, and getting 100 errors. everything to do with dueling, barrows, fight pit, fight cave, graveyard and pest contrl have errors that cannot be resolved, when I try to run the server I get a non stop spamming error:

    Apr 21, 2018 10:31:06 PM com.ruse.GameServer main
    INFO: Initializing the loader...
    Set "Necrotic.json" to Read Only. (Anti-corruption)
    Apr 21, 2018 10:31:22 PM com.ruse.GameServer main
    INFO: The loader has finished loading utility tasks.
    Apr 21, 2018 10:31:22 PM com.ruse.GameServer main
    INFO: Necrotic is now online on port 43594!
    java.lang.Error: Unresolved compilation problems:
    FightPit cannot be resolved
    PestControl cannot be resolved

    at com.ruse.world.World.sequence(World.java:173)
    at com.ruse.engine.GameEngine.run(GameEngine.java:48)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Unknown Source)
    at java.util.concurrent.FutureTask.runAndReset(Unknow n Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.access$301(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$S cheduledFutureTask.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)
    Skipped writing Necrotic.json file because it's read only.

    what do I do to fix this? please no flaming replies, I'm somewhat new to coding and trying to learn.
    Anything in the problems tab?
    Attached image
    Reply With Quote  
     

  9. #109  
    Registered Member
    Join Date
    Jan 2018
    Posts
    37
    Thanks given
    0
    Thanks received
    1
    Rep Power
    12
    there is 100 of them, I sent you a pm/message

    posted the txt file here https://www.dropbox.com/s/bz3tq0u1bsxch9f/errors.txt?dl=0
    Reply With Quote  
     

  10. #110  
    Registered Member
    Join Date
    Oct 2017
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Gonna make a progress update. Seems like this server was genuinely only centered around buying stuff
    I got everything working and everything was pretty straightforward code wise. I actually kinda like the project and the json organizing of stuff.

    Sadly this is a pretty bad base for anything than making money imo lol. Needs a lot of stuff changed around and if I changed that it would be a former shell of itself. Maybe I'll find another ruse base and see if they all are like this.
    Reply With Quote  
     

Page 11 of 29 FirstFirst ... 91011121321 ... 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. Buying Osrs/ ruse developer
    By SinfulPS in forum Buying
    Replies: 15
    Last Post: 04-07-2017, 11:28 PM
  2. Replies: 6
    Last Post: 11-07-2016, 05:14 PM
  3. Replies: 53
    Last Post: 11-18-2015, 04:51 PM
  4. Replies: 18
    Last Post: 11-20-2013, 10:33 PM
  5. Replies: 16
    Last Post: 10-21-2011, 08:24 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
  •