Novocain1 / MiscMods

Miscellaneous mods for Vintage Story
The Unlicense
7 stars 6 forks source link

VSHUD causes segfault #11

Open Konfuz opened 2 years ago

Konfuz commented 2 years ago

Error description

Joining a server causes a segfault without any additional errormessage right after the connection has been established and the client loads the UI

stacktrace ``` ================================================================= Native Crash Reporting ================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= ================================================================= Native stacktrace: ================================================================= 0x5594de0e4e2b - mono : 0x5594de0ad9b7 - mono : 0x5594de0d4978 - mono : 0x411fad9f - Unknown ================================================================= Telemetry Dumper: ================================================================= Pkilling 0x139750079379008x from 0x139758195155008x Pkilling 0x139756299081280x from 0x139758195155008x Pkilling 0x139758146336320x from 0x139758195155008x Pkilling 0x139757159966272x from 0x139758195155008x Pkilling 0x139750074103360x from 0x139758195155008x Pkilling 0x139758021391936x from 0x139758195155008x Pkilling 0x139758125991488x from 0x139758195155008x Pkilling 0x139756301182528x from 0x139758195155008x Pkilling 0x139757162067520x from 0x139758195155008x Pkilling 0x139757153674816x from 0x139758195155008x Pkilling 0x139756303283776x from 0x139758195155008x Pkilling 0x139756352562752x from 0x139758195155008x Pkilling 0x139757155776064x from 0x139758195155008x Pkilling 0x139757703120448x from 0x139758195155008x Pkilling 0x139756354664000x from 0x139758195155008x Pkilling 0x139757143189056x from 0x139758195155008x Pkilling 0x139757149484608x from 0x139758195155008x Pkilling 0x139757145290304x from 0x139758195155008x Pkilling 0x139757995652672x from 0x139758195155008x Pkilling 0x139757104031296x from 0x139758195155008x Pkilling 0x139753907697216x from 0x139758195155008x Pkilling 0x139757106132544x from 0x139758195155008x Pkilling 0x139754504975936x from 0x139758195155008x Pkilling 0x139755413042752x from 0x139758195155008x Pkilling 0x139756294878784x from 0x139758195155008x Pkilling 0x139755582912064x from 0x139758195155008x Pkilling 0x139757108233792x from 0x139758195155008x Pkilling 0x139758017189440x from 0x139758195155008x Pkilling 0x139750077277760x from 0x139758195155008x Pkilling 0x139756296980032x from 0x139758195155008x Pkilling 0x139750072002112x from 0x139758195155008x Pkilling 0x139758019290688x from 0x139758195155008x Entering thread summarizer pause from 0x139758195155008x Finished thread summarizer pause from 0x139758195155008x. Failed to create breadcrumb file (null)/crash_hash_0x0 Waiting for dumping threads to resume ================================================================= External Debugger Dump: ================================================================= mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb ================================================================= Basic Fault Address Reporting ================================================================= Memory around native instruction pointer (0x411fad9f):0x411fad8f 00 ff 25 00 00 00 00 60 08 02 f9 1b 7f 00 00 08 ..%....`........ 0x411fad9f 80 0f f4 e8 94 55 00 00 00 00 00 00 00 00 00 00 .....U.......... 0x411fadaf 00 ff 25 00 00 00 00 80 09 02 f9 1b 7f 00 00 89 ..%............. 0x411fadbf 54 24 10 48 b8 68 65 50 de 94 55 00 00 f7 00 01 T$.H.heP..U..... ================================================================= Managed Stacktrace: ================================================================= ================================================================= Aborted (core dumped) ```