Level crash on android

app launches fine on tablet but when i load into 1 of the levels the game crashes to home screen.

monitor report:

JVM terminated. Exit code=2
C:\ProgramData\Oracle\Java\javapath\javaw.exe
-XX:MaxPermSize=256m
-Xms512m
-Xmx1024m
-jar
C:\android-sdk-windows\tools\lib\monitor-x86_64\plugins/org.e
clipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os win32
-ws win32
-arch x86_64
-showsplash
-launcher
C:\android-sdk-windows\tools\lib\monitor-x86_64\monitor.exe
-name Monitor
–launcher.library
C:\android-sdk-windows\tools\lib\monitor-x86_64\plugins/org.e
clipse.equinox.launcher.win32.win32.x86_64_1.1.200v20120913-144807\ecli
pse_1503.dll
-startup

C:\android-sdk-windows\tools\lib\monitor-x86_64\plugins/org.e
clipse.equinox.launcher_1.3.0.v20120522-1813.jar
–launcher.overrideVmargs
-exitdata 1ecc_5c
-data @noDefault
-vm C:\ProgramData\Oracle\Java\javapath\javaw.exe
-vmargs
-XX:MaxPermSize=256m
-Xms512m
-Xmx1024m
-jar
C:\android-sdk-windows\tools\lib\monitor-x86_64\plugins/org.e
clipse.equinox.launcher_1.3.0.v20120522-1813.jar

Are you able to get UE4 crash logs?

i am unsure as to how to get the crash logs from a Nvidia shield k1

if someone could tell me how to access the crash logs on the nvidia shield k1 i would greatly appreciate it

Hello AJAY,

You should be able to get them following these steps.

  1. Navigate to your installation location (the default should be C:\
  2. Navigate to \android-sdk-windows\tools and run monitor.bat
  3. If this fails, don’t fret. Go to \android-sdk-windows\tools\lib\monitor-x86 and run eclipsec.exe there.
  4. This will open the device monitor. Launch the game to your device while this window is open and the logs should populate.
  5. If the logs start overwriting earlier lines due to running out of space, go to Window > Preferences > Logcat and change the “5000” number to something higher, such as 500000.
  6. When saving the logs, ensure that you high-light all of the text in the logs BEFORE you hit save, otherwise it’ll just save out a blank file.

Hope this helps!