Monika-After-Story / MonikaModDev

DDLC fan mod to extend Monika
http://www.monikaafterstory.com/
Other
1.18k stars 685 forks source link

I can't open the game please help #7370

Closed tinyfrogger closed 3 years ago

tinyfrogger commented 3 years ago

So I'm trying to open the game but when I do, it gives me an error an opens up the "taceback.txt" thing. If anyone knows how to fix this please let me know. ^^

Mugnika commented 3 years ago

did you just install the mod or are you using submods?

Wingdinggaster656 commented 3 years ago

What's the content of that traceback?

H2-san commented 3 years ago

So I'm trying to open the game but when I do, it gives me an error an opens up the "taceback.txt" thing. If anyone knows how to fix this please let me know. ^^

We need your traceback.txt file to know what's going on.

tinyfrogger commented 3 years ago

So I'm trying to open the game but when I do, it gives me an error an opens up the "taceback.txt" thing. If anyone knows how to fix this please let me know. ^^

We need your traceback.txt file to know what's going on.

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/definitions.rpy", line 4047, in script File "game/definitions.rpy", line 4049, in ImportError: No module named pytz

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

Full traceback: File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\main.py", line 419, in main game.context().run(node) File "game/definitions.rpy", line 4047, in script File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/definitions.rpy", line 4049, in ImportError: No module named pytz

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

tinyfrogger commented 3 years ago

So I'm trying to open the game but when I do, it gives me an error an opens up the "taceback.txt" thing. If anyone knows how to fix this please let me know. ^^

We need your traceback.txt file to know what's going on.

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/definitions.rpy", line 4047, in script File "game/definitions.rpy", line 4049, in ImportError: No module named pytz

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

Full traceback: File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\main.py", line 419, in main game.context().run(node) File "game/definitions.rpy", line 4047, in script File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/definitions.rpy", line 4049, in ImportError: No module named pytz

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

Also the "user" part is just the anonymous version of the actual user

xXMidnight commented 3 years ago

why.

why do people keep editing the game/definitions.rpy file.

it's an ImportError, so there's something wrong with the code or something? I've only had AttributeError and InputError while coding Python (the turtle logo kind eg. tom.fd(100) ) so I don't know what that error is. Sorry, I can't help :(

xXMidnight commented 3 years ago

So I'm trying to open the game but when I do, it gives me an error an opens up the "taceback.txt" thing. If anyone knows how to fix this please let me know. ^^

We need your traceback.txt file to know what's going on.

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/definitions.rpy", line 4047, in script File "game/definitions.rpy", line 4049, in ImportError: No module named pytz

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

Full traceback: File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\main.py", line 419, in main game.context().run(node) File "game/definitions.rpy", line 4047, in script File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/definitions.rpy", line 4049, in ImportError: No module named pytz

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

Literally fix what the thing said. File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap, so go to that bootstrap.py and edit line 295. Repeat with all.

tinyfrogger commented 3 years ago

So I'm trying to open the game but when I do, it gives me an error an opens up the "taceback.txt" thing. If anyone knows how to fix this please let me know. ^^

We need your traceback.txt file to know what's going on.

I'm sorry, but an uncaught exception occurred. While running game code: File "game/definitions.rpy", line 4047, in script File "game/definitions.rpy", line 4049, in ImportError: No module named pytz -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\main.py", line 419, in main game.context().run(node) File "game/definitions.rpy", line 4047, in script File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/definitions.rpy", line 4049, in ImportError: No module named pytz Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

Literally fix what the thing said. File "C:\Usersuser\Downloads\ddlc-win (1)\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap, so go to that bootstrap.py and edit line 295. Repeat with all.

Oh jeez, I'm kinda stupid aren't I? Lol

sorry I am pretty new to these sorta things

ThePotatoGuy commented 3 years ago

@Auto-bot333 I hope you did not follow any of @xXMidnight 's instructions because they were all wrong.

Start by double checking that you installed the mod correctly.

Once you have verified that and you still have the traceback on start, check these steps.