-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Amiberry crashes if i try to use ipf images #1591
Comments
On which Amiberry version? |
This is on the latest master branch. |
Check what you have in your Paths settings for |
And the real reason it crashed is an invalid path for the Font file, it seems:
Not sure how that ended up there, but of course it shouldn't crash even with an invalid path. |
Found it - the ShowMessage window would always use a prefix of the |
The plugins path in But that directory didn't exist. I created that directory and copied After this, the ipf image worked fine. So i think the bug is that if you compiled from source, the capsimage lib is not copied to $HOME/Amiberry/plugins. |
If i try to load an ipf image in DF0:, Amiberry crashes. The gdb output suggests that it's searching for a
capsimg.so
which cannot be found.The compiled capsimage library indeed is named differently:
libcapsimage.so
.Renaming the library does not work, unfortunately.
System is Raspberry Pi 5.
The text was updated successfully, but these errors were encountered: