-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
[COP] - last commit( c5ef6c7 ) --> seems to have broken the finalitzation of tasks #982
Labels
Bug
The issue in the run-time.
Comments
BielBdeLuna
changed the title
[COP] - c5ef6c7af405c641a004367a8db6fc75f07e9319 seems to have broken the finalitzation of tasks
[COP] - last commit( c5ef6c7 ) --> seems to have broken the finalitzation of tasks
Mar 27, 2022
with the latest commits ( 1f3607b ) there is still this error going on.
|
it's still not solved though! now it fails when getting the task!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
last commit( c5ef6c7 ) has broken the finalization of any mission, you can get missions, you can complete parts of the mission but when you actually finish a mission the game crashes, I've tested this in two different missions
To Reproduce
finish any mission and the game will crash
Expected behavior
don't crash, just finish the mission.
Screenshots
not applicable.
BugTrap error report
Click here to expand/collapse the gdb error messages.
(...)
Thread 1 "Primary thread" received signal SIGSEGV, Segmentation fault.
0x00007fffe04c7714 in CGameTaskManager::SetTaskState(CGameTask*, ETaskState, unsigned short) () from /lib/x86_64-linux-gnu/xrGame.so
(gdb) ret
Make selected stack frame return now? (y or n) y
#0 0x00007fffe04c89a7 in CGameTaskManager::UpdateTasks() () from /lib/x86_64-linux-gnu/xrGame.so
(gdb) continue
Continuing.
FATAL ERROR
[error] Expression :
[error] Function : handler_base
[error] File : /home/biel/code/xray-16/src/xrCore/xrDebug.cpp
[error] Line : 848
[error] Description : segmentation fault
stack trace:
xrDebug::GatherInfo(char*, unsigned long, ErrorLocation const&, char const*, char const*, char const*, char const*)
xrDebug::Fail(bool&, ErrorLocation const&, char const*, char const*, char const*, char const*)
/lib/x86_64-linux-gnu/xrCore.so(+0x4268b) [0x7ffff7d0868b]
/lib/x86_64-linux-gnu/libc.so.6(+0x42520) [0x7ffff7718520]
/lib/x86_64-linux-gnu/xrGame.so(+0xdff9a7) [0x7fffe04c89a7]
/lib/x86_64-linux-gnu/xrGame.so(+0xe95858) [0x7fffe055e858]
CRenderDevice::FrameMove()
CRenderDevice::ProcessFrame()
/lib/x86_64-linux-gnu/xrEngine.so(+0x43c4b) [0x7ffff7f03c4b]
CRenderDevice::Run()
Startup()
RunApplication()
/usr/games/xr_3da(+0x1885) [0x555555555885]
/usr/games/xr_3da(+0x15bf) [0x5555555555bf]
/lib/x86_64-linux-gnu/libc.so.6(+0x29fd0) [0x7ffff76fffd0]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x7d) [0x7ffff770007d]
/usr/games/xr_3da(+0x16a5) [0x5555555556a5]
Thread 1 "Primary thread" received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff7d0807f in xrDebug::Fail(bool&, ErrorLocation const&, char const*, char const*, char const*, char const*) () from /lib/x86_64-linux-gnu/xrCore.so
(gdb) quit
Desktop (please complete the following information):
Additional context
none.
The text was updated successfully, but these errors were encountered: