RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
943 stars 176 forks source link

Segfault on manjaro linux #319

Closed Yttrium-32 closed 9 months ago

Yttrium-32 commented 2 years ago

Trying to run the RSDKv4 executable with the Data.rsdk file in the same folder gives a segfault. I tried running a debbuger on the executable and got this: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7e2f544 in ?? () from /usr/lib/libSDL2-2.0.so.0

ghost commented 2 years ago

Do you tried to compîle the project or do you run an already compiled executable from somewhere ? Are you on 32 bit OS or 64 bit OS ?

Yttrium-32 commented 2 years ago

I compiled the project on my machine, 64 bit os.

Yttrium-32 commented 2 years ago

I should also specify, compiling it through flatpak works fine for whatever reason.

ghost commented 2 years ago

So there is something on the flatpak compilation process that permits to compile correctly on manjaro. Do you have a link to the flatpak package ?

Yttrium-32 commented 2 years ago

The flatpak package is in this repository. It's in the flatpak folder, although it's never mentioned in the readme file.

ghost commented 2 years ago

Since Sonic Origins is officially announced for 23th June 2022, I suggest you to wait for that and try with Proton on Steam for instance ( or with Wine ). More informations here : https://origins.sonicthehedgehog.com/

MegAmi24 commented 9 months ago

Closing due to inactivity and because we've since overhauled the building process