vaendryl / Sunrider

source code of the visual novel 'Sunrider'
http://sunrider-vn.com/
41 stars 21 forks source link

Crash on attempting to perform enhancements after 7.2 #139

Closed tommarvolo124 closed 9 years ago

tommarvolo124 commented 9 years ago

The following error occurs whenever attempting to perform upgrades and resulting in either a force-quit to menu or a complete game crash.

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/script.rpy", line 2582, in script python: File "game/script.rpy", line 2587, in buy_upgrades() File "game/functions.rpy", line 183, in buy_upgrades process_upgrade(BM.selected, result[1]) TypeError: process_upgrade() takes exactly 3 arguments (2 given)

-- Full Traceback ------------------------------------------------------------

Full traceback: File "game/script.rpy", line 2582, in script python: File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\ast.py", line 785, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Program Files (x86)\Steam\steamapps\common\Sunrider\renpy\python.py", line 1445, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 2587, in buy_upgrades() File "game/functions.rpy", line 183, in buy_upgrades process_upgrade(BM.selected, result[1]) TypeError: process_upgrade() takes exactly 3 arguments (2 given)

Windows-8-6.2.9200 Ren'Py 6.99.3.404 Sunrider Mask of Arcadius Beta 7.2

vaendryl commented 9 years ago

sorry about this. it's fixed now.