Page 1 of 1

[0.17.69] Game crashes unpredictably while walking around [RESOLVED]

Posted: Fri Sep 20, 2019 9:51 am
by Maslofski
I dont need to be doing anything specific for it to crash, or atleast ive not seen a pattern, i could be standing around idly and it crashes every few minutes, which i wouldnt want it to.

Image

specs:
win 10 64bit
1080ti
i7 8700k
64gb ram
970 evo m.2

mods.zip

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 10:17 am
by posila
Thank you for taking the time to post the bug report.

Can you please also upload factorio-dump-previous.dmp (you'll need to pack it to ZIP before uploading it), please?

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 10:27 am
by Maslofski
here you go

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 1:49 pm
by posila
Thanks.
Unfortunatelly, it looks to me like your CPU is faulty.
faulty_cpu.png
faulty_cpu.png (11.94 KiB) Viewed 2473 times
It want's to load constant 1.0f which is stored in static data space of executable, so it loading from memory with relative offset 0x00FB3887, relative to the instruction pointer; but the CPU decoded the instruction as read from absolute address 0x00FB3887 - unless it got wrong machine code from RAM in the first place, but it is correct in the crash dump, so I don't think it was corrupted in RAM.

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 2:59 pm
by Maslofski
huh, so is this a specific core thats messed up that i can just deactivate in bios?

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 3:06 pm
by posila
Maslofski wrote:
Fri Sep 20, 2019 2:59 pm
huh, so is this a specific core thats messed up that i can just deactivate in bios?
I have no idea. I don't have data about which core was executing the instructions when it crashed. Also, do you overclock anything? (CPU, RAM, GPU ... anything) and is your computer otherwise stable?

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 3:16 pm
by Maslofski
never OCed a thing. its usually very stable apart from a bluescreen every few weeks, and battlefield 5 crashed often.

so if i deactivate one core at a time i could figure it out if its a specific core maybe?

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 3:20 pm
by posila
Maslofski wrote:
Fri Sep 20, 2019 3:16 pm
its usually very stable apart from a bluescreen every few weeks
https://www.youtube.com/watch?v=pjvQFtlNQ-M
Maslofski wrote:
Fri Sep 20, 2019 3:16 pm
so if i deactivate one core at a time i could figure it out if its a specific core maybe?
I suppose ... I don't really know how to diagnose and fix computer problems.

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Fri Sep 20, 2019 7:14 pm
by Maslofski
turning off cores didnt work, nor did using the single core launch parameter. atleast its not the games problem, so itll be easy to fix

Re: [0.17.69] Game crashes unpredictably while walking around

Posted: Mon Sep 23, 2019 11:55 am
by Maslofski
well, some mixture between setting the graphics options to 4 render cores, using the launch option -single_core, and disabling core 1 in task managers factorio affinity makes it work.