Game not close.

Things that has been reported already before.
MineGame159
Inserter
Inserter
Posts: 38
Joined: Sun Apr 16, 2017 1:54 pm
Contact:

Game not close.

Post by MineGame159 »

Hello.
I found a bug. When I close the game (normally in the menu) its close on workspace and still running on the background and I must close it with Task Manager.
I don't use steam. I use classic game launcher.
Rseding91
Factorio Staff
Factorio Staff
Posts: 15965
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Game not close.

Post by Rseding91 »

I can't reproduce what you describe. When I click exit the game exits normally.

Do you have antivirus software running that might be interfering or maybe some software that hooks into games? (overlay type things)?
If you want to get ahold of me I'm almost always on Discord.
kinnom
Filter Inserter
Filter Inserter
Posts: 706
Joined: Fri Dec 26, 2014 4:20 pm
Contact:

Re: Game not close.

Post by kinnom »

Don't forget to upload a log file
no yes yes no yes no yes yes
MineGame159
Inserter
Inserter
Posts: 38
Joined: Sun Apr 16, 2017 1:54 pm
Contact:

Re: Game not close.

Post by MineGame159 »

Log its factorio-current or factorio-previous ?
kinnom
Filter Inserter
Filter Inserter
Posts: 706
Joined: Fri Dec 26, 2014 4:20 pm
Contact:

Re: Game not close.

Post by kinnom »

MineGame159 wrote:Log its factorio-current or factorio-previous ?
current is from the latest game instance, previous is from the second to last
no yes yes no yes no yes yes
MineGame159
Inserter
Inserter
Posts: 38
Joined: Sun Apr 16, 2017 1:54 pm
Contact:

Re: Game not close.

Post by MineGame159 »

Here is a log:

Code: Select all

   0.003 2017-04-20 13:51:53; Factorio 0.14.22 (build 25342, win64, alpha)
   0.003 Operating system: Windows 10 (version 1607) 
   0.003 Program arguments: "C:\Program Files\Factorio\bin\x64\factorio.exe" 
   0.003 Read data path: C:/Program Files/Factorio/data
   0.003 Write data path: C:/Users/martina/AppData/Roaming/Factorio
   0.003 Binaries path: C:/Program Files/Factorio/bin
   0.039 System info: [CPU: Intel(R) Pentium(R) CPU        P6200  @ 2.13GHz, 2 cores, RAM: 3766MB]
   0.040 Display options: [FullScreen: 0] [VSync: 0] [UIScale: 85%] [MultiSampling: OFF] [Screen: 255]
   0.042 Available display adapters: 1
   0.042  [0]: \\.\DISPLAY1 - Intel(R) HD Graphics {0x05, [0,0], 1366x768, 32bit, 60Hz}
   0.042 Create display on adapter 0. Size 1280x720 at position [33, 6].
   1.468 Initialised OpenGL:[0] GeForce GT 520M/PCIe/SSE2; driver: 4.5.0 NVIDIA 376.54
   1.468     Video memory size (dedicated/total available/current available): 1024/1024/965 MB
   1.512 DSound: Starting _dsound_update thread
   1.513 DSound: Enter _dsound_update; tid=5864
   1.513 Desktop composition is active.
   1.513 Graphics options: [Graphics quality: low] [Video memory usage: high] [Light scale: 25%] [DXT: false]
   1.750 Loading mod core 0.0.0 (data.lua)
   1.763 Loading mod base 0.14.22 (data.lua)
   2.021 Checksum for core: 1291735968
   2.021 Checksum for mod base: 786624017
   2.756 Info PlayerData.cpp:55: Local player-data.json available, timestamp 1492689099
   2.756 Info PlayerData.cpp:62: Cloud player-data.json unavailable
   3.375 Initial atlas bitmap size is 4096
   3.390 Created atlas bitmap 4096x4093
   3.400 Created atlas bitmap 4096x4087
   3.486 Created atlas bitmap 4096x2552
   3.488 Created atlas bitmap 4096x912
   3.490 Created atlas bitmap 4096x1052
  31.548 Sprites loaded
  31.548 Convert atlas 4096x912 to: trilinear-filtering 
  31.620 Convert atlas 4096x1052 to: mipmap 
  31.713 Loading sounds...
  34.615 Custom inputs active: 0
  34.616 Info Updater.cpp:749: Downloading https://updater.factorio.com/get-available-versions?username=MineGame159&token=<private>&apiVersion=2
  35.517 0 packages available to download (experimental updates disabled).
  35.612 Factorio initialised
  41.545 Loading map C:\Users\martina\AppData\Roaming\Factorio\saves\_autosave3.zip
  41.847 Info Scenario.cpp:152: Map version 0.14.22-0
  42.444 Checksum for script C:/Users/martina/AppData/Roaming/Factorio/temp/currently-playing/control.lua: 1827419726
 293.190 DSound: Stopping voice
 293.190 DSound: Joining thread
 293.193 DSound: Exit _dsound_update; tid=5864
 293.193 DSound: Waiting for voice to stop ... signaled
 293.193 DSound: Joined thread
 293.193 DSound: Destroying thread
 293.193 DSound: Thread destroyed
 293.193 DSound: Releasing buffer
 293.193 DSound: Voice stopped
 293.193 DSound: Deallocating voice
 293.193 DSound: Deallocated voice
Attachments
factorio-current.log
Log
(2.81 KiB) Downloaded 114 times
Harkonnen
Fast Inserter
Fast Inserter
Posts: 207
Joined: Fri Sep 02, 2016 9:23 am
Contact:

Re: Game not close.

Post by Harkonnen »

MineGame159
Does it happen all the time or happened only once?
posila
Former Staff
Former Staff
Posts: 5448
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: Game not close.

Post by posila »

Duplicate: 46128

It hangs in wglDeleteContext (wgl_disp.c:1146). It posts message to message loop to kill it, which also calls DestroyWindow, waits for the message loop thread to end and then continues to delete OGL context, RC and calls DestroyWindows again. Which seems really shady, to me. Sometimes, I have weird driver crash loop in this area of code since February when closing the game running with OGL renderer on my Radeon GPU while game window is on screen connected to nVidia GPU. When I comment out DestroyWindow in message loop, I can't reproduce the crash loop anymore, but it seems DestroyWindow might be needed there for DirectX (and maybe even native dialogs, not sure if they have separate window proc or not)

EDIT: Nevermind, I got the crash loop again ... and it is probably unrelated to this (and linked) bu greport. My log:

Code: Select all

   0.001 2017-06-07 13:04:28; Factorio 0.15.19 (build 30221, win64, alpha)
   0.001 Operating system: Windows 10 (build 15063) 
   0.001 Program arguments: "C:\git\???????\bin\Debugx64vs2015\factorio-run.exe" "--disable-audio" "--force-opengl" "--graphics-quality=high" "--video-memory-usage=all" "--shader=runtime-reload" "--wait-to-close" "17056" 
   0.002 Read data path: C:/git/???????/data
   0.002 Write data path: C:/git/???????
   0.002 Binaries path: C:/git/???????/bin
   0.077 System info: [CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz, 8 cores, RAM: 16299MB]
   0.077 Display options: [FullScreen: 0] [VSync: 1] [UIScale: 100%] [MultiSampling: OFF] [Screen: 1]
   0.079 Available display adapters: 2
   0.079  [0]: \\.\DISPLAY1 - AMD Radeon (TM) R7 360 Series {0x80005, [0,0], 1920x1200, 32bit, 60Hz}
   0.079  [1]: \\.\DISPLAY2 - AMD Radeon (TM) R7 360 Series {0x80000, no details}
   0.079  [6]: \\.\DISPLAY7 - NVIDIA GeForce GTX 750 Ti {0x01, [1920,0], 1920x1080, 32bit, 60Hz}
   0.080 Create display on adapter 1. Size 1280x720 at position [2230, 162].
   0.099 Could not bring the window to foreground.
   0.268 Initialised OpenGL:[1] AMD Radeon (TM) R7 360 Series; driver: 4.5.13474 Compatibility Profile Context 22.19.162.4
   0.277 Audio is disabled
   0.277 Desktop composition is active.
   0.277 Graphics settings preset: medium
   0.277 Graphics options: [Graphics quality: high] [Video memory usage: all] [Light scale: 25%] [DXT: false]
   0.647 Loading mod core 0.0.0 (data.lua)
   0.694 Loading mod base 0.15.19 (data.lua)
   1.030 Loading mod base 0.15.19 (data-updates.lua)
   1.291 Checksum for core: 4170786945
   1.291 Checksum of base: 2966998318
   2.691 Info PlayerData.cpp:56: Local player-data.json available, timestamp 1496833464
   2.691 Info PlayerData.cpp:63: Cloud player-data.json unavailable
   3.567 Loaded shader file C:/git/???????/data/core/graphics/shaders/game.glsl
   3.568 Loaded shader file C:/git/???????/data/core/graphics/shaders/zoom-to-world.glsl
   3.698 Initial atlas bitmap size is 16384
   4.076 Created atlas bitmap 16384x16364
   4.098 Created atlas bitmap 16384x1288
   4.152 Created atlas bitmap 16384x3212
   4.230 Created atlas bitmap 16384x4755
   4.247 Created atlas bitmap 8192x1920
   4.254 Created atlas bitmap 8192x800
   4.272 Created atlas bitmap 8192x2028
   4.290 Atlases were not loaded from disk cache.
  24.713 Sprites loaded
  31.096 Sprite atlas cached.
  31.097 Convert atlas 8192x1920 to: mipmap 
  31.265 Convert atlas 8192x800 to: mipmap 
  31.324 Convert atlas 8192x2028 to: trilinear-filtering 
  31.500 Custom inputs active: 0
  31.506 Info Updater.cpp:751: Downloading https://updater.factorio.com/get-available-versions?username=posila87cz&token=18c6be35f5548659d2376601366fdd&apiVersion=2
  32.174 0 packages available to download (experimental updates disabled).
  32.238 Factorio initialised
  52.610 Loading map C:\git\???????\saves\50x50.zip: 1146733 bytes.
  52.671 Loading Level.dat: 2850881 bytes.
  52.678 Info Scenario.cpp:134: Map version 0.15.4-0
  53.190 Info BlueprintLibrary.cpp:190: Loaded library shelves:
  53.190 Info BlueprintLibrary.cpp:679: Game shelf: playerIndex = 65535, nextRecordID = 19; timestamp = 1493382902; records: (id: 65535, 0; label: "Fabrik-Mojo", preview: false, empty: false; book [id: 65535, 1; label: "Chipfabrik EC (CP/CP/IP/IP)", preview: false, empty: false] [id: 65535, 2; label: "Chipfabrik EC mit Buffer (CP/CP/IP/IP)", preview: false, empty: false] [id: 65535, 3; label: "Chipfabrik AC (CP/CP/IP/PB)", preview: false, empty: false] [id: 65535, 4; label: "Chipfabrik AC mit Buffer (CP/CP/IP/PB)", preview: false, empty: false] [id: 65535, 5; label: "Chipfabrik PU (CP/CP/IP/PB | SA)", preview: false, empty: false] [id: 65535, 6; label: "Chipfabrik PU mit Buffer (CP/CP/IP/PB | SA)", preview: false, empty: false] [id: 65535, 7; label: "Zahnradfabrik (IP/IP)", preview: false, empty: false] [id: 65535, 8; label: "Zahnradfabrik mit Buffer (IP/IP)", preview: false, empty: false] [id: 65535, 9; label: "Satellitenfabrik (PB/SP/IP/CP/EC/PU | PG/SA)", preview: false, empty: false] [id: 65535, 10; label: "Festungsfabrik mit Ausgang (SP/IP/CP/SB/EC/C | PG/SA/W)", preview: false, empty: false]) (id: 65535, 11; label: "Fabrik-Mojo: Helfer", preview: false, empty: false; book [id: 65535, 12; label: "Buffer 2 mit Homogenisierer", preview: false, empty: false] [id: 65535, 13; label: "Ableitung 4 auf 2", preview: false, empty: false] [id: 65535, 14; label: "CP/IP Bänder", preview: false, empty: false] [id: 65535, 15; label: "", preview: false, empty: false] [id: 65535, 16; label: "", preview: false, empty: false] [id: 65535, 17; label: "Buffer 4 mit Homogenisierer, Leitung", preview: false, empty: false] [id: 65535, 18; label: "Buffer 4 mit Homogenisierer", preview: false, empty: false])
  53.191 Info BlueprintLibrary.cpp:681: Player shelf: playerIndex = 0, nextRecordID = 79; timestamp = 1493383406; records: (id: 0, 37; label: "Fabrik-Mojo", preview: false, empty: false; book [id: 0, 42; label: "Chipfabrik EC (CP/CP/IP/IP)", preview: false, empty: false] [id: 0, 43; label: "Chipfabrik EC mit Buffer (CP/CP/IP/IP)", preview: false, empty: false] [id: 0, 44; label: "Chipfabrik AC (CP/CP/IP/PB)", preview: false, empty: false] [id: 0, 45; label: "Chipfabrik AC mit Buffer (CP/CP/IP/PB)", preview: false, empty: false] [id: 0, 46; label: "Chipfabrik PU (CP/CP/IP/PB | SA)", preview: false, empty: false] [id: 0, 47; label: "Chipfabrik PU mit Buffer (CP/CP/IP/PB | SA)", preview: false, empty: false] [id: 0, 48; label: "Zahnradfabrik (IP/IP)", preview: false, empty: false] [id: 0, 49; label: "Zahnradfabrik mit Buffer (IP/IP)", preview: false, empty: false] [id: 0, 50; label: "Satellitenfabrik (PB/SP/IP/CP/EC/PU | PG/SA)", preview: false, empty: false] [id: 0, 52; label: "Festungsfabrik mit Ausgang (SP/IP/CP/SB/EC/C | PG/SA/W)", preview: false, empty: false]) (id: 0, 66; label: "Fabrik-Mojo: Helfer", preview: false, empty: false; book [id: 0, 59; label: "Buffer 2 mit Homogenisierer", preview: false, empty: false] [id: 0, 60; label: "Ableitung 4 auf 2", preview: false, empty: false] [id: 0, 61; label: "CP/IP Bänder", preview: false, empty: false] [id: 0, 62; label: "", preview: false, empty: false] [id: 0, 63; label: "", preview: false, empty: false] [id: 0, 64; label: "Buffer 4 mit Homogenisierer, Leitung", preview: false, empty: false] [id: 0, 65; label: "Buffer 4 mit Homogenisierer", preview: false, empty: false]) (id: 0, 28; label: "Lager", preview: false, empty: false; book [id: 0, 29; label: "XL", preview: false, empty: false] [id: 0, 30; label: "normal", preview: false, empty: false]) (id: 0, 31; label: "Sortierer", preview: false, empty: false; book [id: 0, 32; label: "Res-sorter", preview: false, empty: false] [id: 0, 33; label: "Res-sorter Endstück", preview: false, empty: false]) (id: 0, 70; label: "", preview: false, empty: false; single) (id: 0, 78; label: "Abbaugebiet v2", preview: false, empty: false; single) (id: 0, 77; label: "Spar-Bohrer", preview: false, empty: false; single)
  53.225 Info BlueprintLibrary.cpp:47: Loaded external blueprint storage: playerIndex = 0, nextRecordID = 1; timestamp = 1496413124; records: (id: 0, 0; label: "šèøšèøèøžìèžýášøýáíìšøìšèø", preview: false, empty: false; single)
  53.243 Loading script.dat: 190 bytes.
  53.249 Checksum for script C:/git/???????/temp/currently-playing/control.lua: 282129324
 188.939 Error CrashHandler.cpp:141: Exception Code: c0000005, Address: 0x0000000063db473e
ModuleBase: 0x00007ff787190000, ImageSize: 03de9000, RelativeAddress: dcc2473e
 188.940 Error CrashHandler.cpp:151: Exception Context:
rax=0000020470c41c00, rbx=0000000000000000, rcx=000000038ba384f8,
rdx=0000000063c20000, rsi=00000000000403c0, rdi=00000204717498c0,
rip=0000000063db473e, rsp=0000004a442ff160, rbp=0000000000000000,
 r8=0000000000000000,  r9=0000004a442ff2b0, r10=0000000000000000,
r11=0000000000000246, r12=0000000000000000, r13=0000004a43462000,
r14=0000000000000000, r15=0000000000000000
 188.940 Crashed in C:\WINDOWS\System32\DriverStore\FileRepository\c0313676.inf_amd64_96bbc33bec5c7fae\atio6axx.dll (0x0000000063c20000 - 0x0000000065c8e000)
Factorio crashed. Generating symbolized stacktrace, please wait ...
c:\git\factorio_tmp\libraries\stackwalker\stackwalker.cpp (904): StackWalker::ShowCallstack
c:\git\factorio_tmp\src\util\logger.cpp (364): Logger::writeStacktrace
c:\git\factorio_tmp\src\util\logger.cpp (421): Logger::logStacktrace
c:\git\factorio_tmp\src\util\crashhandler.cpp (105): CrashHandler::writeStackTrace
c:\git\factorio_tmp\src\util\crashhandler.cpp (177): CrashHandler::SehHandler
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5BF36913)
00007FFC5BF36913 (KERNELBASE): (filename not available): UnhandledExceptionFilter
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EF26711)
00007FFC5EF26711 (ntdll): (filename not available): LdrResolveDelayLoadsFromDll
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF9020)
00007FFC5EEF9020 (ntdll): (filename not available): KiUserApcDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEFA08D)
00007FFC5EEFA08D (ntdll): (filename not available): _chkstk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE69C58)
00007FFC5EE69C58 (ntdll): (filename not available): RtlLookupFunctionEntry
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF910E)
00007FFC5EEF910E (ntdll): (filename not available): KiUserExceptionDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0000000063DB473E)
0000000063DB473E (atio6axx): (filename not available): DrvPresentBuffers
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0000000063DBEC55)
0000000063DBEC55 (atio6axx): (filename not available): DrvPresentBuffers
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E932CE7)
00007FFC5E932CE7 (USER32): (filename not available): GetUpdatedClipboardFormats
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E932B79)
00007FFC5E932B79 (USER32): (filename not available): GetUpdatedClipboardFormats
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E9211F3)
00007FFC5E9211F3 (USER32): (filename not available): GetTopWindow
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF90B4)
00007FFC5EEF90B4 (ntdll): (filename not available): KiUserCallbackDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5B4723C4)
00007FFC5B4723C4 (win32u): (filename not available): NtUserDestroyWindow
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA6AC1B)
00007FFC5EA6AC1B (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA66A8E)
00007FFC5EA66A8E (MSCTF): (filename not available): HasDeferredInputForCoreDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA66228)
00007FFC5EA66228 (MSCTF): (filename not available): HasDeferredInputForCoreDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA7212C)
00007FFC5EA7212C (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA71C84)
00007FFC5EA71C84 (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA68056)
00007FFC5EA68056 (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA919DF)
00007FFC5EA919DF (MSCTF): (filename not available): CtfImeDestroyThreadMgr
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA91940)
00007FFC5EA91940 (MSCTF): (filename not available): CtfImeDestroyThreadMgr
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5C411DEC)
00007FFC5C411DEC (IMM32): (filename not available): CtfImmLastEnabledWndDestroy
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA5B50F)
00007FFC5EA5B50F (MSCTF): (filename not available): TF_InitSystem
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA5B4AD)
00007FFC5EA5B4AD (MSCTF): (filename not available): TF_InitSystem
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE9DAB8)
00007FFC5EE9DAB8 (ntdll): (filename not available): RtlProcessFlsData
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE71DF3)
00007FFC5EE71DF3 (ntdll): (filename not available): LdrShutdownThread
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE8DA2E)
00007FFC5EE8DA2E (ntdll): (filename not available): RtlExitUserThread
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5BF9F613)
00007FFC5BF9F613 (KERNELBASE): (filename not available): FreeLibraryAndExitThread
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5C6DE28A)
00007FFC5C6DE28A (KERNEL32): (filename not available): FreeLibraryAndExitThread
d:\th\minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (276): common_end_thread
d:\th\minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (290): _endthreadex
d:\th\minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (116): thread_start<void (__cdecl*)(void * __ptr64)>
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5C6D2774)
00007FFC5C6D2774 (KERNEL32): (filename not available): BaseThreadInitThunk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEC0D61)
00007FFC5EEC0D61 (ntdll): (filename not available): RtlUserThreadStart
 190.212 Error Util.cpp:80: 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.
 190.226 Error CrashHandler.cpp:141: Exception Code: c0000005, Address: 0x0000000063db473e
ModuleBase: 0x00007ff787190000, ImageSize: 03de9000, RelativeAddress: dcc2473e
 190.226 Error CrashHandler.cpp:151: Exception Context:
rax=0000020470c41c00, rbx=0000000000000000, rcx=000000038ba384f8,
rdx=0000000063c20000, rsi=0000000000030d24, rdi=00000204717498c0,
rip=0000000063db473e, rsp=0000004a442fcd20, rbp=0000000000000000,
 r8=0000000000000000,  r9=0000004a442fce70, r10=0000000000000000,
r11=0000000000000246, r12=0000000000000000, r13=0000004a43462000,
r14=0000000000000000, r15=0000000000000000
 190.226 Crashed in C:\WINDOWS\System32\DriverStore\FileRepository\c0313676.inf_amd64_96bbc33bec5c7fae\atio6axx.dll (0x0000000063c20000 - 0x0000000065c8e000)
Factorio crashed. Generating symbolized stacktrace, please wait ...
c:\git\factorio_tmp\libraries\stackwalker\stackwalker.cpp (904): StackWalker::ShowCallstack
c:\git\factorio_tmp\src\util\logger.cpp (364): Logger::writeStacktrace
c:\git\factorio_tmp\src\util\logger.cpp (421): Logger::logStacktrace
c:\git\factorio_tmp\src\util\crashhandler.cpp (105): CrashHandler::writeStackTrace
c:\git\factorio_tmp\src\util\crashhandler.cpp (177): CrashHandler::SehHandler
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5BF36913)
00007FFC5BF36913 (KERNELBASE): (filename not available): UnhandledExceptionFilter
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EF26711)
00007FFC5EF26711 (ntdll): (filename not available): LdrResolveDelayLoadsFromDll
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF9020)
00007FFC5EEF9020 (ntdll): (filename not available): KiUserApcDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEFA08D)
00007FFC5EEFA08D (ntdll): (filename not available): _chkstk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE69C58)
00007FFC5EE69C58 (ntdll): (filename not available): RtlLookupFunctionEntry
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF910E)
00007FFC5EEF910E (ntdll): (filename not available): KiUserExceptionDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0000000063DB473E)
0000000063DB473E (atio6axx): (filename not available): DrvPresentBuffers
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0000000063DBECDA)
0000000063DBECDA (atio6axx): (filename not available): DrvPresentBuffers
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E932CE7)
00007FFC5E932CE7 (USER32): (filename not available): GetUpdatedClipboardFormats
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E932B79)
00007FFC5E932B79 (USER32): (filename not available): GetUpdatedClipboardFormats
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E9211F3)
00007FFC5E9211F3 (USER32): (filename not available): GetTopWindow
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF90B4)
00007FFC5EEF90B4 (ntdll): (filename not available): KiUserCallbackDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5B471AA4)
00007FFC5B471AA4 (win32u): (filename not available): NtUserSetFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E93092B)
00007FFC5E93092B (USER32): (filename not available): SoftModalMessageBox
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E90EB53)
00007FFC5E90EB53 (USER32): (filename not available): Ordinal2707
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E90E261)
00007FFC5E90E261 (USER32): (filename not available): Ordinal2573
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E90E176)
00007FFC5E90E176 (USER32): (filename not available): Ordinal2573
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E90BC50)
00007FFC5E90BC50 (USER32): (filename not available): CallWindowProcW
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E90B94C)
00007FFC5E90B94C (USER32): (filename not available): CallWindowProcW
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E9211F3)
00007FFC5E9211F3 (USER32): (filename not available): GetTopWindow
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF90B4)
00007FFC5EEF90B4 (ntdll): (filename not available): KiUserCallbackDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5B471164)
00007FFC5B471164 (win32u): (filename not available): NtUserMessageCall
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E90B060)
00007FFC5E90B060 (USER32): (filename not available): SendMessageW
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E914C86)
00007FFC5E914C86 (USER32): (filename not available): CreateWindowInBandEx
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E92E0B5)
00007FFC5E92E0B5 (USER32): (filename not available): DwmGetDxSharedSurface
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E93004A)
00007FFC5E93004A (USER32): (filename not available): SoftModalMessageBox
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E92F7C0)
00007FFC5E92F7C0 (USER32): (filename not available): MessageBoxTimeoutW
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E92F5DC)
00007FFC5E92F5DC (USER32): (filename not available): MessageBoxTimeoutW
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E97009E)
00007FFC5E97009E (USER32): (filename not available): MessageBoxW
c:\git\factorio_tmp\libraries\allegro\addons\native_dialog\win_dialog.c (331): _al_show_native_message_box
c:\git\factorio_tmp\libraries\allegro\addons\native_dialog\dialog.c (142): al_show_native_message_box
c:\git\factorio_tmp\src\messagedialog.cpp (15): MessageDialog::showDialog
c:\git\factorio_tmp\src\util\util.cpp (97): showCrashedError
c:\git\factorio_tmp\src\util\util.cpp (73): showCrashedError
c:\git\factorio_tmp\src\util\crashhandler.cpp (120): CrashHandler::writeStackTrace
c:\git\factorio_tmp\src\util\crashhandler.cpp (177): CrashHandler::SehHandler
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5BF36913)
00007FFC5BF36913 (KERNELBASE): (filename not available): UnhandledExceptionFilter
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EF26711)
00007FFC5EF26711 (ntdll): (filename not available): LdrResolveDelayLoadsFromDll
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF9020)
00007FFC5EEF9020 (ntdll): (filename not available): KiUserApcDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEFA08D)
00007FFC5EEFA08D (ntdll): (filename not available): _chkstk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE69C58)
00007FFC5EE69C58 (ntdll): (filename not available): RtlLookupFunctionEntry
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF910E)
00007FFC5EEF910E (ntdll): (filename not available): KiUserExceptionDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0000000063DB473E)
0000000063DB473E (atio6axx): (filename not available): DrvPresentBuffers
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 0000000063DBEC55)
0000000063DBEC55 (atio6axx): (filename not available): DrvPresentBuffers
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E932CE7)
00007FFC5E932CE7 (USER32): (filename not available): GetUpdatedClipboardFormats
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E932B79)
00007FFC5E932B79 (USER32): (filename not available): GetUpdatedClipboardFormats
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5E9211F3)
00007FFC5E9211F3 (USER32): (filename not available): GetTopWindow
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEF90B4)
00007FFC5EEF90B4 (ntdll): (filename not available): KiUserCallbackDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5B4723C4)
00007FFC5B4723C4 (win32u): (filename not available): NtUserDestroyWindow
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA6AC1B)
00007FFC5EA6AC1B (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA66A8E)
00007FFC5EA66A8E (MSCTF): (filename not available): HasDeferredInputForCoreDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA66228)
00007FFC5EA66228 (MSCTF): (filename not available): HasDeferredInputForCoreDispatcher
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA7212C)
00007FFC5EA7212C (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA71C84)
00007FFC5EA71C84 (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA68056)
00007FFC5EA68056 (MSCTF): (filename not available): CtfImeAssociateFocus
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA919DF)
00007FFC5EA919DF (MSCTF): (filename not available): CtfImeDestroyThreadMgr
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA91940)
00007FFC5EA91940 (MSCTF): (filename not available): CtfImeDestroyThreadMgr
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5C411DEC)
00007FFC5C411DEC (IMM32): (filename not available): CtfImmLastEnabledWndDestroy
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA5B50F)
00007FFC5EA5B50F (MSCTF): (filename not available): TF_InitSystem
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EA5B4AD)
00007FFC5EA5B4AD (MSCTF): (filename not available): TF_InitSystem
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE9DAB8)
00007FFC5EE9DAB8 (ntdll): (filename not available): RtlProcessFlsData
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE71DF3)
00007FFC5EE71DF3 (ntdll): (filename not available): LdrShutdownThread
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EE8DA2E)
00007FFC5EE8DA2E (ntdll): (filename not available): RtlExitUserThread
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5BF9F613)
00007FFC5BF9F613 (KERNELBASE): (filename not available): FreeLibraryAndExitThread
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5C6DE28A)
00007FFC5C6DE28A (KERNEL32): (filename not available): FreeLibraryAndExitThread
d:\th\minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (276): common_end_thread
d:\th\minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (290): _endthreadex
d:\th\minkernel\crts\ucrt\src\appcrt\startup\thread.cpp (116): thread_start<void (__cdecl*)(void * __ptr64)>
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5C6D2774)
00007FFC5C6D2774 (KERNEL32): (filename not available): BaseThreadInitThunk
ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 00007FFC5EEC0D61)
00007FFC5EEC0D61 (ntdll): (filename not available): RtlUserThreadStart
 191.491 Error Util.cpp:80: 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.
Post Reply

Return to “Duplicates”