kivutar / rombundler

A tiny libretro frontend to release homebrews as executables
https://kivutaro.itch.io/rombundler
BSD 3-Clause "New" or "Revised" License
65 stars 8 forks source link

Cannot Parse INI #39

Open maxoakland opened 12 months ago

maxoakland commented 12 months ago

I followed these instructions (https://github.com/kivutar/rombundler/issues/38#issuecomment-1787678925_) but I always get an error that says

Updated mappings
Failed to load core

This is what my folder and INI file look like. Is there anything obviously wrong? MacOS Ventura on M1

image

Cipherwraith commented 3 months ago

It is unable to parse due to Mac OSX disallowing permissions to access the config.ini file. You need to bundle the files into a .app for it to parse correctly. It should work by running ./rombundle from the terminal, but ymmv.

maxoakland commented 3 months ago

It is unable to parse due to Mac OSX disallowing permissions to access the config.ini file.

You need to bundle the files into a .app for it to parse correctly.

It should work by running ./rombundle from the terminal, but ymmv.

Would you be able to create instructions for making a proper app bundle?