Thread: 64 Bit Client

Results 1 to 10 of 10
  1. #1 64 Bit Client 
    Leondreux
    Guest
    Hello everyone. I am making a client, but when I move one time, it works, but if I move one more time, the client crashes. Here is all the info you might need to fix this problem. Please make any necessary changes you can.

    Run Server:

    Code:
    @echo off
    title server
    java -Xmx512m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.08-ga-bin.jar server
    Play:

    Code:
    @ECHO OFF
    title iTomScape
    color 0f
    "C:\Program Files\Java\jre6\bin\javaw.exe" -Xmx500m client highmem
    pause
    ^
    |
    |
    Probably what you have to edit!

    Compiler:

    Code:
    @echo off
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r
    "C:\Program Files\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
    pause
    Please help!

    Thanks,
    Tom
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Dec 2009
    Posts
    1,142
    Thanks given
    275
    Thanks received
    169
    Rep Power
    164
    Reinstall the 32-bit version of JDK. Trust me, I had this problem and that fixed it.
    Reply With Quote  
     

  3. #3  
    Leondreux
    Guest
    I reinstalled it but it still does the same thing. This is what is in the play.bat:


    Code:
    @echo off
    title iTomScape v1.0
    :main
    cd Files
    start JavaW -Xmx500m -cp .;Theme.jar Gui
    Reply With Quote  
     

  4. #4  
    Registered Member
    Sora's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    644
    Thanks given
    18
    Thanks received
    39
    Rep Power
    128
    Code:
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
    Reply With Quote  
     

  5. #5  
    Leondreux
    Guest
    Do I put that in place of:

    Code:
    start JavaW -Xmx500m -cp .;Theme.jar Gui
    Making it:

    Code:
    @echo off
    title iTomScape v1.0
    :main
    cd Files
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
    Reply With Quote  
     

  6. #6  
    Registered Member
    Darna's Avatar
    Join Date
    Jan 2008
    Age
    31
    Posts
    488
    Thanks given
    11
    Thanks received
    4
    Rep Power
    163
    fuck go to c:/program files/java/jdk something\bin search for javac.exe click settings copy the route and paste it between ""

    Reply With Quote  
     

  7. #7  
    Leondreux
    Guest
    I edited the play.bat and put this:

    Code:
    @echo off
    title iTomScape v1.0
    :main
    cd Files
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
    The error message is:

    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    Note: Misc.java uses unchecked or unsafe operations
    Note: Recompile with -Xlint:unchecked for details
    Press any key to continue . . .

    Please help!
    Reply With Quote  
     

  8. #8  
    Registered Member
    Darna's Avatar
    Join Date
    Jan 2008
    Age
    31
    Posts
    488
    Thanks given
    11
    Thanks received
    4
    Rep Power
    163
    Fuck sorry Javac is compiler!! Awww my mistake.
    U do it good i tell u bad file in Bin ;P
    Here is patch

    C:\Program Files (x86)\Java\JRE something\bin\javaw.exe" -Xmx500m client highmem
    Jre something change into ur jre folder name ofc

    Reply With Quote  
     

  9. #9  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Do Vegeta Tutorial on setting classpath's
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  10. #10  
    Leondreux
    Guest
    It's fixed. Thanks bud!
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •