ptitSeb / Serious-Engine

A port to the OpenPandora (and working fine on plain Linux) of the open source version of a game engine developed by Croteam for the classic Serious Sam games. Status: Working (for both FE and SE).
https://pyra-handheld.com/boards/threads/serious-sam-first-encounter.77225/
GNU General Public License v2.0
75 stars 24 forks source link

Segmentation fault (Linux 64) #20

Closed nesper8 closed 3 years ago

nesper8 commented 4 years ago

Screenshot_2020-08-25_14-25-25 Got successfully compiled tho

nesper8 commented 4 years ago

Fixed by copying the SE1_10.gro to the game root folder Launches and shows intro but crashes

[nep@naveen-hpnotebook Bin]$ ./ssam-tfe STUBBED: load window icon in /home/nep/Projects/Serious-Engine/Sources/SeriousSam/MainWindow.cpp, line 168. STUBBED: Need SDL invisible window or something in /home/nep/Projects/Serious-Engine/Sources/SeriousSam/MainWindow.cpp, line 327. STUBBED: !!! FIXME: get the code back in from Ryan's original port. in /home/nep/Projects/Serious-Engine/Sources/Engine/Base/Stream.cpp, line 921. STUBBED: Report actual SDL device name? in /home/nep/Projects/Serious-Engine/Sources/Engine/Sound/SoundLibrary.cpp, line 269. STUBBED: co-opt the existing T-buffer support for multisampling? in /home/nep/Projects/Serious-Engine/Sources/Engine/Graphics/SDL/SDLOpenGL.cpp, line 113. STUBBED: this can't possibly be right, yeah? in /home/nep/Projects/Serious-Engine/Sources/Engine/Base/SDL/SDLEvents.cpp, line 147. STUBBED: SDL2 can handle these events in /home/nep/Projects/Serious-Engine/Sources/SeriousSam/SeriousSam.cpp, line 1027. Segmentation fault (core dumped) [nep@naveen-hpnotebook Bin]$ ./ssam-tfe

LibreHacker commented 4 years ago

STUBBED: Not 64-bit clean in Serious-Engine-master/Sources/EntitiesMP/Player.es, line 6561. Segmentation fault

ptitSeb commented 4 years ago

The STUBBED mesage can be ignored for now.

But all those "bug repport" lacks details: what distrib, what build, what bitness. and also, how did you instal the data or how did you inject the new binary in the windows folder?