/c game.player.teleport({-1048550, 0});
Now run left for a bit and the game crashes.
/c game.player.teleport({-1048576, 0});
Instant crash.
/c game.player.teleport({-1200000, 0});
Game refuses to teleport out of the map.
Looks like there is an off-by-one error in the check what is inside the map.
Code: Select all
Factorio crashed. Generating symbolized stacktrace, please wait ...
87.904 Warning Logger.cpp:483: Symbols.size() == 21, usedSize == 12
#0 0x0000000000847d98 in Logging::flush() at /tmp/factorio-build-wMleZS/src/Util/Logging.cpp:62
#1 0x000000000084bc95 in Logging::logAndAbortOrThrow(char const*, unsigned int, LogLevel, std::string const&) at /tmp/factorio-build-wMleZS/src/Util/Logging.cpp:87
#2 0x0000000000915e79 in Chunk::Chunk(Surface&, ChunkPosition const&) at /tmp/factorio-build-wMleZS/src/Surface/Chunk.cpp:692 (discriminator 3)
#3 0x0000000000c56b38 in Surface::getChunk(ChunkPosition const&) at /tmp/factorio-build-wMleZS/src/Surface/Surface.cpp:192
#4 0x0000000000c57042 in MapGenerationManager::request(Surface&, ChunkPosition const&, ChunkGeneratedStatus::Enum) at /tmp/factorio-build-wMleZS/src/Map/MapGenerationManager.cpp:110
#5 0x0000000000c574ac in Surface::requestToGenerateAndActivateChunk(ChunkPosition const&) at /tmp/factorio-build-wMleZS/src/Surface/Surface.cpp:973
#6 0x0000000000c69f79 in Surface::requestToGenerateAndActivateChunks(ChunkPosition const&, int) at /tmp/factorio-build-wMleZS/src/Surface/Surface.cpp:966
#7 0x0000000000c6f130 in Player::generateAndActivateNeighborChunks() at /tmp/factorio-build-wMleZS/src/Player.cpp:779
#8 0x000000000095e535 in Player::generateFarAwayChunks() at /tmp/factorio-build-wMleZS/src/Player.cpp:784
#9 0x000000000151650f in Player::update() at /tmp/factorio-build-wMleZS/src/Player.cpp:398
#10 0x0000000000007494 in Map::update() at /tmp/factorio-build-wMleZS/src/Map/Map.cpp:1314
#11 (nil) in Game::update() at /tmp/factorio-build-wMleZS/src/Game.cpp:163
Stack trace logging done
87.904 Error Chunk.cpp:692: Trying to make chunk at unreasonable position [-32772, -4]
Logger::writeStacktrace skipped.
87.904 Error CrashHandler.cpp:174: Map tick at moment of crash: 2079
87.904 Error Util.cpp:67: 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.
Please also include the save file(s), any mods you may be using, and any steps you know of to reproduce the crash.
------------- Error -------------
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.
Please also include the save file(s), any mods you may be using, and any steps you know of to reproduce the crash.
Log file location: /home/mrvn/factorio/factorio/factorio-current.log
Would you like to copy the path to the clipboard?
---------------------------------
88.635 Info CrashHandler.cpp:615: Wrote minidump to /home/mrvn/factorio/factorio/factorio-dump-current.dmp
Aborted