Git Product home page Git Product logo

Comments (34)

dbomb424 avatar dbomb424 commented on June 12, 2024

So I keep getting the uncaught exception error:

While running game code:
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 1, in script
init python:
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 20, in
with renpy.file('mod_assets/poem-game_words.txt') as wordfile:
IOError: Couldn't find file 'mod_assets/poem-game_words.txt'.

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

Full traceback:
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\main.py", line 419, in main
game.context().run(node)
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 1, in script
init python:
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 20, in
with renpy.file('mod_assets/poem-game_words.txt') as wordfile:
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\exports.py", line 1980, in file
return renpy.loader.load(fn)
File "D:\Steam\steamapps\common\Doki Doki Literature Club\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'.

I copied all the files to the game folder, and 'mod_assets/poem-game_words.txt' is in there so I'm not sure why it can't find it.

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

Was this during the game or when you installed it and first tried to start up the game because there is a huge difference in results

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

hay that you?

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

yep

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

ok

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

alright so what is your problem again

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

how to install it

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

so it says on the top right of the list Clone or Download right

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

yeah and i have it downloaded it

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

alright im ganna make a list of all the steps to do so give me a minute

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

i think i know what to do though

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

go to the game folder and put those in there right?

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

yes

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

did it work?

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

i havn't done it yet i was waiting for you sorry

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

i think i got it

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

normal VN?

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

right?

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

yep

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

then i got it thanks

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

no problem

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

the start seems the same as normal

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

is there any changes in the main story?

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

like no killing from monika?

from ddlctvn.

dbomb424 avatar dbomb424 commented on June 12, 2024

I got that message after I put the mod files into the game files and tried to start it for the first time

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

(this is if you are using Steam) ok so go into the the Doki Doki Literature Club folder and delete everything, then redownload Doki Doki Literature Club (from steam). Then redownload the mod files and move them into the "game" folder in the Doki Doki Literature Club folder.

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

If that doesn't work than you are either not doing it right, (Not saying that you are doing it wrong just saying it is a possibility) your platform isn't compatible, or the mod is not working right (if it is not working right and i can not fix it you need to get help from Skull217 because he knows alot more about the mod then me)

from ddlctvn.

dbomb424 avatar dbomb424 commented on June 12, 2024

I got it thank you so much!

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

no problem

from ddlctvn.

Blitz00270 avatar Blitz00270 commented on June 12, 2024

ive been working on trying to run the program all day and i havent had any luck, i tried what you said on here and it didnt work but i have same error. here it is anyway
While running game code:
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 1, in script
init python:
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 20, in
with renpy.file('mod_assets/poem-game_words.txt') as wordfile:
IOError: Couldn't find file 'mod_assets/poem-game_words.txt'.

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

Full traceback:
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\main.py", line 419, in main
game.context().run(node)
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 1, in script
init python:
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "game/DDLCtVN-1.4.9/script-poemgame.rpy", line 20, in
with renpy.file('mod_assets/poem-game_words.txt') as wordfile:
File "D:\Steam\steamapps\common\Doki Doki Literature Club\renpy\exports.py", line 1980, in file
return renpy.loader.load(fn)
File "D:\Steam\steamapps\common\Doki Doki Literature Club\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'.

from ddlctvn.

Blitz00270 avatar Blitz00270 commented on June 12, 2024

all i want is a date with yuri ;-;

from ddlctvn.

megasizoreman avatar megasizoreman commented on June 12, 2024

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

Sorry for getting to this so late i just forgot to get to it but you need to either skip it if you can or (if you have it on Steam) you need to delete every file in the game and uninstall the game, then reinstall the game and and put all the mods in the game file again and hopefully it should fix the file issue but make sure you put every file into the game file and no other file or else it might not work

from ddlctvn.

Zanther123 avatar Zanther123 commented on June 12, 2024

Alright so this is the end of my support i have to much to do these days and so i cant keep doing this so i am sorry for those who can't run the game but im shutting this down

from ddlctvn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.