0% found this document useful (0 votes)
10 views4 pages

Log

The document is a log from a Ren'Py game engine session on an Android device, detailing the initialization process and various loading times. It highlights an ImportError related to a missing module and multiple TypeErrors caused by an unexpected keyword argument 'opaque' in the render function. The log captures the sequence of events leading up to the errors, including screen size information and rendering details.
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)
10 views4 pages

Log

The document is a log from a Ren'Py game engine session on an Android device, detailing the initialization process and various loading times. It highlights an ImportError related to a missing module and multiple TypeErrors caused by an unexpected keyword argument 'opaque' in the render function. The log captures the sequence of events leading up to the errors, including screen size information and rendering details.
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/ 4

Tue Mar 4 03:50:23 2025

Unknown platform.
Ren'Py 7.5.0.242n

Bootstrap to the start of init.init took 0.00s


Bootstrap to the start of init.init took 0.00s
Manufacturer samsung model SM-A346E
Screen diagonal is 4.89237688271 inches.
Early init took 0.09s
Early init took 0.09s
Android search paths:
/storage/emulated/0/Android/data/da.ssp/files/../../../../Documents/DA/da.ssp/
game /data/user/0/da.ssp/files/game
Loader init took 0.07s
Loader init took 0.07s
Loading error handling took 0.15s
Loading error handling took 0.15s
Loading script took 2.17s
Loading script took 2.17s
Saving to /storage/emulated/0/Android/data/da.ssp/files/../../../../Documents/DA/
da.ssp
Loading save slot metadata. took 0.42s
Loading save slot metadata. took 0.42s
Loading persistent took 0.02s
Loading persistent took 0.02s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Set script version to: (7, 4, 11)
Running init code took 0.35s
Running init code took 0.35s
Loading analysis data took 0.05s
Loading analysis data took 0.05s
Analyze and compile ATL took 0.03s
Analyze and compile ATL took 0.03s
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.00s
Making clean stores took 0.00s
Initial gc. took 0.22s
Initial gc. took 0.22s
DPI scale factor: 1.000000
Creating interface object took 0.00s
Creating interface object took 0.00s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.23s
Init translation took 0.23s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.03s
Load screen analysis took 0.03s
Analyze screens took 0.00s
Analyze screens took 0.00s
Save screen analysis took 0.00s
Save screen analysis took 0.00s
Prepare screens took 0.14s
Prepare screens took 0.14s
Save pyanalysis. took 0.00s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Running _start took 0.00s
Interface start took 0.58s
Interface start took 0.58s

Initializing gles2 renderer:


primary display bounds: (0, 0, 2121, 1008)
swap interval: 1 frames
Fullscreen mode.
Vendor: 'ARM'
Renderer: 'Mali-G68 MC4'
Version: 'OpenGL ES 3.2 v1.r32p1-01eac0.8135628637558d6d27e8ec61da0ffbb5'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(2265, 1080) drawable=(2265, 1080)
Maximum texture size: 4096x4096
Total time until interface ready: 4.82984399796s
Hid presplash.
Entered background.
Entering foreground.
Screen sizes: virtual=(1920, 1080) physical=(2121, 1008) drawable=(2121, 1008)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(2265, 1080) drawable=(2265, 1080)
Maximum texture size: 4096x4096
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.01s
Init translation took 0.01s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.05s
Load screen analysis took 0.05s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
Running _start took 0.01s

Full traceback:
File "Scripts/Story/Chapter 1/P2/chp1_P2_02.rpyc", line 265, in script call
File "Scripts/Story/Chapter 1/P2/chp1_P2_02.rpyc", line 319, in script call
File "Scripts/Story/Chapter 2/P2/chp2_p2_03.rpyc", line 188, in script call
File "Scripts/Story/Chapter 4/MACY/chp4_18.rpyc", line 173, in script
File "renpy/ast.py", line 1443, in execute
File "renpy/exports.py", line 1684, in with_statement
File "renpy/display\core.py", line 2767, in do_with
File "renpy/display\core.py", line 3323, in interact
File "renpy/display\core.py", line 3837, in interact_core
File "renpy/display\core.py", line 2570, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "game/Scripts/dreamy.rpy", line 93, in render
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'

While running game code:


File "game/Scripts/dreamy.rpy", line 93, in render
TypeError: __init__() got an unexpected keyword argument 'opaque'

Full traceback:
File "Scripts/Story/Chapter 1/P2/chp1_P2_02.rpyc", line 265, in script call
File "Scripts/Story/Chapter 1/P2/chp1_P2_02.rpyc", line 319, in script call
File "Scripts/Story/Chapter 2/P2/chp2_p2_03.rpyc", line 188, in script call
File "Scripts/Story/Chapter 4/MACY/chp4_18.rpyc", line 175, in script
File "renpy/ast.py", line 1443, in execute
File "renpy/exports.py", line 1684, in with_statement
File "renpy/display\core.py", line 2767, in do_with
File "renpy/display\core.py", line 3323, in interact
File "renpy/display\core.py", line 3837, in interact_core
File "renpy/display\core.py", line 2570, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "game/Scripts/dreamy.rpy", line 93, in render
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'

While running game code:


File "game/Scripts/dreamy.rpy", line 93, in render
TypeError: __init__() got an unexpected keyword argument 'opaque'
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.01s
Init translation took 0.01s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.04s
Load screen analysis took 0.04s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
Running _start took 0.01s
Cleaning stores took 0.00s
Cleaning stores took 0.00s
Init translation took 0.01s
Init translation took 0.01s
Build styles took 0.01s
Build styles took 0.01s
Load screen analysis took 0.05s
Load screen analysis took 0.05s
Analyze screens took 0.00s
Analyze screens took 0.00s
Prepare screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.01s
Running _start took 0.01s

Full traceback:
File "Scripts/Story/Chapter 3/P2/chp3_P2_09.rpyc", line 46, in script
File "renpy/ast.py", line 1443, in execute
File "renpy/exports.py", line 1684, in with_statement
File "renpy/display\core.py", line 2767, in do_with
File "renpy/display\core.py", line 3323, in interact
File "renpy/display\core.py", line 3837, in interact_core
File "renpy/display\core.py", line 2570, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "game/Scripts/dreamy.rpy", line 93, in render
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'

While running game code:


File "game/Scripts/dreamy.rpy", line 93, in render
TypeError: __init__() got an unexpected keyword argument 'opaque'

Full traceback:
File "Scripts/Story/Chapter 3/P2/chp3_P2_11.rpyc", line 49, in script
File "renpy/ast.py", line 1443, in execute
File "renpy/exports.py", line 1684, in with_statement
File "renpy/display\core.py", line 2767, in do_with
File "renpy/display\core.py", line 3323, in interact
File "renpy/display\core.py", line 3837, in interact_core
File "renpy/display\core.py", line 2570, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display\layout.py", line 834, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "game/Scripts/dreamy.rpy", line 93, in render
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'

While running game code:


File "game/Scripts/dreamy.rpy", line 93, in render
TypeError: __init__() got an unexpected keyword argument 'opaque'

You might also like