Jump to content

Java Crashing

Go to solution Solved by TakeiT,

Problem resolved, my user account had a glitch in it, I created a new one and everything works now

I've just installed Java (JRE) and was trying to run a program, though it seems to stop working after about 5 seconds.  This is a fairly fresh install of windows, and it is the insider build of windows 10.

 

-It only does it on 64 bit

-It doesn't crash right away if I reboot the system first

-All programs that use javaw.exe have this problem (including the java config program)

 

Unfortunately, the program I want to run requires 64 bit version of Java.

 

I ran the program through Visual Studio's debugger, and the problem seems to be caused by awt.dll, though I can't  find a fix for it.

 

I've tried running the exe as admin, and in compatibility mode, as well as reinstalling etc.

 

A few exceptions visual studio shows are as follows:

 

Unhandled exception at 0x0000000069304A30 (awt.dll) in javaw.exe: 0xC000041D: An unhandled exception was encountered during a user callback.

 

 

Link to comment
https://linustechtips.com/topic/386229-java-crashing/
Share on other sites

Link to post
Share on other sites

I've just installed Java (JRE) and was trying to run a program, though it seems to stop working after about 5 seconds.  This is a fairly fresh install of windows, and it is the insider build of windows 10.

 

-It only does it on 64 bit

-It doesn't crash right away if I reboot the system first

-All programs that use javaw.exe have this problem (including the java config program)

 

Unfortunately, the program I want to run requires 64 bit version of Java.

 

I ran the program through Visual Studio's debugger, and the problem seems to be caused by awt.dll, though I can't  find a fix for it.

 

I've tried running the exe as admin, and in compatibility mode, as well as reinstalling etc.

 

A few exceptions visual studio shows are as follows:

 

Unhandled exception at 0x0000000069304A30 (awt.dll) in javaw.exe: 0xC000041D: An unhandled exception was encountered during a user callback.

 

Im almost willing to bet that it is another program that is interfering with it.  I'd be betting on a anti-malware program.

Please spend as much time writing your question, as you want me to spend responding to it.  Take some time, and explain your issue, please!

Spoiler

If you need to learn how to install Windows, check here:  http://linustechtips.com/main/topic/324871-guide-how-to-install-windows-the-right-way/

Event Viewer 101: https://youtu.be/GiF9N3fJbnE

 

Link to comment
https://linustechtips.com/topic/386229-java-crashing/#findComment-5213257
Share on other sites

Link to post
Share on other sites

I don't even have any sort of anti malware or anything like that installed.  And Windows Defender doesn't seem to be running

As long as you haven't turned it off, it is running.  It might also be just general incompatibility in Windows 10.  Windows 10 has a bunch of new security features that might be causing it to crash like that.  Have you checked Event Viewer?

Please spend as much time writing your question, as you want me to spend responding to it.  Take some time, and explain your issue, please!

Spoiler

If you need to learn how to install Windows, check here:  http://linustechtips.com/main/topic/324871-guide-how-to-install-windows-the-right-way/

Event Viewer 101: https://youtu.be/GiF9N3fJbnE

 

Link to comment
https://linustechtips.com/topic/386229-java-crashing/#findComment-5213280
Share on other sites

Link to post
Share on other sites

EventViewer shows this error, a different DLL
 

Faulting application name: javaw.exe, version: 8.0.45.15, time stamp: 0x554287baFaulting module name: KERNELBASE.dll, version: 10.0.10074.0, time stamp: 0x553acf7bException code: 0xc000041dFault offset: 0x00000000000218f8Faulting process id: 0x124cFaulting application start time: 0x01d0a63ace00a6beFaulting application path: C:\Program Files\Java\jre1.8.0_45\bin\javaw.exeFaulting module path: C:\Windows\system32\KERNELBASE.dllReport Id: d1367ba6-e575-4865-81e1-250cf32e6730Faulting package full name: Faulting package-relative application ID:

And this error report:

 

Fault bucket 86072071535, type 4Event Name: APPCRASHResponse: Not availableCab Id: 0 Problem signature:P1: javaw.exeP2: 8.0.45.15P3: 554287baP4: KERNELBASE.dllP5: 10.0.10074.0P6: 553acf7bP7: c000041dP8: 00000000000218f8P9: P10:  Attached files:C:\Users\Matt\AppData\Local\Temp\WERF9A7.tmp.WERInternalMetadata.xmlC:\Users\Matt\AppData\Local\Temp\WERFFF1.tmp.appcompat.txt These files may be available here:C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_javaw.exe_2d8fb15f9be391edf7ce5d93bccfc9b5ea88610_e8ffadb4_2607006d Analysis symbol: Rechecking for solution: 0Report Id: d1367ba6-e575-4865-81e1-250cf32e6730Report Status: 1Hashed bucket: 7245c3b07e0b48073cc88d36622b0986
Link to comment
https://linustechtips.com/topic/386229-java-crashing/#findComment-5213305
Share on other sites

Link to post
Share on other sites

Try using Java 7?

Blue Jay

CPU: Intel Core i7 6700k (OC'd 4.4GHz) Cooler: CM Hyper 212 Evo Mobo: MSI Z170A Gaming Pro Carbon GPU: EVGA GTX 950 SSC RAM: Crucial Ballistix Sport 8GB (1x8GB) SSD: Samsung 850 EVO 250 GB HDD: Seagate Barracuda 1TB Case: NZXT S340 Black/Blue PSU: Corsair CX430M

 

Other Stuff

Monitor: Acer H236HL BID Mouse: Logitech G502 Proteus Spectrum Keyboard: I don't even know Mouse Pad: SteelSeries QcK Headset: Turtle Beach X12

 

GitHub

Link to comment
https://linustechtips.com/topic/386229-java-crashing/#findComment-5213645
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×