[1.1.49] Unexpected error occurred while preview map
[1.1.49] Unexpected error occurred while preview map
Hi,
i wanna start a new map, i got some bluescreens while tryin to preview maps in singleplayer so i decided to go to multiplayer to create a map...
then i got a "Unexpected error occurred"
Some QoL Mods, Krastorio 2, Space exploration
i wanna start a new map, i got some bluescreens while tryin to preview maps in singleplayer so i decided to go to multiplayer to create a map...
then i got a "Unexpected error occurred"
Some QoL Mods, Krastorio 2, Space exploration
- Attachments
-
- factorio-dump-current.dmp
- (852.49 KiB) Downloaded 135 times
-
- factorio-current.log
- (40.02 KiB) Downloaded 173 times
Re: [1.1.49] Unexpected error occurred while preview map
If you get bluescreens, then something is wrong with your system.
Re: [1.1.49] Unexpected error occurred while preview map
yeah, but it only happens in factorio. it said i should share it, so there you are.
And also not only in factorio, it also ONLY happens while creating a preview of a map.
And also not only in factorio, it also ONLY happens while creating a preview of a map.
Re: [1.1.49] Unexpected error occurred while preview map
I think that preview map generates using multiple threads so if it causes blue screens you could run some tests to load CPU and check if they will also cause problems.nuhll wrote: Fri Dec 17, 2021 8:39 pm yeah, but it only happens in factorio. it said i should share it, so there you are.
And also not only in factorio, it also ONLY happens while creating a preview of a map.
Re: [1.1.49] Unexpected error occurred while preview map
Yeah again like 100 hours in a game without a single crash. I literally had to use a different computer to generate a map for me
Maybe a dev can tell what makes the preview method so special? Does it use different instructions?

Maybe a dev can tell what makes the preview method so special? Does it use different instructions?
Re: [1.1.49] Unexpected error occurred while preview map
It eats CPU cores for breakfast :)nuhll wrote: Fri Dec 31, 2021 12:11 pm Maybe a dev can tell what makes the preview method so special?
You can try reducing the used thread count: Main menu -> ctrl + alt click on settings -> the rest -> search for max-map-preview-threads -> decrease the number.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: [1.1.49] Unexpected error occurred while preview map
Thanks, ill give it a try.Bilka wrote: Fri Dec 31, 2021 1:53 pmIt eats CPU cores for breakfastnuhll wrote: Fri Dec 31, 2021 12:11 pm Maybe a dev can tell what makes the preview method so special?
You can try reducing the used thread count: Main menu -> ctrl + alt click on settings -> the rest -> search for max-map-preview-threads -> decrease the number.
But i tested my OC with prime95, does it maybe use AVX (or what ever its called?) this special thing no program normal uses xD
Re: [1.1.49] Unexpected error occurred while preview map
Virtually every program out there uses SIMD including the operating system and the browser you're using to post here.nuhll wrote: Sat Jan 01, 2022 12:03 am Thanks, ill give it a try.
But i tested my OC with prime95, does it maybe use AVX (or what ever its called?) this special thing no program normal uses xD
The bottom line is: if you experience a BSOD then your hardware is unstable. That's caused by: bad overclocks, bad hardware, or bad drivers.
If you want to get ahold of me I'm almost always on Discord.
Re: [1.1.49] Unexpected error occurred while preview map
that's softwareRseding91 wrote: Sun Jan 02, 2022 1:10 am The bottom line is: [...] hardware is unstable. That's caused by: [...] bad drivers.
not all SIMD use is equivalent or Prime95 wouldn't be capable of such excessive power consumption. Furmark has its own nasty way with things.Rseding91 wrote: Sun Jan 02, 2022 1:10 am Virtually every program out there uses SIMD including the operating system and the browser you're using to post here.
either way, not helpful info since it's not even accurate
Re: [1.1.49] Unexpected error occurred while preview map
https://stackoverflow.com/questions/171 ... 0005-in-vc
c05 error is accessing invalid memory, which means Factorio is doing something it shouldn't. probably a use-after-free in some threaded code.
c05 error is accessing invalid memory, which means Factorio is doing something it shouldn't. probably a use-after-free in some threaded code.
Re: [1.1.49] Unexpected error occurred while preview map
btw you have a really nice system and i'm kind of jealous 
Re: [1.1.49] Unexpected error occurred while preview map
Drivers are kernal space software. User space software does not have access to anything that can cause a BSOD.
If you want to get ahold of me I'm almost always on Discord.
Re: [1.1.49] Unexpected error occurred while preview map
It's not. It's a unstable system executing code that has been corrupted by an unstable CPU overclock. I and multiple coworkers have that exact same CPU and have been running it for quite some time with zero issues. If there was any issue with the code that's running we would see it in the crash logs and they show there is no issues around that area of code.ptx0 wrote: Sun Jan 02, 2022 4:37 am https://stackoverflow.com/questions/171 ... 0005-in-vc
c05 error is accessing invalid memory, which means Factorio is doing something it shouldn't. probably a use-after-free in some threaded code.
If you want to get ahold of me I'm almost always on Discord.