-
Notifications
You must be signed in to change notification settings - Fork 16
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
building on ubuntu 2024.04.1 fails, "../sources/xml_disk/converttools/bmptob8/bmptoh", EOPNOTSUPP (Operation not supported), killed by SIGSEGV #25
Comments
According to your strace log, your system didn't even manage to load the executable file. Try to rebuild bmptoh : |
I don't know, maybe my ubuntu is messed up?
|
i have just checked the "../sources/xml_disk/converttools/bmptob8/bmptoh init.script -DATA" operation against valgrind just to check. No issue here. Can you try the current repository main branch ? |
btw i don't see bmptoh being built in your last log. try to rebuild completely the whole software : make mrproper |
Yes, it really didn't make a lot. I think make clean wasn't sufficient.
|
With a new git clone
|
Okay, I tried to build it on an external ntfs drive. My bad ... |
Ok, this is interesting. Building on NTFS shouldn't be an issue, unless there is some access restrictions. |
Socket related?
So, I didn't removed ntfs-3g and the kernel-version is to low. Maybe the culprit is the ntfs3 kernel-module. |
NTFS on Linux compatibility issue. |
Hi,
I currently upgraded my ubuntu from 22.04 to ubuntu 24.04. Since then the HxCFloppyEmulator.exe no longer worked under playonlinux. I'm also not able to get it running again under wine. I admit, that I don't really be familiar with wine.
I then tried to build the native linux build, but the process stopped on executing bmptoh. It sigfaults with EOPNOTSUPP.
The text was updated successfully, but these errors were encountered: