multimokia / MAS-Submods

Multi's MAS Submods
9 stars 8 forks source link

nightmusic #11

Closed Cdino11 closed 4 years ago

Cdino11 commented 4 years ago

I am having trouble getting night music to run, I am not sure what I am doing wrong but every time i try to use it or Monika tries to pick a song I get this error

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/script-ch30.rpy", line 1541, in script File "game/script-ch30.rpy", line 1541, in File "game/definitions.rpy", line 6433, in wait File "renpy/common/00action_other.rpy", line 484, in call rv = self.callable(*self.args, **self.kwargs) File "game/nightmusic.rpy", line 504, in select_music song_files = nm_utils.getSongs(nm_utils.nightMusicStation, with_filepaths=True) File "game/nightmusic.rpy", line 181, in getSongs if checkSongConditional(station, mp3) File "game/nightmusic.rpy", line 146, in checkSongConditional meta_dict = mutagen.mp3.EasyMP3(station.station + songname).get("genre", None) HeaderNotFoundError: can't sync to MPEG frame

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

Full traceback: File "game/script-ch30.rpy", line 1541, in script File "C:\Users\Griml\Downloads\Monika\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\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/script-ch30.rpy", line 1541, in File "game/definitions.rpy", line 6433, in wait File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\exports.py", line 1278, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, kwargs) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, kwargs) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\core.py", line 3204, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\screen.py", line 651, in event rv = self.child.event(ev, x, y, st) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\layout.py", line 960, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\behavior.py", line 889, in event return handle_click(self.clicked) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\behavior.py", line 824, in handle_click rv = run(action) File "C:\Users\Griml\Downloads\Monika\DDLC-1.1.1-pc\renpy\display\behavior.py", line 306, in run return action(*args, *kwargs) File "renpy/common/00action_other.rpy", line 484, in call rv = self.callable(self.args, **self.kwargs) File "game/nightmusic.rpy", line 504, in select_music song_files = nm_utils.getSongs(nm_utils.nightMusicStation, with_filepaths=True) File "game/nightmusic.rpy", line 181, in getSongs if checkSongConditional(station, mp3) File "game/nightmusic.rpy", line 146, in checkSongConditional meta_dict = mutagen.mp3.EasyMP3(station.station + songname).get("genre", None) File "python-packages/mutagen/_file.py", line 49, in init File "python-packages/mutagen/_util.py", line 140, in wrapper File "python-packages/mutagen/id3/_file.py", line 406, in load File "python-packages/mutagen/_util.py", line 169, in wrapper File "python-packages/mutagen/mp3/init.py", line 403, in init HeaderNotFoundError: can't sync to MPEG frame

Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Monika After Story 0.11.0

I am not sure what this is or what i need to do

Cdino11 commented 4 years ago

i just found what it was im sorry. I had one file that was no longer readable to MAS for some reason, anyway that what was causing these problems. i really love your mods thank you so much and sorry for the inconvience