Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New issue with saving settings in 1.6 #129

Open
Kilicool64 opened this issue Apr 25, 2022 · 1 comment
Open

New issue with saving settings in 1.6 #129

Kilicool64 opened this issue Apr 25, 2022 · 1 comment

Comments

@Kilicool64
Copy link

I realize there's already an old issue about this, but this seems to be new to 1.6. I can't get it to create its INI file. On startup, it always gives me the following error messages:

GBE::Error - Could not open gbe.ini configuration file. Check file path or permissions.
GBE::Could not open font file C:\Users\USERNAME\AppData\Local/gbe_plus/data/fonts/block_font.bin. Check file path or permissions.

Perhaps the sudden change from backslashes to normal slashes in the middle of the path name (which incidentally, refers to a "gbe_plus" directory that never gets created either) has something to do with it.

1.5 just places its INI file in its own directory instead. I can't get 1.6 to do that, even when run as an admin.

I'm using Windows 10.

@shonumi
Copy link
Owner

shonumi commented Apr 25, 2022

GBE+ doesn't create its own .ini file, not currently at least. You have to provide a .ini file yourself. There was an error with 1.6 where I forgot to include the .ini file in the download. You can copy+paste the latest .ini from the GitHub repo while I fix the downloable archive for 1.6.

https://raw.githubusercontent.com/shonumi/gbe-plus/master/src/gbe.ini

So place that in AppData\Local\gbe_plus\ and it should work. Modern versions of Windows shouldn't care about forward or backslashes if I recall correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants