FCare / Kronos

Kronos is a Sega Saturn emulator.
http://fcare.github.io
234 stars 23 forks source link

[libretro] Kronos libretro crashs on Ubuntu 18.04 #391

Closed emersonnovais closed 5 years ago

emersonnovais commented 5 years ago

Hi, a have a issue with Ubuntu 18.04/64 bits. Early, in Ubuntu 16.04, the core worked very well and too fast. After I upgrade my system, the core doesn't work anymore. My system error:

emerson@emerson-Vostro-3500:/media/BACKUP/Roms/Sega Saturn/Virtua Fighter 2 (1995)(Sega)(EU)$ retroarch -f -L /usr/lib/x86_64-linux-gnu/libretro/kronos_libretro.so "Virtua Fighter 2 (1995)(Sega)(EU) - [V1.001].ccd" End record signature not found in zip!X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 154 (GLX) Minor opcode of failed request: 34 () Value in failed request: 0x0 Serial number of failed request: 72 Current serial number in output stream: 73

Thanks for this excellent core.

emersonnovais commented 5 years ago

@barbudreadmon and @FCare, I tested first from the buildbot via online updater and the core worked so well now. Thank you very much! \o/

BenjaminSiskoo commented 5 years ago

@emersonnovais could you close the bug report :)

emersonnovais commented 5 years ago

@barbudreadmon and @FCare, thank you so much!

LazyBumHorse commented 5 years ago

Yo, I watched this from here https://github.com/libretro/RetroArch/issues/9131

I think the original problem with Major opcode of failed request: 154 stems from this:

Processor: Intel Core i5 460M Video card: Nvidia GT310M with 340.107 driver

That CPU has an integrated graphics card and this surely messed with things. I found a very related stackoverflow thread about this very issue, it basically suggests reinstalling everything.

So the code before #391 should be working correctly, maybe you can give it another try.