Hi all,
We've been scratching our heads with this one. At about 53 seconds into the save, the game freezes.(Force close required) Going back a previous save the game will run up to the same point then freeze. There is nothing obvious in the log files that I can tell would be the cause. There is only 2 of us playing over LAN, we both have fairly powerful machines. FPS and UPS is stable.
Logs and save file attached.
Thanks.
[1.1.94] Save freezes at specific time
-
- Manual Inserter
- Posts: 3
- Joined: Sat Nov 25, 2023 7:40 pm
- Contact:
[1.1.94] Save freezes at specific time
- Attachments
-
- moments before freeze.zip
- (25.58 MiB) Downloaded 52 times
-
- factorio-current.log
- (624.92 KiB) Downloaded 40 times
Re: [1.1.94] Save freezes at specific time
Whats the age of the save as shown in the load menu?
-
- Manual Inserter
- Posts: 3
- Joined: Sat Nov 25, 2023 7:40 pm
- Contact:
Re: [1.1.94] Save freezes at specific time
I am going to blame unfortunate mod composition.
Freeze happens during nth_tick handler of RenaiTransportation which calls LuaSurface::find_non_colliding_position for item entity and this search is unbound. In this specific case the search happens on the "Factory Floor 55" surface.
I expect to see a surface fully covered by items on the Factory Floor 55...
Freeze happens during nth_tick handler of RenaiTransportation which calls LuaSurface::find_non_colliding_position for item entity and this search is unbound. In this specific case the search happens on the "Factory Floor 55" surface.
I expect to see a surface fully covered by items on the Factory Floor 55...
Factory Floor 55
-
- Manual Inserter
- Posts: 3
- Joined: Sat Nov 25, 2023 7:40 pm
- Contact:
Re: [1.1.94] Save freezes at specific time
lmao, ofc that's what happened. I can fix that.
Thank you so much.
Thank you so much.