Artheau / SpriteSomething

A GUI-enabled suite for management and replacement of retro gaming sprites. Most known for its ability to inject custom player graphics into Super Metroid and A Link to the Past. Get the latest version at https://github.com/Artheau/SpriteSomething/releases .
Other
21 stars 16 forks source link

FILENOTFOUNDERROR #124

Closed Tow121 closed 1 year ago

Tow121 commented 1 year ago

image Brand new SpriteSomething installation and im getting a file not found error because a folder was actually a Cascading Style Sheet Document there for, it couldnt hold the manifest.json thats needed

Hithlum commented 1 year ago

It looks like line 61 of source\meta\gui\gamelib.py should be: if os.path.isdir(os.path.join(search_path,console)) and not console == "meta" and not console == "js" and not console == "css": or anything to prevent it from thinking the js and css folders are consoles like the already existing meta check.

miketrethewey commented 1 year ago

Should be fixed.