DatCaptainHorse / MAS-Additions

Additions for Monika After Story
MIT License
20 stars 3 forks source link

Exception Issue with new update #21

Closed LeilanPAD closed 2 years ago

LeilanPAD commented 2 years ago

While running game code: File "game/Submods/MAS Additions/FaceDetectionAndRecognition_Topics.rpy", line 1, in script init 5 python: File "game/Submods/MAS Additions/FaceDetectionAndRecognition_Topics.rpy", line 21, in aff_range=(mas_aff.NORMAL, None) File "game/definitions.rpy", line 717, in init SyntaxError: invalid syntax (, line 1) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Submods/MAS Additions/FaceDetectionAndRecognition_Topics.rpy", line 1, in script init 5 python: File "C:\Users\Sabrina\Desktop\MAS\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Sabrina\Desktop\MAS\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/Submods/MAS Additions/FaceDetectionAndRecognition_Topics.rpy", line 21, in aff_range=(mas_aff.NORMAL, None) File "game/definitions.rpy", line 717, in init File "C:\Users\Sabrina\Desktop\MAS\renpy\python.py", line 584, in py_compile raise e SyntaxError: invalid syntax (, line 1)

unsure what to do about this tbh. do i just revert to the previous updates' files and wait for a fix or is there something i can do?

edit: removing the FaceDetectionAndRecognition_Topics.rpy and .rpyc fixes this, but the camera doesnt function anymore. ah well ill take what i can get, but still dont understand why the exception occurs to begin with

DatCaptainHorse commented 2 years ago

Welp I guess the attempted fix didn't work (this is the same issue as #19 and #20)

I'm not sure if it's GitHub at this point being the issue, I'll try to do something but I can't give a time-estimate when things work.

LeilanPAD commented 2 years ago

I'll try to do something but I can't give a time-estimate when things work.

That's completely understandable!! Please don't feel rushed, take all the time you need.