bitbrain / scape-java

A fast-paced running platformer
Apache License 2.0
9 stars 1 forks source link

Box2DLights crashes #57

Closed bitbrain closed 5 years ago

bitbrain commented 5 years ago
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006e9fe077, pid=1772, tid=0x0000000000001d6c
#
# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [gdx-box2d64.dll+0x3e077]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\Miguel\git\scape\android\assets\hs_err_pid1772.log
Compiled method (c1)    9564 2075       3       box2dLight.PositionalLight::updateMesh (140 bytes)
 total in heap  [0x0000000003b5e810,0x0000000003b5f478] = 3176
 relocation     [0x0000000003b5e930,0x0000000003b5e9c0] = 144
 main code      [0x0000000003b5e9c0,0x0000000003b5efc0] = 1536
 stub code      [0x0000000003b5efc0,0x0000000003b5f078] = 184
 oops           [0x0000000003b5f078,0x0000000003b5f080] = 8
 metadata       [0x0000000003b5f080,0x0000000003b5f0a0] = 32
 scopes data    [0x0000000003b5f0a0,0x0000000003b5f238] = 408
 scopes pcs     [0x0000000003b5f238,0x0000000003b5f3f8] = 448
 dependencies   [0x0000000003b5f3f8,0x0000000003b5f400] = 8
 nul chk table  [0x0000000003b5f400,0x0000000003b5f478] = 120
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
bitbrain commented 5 years ago

https://stackoverflow.com/questions/41318182/java-and-libgdx-fatal-error-during-run-time

bitbrain commented 5 years ago

Duplicate of https://github.com/bitbrain/braingdx/issues/190