0% found this document useful (0 votes)
3 views

stdout

The document details the initialization process of the idTech4 game engine for an Android application, including OpenGL settings and file system paths. It indicates that the game data directory is set and attempts to load necessary files, but encounters an error with 'default.cfg'. The process ultimately results in the engine shutting down due to this error.

Uploaded by

xiyime3520
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

stdout

The document details the initialization process of the idTech4 game engine for an Android application, including OpenGL settings and file system paths. It indicates that the game data directory is set and attempts to load necessary files, but encounters an error with 'default.cfg'. The process ultimately results in the engine shutting down due to this error.

Uploaded by

xiyime3520
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[Harmattan]: DOOM3 start

Q3E initial context


OpenGL:
Format: 0x8888
MSAA: 0
Version: 00030000
Screen size: 2400 x 1080
Variables:
Native library directory:
/data/app/~~7iaVp-WoRc8mikb1TgEQqA==/com.karin.idTech4Amm-
LkE61fBrSP_z8KsVPdSBpw==/lib/arm64
Redirect output to file: 1
No handle signals: 0
Multi-thread: 0
Using mouse: 0
Game data directory: /storage/emulated/0/Download
Application home directory:
/storage/emulated/0/Android/data/com.karin.idTech4Amm/files
Refresh rate: 60
Continue when missing OpenGL context: 1

Q3E callback
AudioTrack:
initAudio: 0x70de2e61e8
writeAudio: 0x70de2e6304
shutdownAudio: 0x70de2e6410
Input:
grab_mouse: 0x70de2e7c48
pull_input_event: 0x70de2e7cfc
System:
attach_thread: 0x70de2e7db0
tmpfile: 0x70de2e7e30
copy_to_clipboard: 0x70de2e79fc
get_clipboard_text: 0x70de2e7fa8
GUI:
show_toast: 0x70de2e7b1c
Other:
setState: 0x70de2e64e0

Q3E command line arguments: 1


0: /storage/emulated/0/Download/game.arm

[Harmattan]: idTech4 main thread start.


[Q3E_JNI info]idTech4A++(arm64) game data directory: /storage/emulated/0/Download

[Harmattan]: Enter idTech4 main thread -> main


Prey 1.2.116 android-arm64 Jul 29 2024 18:55:27
found interface lo - loopback
found interface ccmni1 - 10.194.81.83/255.0.0.0
------ Initializing File System ------
Current search path:
/storage/emulated/0/Download/preybase
game DLL: 0x0 in pak: 0x0
Addon pk4s:
file system initialized.
--------------------------------------
Unknown command 'vid_restart'
idRenderSystem::Shutdown()
[Harmattan]: EGL destroyed.
Sys_Error: Couldn't load default.cfg
[Q3E_JNI info]Toast: Couldn't load default.cfg
[Harmattan]: idTech4 exit.

You might also like