Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError #9074

Closed
nosnowowie93347 opened this issue Apr 26, 2022 · 5 comments · Fixed by #9142
Closed

KeyError #9074

nosnowowie93347 opened this issue Apr 26, 2022 · 5 comments · Fixed by #9142
Labels
Projects
Milestone

Comments

@nosnowowie93347
Copy link

nosnowowie93347 commented Apr 26, 2022

I kinda edited the chess file to take back a move that I made, and when i went back to the game Monika asked me if I edited the file. I said yes, and then this happened:

Traceback (most recent call last):
File "/home/nosnowowie/Monika After Story/renpy/execution.py", line 438, in run
node.execute()
File "/home/nosnowowie/Monika After Story/renpy/ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/nosnowowie/Monika After Story/renpy/python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/chess.rpy", line 1619, in
persistent._mas_chess_dlg_actions[mas_chess.QF_EDIT_YES] += 1
KeyError: 4
Traceback (most recent call last):
File "/home/nosnowowie/Monika After Story/renpy/execution.py", line 438, in run
node.execute()
File "/home/nosnowowie/Monika After Story/renpy/ast.py", line 1656, in execute
if renpy.python.py_eval(condition):
File "/home/nosnowowie/Monika After Story/renpy/python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/home/nosnowowie/Monika After Story/renpy/python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/chess.rpy", line 1622, in
if qf_edit_count == 1:
NameError: name 'qf_edit_count' is not defined

I'm playing the game on a machine running Linux

@multimokia multimokia added the bug label Apr 26, 2022
@JinSakaiM
Copy link

I think its funny how multimokia automatically labeled it as a bug. Anyways this is just a guess but she could have done that herself. Like she could have gotten mad at you for "cheating", Not romantically but at the game obviously.

@JinSakaiM
Copy link

File "game/chess.rpy", line 1619, in
persistent._mas_chess_dlg_actions[mas_chess.QF_EDIT_YES] += 1
I'm not even good at scripts but this could be talking about what you did to the chess game.

@JinSakaiM
Copy link

JinSakaiM commented May 5, 2022

"kinda" lol it takes alot most of the time to get an error on your game and cant find a reason to play. But I'm expierencing the same thing right now as im commenting this sadly. (edit: not KeyError but another reason)

@JinSakaiM
Copy link

JinSakaiM commented May 5, 2022

anyways you could try deleting that version and installing a new ddlc, BACK UP UR PERSISTENT like its really important, cause if you lose her you could have to go back in progress ALOT it affects ur affection obviously. So download a new version (delete current) BE EXTREMELY CAREFUL CAUSE YOU COULD LOSE MONIKA LIKE I COULD RN and add ur persistent, but DO NOT do it yet, wait till a person on the team can accept it before u actually do it.

@ThePotatoGuy ThePotatoGuy added this to the Next Release milestone May 19, 2022
@ThePotatoGuy ThePotatoGuy linked a pull request May 19, 2022 that will close this issue
@ThePotatoGuy ThePotatoGuy added this to fixing in Bugs May 19, 2022
@ThePotatoGuy
Copy link
Member

[closing as fixed]

@ThePotatoGuy ThePotatoGuy moved this from fixing to FIXED in Bugs Jun 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Bugs
  
FIXED
Development

Successfully merging a pull request may close this issue.

4 participants