0% found this document useful (0 votes)
79 views3 pages

Game Save File

The document details log information from initializing and running a Ren'Py game on an Android device. It lists various initialization steps, device and screen details, and errors encountered when trying to set the video mode on different renderers.

Uploaded by

KIRSHANT Tomer
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)
79 views3 pages

Game Save File

The document details log information from initializing and running a Ren'Py game on an Android device. It lists various initialization steps, device and screen details, and errors encountered when trying to set the video mode on different renderers.

Uploaded by

KIRSHANT Tomer
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/ 3

Sun Apr 28 21:13:43 2024

Unknown platform.
Ren'Py 7.5.3.22090809

Bootstrap to the start of init.init took 0.00s


Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-A336E
Screen diagonal is 3.35748583186 inches.
Early init took 0.11s
Early init took 0.11s
Android search paths:
/storage/emulated/0/Android/data/ghost.pill.king/files/../../../../0011/
ghost.pill.king/game /data/user/0/ghost.pill.king/files/game
Loader init took 0.05s
Loader init took 0.05s
Loading error handling took 0.13s
Loading error handling took 0.13s
Loading script took 3.90s
Loading script took 3.90s
Saving to /storage/emulated/0/Android/data/ghost.pill.king/files/../../../../0011/
ghost.pill.king
Loading save slot metadata. took 0.62s
Loading save slot metadata. took 0.62s
Loading persistent took 0.01s
Loading persistent took 0.01s
Faled to initialize steam: OSError('dlopen failed: library
"/data/user/0/ghost.pill.king/files/libsteam_api.so" not found',)
Set script version to: (8, 1, 3)
- Init at 00images.rpyc:52 took 0.47604 s.
Running init code took 1.35s
Running init code took 1.35s
Loading analysis data took 1.66s
Loading analysis data took 1.66s
Analyze and compile ATL took 0.11s
Analyze and compile ATL took 0.11s
Index archives took 0.00s
Index archives took 0.00s
Dump and make backups. took 0.00s
Dump and make backups. took 0.00s
Cleaning cache took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.01s
Making clean stores took 0.01s
Initial gc. took 1.15s
Initial gc. took 1.15s
DPI scale factor: 1.000000
Creating interface object took 0.02s
Creating interface object took 0.02s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 1.43s
Init translation took 1.43s
Build styles took 0.07s
Build styles took 0.07s
Load screen analysis took 1.46s
Load screen analysis took 1.46s
Analyze screens took 0.05s
Analyze screens took 0.05s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 6.40s
Prepare screens took 6.40s
Save pyanalysis. took 0.00s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.03s
Running _start took 0.03s
Interface start took 2.22s
Interface start took 2.22s

Initializing gles2 renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing gles renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing angle2 renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing angle renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing gl renderer:
primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing gles2 renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing angle2 renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Initializing gl2 renderer:


primary display bounds: (0, 0, 918, 1200)
swap interval: 1 frames
Fullscreen mode.
Opening in fullscreen failed: error(u'Could not fetch native window',)
Windowed mode.
Could not get pygame screen: error(u'Could not fetch native window',)

Full traceback:
File "00start.rpyc", line 240, in script call
File "screens.rpyc", line 368, in script
File "renpy/ast.py", line 1658, in execute
File "renpy/exports.py", line 1657, in with_statement
File "renpy/display\core.py", line 2802, in do_with
File "renpy/display\core.py", line 3342, in interact
File "renpy/display\core.py", line 2267, in start
File "renpy/display\core.py", line 2586, in set_mode
Exception: Could not set video mode.

While running game code:


Exception: Could not set video mode.

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
File "renpy/main.py", line 712, in main
File "renpy/main.py", line 149, in run
File "renpy/execution.py", line 938, in run_context
File "00start.rpyc", line 240, in script call
File "screens.rpyc", line 368, in script
File "00start.rpyc", line 240, in script call
File "screens.rpyc", line 368, in script
File "renpy/ast.py", line 1658, in execute
File "renpy/exports.py", line 1657, in with_statement
File "renpy/display\core.py", line 2802, in do_with
File "renpy/display\core.py", line 3342, in interact
File "renpy/display\core.py", line 2267, in start
File "renpy/display\core.py", line 2586, in set_mode
Exception: Could not set video mode.

While running game code:


Exception: Could not set video mode.

You might also like