-
-
Notifications
You must be signed in to change notification settings - Fork 406
mplayer inside socket370/voodoo3 machine causes 86Box to segfault #4162
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
Comments
I recompiled 86Box wide build type RelWithDebInfo and it doesn't crash anymore BUT no video image inside vm (only green screen) |
By default this live CD starts at 16bpp, but switching it to 24bpp in /etc/X11/xorg.conf does not improve situation with video - still green screen. |
Could you retry this using the latest AppImage from our CI? |
32-bit appimage ... |
Thanks. One thing I noticed right away: The specs for your emulated system (Mendocino, 233MHz, Voodoo 3 video) are way too much for your host CPU. Emulating a PII 233 requires a very high-end host CPU. The voodoo 3 increases the host demands even further. You can (and will) have all sorts of issues when you try to run a system that is faster than your host CPU can handle. To start, the best thing you could do is lower the specs on the emulated system. Based on your host CPU, you would probably want to start around 486DX4 100 MHz. If that works out there's a chance you could push it to a Pentium 60. As for the AppImage: it seems that it is failing when trying to initialize GL. After you've adjusted the vm specs, could you try again with software rendering enabled? To do that you'll need to remove the following line from your config file in the
and then launch 86Box again. |
yeah, commenting out |
appimage (old dynarec) does not mplayer window with image (on xv video output), too. Only green screen with few lines like with self-compiled 86box screenshot above. No crash (this is good). |
Closing because it's being tracked in #4483 . |
What happened?
I downloaded Dynebolic 2.5.2:
https://distro.ibiblio.org/dynebolic/
And tried to run it in 86Box git compiled on i586 Slackware 15.0
It boots ok but if I try to use mplayer inside it like this:
mplayer -loop 0 -fixed-vo mf:///usr/share/backgrounds/dynebolic04.jpg
86Box on host segfaults.
Configuration file
Operating system
Slackware linux 15.0 i586
CPU
AMD FX(tm)-4300 Quad-Core Processor
86Box version
v4.1 git 80ed664
Build architecture
Linux - x86 (32-bit)
Build type
Download source
I built 86Box myself (please tell us more about your build configuration)
Additional context
ccmake .. from build directory
The text was updated successfully, but these errors were encountered: