Bingoogus
Forum Fanatic
- Sep 5, 2021
- 4,226
- 12,606
- 628
So cause this game starts with a video: https://f95zone.to/threads/love-and-evil-things-v0-1-3-petals.172695/ and the error code mentions image:
I assume the URM is simply not set up to deal with that, i've never seen a Renpy game start with a video before so it wouldn't surprise me. Is there a solution?
Edit: oh, i should make it clear, it boots with a video, the crash occurs before the game finishes loading if the mod is installed.
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "0x52-URM/classes/main.rpy", line 33, in <module>
File "0x52-URM/classes/textbox.rpy", line 14, in __init__
TypeError: __call__() got an unexpected keyword argument 'image'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "0x52-URM/classes/main.rpyc", line 18, in script
File "C:\Users\maliu\Desktop\LoveandEvilThings-0.1.3-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\maliu\Desktop\LoveandEvilThings-0.1.3-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "0x52-URM/classes/main.rpy", line 33, in <module>
File "0x52-URM/classes/textbox.rpy", line 14, in __init__
TypeError: __call__() got an unexpected keyword argument 'image'
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
Love and Evil Things 0.1.3
Mon Jul 15 16:07:46 2024
```
Edit: oh, i should make it clear, it boots with a video, the crash occurs before the game finishes loading if the mod is installed.