[SOLVED] [Android] Null Pointer Dereference

Report issues or bugs in RVGL or ask for help regarding any Re-Volt topic.
CaioLesnock
Posts: 1

[SOLVED] [Android] Null Pointer Dereference

Unread post by CaioLesnock » Wed Feb 13, 2019 12:14 pm

When I try to open the game on my Xiaomi Redmi 5 Plus, it throw an error:
"Cause: null pointer dereference"
Image
User avatar
Huki
Developer
Posts: 397

Re: Null Pointer Dereference

Unread post by Huki » Mon Feb 25, 2019 12:54 pm

From the report, it seems to crash at track loading or frontend loading. Make sure you have the game assets installed properly. Also post the log from RVGL/profiles/re-volt_log.txt.
Shepard62700FR
Posts: 1

Re: [Android] Null Pointer Dereference

Unread post by Shepard62700FR » Mon Mar 11, 2019 6:32 am

UPDATE: Fixed it, caused by a bad installation. I made a new install and it works. This is what I did:
  • Wiped out everything Re-Volt related
  • Downloaded the APK and installed it
  • Downloaded the game files and extracted it at the root of my internal storage (not SD card) in a folder called "RVGL" (all caps)
  • Did the same for the Soundtrack and Dreamcast extras
  • Started the app.
I have the same problem, here's my crash report:

Code: Select all

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'xiaomi/whyred/whyred:8.1.0/OPM1.171019.011/V10.2.1.0.OEIMIXM:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 8574, tid: 8595, name: SDLThread  >>> com.rvgl.rvgl <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
    x0   0000006f2994f708  x1   0000000000000000  x2   000000000000000c  x3   0000000000000000
    x4   000000000064656d  x5   00000000ffffffff  x6   0000000000000000  x7   0000008080808080
    x8   0000000000000000  x9   7f7f7f7fffffffff  x10  fefefefeff63646c  x11  7f7f7f7f7f7f7f7f
    x12  0101010101010101  x13  0000000000000018  x14  0000000000000000  x15  0000197ad3bfd641
    x16  0000006f297881a8  x17  0000006fc4a35694  x18  0000000000000002  x19  0000006f2994f708
    x20  0000000000000001  x21  0000006f278d9a00  x22  0000006f297b2b50  x23  0000006f29792000
    x24  0000006fc822eab0  x25  0000006f3aa4e1c0  x26  0000006f33cf34a0  x27  0000006f2978f000
    x28  0000000000000002  x29  0000006f28dfe260  x30  0000006f29549d28
    sp   0000006f28dfe250  pc   0000006fc4a356ac  pstate 0000000060000000

backtrace:
    #00 pc 00000000000566ac  /system/lib64/libc.so (strncpy+24)
    #01 pc 0000000000108d24  /data/app/com.rvgl.rvgl-bmEWMwlUlzyCLaCEh5mstw==/lib/arm64/libmain.so (SetStartingPlayerData(int, int, int, int, int, unsigned int, char const*)+224)
    #02 pc 0000000000108e24  /data/app/com.rvgl.rvgl-bmEWMwlUlzyCLaCEh5mstw==/lib/arm64/libmain.so (AddPlayerToStartData(int, int, int, int, int, unsigned int, char const*)+96)
    #03 pc 0000000000149260  /data/app/com.rvgl.rvgl-bmEWMwlUlzyCLaCEh5mstw==/lib/arm64/libmain.so (GoIntroSequence()+312)
    #04 pc 000000000014eaec  /data/app/com.rvgl.rvgl-bmEWMwlUlzyCLaCEh5mstw==/lib/arm64/libmain.so (SDL_main+1480)
    #05 pc 00000000000306b4  /data/app/com.rvgl.rvgl-bmEWMwlUlzyCLaCEh5mstw==/lib/arm64/libSDL2.so (Java_org_libsdl_app_SDLActivity_nativeRunMain+480)
    #06 pc 0000000000002674  /data/app/com.rvgl.rvgl-bmEWMwlUlzyCLaCEh5mstw==/oat/arm64/base.odex (offset 0x2000)
Here's the log:

Code: Select all

RVGL Error Log File
Compilation date: 19:27:22, Feb 28 2019
Architecture: Android (64-bit arm)
Build: 19.0301a

Android: Using data path: '/sdcard/RVGL'

Android: Assets up to date

Timer Frequency: 1000000000

Loading: profiles/rvgl.ini: Not Found
Loading: strings/basque.txt: Found
Loading: strings/czech.txt: Found
Loading: strings/dutch.txt: Found
Loading: strings/english.txt: Found
Loading: strings/french.txt: Found
Loading: strings/german.txt: Found
Loading: strings/hungarian.txt: Found
Loading: strings/italian.txt: Found
Loading: strings/lithuanian.txt: Found
Loading: strings/polish.txt: Found
Loading: strings/portuguese.txt: Found
Loading: strings/serbian.txt: Found
Loading: strings/spanish.txt: Found
Loading: strings/swedish.txt: Found

Found language: Euskara (basque.txt)
Found language: Český (czech.txt)
Found language: Nederlands (dutch.txt)
Found language: English (english.txt)
Found language: Français (french.txt)
Found language: Deutsch (german.txt)
Found language: Magyar (hungarian.txt)
Found language: Italiano (italian.txt)
Found language: Lietuvių (lithuanian.txt)
Found language: Polski (polish.txt)
Found language: Português (portuguese.txt)
Found language: Srpski (serbian.txt)
Found language: Español (spanish.txt)
Found language: Svenska (swedish.txt)

Loading: strings/english.txt: Found
Loading: cars/rc/parameters.txt: Not Found
Loading: cars/mite/parameters.txt: Not Found
Loading: cars/phat/parameters.txt: Not Found
Loading: cars/moss/parameters.txt: Not Found
Loading: cars/mud/parameters.txt: Not Found
Loading: cars/beatall/parameters.txt: Not Found
Loading: cars/volken/parameters.txt: Not Found
Loading: cars/tc6/parameters.txt: Not Found
Loading: cars/dino/parameters.txt: Not Found
Loading: cars/candy/parameters.txt: Not Found
Loading: cars/gencar/parameters.txt: Not Found
Loading: cars/tc4/parameters.txt: Not Found
Loading: cars/mouse/parameters.txt: Not Found
Loading: cars/flag/parameters.txt: Not Found
Loading: cars/tc2/parameters.txt: Not Found
Loading: cars/r5/parameters.txt: Not Found
Loading: cars/tc5/parameters.txt: Not Found
Loading: cars/sgt/parameters.txt: Not Found
Loading: cars/tc3/parameters.txt: Not Found
Loading: cars/adeon/parameters.txt: Not Found
Loading: cars/fone/parameters.txt: Not Found
Loading: cars/tc1/parameters.txt: Not Found
Loading: cars/rotor/parameters.txt: Not Found
Loading: cars/cougar/parameters.txt: Not Found
Loading: cars/sugo/parameters.txt: Not Found
Loading: cars/toyeca/parameters.txt: Not Found
Loading: cars/amw/parameters.txt: Not Found
Loading: cars/panga/parameters.txt: Not Found
Loading: cars/trolley/parameters.txt: Found
Loading: cars/wincar/parameters.txt: Found
Loading: cars/wincar2/parameters.txt: Found
Loading: cars/wincar3/parameters.txt: Found
Loading: cars/wincar4/parameters.txt: Found
Loading: cars/ufo/parameters.txt: Found
Loading: cars/q/parameters.txt: Found
Loading: cars/bigvolt/parameters.txt: Not Found
Loading: cars/bossvolt/parameters.txt: Not Found
Loading: cars/jg6rc/parameters.txt: Not Found
Loading: cars/tc12/parameters.txt: Not Found
Loading: cars/tc10/parameters.txt: Not Found
Loading: cars/tc8/parameters.txt: Not Found
Loading: cars/tc11/parameters.txt: Not Found
Loading: cars/tc9/parameters.txt: Not Found
Loading: cars/jg1jg7/parameters.txt: Not Found
Loading: cars/tc7/parameters.txt: Not Found
Loading: cars/jg3loco/parameters.txt: Not Found
Loading: cars/jg4snw35/parameters.txt: Not Found
Loading: cars/jg5purpxl/parameters.txt: Not Found
Loading: cars/jg2fulonx/parameters.txt: Not Found

Video: Initializing...
Video: Opening window
Video: Found 1 display modes
Video: Setting display mode
Video: Creating OpenGL context
Video: Loading GL functions

===== Video Info =====
GL Vendor: Qualcomm
GL Renderer: Adreno (TM) 509
GL Version: OpenGL ES 3.2 V@269.0 (GIT@a1355e2, I141a912644) (Date:04/18/18)
GL_VERSION_1_2: Not Found
GL_VERSION_ES_CM_1_0: Not Found
GL_SGIS_texture_lod: Not Found
GL_SGIS_generate_mipmap: Not Found
GL_SGIS_texture_edge_clamp: Not Found
GL_VERSION_1_3: Not Found
GL_ARB_texture_env_combine: Not Found
GL_EXT_texture_env_combine: Not Found
GL_ARB_multitexture: Not Found
GL_ARB_multisample: Not Found
GL_EXT_multisample: Not Found
GL_ARB_texture_compression: Not Found
GL_EXT_texture_compression_s3tc: Not Found
GL_VERSION_1_4: Not Found
GL_EXT_fog_coord: Not Found
GL_ARB_vertex_array_bgra: Not Found
GL_EXT_vertex_array_bgra: Not Found
GL_EXT_clip_volume_hint: Not Found
GL_EXT_gpu_shader4: Not Found
GL_VERSION_2_0: Not Found
GL_ES_VERSION_2_0: Found
GL_VERSION_3_0: Not Found
GL_ES_VERSION_3_0: Found
GL_ARB_framebuffer_object: Not Found
GL_EXT_framebuffer_object: Not Found
GL_EXT_framebuffer_blit: Not Found
GL_EXT_framebuffer_multisample: Not Found
GL_ANGLE_framebuffer_blit: Not Found
GL_ANGLE_framebuffer_multisample: Not Found
GL_OES_rgb8_rgba8: Found
GL_OES_packed_depth_stencil: Found
GL_OES_depth24: Found
GL_VERSION_3_1: Not Found
GL_ARB_uniform_buffer_object: Not Found
GL_ES_VERSION_3_1: Found
GL_VERSION_4_1: Not Found
GL_ARB_separate_shader_objects: Not Found
GL_ARB_get_program_binary: Not Found
GL_OES_get_program_binary: Found
GL_VERSION_4_6: Not Found
GL_ARB_texture_filter_anisotropic: Not Found
GL_EXT_texture_filter_anisotropic: Found
===== Video Info =====

Video: Window format: 5 6 5 0 16 0 0 0 0
Video: Frame Buffer Objects disabled.
Video: GL_MAX_COMBINED_UNIFORM_BLOCKS: 84
Video: GL_MAX_UNIFORM_BUFFER_BINDINGS: 84
Video: GL_MAX_UNIFORM_BLOCK_SIZE: 65536
Video: GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT: 32

Video: Loading shader (type: 0, flags: 0)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_00000000.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000000.frag.bin: Found

Video: Loading shader (type: 0, flags: 1)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_00000001.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000001.frag.bin: Found

Video: Loading shader (type: 0, flags: 3)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_00000003.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000003.frag.bin: Found

Video: Loading shader (type: 0, flags: 103)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000103.frag.bin: Found

Video: Loading shader (type: 0, flags: 2b)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_0000002b.vert.bin: Found

Video: Loading shader (type: 0, flags: 12b)

Video: Loading shader (type: 0, flags: 101)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000101.frag.bin: Found

Video: Loading shader (type: 0, flags: 29)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_00000029.vert.bin: Found

Video: Loading shader (type: 0, flags: 129)

Video: Loading shader (type: 0, flags: 2)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_00000002.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000002.frag.bin: Found

Video: Loading shader (type: 0, flags: 102)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000102.frag.bin: Found

Video: Loading shader (type: 0, flags: 2a)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_0000002a.vert.bin: Found

Video: Loading shader (type: 0, flags: 12a)

Video: Loading shader (type: 0, flags: 100)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/world_fs.glsl: Found
Loading: shaders/cache/00000000_00000100.frag.bin: Found

Video: Loading shader (type: 0, flags: 28)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/world_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000000_00000028.vert.bin: Found

Video: Loading shader (type: 0, flags: 128)

Video: Loading shader (type: 1, flags: 0)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000000.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000000.frag.bin: Found

Video: Loading shader (type: 1, flags: 1)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000001.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000001.frag.bin: Found

Video: Loading shader (type: 1, flags: 3)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000003.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000003.frag.bin: Found

Video: Loading shader (type: 1, flags: 103)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000103.frag.bin: Found

Video: Loading shader (type: 1, flags: 3b)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_0000003b.vert.bin: Found

Video: Loading shader (type: 1, flags: 13b)

Video: Loading shader (type: 1, flags: 101)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000101.frag.bin: Found

Video: Loading shader (type: 1, flags: 39)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000039.vert.bin: Found

Video: Loading shader (type: 1, flags: 139)

Video: Loading shader (type: 1, flags: 2)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000002.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000002.frag.bin: Found

Video: Loading shader (type: 1, flags: 102)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000102.frag.bin: Found

Video: Loading shader (type: 1, flags: 3a)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_0000003a.vert.bin: Found

Video: Loading shader (type: 1, flags: 13a)

Video: Loading shader (type: 1, flags: 100)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/model_fs.glsl: Found
Loading: shaders/cache/00000001_00000100.frag.bin: Found

Video: Loading shader (type: 1, flags: 38)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000038.vert.bin: Found

Video: Loading shader (type: 1, flags: 138)

Video: Loading shader (type: 1, flags: a3)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000000a3.vert.bin: Found

Video: Loading shader (type: 1, flags: 100bb)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000100bb.vert.bin: Found

Video: Loading shader (type: 1, flags: 201a1)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000200a1.vert.bin: Found

Video: Loading shader (type: 1, flags: 301a1)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000300a1.vert.bin: Found

Video: Loading shader (type: 1, flags: 401a1)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000400a1.vert.bin: Found

Video: Loading shader (type: 1, flags: 5)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000005.vert.bin: Found

Video: Loading shader (type: 1, flags: 25)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_00000025.vert.bin: Found

Video: Loading shader (type: 1, flags: 125)

Video: Loading shader (type: 1, flags: a5)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000000a5.vert.bin: Found

Video: Loading shader (type: 1, flags: 301a5)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/model_vs.glsl: Found
Loading: shaders/lights_vs.glsl: Found
Loading: shaders/effects_vs.glsl: Found
Loading: shaders/cache/00000001_000300a5.vert.bin: Found

Video: Loading shader (type: 2, flags: 0)
Loading: shaders/common_vs.glsl: Found
Loading: shaders/screen_vs.glsl: Found
Loading: shaders/cache/00000002_00000000.vert.bin: Found
Loading: shaders/common_fs.glsl: Found
Loading: shaders/screen_fs.glsl: Found
Loading: shaders/cache/00000002_00000000.frag.bin: Found

Video: Loading shader (type: 2, flags: 100)
Loading: shaders/common_fs.glsl: Found
Loading: shaders/screen_fs.glsl: Found
Loading: shaders/cache/00000002_00000100.frag.bin: Found

Video: Done

Detected SDL2 version: 2.0.8
Input: 1 GameController mappings added
Input: Found controller at slot 0: Android Accelerometer (GUID: 416e64726f696420416363656c65726f)

Loading: cars/misc/parameters.txt: Not Found
Loading: gfx/font.bmp: Found
Loading: gfx/font.bmo: Found
Loading: gfx/font.bmn: Not Found
Loading: gfx/font.bmq: Not Found
Loading: gfx/spru.bmp: Not Found
Loading: gfx/spruimage.bmp: Found
Loading: gfx/spruimage.bmo: Not Found
Loading: gfx/spruimage.bmq: Found
Loading: gfx/spruimage.bmr: Not Found
Loading: gfx/overlay.bmp: Found
Loading: gfx/overlay.bmo: Found
Loading: gfx/overlay.bmn: Not Found
Loading: gfx/overlay.bmq: Not Found
Loading: gfx/loadinga.bmp: Found
Loading: gfx/loadinga.bmo: Not Found
Loading: gfx/loadinga.bmq: Found
Loading: gfx/loadinga.bmr: Not Found
Loading: gfx/loadingb.bmp: Found
Loading: gfx/loadingb.bmo: Not Found
Loading: gfx/loadingb.bmq: Found
Loading: gfx/loadingb.bmr: Not Found
Loading: gfx/loadingc.bmp: Found
Loading: gfx/loadingc.bmo: Not Found
Loading: gfx/loadingc.bmq: Found
Loading: gfx/loadingc.bmr: Not Found
Loading: gfx/devlogo1a.bmp: Found
Loading: gfx/devlogo1a.bmo: Not Found
Loading: gfx/devlogo1a.bmq: Not Found
Loading: gfx/devlogo1b.bmp: Found
Loading: gfx/devlogo1b.bmo: Not Found
Loading: gfx/devlogo1b.bmq: Not Found
Loading: gfx/devlogo1c.bmp: Found
Loading: gfx/devlogo1c.bmo: Not Found
Loading: gfx/devlogo1c.bmq: Not Found
Loading: gfx/devlogo2a.bmp: Found
Loading: gfx/devlogo2a.bmo: Not Found
Loading: gfx/devlogo2a.bmq: Not Found
Loading: gfx/devlogo2b.bmp: Found
Loading: gfx/devlogo2b.bmo: Not Found
Loading: gfx/devlogo2b.bmq: Not Found
Loading: gfx/devlogo2c.bmp: Found
Loading: gfx/devlogo2c.bmo: Not Found
Loading: gfx/devlogo2c.bmq: Not Found
Locked