Monika-After-Story / DDLCModTemplate

A template for producing Doki Doki Literature Club Mods that adhere to Team Salvato's guidelines
96 stars 65 forks source link

Can't launch project #25

Closed ghost closed 6 years ago

ghost commented 6 years ago

Whenever I try to launch my project in Ren'py, it won't launch. I'm not sure if there's something wrong with it, or if my laptop is incredibly slow. Any suggestions?

ghost commented 6 years ago

this error pops up I'm sorry, but an uncaught exception occurred.

While running game code: File "game/splash.rpy", line 5, in script init -100 python: File "game/splash.rpy", line 10, in renpy.error("DDLC archive files not found in /game folder. Check installation and try again.") Exception: DDLC archive files not found in /game folder. Check installation and try again.

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

Full traceback: File "C:\Users\Hannah\Downloads\renpy-6.99.12.4-sdk\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users\Hannah\Downloads\renpy-6.99.12.4-sdk\renpy\main.py", line 419, in main game.context().run(node) File "game/splash.rpy", line 5, in script init -100 python: File "C:\Users\Hannah\Downloads\renpy-6.99.12.4-sdk\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Hannah\Downloads\renpy-6.99.12.4-sdk\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/splash.rpy", line 10, in renpy.error("DDLC archive files not found in /game folder. Check installation and try again.") File "C:\Users\Hannah\Downloads\renpy-6.99.12.4-sdk\renpy\exports.py", line 2113, in error _error_handlers-1 File "C:\Users\Hannah\Downloads\renpy-6.99.12.4-sdk\renpy\exports.py", line 2099, in _error raise Exception(msg) Exception: DDLC archive files not found in /game folder. Check installation and try again.

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

ghost commented 6 years ago

I've copied all of the .rpa files from a fresh install(except for scripts) into the mod template. I'm not sure what's causing it

juliathegolden commented 6 years ago

Scripts.rpa is also required or the project will crash on launch. This may not be intended behavior (as I'm suspicious that it's causing a problem I'm having as well)

ghost commented 6 years ago

But I thought the guide says specifically to not include scripts.rpa?

juliathegolden commented 6 years ago

Yeah, I saw that right after I made that comment. it's not intended, but its definitely happening. I've tried it without that file over and over. I'm trying to see if I can't jerry rig something.

ghost commented 6 years ago

I'll try and mess with the mod and see what works. Thank you!