Night Hacker
Forum Fanatic
- Jul 3, 2021
- 4,342
- 18,724
- 630
I skipped this error which simply leads to no music played, but it is annoying. I searched the code and am clueless as where this playlist is defined, or I would have fixed this myself.
I wouldn't mind fixing it as it bugs me to be there. I thought I would mention it. Not sure if anyone else has. Or just tell me where these playlists are defined and what it should be pointing to and I'll code it in myself.
Otherwise, I've been enjoying this, though there seems to be several versions of this game online here and when I followed directions to install all of this, I had a pile of images missing, and some opening intro images had changed name, but the Uncut_t.rpy still had the old names etc... I ended up downloading another version of the game, and copied over missing images from it... so... it's a tad confusing and I wish people would stick to just ONE version for download.
Nice mod anyhow. It's been a while since I played this (years) so I started over from scratch and I seem to have memories of some of these problems.
EDIT: Okay, I found where the music was defined, which is what this error has to do with, and there are a few that are NOT defined at all, so I edited the definition file and added them back in. It seems to be working in game now, at least mine. I'll attach a 7Z file with the file, just put it back in the same folder as is indicated in the zip.
View attachment Summer's Gone music fix.7z
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Uncut_t.rpy", line 940, in script
$ play_playlist(playlist_MellowMaja)
File "game/Uncut_t.rpy", line 940, in <module>
$ play_playlist(playlist_MellowMaja)
NameError: name 'playlist_MellowMaja' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Uncut_t.rpy", line 940, in script
$ play_playlist(playlist_MellowMaja)
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1052, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Uncut_t.rpy", line 940, in <module>
$ play_playlist(playlist_MellowMaja)
NameError: name 'playlist_MellowMaja' is not defined
Otherwise, I've been enjoying this, though there seems to be several versions of this game online here and when I followed directions to install all of this, I had a pile of images missing, and some opening intro images had changed name, but the Uncut_t.rpy still had the old names etc... I ended up downloading another version of the game, and copied over missing images from it... so... it's a tad confusing and I wish people would stick to just ONE version for download.
Nice mod anyhow. It's been a while since I played this (years) so I started over from scratch and I seem to have memories of some of these problems.
EDIT: Okay, I found where the music was defined, which is what this error has to do with, and there are a few that are NOT defined at all, so I edited the definition file and added them back in. It seems to be working in game now, at least mine. I'll attach a 7Z file with the file, just put it back in the same folder as is indicated in the zip.
View attachment Summer's Gone music fix.7z
Last edited: