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.
specs:
win 10 64bit
1080ti
i7 8700k
64gb ram
970 evo m.2
mods.zip
[0.17.69] Game crashes unpredictably while walking around [RESOLVED]
[0.17.69] Game crashes unpredictably while walking around [RESOLVED]
- Attachments
-
- _autosave1.zip
- (7.01 MiB) Downloaded 87 times
-
- factorio-current.log
- (15.98 KiB) Downloaded 106 times
Last edited by Maslofski on Mon Sep 23, 2019 11:56 am, edited 1 time in total.
Re: [0.17.69] Game crashes unpredictably while walking around
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?
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
here you go
- Attachments
-
- factorio-dump-previous.dmp
- (766.17 KiB) Downloaded 89 times
Re: [0.17.69] Game crashes unpredictably while walking around
Thanks.
Unfortunatelly, it looks to me like your CPU is faulty.
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.
Unfortunatelly, it looks to me like your CPU is faulty.
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
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
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
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?
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
https://www.youtube.com/watch?v=pjvQFtlNQ-M
I suppose ... I don't really know how to diagnose and fix computer problems.
Re: [0.17.69] Game crashes unpredictably while walking around
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
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.