2025-06-14 05:00 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0005578Spring engineGeneralpublic2017-05-27 23:18
Reporterabma 
Assigned ToKloot 
PrioritynormalSeveritycrashReproducibilityhave not tried
StatusresolvedResolutionfixed 
Product Version103.0 +git 
Target Version104.0Fixed in Version103.0 +git 
Summary0005578: rts/Rendering/Models/OBJParser.cpp:77 Assertion `model.numPieces == modelTable.GetInt("numpieces", 0)' failed.
Descriptionspring: /home/abma/dev/spring/develop/rts/Rendering/Models/OBJParser.cpp:77: virtual S3DModel COBJParser::Load(const string&): Assertion `model.numPieces == modelTable.GetInt("numpieces", 0)' failed.
[f=0000573] [CrashHandler] Error: Aborted (SIGABRT) in spring 103.0.1-975-g77e537f develop (Debug)
[f=0000573] [CrashHandler] Error: Halted Stacktrace for Spring 103.0.1-975-g77e537f develop (Debug) using libunwind:
[f=0000573] [CrashHandler] Error: [00] /home/abma/dev/spring/develop/rts/System/Platform/Linux/CrashHandler.cpp:816 CrashHandler::HaltedStacktrace(std::string const&, siginfo_t*, ucontext*)
[f=0000573] [CrashHandler] Error: [01] /home/abma/dev/spring/develop/rts/System/Platform/Linux/CrashHandler.cpp:922 CrashHandler::HandleSignal(int, siginfo_t*, void*)
[f=0000573] [CrashHandler] Error: [02] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf890) [0x7f4cf86a7890] __restore_rt
[f=0000573] [CrashHandler] Error: [03] /build/glibc-KShDyh/glibc-2.19/signal/../nptl/sysdeps/unix/sysv/linux/raise.c:56 __GI_raise
[f=0000573] [CrashHandler] Error: [04] /build/glibc-KShDyh/glibc-2.19/stdlib/abort.c:91 __GI_abort
[f=0000573] [CrashHandler] Error: [05] /build/glibc-KShDyh/glibc-2.19/assert/assert.c:92 __assert_fail_base
[f=0000573] [CrashHandler] Error: [06] /lib/x86_64-linux-gnu/libc.so.6(+0x2e312) [0x7f4cf4f46312] __assert_fail
[f=0000573] [CrashHandler] Error: [07] /home/abma/dev/spring/develop/rts/Rendering/Models/OBJParser.cpp:78 COBJParser::Load(std::string const&)
[f=0000573] [CrashHandler] Error: [08] /home/abma/dev/spring/develop/rts/Rendering/Models/IModelParser.cpp:296 (discriminator 1) CModelLoader::ParseModel(std::string const&, std::string const&)
[f=0000573] [CrashHandler] Error: [09] /home/abma/dev/spring/develop/rts/Rendering/Models/IModelParser.cpp:256 CModelLoader::CreateModel(std::string const&, std::string const&, bool)
[f=0000573] [CrashHandler] Error: [10] /home/abma/dev/spring/develop/rts/Rendering/Models/IModelParser.cpp:231 CModelLoader::LoadModel(std::string, bool)
[f=0000573] [CrashHandler] Error: [11] /home/abma/dev/spring/develop/rts/Sim/Objects/SolidObjectDef.cpp:81 (discriminator 2) SolidObjectDef::LoadModel() const
[f=0000573] [CrashHandler] Error: [12] /home/abma/dev/spring/develop/rts/Sim/Units/Unit.cpp:319 (discriminator 4) CUnit::PreInit(UnitLoadParams const&)
[f=0000573] [CrashHandler] Error: [13] /home/abma/dev/spring/develop/rts/Sim/Units/UnitTypes/Building.cpp:23 CBuilding::PreInit(UnitLoadParams const&)
[f=0000573] [CrashHandler] Error: [14] /home/abma/dev/spring/develop/rts/Sim/Units/UnitTypes/Factory.cpp:71 CFactory::PreInit(UnitLoadParams const&)
[f=0000573] [CrashHandler] Error: [15] /home/abma/dev/spring/develop/rts/Sim/Units/UnitLoader.cpp:101 CUnitLoader::LoadUnit(UnitLoadParams const&)
[f=0000573] [CrashHandler] Error: [16] /home/abma/dev/spring/develop/rts/Sim/Units/UnitLoader.cpp:193 CUnitLoader::GiveUnits(std::string const&, float3, int, int, int)
[f=0000573] [CrashHandler] Error: [17] /home/abma/dev/spring/develop/rts/Sim/Units/UnitLoader.cpp:170 CUnitLoader::ParseAndExecuteGiveUnitsCommand(std::vector<std::string, std::allocator<std::stri [...]
[f=0000573] [CrashHandler] Error: [18] /home/abma/dev/spring/develop/rts/Game/SyncedGameCommands.cpp:156 (discriminator 4) Execute
[f=0000573] [CrashHandler] Error: [19] /home/abma/dev/spring/develop/rts/Game/IActionExecutor.h:110 IActionExecutor<SyncedAction, true>::ExecuteAction(SyncedAction const&) const
[f=0000573] [CrashHandler] Error: [20] /home/abma/dev/spring/develop/rts/Game/Game.cpp:2199 (discriminator 2) CGame::ActionReceived(Action const&, int)
[f=0000573] [CrashHandler] Error: [21] /home/abma/dev/spring/develop/rts/Net/NetCommands.cpp:1226 (discriminator 2) CGame::ClientReadNet()
[f=0000573] [CrashHandler] Error: [22] /home/abma/dev/spring/develop/rts/Game/Game.cpp:1055 CGame::Update()
[f=0000573] [CrashHandler] Error: [23] /home/abma/dev/spring/develop/rts/System/SpringApp.cpp:788 (discriminator 2) SpringApp::Update()
[f=0000573] [CrashHandler] Error: [24] /home/abma/dev/spring/develop/rts/System/SpringApp.cpp:819 SpringApp::Run()
[f=0000573] [CrashHandler] Error: [25] /home/abma/dev/spring/develop/rts/System/Main.cpp:46 Run(int, char**)
[f=0000573] [CrashHandler] Error: [26] /home/abma/dev/spring/develop/rts/System/Main.cpp:95 main
[f=0000573] [CrashHandler] Error: [27] /build/glibc-KShDyh/glibc-2.19/csu/libc-start.c:321 __libc_start_main
[f=0000573] [CrashHandler] Error: [28] ./spring() [0x5e123f] _start
Steps To Reproduce/cheat
/give all with Zero-K 1.5.5.1
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0017715

Anonymous (viewer)

Fix 521ab420b01b7179bb78f5ca697fd374625d4dbd committed to develop branch: fix 0005578 (ancient sanity check, no longer useful), repo: spring changeset id: 8283
+Notes

-Issue History
Date Modified Username Field Change
2017-05-27 20:26 abma New Issue
2017-05-27 23:17 Changeset attached => spring develop 521ab420
2017-05-27 23:17 Anonymous Note Added: 0017715
2017-05-27 23:18 Kloot Assigned To => Kloot
2017-05-27 23:18 Kloot Status new => resolved
2017-05-27 23:18 Kloot Resolution open => fixed
2017-05-27 23:18 Kloot Fixed in Version => 103.0 +git
+Issue History