Page 1 of 1

Weird error in the world map

Posted: Wed Aug 06, 2025 1:25 pm
by Starman97
While I was making a world map, I decided to test out the map. But when I entered a level, Two errors popped up like this:

Image

Image

I'm not sure what causes it? (I assume the first error has something to do with Paths and sound but the second is completely indecipherable to me)

If anyone can help, That be awesome.

Re: Weird error in the world map

Posted: Thu Aug 07, 2025 5:51 am
by deice
sounds.ini files have to go inside an episode folder, not the global worlds folder. attempting to read or write to files outside of certain directories triggers errors in smbx2 for security reasons, which is what you're encountering right now

move the sounds.ini file to your episode folder (the same one your wld file is in, it should be a separate folder inside your smbx2 worlds folder) and the error should go away