Note that there are some explanatory texts on larger screens.

plurals
  1. POJava jvm crashes without reason - runs with admin privileges
    primarykey
    data
    text
    <p>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).</p> <p>The JVM returns no error log file, the only thing that's possible to grab are:</p> <blockquote> <p>WERF81A.tmp.WERInternalMetadata.xml</p> <p>WER403.tmp.dmp</p> <p>WER461.tmp.cab</p> <p>WER3D3.tmp.appcompat.txt</p> </blockquote> <p>The <code>hs_error_*</code> file is missing completly (or I can't locate it). This is part of <code>WERF81A.tmp.WERInternalMetadata.xml</code></p> <pre><code> &lt;ProcessInformation&gt; &lt;Pid&gt;6740&lt;/Pid&gt; &lt;ImageName&gt;javaw.exe&lt;/ImageName&gt; &lt;CmdLineSignature&gt;00000000&lt;/CmdLineSignature&gt; &lt;Uptime&gt;6105&lt;/Uptime&gt; &lt;ProcessVmInformation&gt; &lt;PeakVirtualSize&gt;4891078656&lt;/PeakVirtualSize&gt; &lt;VirtualSize&gt;4882821120&lt;/VirtualSize&gt; &lt;PageFaultCount&gt;82469&lt;/PageFaultCount&gt; &lt;PeakWorkingSetSize&gt;195358720&lt;/PeakWorkingSetSize&gt; &lt;WorkingSetSize&gt;183607296&lt;/WorkingSetSize&gt; &lt;QuotaPeakPagedPoolUsage&gt;277440&lt;/QuotaPeakPagedPoolUsage&gt; &lt;QuotaPagedPoolUsage&gt;261216&lt;/QuotaPagedPoolUsage&gt; &lt;QuotaPeakNonPagedPoolUsage&gt;43232&lt;/QuotaPeakNonPagedPoolUsage&gt; &lt;QuotaNonPagedPoolUsage&gt;43168&lt;/QuotaNonPagedPoolUsage&gt; &lt;PagefileUsage&gt;564998144&lt;/PagefileUsage&gt; &lt;PeakPagefileUsage&gt;574984192&lt;/PeakPagefileUsage&gt; &lt;PrivateUsage&gt;564998144&lt;/PrivateUsage&gt; &lt;/ProcessVmInformation&gt; &lt;/ProcessInformation&gt; &lt;ProblemSignatures&gt; &lt;EventType&gt;APPCRASH&lt;/EventType&gt; &lt;Parameter0&gt;javaw.exe&lt;/Parameter0&gt; &lt;Parameter1&gt;7.0.250.17&lt;/Parameter1&gt; &lt;Parameter2&gt;51c4b1ff&lt;/Parameter2&gt; &lt;Parameter3&gt;USER32.dll&lt;/Parameter3&gt; &lt;Parameter4&gt;6.2.9200.16420&lt;/Parameter4&gt; &lt;Parameter5&gt;505a9a92&lt;/Parameter5&gt; &lt;Parameter6&gt;c0000005&lt;/Parameter6&gt; &lt;Parameter7&gt;000000000003185a&lt;/Parameter7&gt; &lt;/ProblemSignatures&gt; </code></pre> <p>The windows error reporting dialog gives me 2 options:</p> <ul> <li>Debug -> negative exit code</li> <li>Close -> <code>exit code 255</code></li> </ul> <p>The application uses the latest <code>jdk7u25</code>. The application uses JavaFX 2 (so does working Scenebuilder application). There's no error logs or codes other than posted above!</p> <p>The application <strong>will work</strong> if run as admin!</p> <p>Any help appreciated.</p> <ul> <li>Windows 8 x64</li> <li>Runs on other computers without any problems.</li> <li>UAC is turned off</li> <li>Crash is reproducible. 2-3 Seconds after application gui shows up.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload