Description of the Issue
ReChan (version v1.0.1) experienced a segmentation fault (SIGSEGV) while running on Fedora Linux 44 (x86_64)[cite: 1].
Context of the Crash
The crash occurred while approaching an enemy in the Chinatown Level 1. Additionally, I noticed that after defeating the enemy, the door did not open, and it was possible to walk through it before the game ultimately crashed.
Crash Details
- Process ID: 4283
- Signal: SIGSEGV (11), code 1
- Fault Address:
0x2a (suggests a null/corrupted pointer)
- Platform: Linux x86_64 (Fedora Linux 44)
Stack Trace
./rechan(+0x189086) [0x5622f524c086]
/lib64/libc.so.6(+0x19fb0) [0x7fbb72420fb0]
./rechan(_ZN9Behaviour4NDMSEPS_+0x2d4) [0x5622f522aa94]
./rechan(_ZN8Humanoid5ThinkEv+0xe0) [0x5622f52c2800]
./rechan(_ZN2AI12privMoveListER6ccList+0x3d) [0x5622f51eafbd]
./rechan(_ZN2AI10MoveThingsEv+0x57e) [0x5622f51eb66e]
./rechan(_ZN4Game11gsPlayStateEPS_+0xd0) [0x5622f528c5d0]
./rechan(main+0x395) [0x5622f51e6d95]
/lib64/libc.so.6(+0x3681) [0x7fbb7240a681]
/lib64/libc.so.6(__libc_start_main+0x88) [0x7fbb7240a798]
./rechan(_start+0x25) [0x5622f51e7d65]
Description of the Issue
ReChan (version v1.0.1) experienced a segmentation fault (
SIGSEGV) while running on Fedora Linux 44 (x86_64)[cite: 1].Context of the Crash
The crash occurred while approaching an enemy in the Chinatown Level 1. Additionally, I noticed that after defeating the enemy, the door did not open, and it was possible to walk through it before the game ultimately crashed.
Crash Details
0x2a(suggests a null/corrupted pointer)Stack Trace