-
Notifications
You must be signed in to change notification settings - Fork 23
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
Segmentation fault (core dumped) using GOG version #39
Comments
I can get to the menu without the .gro files from the gog install. |
I have isolated the cause to the MusicMP folder from the SE1_00_Music.GRO |
M̶i̶g̶h̶t̶ ̶b̶e̶ ̶r̶e̶l̶a̶t̶e̶d̶ ̶t̶o̶ ̶l̶i̶b̶o̶g̶g̶ Almost certantly related to libogg. |
@ptitSeb Which version of libogg are you using? Or is libogg included in Serious engine? |
On Pyra, the one from the system (debian os). Nothing fancy. |
Something wierd is that if I extract the music gro and convert ogg to mp3 and back to ogg it works. |
False alert. This is only a part fix (it only gets me to the menu.) |
Are there any special instructions for GOG version? |
This issue happens on the CD version too... |
Playing with different configurations I came across a warning that said something like this:
@ptitSeb What do you think it means(how can it be fixed?) |
I have narrowed it down to the .txt files in the DataMP/Messages/Intro; Ignore the message from above. Edit: nope. It is when it is loading the textures |
i have the same exact issue on pop_OS |
running the programm with gdb gives this output: |
for now an easy fix would be to compile the 32 bit version |
also this only seems to happen if you compile with clang |
by the way make sure you have nasm installed, the build failed on my system with gcc so i assumed i had to use clang, turns out all i needed was nasm and gcc on 64 bit compiled fine update: you need gcc 10, gcc 11 fails |
I was able to fix the bug by compiling the game and the libraries, and I have music in the game. I share my compilations in case you need them. |
Manjaro Linux, using git version, 64bit.
The text was updated successfully, but these errors were encountered: