Thread: Need help running my source

Results 1 to 5 of 5
  1. #1 Need help running my source 
    Registered Member daggertail90's Avatar
    Join Date
    May 2011
    Posts
    23
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Hellow everyone, i am having a problem running my panic release source.
    When i click run it gives me this message

    [Launcher] Initing Cache...
    Exception in thread "main" java.io.FileNotFoundException: data\cache\main_file_c
    ache.dat2 (The system cannot find the path specified)
    at java.io.RandomAccessFile.open(Native Method)
    at java.io.RandomAccessFile.<init>(Unknown Source)
    at java.io.RandomAccessFile.<init>(Unknown Source)
    at com.alex.store.Store.<init>(Store.java:25)
    at com.alex.store.Store.<init>(Store.java:19)
    at com.rs.cache.Cache.init(Cache.java:20)
    at com.rs.Launcher.main(Launcher.java:63)
    Press any key to continue . . .

    I am really not sure what to do, am new to coding and adding caches and all so if that is the reason.
    Please do not take this the wrong way...i am not leeching, this will not be the server i release if i do, i want to mess around with it and see where i go.

    So someone please help.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2012
    Age
    28
    Posts
    1,548
    Thanks given
    415
    Thanks received
    231
    Rep Power
    81
    It cant find that file in ur cache, check if its in your cache and that it is extracted and in the right folder. It may have been renamed to something else (weakantileech), so figure that out.
    Inactive.


    Spoiler for FirstDesign:
    Reply With Quote  
     

  3. #3  
    Donator
    Darkness's Avatar
    Join Date
    Nov 2012
    Age
    26
    Posts
    876
    Thanks given
    121
    Thanks received
    75
    Rep Power
    47
    Its just your run.bat thats wrong , you should right click & modify. It doesnt seem linking to the right place
    Reply With Quote  
     

  4. #4  
    Registered Member daggertail90's Avatar
    Join Date
    May 2011
    Posts
    23
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by xLoeluex View Post
    It cant find that file in ur cache, check if its in your cache and that it is extracted and in the right folder. It may have been renamed to something else (weakantileech), so figure that out.
    I have a 718/728 cache, as to where it should be put is what i am confused about.
    Also in the src folder there is a cache folder in which 2 files are included (loaders, cache.txt)
    I am guessing i empty the cache folder in there and put that cache in the c drive as well? Please let me know.

    Quote Originally Posted by Olinice View Post
    Its just your run.bat thats wrong , you should right click & modify. It doesnt seem linking to the right place
    As for the run.bat, the code in it is

    @echo off
    title runserver
    "C:/Program Files/Java/jre7/bin/java.exe" -Xmx512m -cp bin;lib/*; com.rs.Launcher true true false
    pause

    Not sure if anything is wrong with it, but i do in fact have jre7, so i cant imagine why it is not working.
    If that is the reason, what should i replace with what is already in it?



    Much appreciated guys.
    Reply With Quote  
     

  5. #5  
    Registered Member daggertail90's Avatar
    Join Date
    May 2011
    Posts
    23
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Did my research, i noticed there was no cache folder in the data. So i added one and extracted my data.
    Works like a charm, i also looked up the anti leech removal method, and found that that was it for the source i have. (facepalm)

    Thank you everyone
    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. Error when running source
    By nunez marcus in forum Help
    Replies: 5
    Last Post: 01-24-2013, 03:14 AM
  2. Error when running source
    By Multiply_ in forum Help
    Replies: 3
    Last Post: 01-11-2013, 10:38 AM
  3. Source error when running
    By AustinPK in forum Help
    Replies: 3
    Last Post: 12-21-2012, 07:54 PM
  4. [PI] Running source problem? [PI]
    By relex lawl in forum Help
    Replies: 2
    Last Post: 03-12-2011, 04:04 AM
  5. Source running error
    By Mantonijo in forum Help
    Replies: 1
    Last Post: 10-31-2010, 01:38 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
  •