java - Libgdx game crashes -


my libgdx game crashes sometimes. have no idea why, don't think worth posting code yet, before knowing comoing from. running game on windows. here console output:

# fatal error has been detected java runtime environment:# #  internal error (os_windows_x86.cpp:144), pid=12252, tid=14156 #  guarantee(result == exception_continue_execution) failed: unexpected result toplevelexceptionfilter # # jre version: java(tm) se runtime environment (8.0_65-b17) (build 1.8.0_65-b17) # java vm: java hotspot(tm) 64-bit server vm (25.65-b01 mixed mode windows-amd64 compressed oops) # failed write core dump. minidumps not enabled default on client versions of windows # # error report file more information saved as: # c:\...\assets\hs_err_pid12252.log # # if submit bug report, please visit: #   http://bugreport.java.com/bugreport/crash.jsp # crash happened outside java virtual machine in native code. # see problematic frame report bug. # # process finished exit code 1 

where error come from? have box2d, shapes, bodies...?


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -