I've already tried to re-install Java several times, but it keeps crashing once starting my application. Other applications work fine (e.g. Scenebuilder).
The JVM returns no error log file, the only thing that's possible to grab are:
WERF81A.tmp.WERInternalMetadata.xml
WER403.tmp.dmp
WER461.tmp.cab
WER3D3.tmp.appcompat.txt
The hs_error_*
file is missing completly (or I can't locate it).
This is part of WERF81A.tmp.WERInternalMetadata.xml
<ProcessInformation>
<Pid>6740</Pid>
<ImageName>javaw.exe</ImageName>
<CmdLineSignature>00000000</CmdLineSignature>
<Uptime>6105</Uptime>
<ProcessVmInformation>
<PeakVirtualSize>4891078656</PeakVirtualSize>
<VirtualSize>4882821120</VirtualSize>
<PageFaultCount>82469</PageFaultCount>
<PeakWorkingSetSize>195358720</PeakWorkingSetSize>
<WorkingSetSize>183607296</WorkingSetSize>
<QuotaPeakPagedPoolUsage>277440</QuotaPeakPagedPoolUsage>
<QuotaPagedPoolUsage>261216</QuotaPagedPoolUsage>
<QuotaPeakNonPagedPoolUsage>43232</QuotaPeakNonPagedPoolUsage>
<QuotaNonPagedPoolUsage>43168</QuotaNonPagedPoolUsage>
<PagefileUsage>564998144</PagefileUsage>
<PeakPagefileUsage>574984192</PeakPagefileUsage>
<PrivateUsage>564998144</PrivateUsage>
</ProcessVmInformation>
</ProcessInformation>
<ProblemSignatures>
<EventType>APPCRASH</EventType>
<Parameter0>javaw.exe</Parameter0>
<Parameter1>7.0.250.17</Parameter1>
<Parameter2>51c4b1ff</Parameter2>
<Parameter3>USER32.dll</Parameter3>
<Parameter4>6.2.9200.16420</Parameter4>
<Parameter5>505a9a92</Parameter5>
<Parameter6>c0000005</Parameter6>
<Parameter7>000000000003185a</Parameter7>
</ProblemSignatures>
The windows error reporting dialog gives me 2 options:
- Debug -> negative exit code
- Close ->
exit code 255
The application uses the latest jdk7u25
.
The application uses JavaFX 2 (so does working Scenebuilder application). There's no error logs or codes other than posted above!
The application will work if run as admin!
Any help appreciated.
- Windows 8 x64
- Runs on other computers without any problems.
- UAC is turned off
- Crash is reproducible. 2-3 Seconds after application gui shows up.