Bronya-Rand / DDLCModTemplate2.0

A new template for producing DDLC mods that adhere to Team Salvato's guidelines based off DDLC itself.
58 stars 18 forks source link

Throws up a traceback as soon as I try to run it #61

Closed TheCheddarCheese closed 1 year ago

TheCheddarCheese commented 1 year ago

Describe the bug Whenever I try to run the mod, it gives me an error

To Reproduce I just installed renpy, copied the template to my working directory and then copied the audio, fonts, and images files to the game folder

Expected behavior The project runs

Additional context I'm sorry, but an uncaught exception occurred.

After initialization, but before game start. File "game/screens.rpy", line 1152, in prepare_screen screen audio_options(): File "game/screens.rpy", line 1152, in prepare screen audio_options(): File "game/screens.rpy", line 1159, in prepare use viewframeoptions(("Audio Settings")): File "game/screens.rpy", line 1159, in prepare use viewframeoptions(("Audio Settings")): File "game/screens.rpy", line 1204, in prepare hbox: File "game/screens.rpy", line 1204, in prepare hbox: File "game/screens.rpy", line 1208, in prepare textbutton _("OK") action Hide() style "confirmbutton" File "game/screens.rpy", line 1208, in prepare textbutton ("OK") action Hide() style "confirm_button" TypeError: init() takes at least 2 arguments (1 given)

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

Full traceback: File "C:\Users\nadja\renpy-7.0.0-sdk\renpy\bootstrap.py", line 306, in bootstrap renpy.main.main() File "C:\Users\nadja\renpy-7.0.0-sdk\renpy\main.py", line 513, in main run(restart) File "C:\Users\nadja\renpy-7.0.0-sdk\renpy\main.py", line 90, in run renpy.display.screen.prepare_screens() File "C:\Users\nadja\renpy-7.0.0-sdk\renpy\display\screen.py", line 903, in prepare_screens s.ast.prepare_screen() File "game/screens.rpy", line 1152, in prepare_screen screen audio_options(): File "game/screens.rpy", line 1152, in prepare screen audio_options(): File "game/screens.rpy", line 1159, in prepare use viewframeoptions(("Audio Settings")): File "game/screens.rpy", line 1159, in prepare use viewframeoptions(("Audio Settings")): File "game/screens.rpy", line 1204, in prepare hbox: File "game/screens.rpy", line 1204, in prepare hbox: File "game/screens.rpy", line 1208, in prepare textbutton _("OK") action Hide() style "confirmbutton" File "game/screens.rpy", line 1208, in prepare textbutton ("OK") action Hide() style "confirm_button" File "C:\Users\nadja\renpy-7.0.0-sdk\renpy\python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "", line 1208, in TypeError: init() takes at least 2 arguments (1 given)

Windows-8-6.2.9200 Ren'Py 7.0.0.196 DDLC Mod Template – Python 2 Edition 4.2.0-Py2 Tue Feb 14 11:01:54 2023

Elckarow commented 1 year ago

this issue was fixed yesterday in this commit

so either download the new zip or wait for weiss to push the new release

TheCheddarCheese commented 1 year ago

alright thanks

Bronya-Rand commented 1 year ago

Fixed yesterday. Will be released alongside a DDMM update.

Also 7.0.0 is not a supported template to mod on. 7.3.5-7.5.3 are the supported versions.