The following sequence of actions results in a crash to desktop in Space Exploration mod (https://mods.factorio.com/mod/space-exploration):
1. Start a new Sandbox save.
2. Place a power pole and a power switch close to each other.
3. Enter Navigation Satellite view.
4. Pick a red wire and connect power pole with a power switch using it. Start with the power pole.
5. Without doing anything else, pick a copper wire from crafting menu. At this step, the copper wire should be connected to the power switch.
6. Click on the power pole.
Here is how the result should look like:
Here is a log example:
Code: Select all
Factorio crashed. Generating symbolized stacktrace, please wait ...
c:\program files (x86)\microsoft visual studio\2017\buildtools\vc\tools\msvc\14.15.26726\include\xmemory0 (879): std::_Default_allocator_traits<std::allocator<ElectricPole::PowerSwitchConnection> >::construct<ElectricPole::PowerSwitchConnection,PowerSwitch * &,unsigned char &>
c:\program files (x86)\microsoft visual studio\2017\buildtools\vc\tools\msvc\14.15.26726\include\vector (962): std::vector<ElectricPole::PowerSwitchConnection,std::allocator<ElectricPole::PowerSwitchConnection> >::_Emplace_reallocate<PowerSwitch * &,unsigned char &>
c:\cygwin64\tmp\factorio-build-rzq52c\src\entity\powerswitch.cpp (401): PowerSwitch::connectPole
c:\cygwin64\tmp\factorio-build-rzq52c\src\controller\controller.cpp (648): Controller::tryConnectWire
c:\cygwin64\tmp\factorio-build-rzq52c\src\gameactionhandler.cpp (2868): GameActionHandler::tryToWireDrag
c:\cygwin64\tmp\factorio-build-rzq52c\src\gameactionhandler.cpp (2894): GameActionHandler::wireDragging
c:\cygwin64\tmp\factorio-build-rzq52c\src\gameactionhandler.cpp (369): GameActionHandler::actionPerformed
c:\cygwin64\tmp\factorio-build-rzq52c\src\input\inputhandler.cpp (61): InputHandler::flushActions
c:\cygwin64\tmp\factorio-build-rzq52c\src\gameactionhandler.cpp (411): GameActionHandler::update
c:\cygwin64\tmp\factorio-build-rzq52c\src\mainloop.cpp (1247): MainLoop::gameUpdateStep
c:\cygwin64\tmp\factorio-build-rzq52c\src\mainloop.cpp (1119): MainLoop::gameUpdateLoop
c:\cygwin64\tmp\factorio-build-rzq52c\src\util\workerthread.cpp (49): WorkerThread::loop
c:\program files (x86)\microsoft visual studio\2017\buildtools\vc\tools\msvc\14.15.26726\include\thr\xthread (230): std::_LaunchPad<std::unique_ptr<std::tuple<void (__cdecl WorkerThread::*)(void),WorkerThread *>,std::default_delete<std::tuple<void (__cdecl WorkerThread::*)(void),WorkerThread *> > > >::_Go
c:\program files (x86)\microsoft visual studio\2017\buildtools\vc\tools\msvc\14.15.26726\include\thr\xthread (209): std::_Pad::_Call_func
minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (115): thread_start<unsigned int (__cdecl*)(void * __ptr64)>
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFCE1C57034)
00007FFCE1C57034 (KERNEL32): (filename not available): BaseThreadInitThunk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFCE2D62651)
00007FFCE2D62651 (ntdll): (filename not available): RtlUserThreadStart
Stack trace logging done
576.267 Error ElectricPole.cpp:1538: this->powerSwitchConnectionID != WireConnectionID(-1) was not true
Attached here are the save (with stages 1-2 completed; the rocket silo is used to unlock the Navigation Satellite view) and the log file.