Void's Disciple
I had problems like that, with (looping) movies, that after the start cause an exception.
I looked at the section you mentioned, but did not see anything obvious.
->do it again! kill the process with taskmanager. Afterwards in the folder "WaifuAcademy-0.11.0-pc" there could be a traceback.txt or a error.txt, but there MUST be a log.txt! and by the TIME mentioned in those .txt you know the exception is yours...(hope you understand what I mean...)
-->please post the exception, you can surely erase all paths above "WaifuAcademy-0.11.0-pc";
also I don't need to know the exact patch-level of (e.g.) your windows version(you can erase that), but please tell "win98","win8","win10" or "win11"
...no promises...
--------------
The issue I am seeing is with the Karma value. For some reason, it is messed up. Is there a command to "reset" or "revalue" it to its proper value? If not, do I have to restart from the very beginning?
I am running windows 10.
This is the error from traceback: "
Full traceback:
File "game/script.rpyc", line 64279, in script
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\ast.py", line 2133, in execute
if renpy.python.py_eval(condition):
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 64279, in <module>
File "game/karma.rpy", line 29, in total_karma
AttributeError: 'int' object has no attribute 'values'"
This is the error from the log.txt:
"
Traceback (most recent call last):
File "renpy/common/00console.rpy", line 719, in run
result = renpy.python.py_eval(code)
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'Karma' is not defined
Traceback (most recent call last):
File "renpy/common/00console.rpy", line 719, in run
result = renpy.python.py_eval(code)
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1153, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Later\WaifuAcademy-0.11.0-pc\renpy\python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'get' is not defined"