PortableRoboportProvider.cpp : 116

Bugs that we were not able to reproduce, and/or are waiting for more detailed info.
Messer1024
Manual Inserter
Manual Inserter
Posts: 2
Joined: Thu Nov 28, 2024 3:18 pm
Contact:

PortableRoboportProvider.cpp : 116

Post by Messer1024 »

Got the following issue on Fulgora but have no good repro and quite a while since last autosave.
No mods (but space age)

I was playing around with setting up a circuit network with multiple trains where inserters would insert from requester chest until for instance there is 500 stone, 500 steel ... inside train. Not sure if the crash was related to that scenario or not, was moving around my character when the crash occures. There were multiple trains participating in the route and had both input and output stations part of route contested (no empty slots).

Code: Select all

271159.969 Popped blueprint record (player-index: 65535, ID: 31)
271161.118 Popped blueprint record (player-index: 65535, ID: 35)
271162.119 Popped blueprint record (player-index: 65535, ID: 31)
274473.385 Popped blueprint record (player-index: 65535, ID: 29)
277544.819 Popped blueprint record (player-index: 0, ID: 768) from book (player-index: 0, ID: 627)
322961.524 Error CrashHandler.cpp:503: Exception Code: c0000005, Address: 0x00007ff6d9dca89b
ModuleBase: 0x00007ff6d92f0000, ImageSize: 02899000, RelativeAddress: 00ada89b
322961.524 Error CrashHandler.cpp:509: Access Violation: Write at address 0000000100000084
322961.524 Error CrashHandler.cpp:523: Exception Context:
rax=00000000ffffffff, rbx=0000000000000000, rcx=000001ad3f7ea6b0,
rdx=000001ad4be56d01, rsi=0000000000000001, rdi=000001ad3f7ea7a8,
rip=00007ff6d9dca89b, rsp=0000008b80dfebe0, rbp=000001ad39c71e01,
 r8=00007ff6dade7e98,  r9=000001ad3f7ea6b0, r10=0000000000000001,
r11=00000000000000ff, r12=000001ad39c722c8, r13=000001ad4b866d80,
r14=000001ae2c19bf20, r15=000001ae2c19bfb8
322961.524 Crashed in D:\SteamLibrary\steamapps\common\Factorio\bin\x64\Factorio.exe (0x00007ff6d92f0000 - 0x00007ff6dbb89000)
Factorio crashed. Generating symbolized stacktrace, please wait ...
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\libraries\StackWalker\StackWalker.cpp(924): StackWalker::ShowCallstack
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Util\Logger.cpp(337): Logger::writeStacktrace
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Util\Logger.cpp(379): Logger::logStacktrace
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Util\CrashHandler.cpp(183): CrashHandler::writeStackTrace
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Util\CrashHandler.cpp(552): CrashHandler::SehHandler
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF822DED4D3)
00007FF822DED4D3 (KERNELBASE): (filename not available): UnhandledExceptionFilter
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF825A68E0A)
00007FF825A68E0A (ntdll): (filename not available): strncpy
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF825A23D93)
00007FF825A23D93 (ntdll): (filename not available): _C_specific_handler
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF825A63E5F)
00007FF825A63E5F (ntdll): (filename not available): _chkstk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF82591F358)
00007FF82591F358 (ntdll): (filename not available): RtlWow64GetCurrentCpuArea
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF825A6379E)
00007FF825A6379E (ntdll): (filename not available): KiUserExceptionDispatcher
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Logistics\PortableRoboportProvider.cpp(116): PortableRoboportProvider::setAllowDispatchRobots
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Train\Train.cpp(903): Train::onGotToStation
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Train\AutomatedTrainController.cpp(494): AutomatedTrainController::updateWithoutStateChangeNotification
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Train\AutomatedTrainController.cpp(933): AutomatedTrainController::update
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Train\TrainManager.cpp(282): TrainManager::update
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Map\Map.cpp(1272): Map::updateEntities
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Game.cpp(175): Game::update
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Scenario\Scenario.cpp(1130): Scenario::updateStep
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\MainLoop.cpp(1403): MainLoop::gameUpdateStep
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\MainLoop.cpp(1212): MainLoop::gameUpdateLoop
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\functional(823): std::_Func_impl_no_alloc<`MainLoop::mainLoopStep'::`2'::<lambda_1>,void>::_Do_call
C:\Users\build\AppData\Local\Temp\factorio-build-ZDK82g\src\Util\WorkerThread.cpp(71): WorkerThread::loop
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include\thread(56): std::thread::_Invoke<std::tuple<void (__cdecl*)(ParallelScenarioSaver *),ParallelScenarioSaver *>,0,1>
minkernel\crts\ucrt\src\appcrt\startup\thread.cpp(97): thread_start<unsigned int (__cdecl*)(void *),1>
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF8241CE8D7)
00007FF8241CE8D7 (KERNEL32): (filename not available): BaseThreadInitThunk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FF8259DFBCC)
00007FF8259DFBCC (ntdll): (filename not available): RtlUserThreadStart
Stack trace logging done
322965.817 Error CrashHandler.cpp:190: Map tick at moment of crash: 33514206
322966.316 Info CrashHandler.cpp:318: Executable CRC: 3191260255
322966.316 Error Util.cpp:95: Unexpected error occurred. If you're running the latest version of the game you can help us solve the problem by posting the contents of the log file on the Factorio forums.
Loewchen
Global Moderator
Global Moderator
Posts: 10249
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: PortableRoboportProvider.cpp : 116

Post by Loewchen »

Post the complete log and add the version to the title please, see 3638.
Post Reply

Return to “Pending”