Help(not shure if this is right place to put this)

on runescape when i am loading i get this when it gets to preparing game engine on my java console i have java 1.5.0 it says this ------------------------------------------
Error: 43534, 8, java.lang.RuntimeException: error unzipping
Error: 27961, -3404, java.lang.RuntimeException
Exception in thread "Thread-18" java.lang.RuntimeException
     at client.b(Unknown Source)
     at EOQQYERM.run(Unknown Source)
     at client.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
and when i go to runescape .com i get this
basic: Registered modality listener
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@4f0853, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@4298e
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: Loading http://at10.runescape.com/loader1904503886.jar from cache
basic: Reading cached JAR file from JRE 1.5 release
basic: Certificates for http://at10.runescape.com/loader1904503886.jar is read from JAR cache
Vend:Sun Microsystems Inc.
can any1 help me please and also if this is in the wrong place i am sorry i just need an ansewr

I agree, 110%, I would much rather purchase either Apple or Mac native software but the offerings are limited.  I have been using Macs since the late 80's and I always have tried to buy Apple softwrare first. I still haven't pulled the trigger yet on anything but sadly it doesn't seem anyone in the Mac world has anything that can compete with the Sony software.
One of my reasons for doing this is to be able to get HD content to burn to Blu-Ray which is another problem.  Finding a burner to work with my Mac(s) is hit or miss.  I know I can't be the only person who wants to do this.  Clogging up my hard drives with all this video is not what I want.  Burn to dsc and store it until I want to watch it is my thinking.  And plus I can then take the disc(s) to someone elses house and they can watch it without any problems.
Anyone with any fisrt hand experience with what external Blu-Ray burners might work with my Mac Mini, running Snow Leopard 10.6.8, would also be appreciated!
Thanks, again for everyone's input!

Similar Messages

  • Mail under Mavericks_keep failing the right place to put the cursor to rewrite a word

    Mail under Mavericks_keep failing the right place to put the cursor to rewrite a word.
    When I´m writing a mail, if I see an error and want to rewrite a word or a sentence, it´s almost impossible to put the cursor at the right place to rewrite what I need. Most of the times I´ve to erase entire sentences and write everything again.
    Any suggestion for this new problem under Mavericks? Please.
    Thank you.

    https://discussions.apple.com/message/23650743#23650743
    This solved my problem.
    Thanks.

  • Right place to put diadem express

    Hi.  I'm trying to find out the best place to put my diadem express so that it will open after the completion of the program.  When you click the log button, it saves data and after you click the log button again the data collection stops.  I would like for diadem to open after this and in the report fill in with the data saved.  However I don't know where in my loop structure I should place this.  The Project with all the sub vi's are included.
    Attachments:
    PressureAmpDaq.llb ‏241 KB

    Hi ChooChoo,
    You have quite a few options of how you could architect your program. What makes the most sense to me is to use a State Machine. There are several state machine examples that ship with LabVIEW and even more can be found at ni.com/community. You can also start from one of the State Machine templates when you create your project, so that it's easier to get started.
    Here is a helpful White Paper: http://www.ni.com/white-paper/7595/en/
    I'd recommend changing the front panel a bit so that when the "Log" button is pushed, you continuously collect data until a different "Stop/End Log" button is pushed. This "Stop/End Log" button does not stop your whole program, but rather tells the state machine to go to the state where you are logging data to the DIAdem report. 
    Another idea you might want to look into is to use TestStand. TestStand is test sequence framework specifically made for testing mutliple units from the same program in a very efficient manner. 
    More info on TestStand: http://www.ni.com/teststand/
    Kelsey W.
    National Instruments
    Applications Engineer

  • Right place to put my diadem express

    Hi.  I'm trying to find out the best place to put my diadem express so that it will open after the completion of the program.  When you click the log button, it saves data and after you click the log button again the data collection stops.  I would like for diadem to open after this and in the report fill in with the data saved.  However I don't know where in my loop structure I should place this.  The Project with all the sub vi's are included.
    Attachments:
    BrianAmsted.llb ‏238 KB

    Hi Brian,
    I'm afraid your parallel loop structure is a bit beyond my LabVIEW knowledge.  Please try instead posting this question to the LabVIEW Discussion Forum.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • NEWBIE NEEDS HELP - NOT SURE IF THIS IS THE PLACE FOR THIS BUT

    Does anyone know where I can get an application that creates downloadable files like zip files - preferably that can be used for Mac or PC? I know WinZip or something does it but is there one for Mac?
    Contact me at [email protected] if you can help. Thanks

    Here is a link that will take you to Allume Systems. Check out "Stuffit Deluxe", a highly flexible application that will let you compress and expand many formats for both Mac and PC platforms.
    One note of caution: I and others have had problems with using the "background" apps that come with the package. Both compressing and expanding have always been flawless for me. I consider Stuffit a must have on my machines and have had had it since the late 1980's.
    http://www.allume.com/mac/index.html
    Hope this helps.
    -Joe

  • Not sure if this is the right place to put this-- Ac adapter question

    I have an original IPOD. I also have an Ipod Touch. Can I use the AC adapter from the original to charge the Touch?

    Thanks
    I didn't think so but I didn't want to mess up the Touch.

  • Right place to put external datafiles accessed from deployed code

    Hi
    Our application needs to access data files (text files of thousands of records).
    Which is the best place to keep them on the WLS.
    I have tried the following
    1. Placed them in APP-INF/lib directory.
    The files are accessed in code by following code::
    URL url = Thread.currentThread().getContextClassLoader().getResource("MYFILENAME.DAT");
    BufferedReader brw = new BufferedReader(new InputStreamReader(url.openStream()));
    But i always get brw as null
    Also tried using the method getResourceAsStream("MYFILENAME.DAT"). But got the
    same error
    ClassLoader cl = Thread.currentThread().getContextClassLoader();
    InputStream is = cl.getResourceAsStream("BANKFILE_20030607.DAT");
    BufferedReader brw = new BufferedReader(new InputStreamReader(is));
    here also a NullPointerexception is thrown while creating a BufferedReader
    What is the best strategy to keep such files in a WLS environment.
    We could not pack them as part of ear as these data files would be very large
    running into MBs
    OR is it common to have such packaging in EARs ...
    We also want to avoid accesseing them from an absolute path reference. The best
    bet being the classpath
    thanks
    jaz

    Only .jar files in APP-INF/lib are part of the classpath.
    If you put them in APP-INF/classes, that should work.
    -- Rob
    jasmeet wrote:
    Hi
    Our application needs to access data files (text files of thousands of records).
    Which is the best place to keep them on the WLS.
    I have tried the following
    1. Placed them in APP-INF/lib directory.
    The files are accessed in code by following code::
    URL url = Thread.currentThread().getContextClassLoader().getResource("MYFILENAME.DAT");
    BufferedReader brw = new BufferedReader(new InputStreamReader(url.openStream()));
    But i always get brw as null
    Also tried using the method getResourceAsStream("MYFILENAME.DAT"). But got the
    same error
    ClassLoader cl = Thread.currentThread().getContextClassLoader();
    InputStream is = cl.getResourceAsStream("BANKFILE_20030607.DAT");
    BufferedReader brw = new BufferedReader(new InputStreamReader(is));
    here also a NullPointerexception is thrown while creating a BufferedReader
    What is the best strategy to keep such files in a WLS environment.
    We could not pack them as part of ear as these data files would be very large
    running into MBs
    OR is it common to have such packaging in EARs ...
    We also want to avoid accesseing them from an absolute path reference. The best
    bet being the classpath
    thanks
    jaz

  • Not sure if this is the right place...Recovery or Finding missing files

    Hi,
    Again, not sure if this is the right place to ask, but its worth a shot.
    so i've been transcribing video all day using microsoft office for mac, and was saving the project (i thought) to an external hard drive. at one point the HD came unplugged, and i plugged it back in. no big deal. i continued to save, to type, save, type, etc until finished. so when i finished and saved the project, seemed okay. when i closed word, it kept asking me if i wanted to save changes...i said yes, and it would just ask me again, did this a few times. i assumed it was asking me to save it to a new location, which i didn't think i needed so finally said no.
    i then find out that somehow when the HD was unplugged it erased Words ability to save to said location. so my last save was really before the HD was removed, which is odd, because i kept saving and never was prompted the path was interrupted or anything.
    so my question is two part...
    1. where would i find in the depths of the computer the saved files? if i was saving, they had to have gone somewhere, but i dont know how to find them.
    2. also, assuming it wasnt saving, my word prefs say it autosaves every 5 minutes, so those files must exist somewhere also, yet can't find them...
    does this make sense, can anyone help me?
    thanks
    austin

    Hi there,
    In Finder, select Go menu>Go to Folder, and go to "/volumes".
    Volumes is where an alias to your hard drive ("/" at boot) is placed at startup, and where all the "mount points" for auxiliary drives are created for you to access them. This folder is normally hidden from view.
    Drives with an extra 1 on the end have a side-effect of mounting a drive with the same name as the system already think exists.
    See if it may be in one of those with a 1 or 2 added to it.

  • Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Have you checked out the topics at the right in the More Like This section?
    OT

  • Hi, i guess this is the right place to ask? Not sure where else to go...

    I have audio visualization on my pc, so when i play songs from MP3, random patterns etc are generated, this im sure you know.
    well, is there a way to turn my MP3 track, into a VIDEO so i can attach the Visualization to the song - and burn to CD, and put in my DVD player...?
    Thanks

    Definitely not the right place to ask. This has absolutely nothing to do with Java.
    But what you need is screen capture software (Fraps for example...go to download.com or google for other screen capture software). You'll need to use the capture software to create your video. Then use some kind of authoring tool to create your DVD, with the sound and video files put together.
    If you came to a Java forum for help with this, the solution might be a bit over your head...

  • I know this isn't really the right place to ask, but could someone explain why when I open Portal 2, that I got off steam and spent a whole day downloading, keeps crashing when I click the Campaign/Single Player mode. It Freezes and then crashes. Help!

    I know this isn't really the right place to ask, but could someone explain why when I open Portal 2, that I got off steam and spent a whole day downloading, keeps crashing when I click the Campaign/Single Player mode. It Freezes and then crashes. Help!

    I know this isn't really the right place to ask...
    Uhm, why don't you go to the right place, then? There are several Steam/Portal forums out there...

  • I'm out of the country right now and I want to suspend my verizon service, but I couldn't. It says "Error, the service is not available at this time. Try it later" What should I do?? Plz Help me!!

    I wanted to suspend my verizon service, but I couldn't. The web shows "the service is not available at this time. Try it later..." How can I address this problem??

        Hi Shell126 - We certainly want you to be able to easily manage the account while so far from home! Have you tested a different web browser? Also try clearing the cookie and temporary internet files on your current browser. I am eager to help get this resolved!
    Thank you, 
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • AME - not sure if this is the right way to proceed

    I'm not sure where to post this or if AME is even the right place to start. However, if you point me in the right direction, I'll take your advice and move right along.
    I am one step shy of a novice. Please understand and respond accordingly.
    I have been given a task to complete a video for a conference. I am receiving video footage from all over the place and in all kinds of formats. I am using Adobe Premier Master Suite CS4 Windows 7 64 bit. My pc is more than suitable - exceeding all Adobe standards and built by an Adobe recommended vendor. I have no problems with the pc when working with DV tape. I use it all the time creating all types of projects.
    The project is SD 720 x 486. The output will be to DVD. NTSC, not PAL.
    I have recieved so far....
    .mod 1280 x 720
    .mod 720 x 480
    .mpg 640 x 480
    .avi 720 x 576
    .avi 1920 x 1080
    .avi 720 x 480
    I've even received Hi-8 tape!
    Most everything else is DV tape and I'm having absolutely no problem capturing, editing, etc etc Everything here works just fine. Audio - great. Video - great. Yes I'm importing the files via firewire. Wish everything else were so simple!
    So, is there a reference that I can use to find out how to "convert?" all these things to a standard SD 720 x 486 .avi file that Adobe will love and cherish?
    Thanks for reading all of this. Hope someone can help me.

    Thanks
    I didn't think so but I didn't want to mess up the Touch.

  • HELP!!! "Charging is not supported with this accessory" suddenly happening CONSTANTLY with iphone 4

    Suddenly without warning my IPhone 4 has been giving me a "charging is not supported with this accessory error" every time I plug it into ANY charging device.  That means my car charger, USB to the PC... USB to a macbook pro... Directly to the wall with the included charger, etc.  It doesn't matter.  I guess I'm past the 1 year warranty so Apple is not any help.  Essentially I'm supposed to accept that my $200 (with a contract) phone has a 1 year life span and that I should be completely fine with it becoming useless out of nowhere.  Here's some facts.
    #1 - It has nothing to do with 3rd party accessories.  One day it was working... one day it wasn't. 
    #2 - I cleaned lint out of the charging port on the phone.  That was the first thing I tried. I used compressed air to blow it out, I used a soft bristle tooth brush...  It's lint free.  It has nothing to do with lint.  I understand this is the most likely cause of the problem.
    #3 - When I plug it into a PC or macbook via USB, I'm able to access the IPhone 4 like I ALWAYS have.  In other words, I can see pictures, I can back up the phone, I can restore the phone, I can transfer music, sync, etc.  So this would presumably rule out the idea that it's the dock connector, right?  Why would USB work, but the charging function will NOT work?
    #4 - On that note, I was able to update the software to the latest version 5.1.1.  That was one of the first things I tried.  No dice.  I still get the "charging not supported with this accessory" error literally every time I plug it in with a yellow triangle icon... Seen here for example: http://tapatalk.com/mu/4c5f44af-af20-d86c.jpg .
    #5 - So since it's not charging, the phone inevitably dies.  Here's the weird part... if I leave it plugged into the wall/pc/mac/car when it's dead... eventually it will charge enough to turn back on.  But once it's back on... that **** error will pop back up, it will stop charging... and inevitably die again.  So then... that would suggest that it actually IS capable of taking a charge... it's just that something in the software is preventing it from charging when the software is active, no?  Am I off base here?
    #6 - So I decided I'd take it to the genius bar to have them look at it.  Right before I did that, I got the brilliant idea to try using an alcohol swab on the dock connector just to make sure it was super duper extra clean.  Oddly enough, it suddenly started working without the error.  It was working on every charger I tried.  Wow.  I thought I had fixed it.  A day later it started happening again, though.  Bizarre.  I've tried the alcohol swab thing again and it didn't make a difference... maybe it was just a fluke.... the one day I take it to the Apple genius bar and it works.  Go figure, right? 
    #7 - The only helpful thing the tech at the Apple Genius Bar was able to tell me was that the phone did NOT have any kind of water damage.  That rules that out.  No water damage in the charging dock OR the headphone jack.  So there's that.
    #8 - Since it's no longer under warranty... I took it upon myself to buy a replacement battery via Amazon.com and installed it myself.  Didn't make a difference... still the same error.  
    What, if anything, can I try?  Could it really be the dock connector?  Should I try replacing the dock connector?  Is there any software-related thing I can try?  Has this happened to anyone else?   Apple has essentially told me it's my problem.  From my perspective... any product that randomly stops working a little over a year is a faulty product.  I'm not pleased at all.

    Tried at least 6 different cables.  It isn't the cable.  All of them worked one day... then stopped working the next day.  My girlfriend has an identical Iphone 4 and all of the cables still work for her. 
    Interesting point on the data and power using different pins.  So your suggestion would be to replace the dock connector?  Found this on Amazon: http://www.amazon.com/Apple-iPhone-dock-connector-cable/dp/B003UGVOO2/ref=sr_1_1 ?ie=UTF8&qid=1338277549&sr=8-1 ... and found a tutorial online:  http://www.ifixit.com/Guide/Installing-iPhone-4-Dock-Connector/3147/1#.T8SG_sXWu -o  ... Sounds like that might be my best bet here.
    It's just odd to me that the phone gives me that error and refuses to charge... then inevitably dies.  But once the phone is dead, it starts charging enough to actually turn back on.  Isn't that slightly odd? 

  • In general settings the Wi-Fi icon is not illuminated and to the right of the icon it says,"No Wi-Fi". I've updated the most recent software and my Wi-Fi network is working fine.  Help!

    Wi-Fi icon in general settings is not illuminated and to the right of the icon it says "No Wi-Fi".  All other icons in "General Settings" are illuminated and accessible.  My Wi-Fi network is working, as evidenced by the fact I'm able to do this.  A week ago the Wi-Fi setting was working fine and now nothing.  I have completely updated the software.
    Help appreciated.

    What you see means that the Broadcom WiFi/Bluetooth chip is not being recognized by iOS.
    There are some steps recommended by Apple to solve this but you may have a hardware problem.
    See: http://support.apple.com/kb/TS1559

Maybe you are looking for

  • Using DBMS_DATAPUMP with LONG data type

    I've got a procedure below that calls the DBMS_DATAPUMP procedure using a REMOTE_LINK to move a schema from one database to another. However, a couple of the tables within that schema have columns with the LONG data type. And when I run it I get an e

  • Org and javax packages

    hello, where should I look for documentation on org and javax packages? I mean, if I see a function from the java package, I can google it and find out which are it's constructors, methods, what it implements or extends etc. But if I see for instance

  • Data source is not activated!!!!

    Hi Friends, Currently we are workig on BI 7.0 version and trying to upload flat file data. We have created Datasource for Flatfile source system and activated ( 100% sure about activation). But when we trying to give selections for the Fields in the

  • How to recover the administrator user and pass

    hello, I instaled ORACLEXE few days ago, and accord to the instructions I've been using HR user. but now I'd like to login as administrator because i'd like to create a new user. problem is I don't remember the administrato's user and pass. what shou

  • I have a debt in the iTunes store but my payment methods keep getting declined!

    Hi there, I'm having trobule syncing my card with my itunes store. This happened before but, apparently, this time it's due to a debt that I have in the iTunes store. I purchased an album a month ago that did not get charge. Thing is, if my method pa