Thread: Webclient - sorry an error was... please help.

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Webclient - sorry an error was... please help. 
    jareq
    Guest
    Hi, i got something like that: [Only registered and activated users can see links. ]

    And when i open java console it says:
    Code:
    Error: loaderror Starting up 20
    urlstream
    Please help me.
     

  2. #2  
    Registered Member
    Warlock 999's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,407
    Thanks given
    7
    Thanks received
    29
    Discord
    View profile
    Rep Power
    927
    I'm pretty sure starting up 20 means no background found so for a quick fix change
    Image image = Toolkit.getDefaultToolkit().createImage("./Sprites/background.png");
    to
    Image image = Toolkit.getDefaultToolkit().createImage(abyte0);
    If anyone needs help with java questions or errors I will try and help with what I can/know
    my discord is Perkaholic feel free to add me with questions or to chat!

    "There is always one more thing you can do to increase your odds of success." -Hal Moore
     

  3. #3  
    Registered Member
    Join Date
    Feb 2009
    Age
    25
    Posts
    251
    Thanks given
    0
    Thanks received
    3
    Rep Power
    72
    i have this problem and i did what u said warlock and now i dont even get near that it starts then shuts my browser down
     

  4. #4  
    Registered Member
    Warlock 999's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,407
    Thanks given
    7
    Thanks received
    29
    Discord
    View profile
    Rep Power
    927
    how all it's doing is changing the background to the one in the runescape cache.
    If anyone needs help with java questions or errors I will try and help with what I can/know
    my discord is Perkaholic feel free to add me with questions or to chat!

    "There is always one more thing you can do to increase your odds of success." -Hal Moore
     

  5. #5  
    jareq
    Guest
    in wich file?
     

  6. #6  
    Registered Member
    Join Date
    Feb 2009
    Age
    25
    Posts
    251
    Thanks given
    0
    Thanks received
    3
    Rep Power
    72
    class 30_1_1 or sumin like that
     

  7. #7  
    Registered Member
    Warlock 999's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,407
    Thanks given
    7
    Thanks received
    29
    Discord
    View profile
    Rep Power
    927
    class30 sub2 sub1 sub 1
    If anyone needs help with java questions or errors I will try and help with what I can/know
    my discord is Perkaholic feel free to add me with questions or to chat!

    "There is always one more thing you can do to increase your odds of success." -Hal Moore
     

  8. #8  
    jareq
    Guest
    but how i can insert custrom background?

    now im getting that error while "requesting animations, but in java console is nothing"
    Last edited by jareq; 02-09-2009 at 05:49 PM. Reason: Double posting is not allowed!
     

  9. #9  
    Registered Member
    Warlock 999's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,407
    Thanks given
    7
    Thanks received
    29
    Discord
    View profile
    Rep Power
    927
    you need to fix your sprites like C:/cachenamehere/background.png
    If anyone needs help with java questions or errors I will try and help with what I can/know
    my discord is Perkaholic feel free to add me with questions or to chat!

    "There is always one more thing you can do to increase your odds of success." -Hal Moore
     

  10. #10  
    jareq
    Guest
    now i set in class30 sub2 sub1 sub 1:
    Image image = Toolkit.getDefaultToolkit().createImage("C:/.rrr_file_store_32/Sprites/myback.jpg");

    (in that folder is that image)

    It loading pretty long, but it runned (i mean i got a login screen), after that i refreshed page,

    and i got that black screen and error:

    Exception in thread "Thread-32" java.lang.NullPointerException
    at client.method94(client.java:7270)
    at client.method9(client.java:8642)
    at Applet_Sub1.run(Applet_Sub1.java:122)
    at client.run(client.java:4387)
    at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
    at client.method8(client.java:4607)
    at Applet_Sub1.method3(Applet_Sub1.java:146)
    at Applet_Sub1.destroy(Applet_Sub1.java:198)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionR unnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
     

Page 1 of 2 12 LastLast

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
  •