Thread: Run.bat connecting error (client sided)

Results 1 to 5 of 5
  1. #1 Run.bat connecting error (client sided) 
    Registered Member
    Join Date
    Jun 2009
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Okay so everytime I go to run my client I click run and it pops up and runs fine, but it's connecting to the jar client which is a different IP I want to connect to 0.0.0.0 so I change everything and compile but since it's still connecting to the jar it's not letting me login and I'm using this run.bat except something got messed up in it which I'll put in ()

    Code:
    @echo off
    title Project Deus Client - Loading
    color 0a
    :start
    echo.
    echo ------------------------------------------------
    echo     Project Deus Client (x64), Starting up...
    echo ------------------------------------------------
    if exist "%HOMEDRIVE%\Program Files (x86)"  goto x64
    goto x86
    
    
    :x64
    title Project Deus Client (x64) - Loader
    echo         Auto-Detected 64-bit (x64) System
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    echo    . C l i e n t   o u t p u t   b e l o w .
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    echo.
    "%HOMEDRIVE%/Program Files/Java/jre6/bin/java.exe" -Xmx1000m -jar pd.jar
    exit    (((( this could be wrong I don't know what this was...)))) --
    
    :x86
    title Project Deus Client (x86) - Loader
    echo         Auto-Detected 32-bit (x86) System
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    echo    . C l i e n t   o u t p u t   b e l o w .
    echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    echo.
    "%HOMEDRIVE%/Program Files/Java/jre6/bin/java.exe" -Xmx1000m -jar pd.jar
    exit     ((( this is right )))--

    So I was wondering if I could just shorten it up and use a simple 64bit run so I tried using this:

    Code:
    @echo off
    title Project Deus
    cd ./Files
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx300m Jframe 10 0 highmem members 32
    pause
    but then I get this when I run it

    at first it loads but then I login and it gives me a nullpointer or something:

    Code:
    File could not be found.
    PANIC! RANDOMISED BLOCK!
    [LClass21;@1d520c4
    14927
    NPC.DAT : 1489108188
    Called method225
    NPC.IDX : 1489126980
    Called method225
    Exception in thread "Thread-4" java.lang.NullPointerException
            at Jframe.setCursor(Jframe.java:35)
            at client.drawTooltip(client.java:11236)
            at client.draw3dScreen(client.java:10596)
            at client.method146(client.java:14063)
            at client.drawGameScreen(client.java:9753)
            at client.processDrawing(client.java:10497)
            at RSApplet.run(RSApplet.java:113)
            at client.run(client.java:5880)
            at java.lang.Thread.run(Unknown Source)

    I have no idea what to do and I lag out when I use that code..

    the first one works but I can't change the client ip that I want it to connect to..

    Hopefully someone can help... thanks
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2009
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    bump
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2009
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    help anyone?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2011
    Posts
    719
    Thanks given
    156
    Thanks received
    91
    Rep Power
    32
    jframe
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2009
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    yeah ??
    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

Similar Threads

  1. Replies: 1
    Last Post: 06-22-2011, 07:46 PM
  2. Client Sided Error :O
    By Project- in forum Help
    Replies: 5
    Last Post: 01-31-2011, 06:26 PM
  3. Error Message (Client Sided)
    By Knightmare in forum Help
    Replies: 4
    Last Post: 12-11-2009, 01:05 PM
  4. [525] Client connecting error :S
    By zardarar in forum Help
    Replies: 2
    Last Post: 09-07-2009, 06:58 PM
  5. [508] Client-sided error.
    By w::v::d in forum Help
    Replies: 4
    Last Post: 05-19-2009, 06: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
  •