Skull220 / DDLCtVN

Doki Doki Literature Club, the Normal Visual Novel!
71 stars 18 forks source link

An exception has occurred #51

Open 98F-150 opened 1 year ago

98F-150 commented 1 year ago

I get this exception upon starting the game

[code] I'm sorry, but an uncaught exception occurred.

While running game code: File "game/script-poemgame.rpy", line 32, in script File "game/script-poemgame.rpy", line 52, in IOError: Couldn't find file 'mod_assets/poem-game_words.txt'.

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

Full traceback: File "game/script-poemgame.rpy", line 32, in script File "C:\DDLC TNVN\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\DDLC TNVN\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script-poemgame.rpy", line 52, in File "C:\DDLC TNVN\renpy\exports.py", line 1980, in file return renpy.loader.load(fn) File "C:\DDLC TNVN\renpy\loader.py", line 543, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'mod_assets/poem-game_words.txt'.

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Doki Doki, The Normal VN! 1.5.0 [/code]

Mothradevgf commented 1 year ago

I solved this issue by adding "Mod_Engine.rpa" from the mod to the game next to scripts