Thread: ☆ [Entrinthy] Enth's Project [718] ☆ Release ☆

Page 22 of 22 FirstFirst ... 12202122
Results 211 to 220 of 220
  1. #211  
    Registered Member
    OblivionRSPS's Avatar
    Join Date
    Feb 2015
    Posts
    831
    Thanks given
    231
    Thanks received
    98
    Rep Power
    87
    Quote Originally Posted by domseas View Post
    yes, i know hot to delete from npcspawning.. but i'm talking how to completely delete? because when i'm deleting it its get invisible but i still can't walk through..

    That's how i'm deleting it in npcspawning.java
    Code:
    World.removeObject(new WorldObject(0, 0, 0, 2339, 3801, 0), true);
    Remove it in unpackedspawns.java
    And make sure to delete packedspawns right before you run the server.

    PM me if you don't understand it.
    Reply With Quote  
     

  2. #212  
    Banned
    Join Date
    May 2017
    Posts
    16
    Thanks given
    2
    Thanks received
    1
    Rep Power
    0
    Idk if anyone else had this issue but considering run.bats are disgusting to me i used an IDE
    well when trying to run the server i got http://prntscr.com/f8jgt3 this problem,
    Note this probably isnt the best way to do it but it worked for me.
    in your launcher.java look for this line.
    Code:
    	public static void main(String[] args) throws Exception {
    		if (args.length < 3) {
    			System.out.println("USE: guimode(boolean) debug(boolean) hosted(boolean)");
    		    return;
    		}
    		Settings.HOSTED = Boolean.parseBoolean(args[2]);
    		Settings.DEBUG = Boolean.parseBoolean(args[1]);
    		long currentTime = Utils.currentTimeMillis();
    		if (Settings.HOSTED) {
    		}
    		Logger.log("Launcher",
    				"Running Server...");
    		Cache.init();
    		ItemsEquipIds.init();
    Delete these lines
    Code:
    if (args.length < 3) {
    			System.out.println("USE: guimode(boolean) debug(boolean) hosted(boolean)");
    		    return;
    		}
    		Settings.HOSTED = Boolean.parseBoolean(args[2]);
    		Settings.DEBUG = Boolean.parseBoolean(args[1]);
    
    		if (Settings.HOSTED) {
    		}
    it now runs in eclipse.


    http://prntscr.com/f8jiao



    if anyone wants to make that better im still learning. thanks.
    Reply With Quote  
     

  3. #213  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Quote Originally Posted by Visionz View Post
    Idk if anyone else had this issue but considering run.bats are disgusting to me i used an IDE
    well when trying to run the server i got http://prntscr.com/f8jgt3 this problem,
    Note this probably isnt the best way to do it but it worked for me.
    in your launcher.java look for this line.
    Code:
    	public static void main(String[] args) throws Exception {
    		if (args.length < 3) {
    			System.out.println("USE: guimode(boolean) debug(boolean) hosted(boolean)");
    		    return;
    		}
    		Settings.HOSTED = Boolean.parseBoolean(args[2]);
    		Settings.DEBUG = Boolean.parseBoolean(args[1]);
    		long currentTime = Utils.currentTimeMillis();
    		if (Settings.HOSTED) {
    		}
    		Logger.log("Launcher",
    				"Running Server...");
    		Cache.init();
    		ItemsEquipIds.init();
    Delete these lines
    Code:
    if (args.length < 3) {
    			System.out.println("USE: guimode(boolean) debug(boolean) hosted(boolean)");
    		    return;
    		}
    		Settings.HOSTED = Boolean.parseBoolean(args[2]);
    		Settings.DEBUG = Boolean.parseBoolean(args[1]);
    
    		if (Settings.HOSTED) {
    		}
    it now runs in eclipse.


    http://prntscr.com/f8jiao



    if anyone wants to make that better im still learning. thanks.
    The point of having those arguments is to configure your settings upon parsing the server components, not to remove them.

    Look at the green run button, and press the arrow, then 'run configurations', proceed to the next tab, and add program arguments such as: false false false (3 booleans).

    Also, please bare in mind that the last post on this thread was in 10/17/2016, gravedig :/
    Reply With Quote  
     

  4. #214  
    Banned
    Join Date
    May 2017
    Posts
    16
    Thanks given
    2
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by Alcoholism View Post
    The point of having those arguments is to configure your settings upon parsing the server components, not to remove them.

    Look at the green run button, and press the arrow, then 'run configurations', proceed to the next tab, and add program arguments such as: false false false (3 booleans).

    Also, please bare in mind that the last post on this thread was in 10/17/2016, gravedig :/
    Thank you for that knowledge , also this source still has a working download so i felt it was still active.
    Reply With Quote  
     

  5. #215  
    Registered Member
    Join Date
    Jan 2011
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    how do i connect the server whit the cache im using?? sorry im new at coding
    Reply With Quote  
     

  6. #216  
    Registered Member
    Join Date
    Jul 2017
    Posts
    11
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    So I have done some fixing to the run server and run client (JDK, JRE, etc.) And I go to run the source but it has an error, any ideas what I can do to run it and it actually work?

    [Launcher] Running Server...
    Exception in thread "main" 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(Unknown Source)
    at java.io.RandomAccessFile.<init>(Unknown Source)
    at java.io.RandomAccessFile.<init>(Unknown Source)
    at com.alex.store.Store.<init>(Store.java:34)
    at com.alex.store.Store.<init>(Store.java:28)
    at com.alex.store.Store.<init>(Store.java:24)
    at com.rs.cache.Cache.init(Cache.java:20)
    at com.rs.Launcher.main(Launcher.java:62)
    Press any key to continue . . .
    Reply With Quote  
     

  7. #217  
    Registered Member
    Join Date
    Jul 2017
    Posts
    26
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Revv View Post
    So I have done some fixing to the run server and run client (JDK, JRE, etc.) And I go to run the source but it has an error, any ideas what I can do to run it and it actually work?

    [Launcher] Running Server...
    Exception in thread "main" 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(Unknown Source)
    at java.io.RandomAccessFile.<init>(Unknown Source)
    at java.io.RandomAccessFile.<init>(Unknown Source)
    at com.alex.store.Store.<init>(Store.java:34)
    at com.alex.store.Store.<init>(Store.java:28)
    at com.alex.store.Store.<init>(Store.java:24)
    at com.rs.cache.Cache.init(Cache.java:20)
    at com.rs.Launcher.main(Launcher.java:62)
    Press any key to continue . . .

    Your cache is in the wrong place or missing bud..
    Reply With Quote  
     

  8. #218  
    Registered Member
    Join Date
    Feb 2018
    Posts
    11
    Thanks given
    1
    Thanks received
    1
    Rep Power
    36
    Using right now.

    A great base to start with

    If you know of any bugs please feel free to reply or PM me! Been developing it for a little over two months.
    Reply With Quote  
     

  9. #219  
    Registered Member Enyll's Avatar
    Join Date
    Aug 2016
    Posts
    121
    Thanks given
    21
    Thanks received
    1
    Rep Power
    13
    Where is the location for BrokenItems.java?

    Edit: Nevermind, was hidden inside dialogues. Fixed.
    Reply With Quote  
     

  10. #220  
    Registered Member
    Join Date
    Apr 2014
    Posts
    21
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    In some areas the client crashes, how can I fix that ? I use the right client etc..

    Error: rw.k() ck.i() wb.bo() ft.in() aei.kk() aei.kk() sm.kt() ef.kl() nk.ia() client.fy() client.ao() mc.w() mc.e() | Class387_Sub1.pa:1436 ObjectDefinitions.method5785:878 Class60.method700:111 Class365_Sub1_Sub1_Sub5.method4394:49 Class331.method4046:1121 Class331.method4041:1000 Class331.method4040:890 Class142.method1570:145 Class422_Sub24.method5714:161 Class422_Sub24.method5714:221 Class448.method5912:95 Class104.method1104:64 Class322.method3932:70 client.method2792:693 client.method2774:626 Class291.method2760:405 Class291.method2759:376 Class291.run:323 java.lang.Thread.run:748 | java.lang.ArithmeticException: / by zero | 3032,3456,104,104 0,3087,3509 0 0 1 765,553 0 0 0 0 0 0 911 0 4288 hAJWGrsaETglRjuwxMwnlA/d5W6EgYWx
    java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.AbstractPlainSocketImpl.doConnect(Abstrac tPlainSocketImpl.java:350)
    at java.net.AbstractPlainSocketImpl.connectToAddress( AbstractPlainSocketImpl.java:206)
    at java.net.AbstractPlainSocketImpl.connect(AbstractP lainSocketImpl.java:188)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.j ava:392)
    at java.net.Socket.connect(Socket.java:589)
    at java.net.Socket.connect(Socket.java:538)
    at sun.net.NetworkClient.doConnect(NetworkClient.java :180)
    at sun.net.http://www.http.HttpClient.openServe...ient.java:463)
    at sun.net.http://www.http.HttpClient.openServe...ient.java:558)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java :242)
    at sun.net.www.http.HttpClient.New(HttpClient.java:339)
    at sun.net.www.http.HttpClient.New(HttpClient.java:357)
    at sun.net.http://www.protocol.http.HttpURLConn...ion.java:1220)
    at sun.net.http://www.protocol.http.HttpURLConn...ion.java:1156)
    at sun.net.http://www.protocol.http.HttpURLConn...ion.java:1050)
    at sun.net.http://www.protocol.http.HttpURLConn...tion.java:984)
    at sun.net.http://www.protocol.http.HttpURLConn...ion.java:1564)
    at sun.net.http://www.protocol.http.HttpURLConn...ion.java:1492)
    at java.net.URL.openStream(URL.java:1045)
    at IPAddress.method6062(IPAddress.java:127)
    at Class291.run(Class291.java:327)
    at java.lang.Thread.run(Thread.java:748)
    error_game_crash
    This is what I get every time.
    Reply With Quote  
     

Page 22 of 22 FirstFirst ... 12202122

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: 486
    Last Post: 01-16-2013, 04:51 AM
  2. Project Cake [All Releases]
    By Runite in forum Downloads
    Replies: 57
    Last Post: 05-13-2008, 02:30 PM
  3. Project iScape [Beta Release]...
    By Ian... in forum Downloads
    Replies: 36
    Last Post: 02-26-2008, 11:23 PM
  4. Project 8,1 Release!
    By Kurt in forum Downloads
    Replies: 2
    Last Post: 11-05-2007, 02:15 AM
  5. ProJect UnKnown Pre-Release
    By 007 Snoop in forum Downloads
    Replies: 4
    Last Post: 07-06-2007, 05:20 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
  •