You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When AutoATC (tested version 0.9.7.4) and Scenery Animation Manager (tested: 3.0.14) are installed at the same time, X-Plane crashes during startup.
Removing either plugin makes it work again.
GDB backtrace:
(gdb) bt
#0 0x00007ffff6f15d22 in raise () at /usr/lib/libc.so.6 #1 0x00007ffff6eff862 in abort () at /usr/lib/libc.so.6 #2 0x00007ffe3a569e60 in sparx::crash_handler::handle_posix_sig(int, siginfo_t*, void*) ()
at /media/X-Plane/X-Plane_Main/Resources/plugins/SAM/lin_x64/SAM.xpl #3 0x00007ffff7217870 in ()
at /usr/lib/libpthread.so.0 #4 0x00007ffe9d963231 in () #5 0x00007ffe731f7718 in () #6 0x00007ffe73c07e98 in () #7 0x00007ffe731f77e8 in () #8 0x00007ffe73c08338 in () #9 0x00007ffe73c09470 in () #10 0x0000000629c79438 in () #11 0x00007ffe73c08000 in () #12 0x0000000000000000 in ()
Hmmm, so it looks like it is SAM crashing when it reaches its PluginEnable section (TCAS overrides is the last thing AutoATC does before SAM starts to begin, and disabling AutoATC enable doesn't fix it), I'll try and contact the author and find out why, might want to file a bug with them.
When AutoATC (tested version 0.9.7.4) and Scenery Animation Manager (tested: 3.0.14) are installed at the same time, X-Plane crashes during startup.
Removing either plugin makes it work again.
GDB backtrace:
Log.txt
Looks like the TCAS overrides may be a cause.
The text was updated successfully, but these errors were encountered: