Jre-based app problem

Hi, please help me with the problem. The problem seems to be in JRE: every time i try to use java-based application (minecraft), this app suddenly closes and in the folder, where the app's label is, appears the .log file "hs_err_pid****" (****- 4- or 3-digit number) that starts like this:
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000084c1, pid=3548, tid=2840
# JRE version: 7.0_05-b06
# Java VM: Java HotSpot(TM) Client VM (23.1-b03 mixed mode windows-x86 )
# Problematic frame:
# C 0x000084c1
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x496a1800): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=2840, stack(0x50880000,0x508d0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x000084c1
Registers:
EAX=0x00000000, EBX=0x00000000, ECX=0x694903f4, EDX=0x000001c0
ESP=0x508cf690, EBP=0x508cf6c8, ESI=0x508cf6b4, EDI=0x4ff7673b
EIP=0x000084c1, EFLAGS=0x00010202
Top of Stack: (sp=0x508cf690)
0x508cf690: 496a1928 508cf6b4 000084c1 42000000
0x508cf6a0: 43700000 6931aeb0 00000000 c01c6d3c
...

That's a native crash. That does not have to be related to the JRE, it just means the crash happened in a piece of native code and not in a piece of Java code. That could be a native component of the runtime, but more likely it happens in one of the many libraries that Minecraft uses. I would try upgrading your video and sound drivers to the latest versions if you have not already done that. I also had crash problems with Minecraft 1.0 at the time (after a random amount of playing time) and I solved it by removing the OpenAL DLL that is installed with Minecraft; it is very much outdated and generally a better version is already installed if you play any other games. If not, you can download the latest version here: http://connect.creativelabs.com/openal/default.aspx
For further assistance with your specific commercial product, refer to the company that created it for technical support. Or minecraftforum.net. Or Google.

Similar Messages

  • Devices and I are in one city but time zone and location based apps show devices location in another city

    iPad2 with IOS 8.1.2 located with me in Eastern Time Zone city but settings under General reflects Central Time Zone(Chicago).  All location based Apps are reflecting a Central Time Zone city, one that I have never visited.  I did an erase and restore of a backup prior to this issue but it was not resolved.  What do I do?         

    I am having a similar issue. I moved about 10-15 miles. Any app, such as Maps, a Weather, etc, that use location keep showing my current location as my old address. I'm interested in hearing the solution to your problem.

  • Internet-based apps won't refresh, but mail aand safari are fine

    Okay, so here's the situation. Internet-based apps, such as Facebook give me error messages saying that items like walls and info don't load, and then the apps crash, or only display older content. My mail works fine. Safari is always slow, and I have done everything from resetting the phone to putting it into DFU mode then hitting restore, and it doesn't solve the problems. Get this, I'm currently on my IPod Touch 64 gb 4th generation which works excellent. I'm on the web using my IPhone 4's Personal Hot Spot connection, and yet the IPod Touch browser is faster.

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    old... http://docs.info.apple.com/article.html?artnum=106653
    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    Also, turn off IPv6:
    System Preferences » Network » AirPort » TCP/IP tab » Configure IPv6
    Or whatever Interface you use.

  • Tab bar based app, with 4 tabs each linking to a different navigation menu

    Hi,
    Im new to coding and I was wondering if anyone could help me out with a problem im having. Im trying ot get 4 tabs accross the bottom in a tabbar with each one linking to a navigation page. Im trying to get 5 topics on each navigation page which go into more detail to another page when clicked. so 4 tabs x 5 topics x 5 more detailed topics. I have tried the O'Rilley tutorial and could make a tabbar with 2 tabs. but I cant do 4, can anyone help?
    Thank you all in advance.

    Hi Sunny, and welcome to the Dev Forum!
    If you're using [Elisabeth Robson's tutorial|http://broadcast.oreilly.com/2009/06/tab-bars-and-navigation-bars-t.ht ml], it looks like a nice job (for a different tutorial, please let us know if we can find it online). I generally start with the Tab Bar Application template, since it does almost all the work of setting up the skeleton. But you'll certainly learn more starting with the minimal, Window-based App template, which is the purpose of a tutorial.
    The easiest way to add a new tab is to find the required controller type in the Library and drag it into the tab bar. I think you want a UINavigationController there, so choose that one from the Controllers section of the Library. You can drag the nav controller icon into either window (i.e. the Tab Bar Controller editor window or the xib window). When dragging into the xib window, you can choose the new controller's position by where you drop it in the small icon tree. (Btw, I might have missed this in the tutorial, but make sure the xib window is displaying two columns with a small icon tree to the left. This is done by setting the View Mode switch to the center position). You can also add tabs by opening the Attributes Inspector when the tab bar controller is selected and clicking "+" under the View Controllers table.
    Once you have your additional nav controllers added, build onto each one the same way you did with tab 2. If that's the only place you were stuck, you should be on your way in a few minutes.
    \- Ray

  • Connection SQLite with Flex Web Based App??

    Hi! I have a problem, I create a Flex Web Based App in Flash Builder 4 and I need connect that app with my SQLite database... but I can't found the method that permit me create that connection.
    My question is... exist some method or some kind of code with I can do the connection?
    Can someone help me, please?

    SQLLite is only available in AIR apps.
    The preferred method for a web-app is to use some kind service architecture to expose your data. I wouldn't be able to offer any specific advise without knowing more about your deployment environment.

  • IPhone 5 unable to connect to internet or use web-based apps like Facebook or Tumblr

    About two days ago, shortly after using my iPhone 5 to upload a picture of my son eating a donut to Facebook, I seem to have lost all ability to connect to the internet or update content on web-based apps like Facebook or Tumblr.  I tried to restore my iPhone in iTunes on my computer but could not do that without first turning of "Find My iPhone," in the iCloud section of my settings.  When asked to enter my password to turn off this feature the phone is "unable to connect to iCloud."  It doesn't seem to matter if I'm connected to WiFi or using my cell data - I'm getting a strong signal in either case, but the phone is unable to connect to anything.  I CAN make phone calls and send texts but that's just about it.
    I recently updated to IOS 8.1.1 but it worked fine for several days before this problem started.  Any ideas?

    I reset my network settings (Settings > General > Reset > Reset Network Settings) and rejoined my network, and that seemed to fix it. Apps are working on wifi and on data, and I can once again send imessages. Since I couldn't find a similar post very easily, I wanted to post this for whoever needs help with this problem ;D

  • Why do I get the 'PowerPC code' error when trying to launch an Intel-based app from a CD?

    When trying to launch a Flash-based app from a CD on my Mac Book Pro, I get the "PowerPC apps are no longer supported" error. Yet the app is not built with PowerPC code.
    This also happened with Microsoft Office programs soon after I upgraded to OSX Lion, but someone was able to solve that for me.

    It's just a free disc from a photo magazine, but the app runs fine on a Mac Pro running 10.7.3. Could it be hardware related?
    I have actually asked this on behalf of a reader (I work for the company that makes the magazine) who is experiencing this problem, I just can't find any reason why the error would display in these circumstances. I apologise if this is against the community's usual practise - I just want to sort this guy out!
    The app on the disc is compiled using MDM Zinc, but like I said it runs a-OK on Lion everywhere else.
    Any help would be gratefully received and appreciated!

  • Cannot log in to web based app builder

    I have created an app for iOS and would now like to do an Android version, so following the instructions on the Adobe site I try and log into the web based app builder but get the following message 'ERROR This account does not have permission to access App Builder. Learn more about how to resolve this problem.'
    The log in I'm using is definitely the account administrator, I have even given admin privileges to another member of our creative cloud team and tried logging in with these details but alas, the same message appears.

    RE: Make sure the account you use to sign in to App Builder has a "DPS App Builder" role assigned to it. Use the Account Administration portal to assign roles.
    Hi Bob,
    I am having the same problem. Could u tell me how to check that I have DPS App Builder role?
    Let me know
    Thanks,
    Rush

  • Why ipad safari freezes while other web-based apps work ok?

    I tried resetting history and cookies, this fixed problem for awhile, but lasted matbe 30 minutes before safari froze again ie no progress on progress/url bar.
    All other web based apps work fine including other non-apple browser, newspaper downlod/update etc. Safari on ipad4 works ok on same wifi network, desktop imac on ethernet connection works ok too. Help suggestions appreciated.
    ozziozzi

    Hello ozziozzi,
    Thanks for using Apple Support Communities.
    Have you tried quitting the Safari app and launching it again?  How about restarting and resetting the iPad?
    Restart or reset iPad
    If something isn’t working right, try restarting iPad, forcing an app to quit, or resetting iPad.
    Restart iPad.  Hold down the Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off iPad. To turn iPad back on, hold down the Sleep/Wake button until the Apple logo appears.
    iPad may be low on power. Connect iPad to the USB power adapter to charge. See Charge and monitor the battery.
    Force an app to quit.  Hold down the Sleep/Wake button on top of iPad for a few seconds until a red slider appears, then hold down the Home button until the app closes.
    If you can’t turn off iPad or if the problem continues, you may need to reset iPad. Do this only if you’re unable to restart iPad.
    Reset iPad.  Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears.
    You can reset the word dictionary, network settings, home screen layout, and location warnings. You can also erase all of your content and settings.
    Restart or reset iPad - iPad User Guide
    http://help.apple.com/ipad/7/#/iPad9a74dff0
    Take care,
    Alex H.

  • Cannot use Safari or any net based apps. Keep getting "server not responding" any ideas?

    when trying to use Safari, or any internet based Apps (ie:facebook,youtube) my daughters Ipad gives me a few min wait, then says " unable to connect, server not responding" . At first I thought it was my Wifi.. nope.. everything else in the house connects just fine. Then I thought that maaaybe I needed to re-login onto my wifi from the Ipad... nope.
    Any ideas??
    Thank you
    I am asking about an original Ipad... idk whyit says Ipad2

    Even though other devices are connected to wifi, it still could be that you are not connected. Is the wifi icon at the top of the display illuminated.
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/

  • Following iPhone 2G update to OS 3.0.1, cannot use web or web based apps

    I recently updated my iPhone and iTunes. iPhone is now running OS 3.0.1. I use o2 as my service provider.
    I have had a few problems, all of which have been solved by these discussion forums, so I am hoping this final, highly annoying thing can be sorted.
    I cannot access the web. If I enter Safari, a message pops up saying
    "Could not activate cellular data network - you are not subscribed to a cellular data service"
    Now, for a start, I'm not entirely sure what they mean - is it a problem with the phone or with O2?
    I have a little circle next to the carrier name, which I believe (having gone through a troubleshoot on the Apple website) means I have a service of some kind, or my phone recognises a service?
    (I'm not technically minded, can you tell!)
    Obviously I have no web connection, so I cannot use any of my web based apps either, which is highly irritating.
    I'd be really grateful if anyone can help. Thanks in advance.
    Message was edited by: Lou1985

    Hi there. I too had this problem after upgrading an iPhone 2G from OS 2.1 to 3.0.1. I solved it by doing the following:
    Select Settings > General > Network > Cellular data network and then change the Cellular data APN to: mobile.o2.co.uk (assuming you are an O2 customer). I think that resetting the network settings under Settings > General > Reset > Reset Network Settings also works.
    Hope this helps.
    Tim

  • Enginge like sound while using voice based apps

    My iphone works fine when i call people but when i use voice based apps like skpe magic jack or even voice recording... the other person hears a sound like that of a running engine instead of my voice and in the case of voice recording..when i playback a recording i hear the same noise instead of the actual voice.
    Can anybody help?

    Thx for helping me on this, i really appreciate that.
    The "crackling problem" is gone, but i got another one.
    I got a more or less loud "popping sound" when skipping tracks forward or backward, or when i manually select a track from a list and the ipod starts playing it.
    At first i didn't really realize it via the headphones from apple, since they aren't very good but it's there, too.
    But playing songs via my hifi-system i became pretty aware of that "initializing" like sound.
    I resetted my ipod via the method told on the apple support page (Hold on/off -->Menu/Centerbutton) and updated it in iTunes again, but it didn't go away.
    Greetings

  • Mail app problem

    My wife and I have seperate user accounts on the macbook. When I ran the mail app in her account it asked for some set up info, which we entered based on what was being used in her imac. Didn't do much with it for a day or two and then when I came back to it I was unable to connect to the defined POP server (Connection Doctor window showed POP login failing). After fiddling around a bit with no success I decided to delete the mail account info (via the - button from mail->preferences->acounts) and create a new one. The account info appeared to be deleted then but we got a multicolored spinning wheel that woudl not go away and ultimately had to force quit the mail app. Now when the mail app is launched all we get is the spinning wheel and all we can do is force quit the mail app. I tried to find out how to run the mail setup assistant again but could not find any info on how to run it or where to find it. All I found was info that said it would run the first time mail app was run.
    Dose anyone have any pointers or know what I should do to resolve this mail app problem?
    Thanks
    Craig

    There are several threads on this in the forums. Search for "Mail spinning beach ball."
    Essentially, there is something wrong with the Mail folder in ~/Library/Mail/. Move the Mail folder to the desktop and restart Mail. It will create a new Mail folder. You can then import anything that was in the old mailboxes.

  • N97 Internet-based apps don't work, but network is...

    I just got my N97 yesterday, and I'm quite happy with its feature set, but I've developed a problem. My phone was fully operational out-of-the box, but I made the foolish decision to upgrade the OS to the latest version, and now web-based apps will not stay open.  The front page widgets can't connect to the network, and when I open the browser, the app opens, tries to start loading my homepage and then closes immediately. Facebook app does the same thing. I know I have a working data connection as I am able to download emails with the messaging client and the maps client is able to stream map data, but anything that uses the browser won't load. I've tried this with the AT&T connection and with several WiFi connections to no avail. 

    I too had this problem and I had to restore factory settings and start over. This wipes all your settings, contents, etc. but fixed this problem.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • Web-based apps not connecting

    My son, who lives 90-miles away from me with my ex, has had a problem with his iPod touch. Ironically, we just had it replaced do to a hardware failure last week.
    Web-based apps, such as facebook, (or his favorite, iFunny), will not connect to the Internet, despite him connecting to wi-fi. Very strangely, browsers, such as Safari, and Chrome, do not have this problem.
    I am hoping there is some setting I don't know about that he has toggled that will fix all this and save me from a 90-minute drive to the genius bar.

    Does the iOS device work OK when connected to other networks?
    Do other devices connect with those apps?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

Maybe you are looking for