multimokia / MAS-Submods

Multi's MAS Submods
9 stars 8 forks source link

"I'm sorry, but an uncaught exception occurred." #3

Closed Abc2557 closed 5 years ago

Abc2557 commented 5 years ago

There was an error and I don't know how to fix it

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 90, in script init -20 python in awc_globals: File "game/game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 97, in from pyowm import OWM ImportError: No module named pyowm

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

Full traceback: File "C:\Users[My name]\Downloads\MAS\DDLC-1.1.1-pc\renpy\bootstrap.py", line 295, in bootstrap renpy.main.main() File "C:\Users[My name]\Downloads\MAS\DDLC-1.1.1-pc\renpy\main.py", line 419, in main game.context().run(node) File "game/game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 90, in script init -20 python in awc_globals: File "C:\Users[My name]\Downloads\MAS\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:\Users[My name]\Downloads\MAS\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 97, in from pyowm import OWM ImportError: No module named pyowm

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187

multimokia commented 5 years ago

Hmm, can you send a screenshot of your python-packages folder?

Abc2557 commented 5 years ago

image

multimokia commented 5 years ago

It looks like you're missing packages from the auto weather change submod.

These are added by the submod. image

How did you install it?

Abc2557 commented 5 years ago

I think I just copied the items in the game folder of Auto Weather Change into the game folder of MAS

multimokia commented 5 years ago

Can you screenshot your game/ folder for me please?

Abc2557 commented 5 years ago

image

Abc2557 commented 5 years ago

Oop- I think I realize what I did wrong

multimokia commented 5 years ago

ah okay, I see why now. You dropped the game/ folder into game/. So they didn't merge. Go into that game folder, select both folders, then cut them (CTRL+X) and then paste into the folder in your screenshot.

multimokia commented 5 years ago

After you do that, you can just delete the now empty game/ folder.

Abc2557 commented 5 years ago

Okay, I did that and MAS opens now (yay)

Abc2557 commented 5 years ago

And the submod is working! Thanks for the help!

multimokia commented 5 years ago

No worries!