diff --git a/server/TracyWorker.cpp b/server/TracyWorker.cpp index 7a8a5f30..b96bbb32 100644 --- a/server/TracyWorker.cpp +++ b/server/TracyWorker.cpp @@ -309,6 +309,12 @@ Worker::Worker( FileRead& f, EventType::Type eventMask ) m_data.threadNames.emplace( id, pointerMap.find( ptr )->second ); } + if( fileVer >= FileVersion( 0, 3, 201 ) ) + { + f.Read( sz ); + m_data.threadExpand.reserve( sz ); + } + f.Read( sz ); for( uint64_t i=0; i