Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Build crashes instantly on Radeon HD 6xxx/7xxx

Discussion in 'Windows' started by DerWoDaSo, Nov 10, 2017.

  1. DerWoDaSo

    DerWoDaSo

    Joined:
    May 25, 2009
    Posts:
    131
    Hey everyone,

    We got a little problem with a demo of our game Lonely Mountains: Downhill. While it is running fine on almost all graphics cards, it seems like on some Radeon HD cards crash instantly.

    Affected cards so far (from output_log.txt):
    AMD Radeon HD 6570
    AMD Radeon HD 7660G + HD 7670M Dual Graphics
    AMD Radeon HD 6900 Series

    While the following cards work fine:
    ATI Radeon HD 5750 OpenGL Engine
    ATI Radeon 3000 Graphics
    ATI Radeon HD 4300 / 4500 Series
    ATI Radeon HD 5670
    ATI Radeon HD 5770 OpenGL Engine
    Radeon X300/X550/X1050 Series

    Some facts:
    - happens with up-to-date drivers
    - happens with the latest Unity 5.6 version (5.6.4p2) and before

    Any idea how to dig into that? We got several crash reports (output_log.txt, error.log, crash.dmp), but I find it pretty hard to figure out what the core problem is.

    Thanks a lot!
    Jan


    Here is an example:

    output_log.txt:
    Code (CSharp):
    1.  
    2. Initialize engine version: 5.6.4p2 (278fc6850ee0)
    3. GfxDevice: creating device client; threaded=1
    4. Direct3D:
    5.     Version:  Direct3D 11.0 [level 11.0]
    6.     Renderer: AMD Radeon HD 7660G + HD 7600M Dual Graphics (ID=0x9900)
    7.     Vendor:   ATI
    8.     VRAM:     2507 MB
    9.     Driver:   15.200.1062.1004
    10.  
    11. [...]
    12.  
    13. desktop: 1680x1050 60Hz; virtual: 3046x1324 at 0,0
    14. <RI> Initializing input.
    15. <RI> Input initialized.
    16. <RI> Initialized touch support.
    17. UnloadTime: 1.981352 ms
    18.  
    19. [...]
    20.  
    21. Crash!!!
    22. SymInit: Symbol-SearchPath: '.;D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4;D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Aaron'
    23. OS-Version: 10.0.15063 () 0x100-0x1
    24. D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4\LonelyMountains_Downhill_OneMinuteDemo_Win_x86.exe:LonelyMountains_Downhill_OneMinuteDemo_Win_x86.exe (00E70000), size: 19038208 (result: 0), SymType: '-exported-', PDB: 'D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4\LonelyMountains_Downhill_OneMinuteDemo_Win_x86.exe', fileVersion: 5.6.4.36806
    25.  
    26. [...]
    27.  
    28. ========== OUTPUTING STACK TRACE ==================
    29.  
    30. 0x5F0AF4FF (atidxx32) AmdDxGsaFreeCompiledShader
    31. 0x5F0AF4CD (atidxx32) AmdDxGsaFreeCompiledShader
    32. 0x5F0AFF2F (atidxx32) AmdDxGsaFreeCompiledShader
    33. 0x5F0B980B (atidxx32) AmdDxGsaFreeCompiledShader
    34. 0x5F0A693C (atidxx32) AmdDxGsaFreeCompiledShader
    35. 0x5EBE8E03 (atidxx32) XdxInitXopAdapterServices
    36. 0x5F06C519 (atidxx32) AmdDxGsaFreeCompiledShader
    37. 0x5EBF73ED (atidxx32) XdxInitXopAdapterServices
    38. 0x654C5265 (atiuxpag) OpenAdapter10_2
    39. 0x5FA98B20 (aticfx32) OpenAdapter10_2
    40. 0x5FAEFD0D (aticfx32) AmdQueryPowerXpressDeviceInfo
    41. 0x5FAEFE35 (aticfx32) AmdQueryPowerXpressDeviceInfo
    42. 0x74848744 (KERNEL32) BaseThreadInitThunk
    43. 0x7792582D (ntdll) RtlGetAppContainerNamedObjectPath
    44. 0x779257FD (ntdll) RtlGetAppContainerNamedObjectPath
    45.  
    46. ========== END OF STACKTRACE ===========
    47.  
    48. **** Crash! ****
    49.  

    Error.log:
    Code (CSharp):
    1.  
    2. Unity Player [version: Unity 5.6.4p2_278fc6850ee0]
    3.  
    4. atidxx32.dll caused an Access Violation (0xc0000005)
    5.   in module atidxx32.dll at 0023:5f0af4ff.
    6.  
    7. Error occurred at 2017-11-10_091250.
    8. D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4\LonelyMountains_Downhill_OneMinuteDemo_Win_x86.exe, run by [REMOVED].
    9. 34% memory in use.
    10. 0 MB physical memory [0 MB free].
    11. 0 MB paging file [0 MB free].
    12. 0 MB user address space [3554 MB free].
    13. Read from location 00000000 caused an access violation.
    14.  
    15. Context:
    16. EDI:    0x1153abc0  ESI: 0x1153abc0  EAX:   0x0680dc20
    17. EBX:    0x0680fe88  ECX: 0x00000000  EDX:   0x0899fda8
    18. EIP:    0x5f0af4ff  EBP: 0x0899fdb4  SegCs: 0x00000023
    19. EFlags: 0x00010212  ESP: 0x0899fd94  SegSs: 0x0000002b
    20.  
    21. Bytes at CS:EIP:
    22. 8b 01 ff 50 1c 8b 30 8b 40 04 51 6a 00 6a 00 68
    23.  
    24. Stack:
    25. 0x0899fd94: 0899fda8 0680fe88 1153abc0 067db4e0 ..........S...}.
    26. 0x0899fda4: 0899fdc8 5f0af4c6 0899fdc4 00000006 ......._........
    27. 0x0899fdb4: 0899fdc8 5f0af4cd 1153abc0 0680dc20 ......._..S. ...
    28. 0x0899fdc4: 00000000 0899fddc 5f0aff2f 0682bb40 ......../.._@...
    29. 0x0899fdd4: 0682bb40 00000002 0899fe18 5f0b980b @.............._
    30. 0x0899fde4: 00000000 0680dc20 5f0b8da6 23b13001 .... ......_.0.#
    31. 0x0899fdf4: 0680dc20 067db4e0 5f0bfd35 23b13001  .....}.5.._.0.#
    32. 0x0899fe04: 0680dc20 0021a0f0 0d0dc9c8 00000000  .....!.........
    33. 0x0899fe14: 00000000 0899fe30 5f0a693c 07d4c020 ....0...<i._ ...
    34. 0x0899fe24: 0680dc20 07d4c020 00000000 0899fe44  ... .......D...
    35. 0x0899fe34: 5ebe8e03 069251c0 0680dc20 0021a0f0 ...^.Q.. .....!.
    36. 0x0899fe44: 0899fe5c 5f06c519 00001800 00000000 \......_........
    37. 0x0899fe54: 00000000 5faefdb9 0899fe70 5ebf73ed ......._p....s.^
    38. 0x0899fe64: 00001800 00000000 00000000 0899fe88 ................
    39. 0x0899fe74: 654c5265 06922a9c 00001800 00000000 eRLe.*..........
    40. 0x0899fe84: 00000000 0899feac 5fa98b20 06920e94 ........ .._....
    41. 0x0899fe94: 00001800 00000000 00000000 5fae1d76 ............v.._
    42. 0x0899fea4: 00221ff0 5fae1d3b 0899fee4 5faefd0d ..".;.._......._
    43. 0x0899feb4: 069251c0 36ef1887 5faefdb9 00221ff0 .Q.....6..._..".
    44. 0x0899fec4: 0021a0f0 c0000005 0899feb8 0899f424 ..!.........$...
    45. 0x0899fed4: 0899ff3c 5faf2010 61c38883 00000000 <.... ._...a....
    46. 0x0899fee4: 0899fef0 5faefe35 5faefdb9 0899ff04 ....5.._..._....
    47. 0x0899fef4: 74848744 0021a0f0 74848720 1d995124 D..t..!. ..t$Q..
    48. 0x0899ff04: 0899ff4c 7792582d 0021a0f0 1e8999de L...-X.w..!.....
    49. 0x0899ff14: 00000000 00000000 0021a0f0 c0000005 ..........!.....
    50. 0x0899ff24: 00000000 0899f400 754ca1b0 1e8999de ..........Lu....
    51. 0x0899ff34: 0899ff10 0899f400 0899ff54 77939fd0 ........T......w
    52. 0x0899ff44: 618c67d2 00000000 0899ff5c 779257fd .g.a....\....W.w
    53. 0x0899ff54: ffffffff 77946371 00000000 00000000 ....qc.w........
    54. 0x0899ff64: 5faefdb9 0021a0f0 00000000 00000000 ..._..!.........
    55. 0x0899ff74: 00000000 00000000 00000000 00000000 ................
    56. 0x0899ff84: 00000000 00000000 00000000 00000000 ................
    57. 0x0899ff94: 00000000 00000000 00000000 00000000 ................
    58. 0x0899ffa4: 00000000 00000000 00000000 00000000 ................
    59. 0x0899ffb4: 00000000 00000000 00000000 00000000 ................
    60. 0x0899ffc4: 00000000 00000000 00000000 00000000 ................
    61. 0x0899ffd4: 00000000 00000000 00000000 00000000 ................
    62. 0x0899ffe4: 00000000 00000000 00000000 00000000 ................
    63. 0x0899fff4: 00000000 00000000 00000000          ............
    64.  
    65. Module 1
    66. D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4\LonelyMountains_Downhill_OneMinuteDemo_Win_x86.exe
    67. Image Base: 0x00e70000  Image Size: 0x01228000
    68. File Size:  18194432    File Time:  2017-11-10_004016
    69. Version:
    70.    Company:  
    71.    Product:  
    72.    FileDesc:  
    73.    FileVer:    5.6.4.36806
    74.    ProdVer:    5.6.4.36806
    75.  
    76. Module 2
    77. C:\Windows\SYSTEM32\xinput1_2.dll
    78. Image Base: 0x00400000  Image Size: 0x00012000
    79. File Size:  62744       File Time:  2006-07-28_083014
    80. Version:
    81.    Company:    Microsoft Corporation
    82.    Product:    Microsoft® DirectX for Windows®
    83.    FileDesc:   Microsoft Common Controller API
    84.    FileVer:    9.14.701.0
    85.    ProdVer:    9.14.701.0
    86.  
    87. Module 3
    88. C:\Windows\SYSTEM32\xinput1_3.dll
    89. Image Base: 0x00400000  Image Size: 0x00016000
    90. File Size:  81768       File Time:  2007-04-04_185342
    91. Version:
    92.    Company:    Microsoft Corporation
    93.    Product:    Microsoft® DirectX for Windows®
    94.    FileDesc:   Microsoft Common Controller API
    95.    FileVer:    9.18.944.0
    96.    ProdVer:    9.18.944.0
    97.  
    98. Module 4
    99. C:\Windows\SYSTEM32\xinput1_1.dll
    100. Image Base: 0x00400000  Image Size: 0x00012000
    101. File Size:  62672       File Time:  2006-03-31_113924
    102. Version:
    103.    Company:    Microsoft Corporation
    104.    Product:    Microsoft® DirectX for Windows®
    105.    FileDesc:   Microsoft Common Controller API
    106.    FileVer:    9.12.589.0
    107.    ProdVer:    9.12.589.0
    108.  
    109. Module 5
    110. D:\Games\LonelyMountains_Downhill_OneMinuteDemo_Win_x86\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_V4\LonelyMountains_Downhill_OneMinuteDemo_Win_x86_Data\Mono\mono.dll
    111. Image Base: 0x10000000  Image Size: 0x00231000
    112. File Size:  2117056     File Time:  2017-11-06_131304
    113. Version:
    114.    Company:    Unity Technologies
    115.    Product:    libmono
    116.    FileDesc:   Unity Technologies fork of mono runtime
    117.    FileVer:    1.0.0.1
    118.    ProdVer:    1.0.0.1
    119.  
    120. Module 6
    121. C:\Windows\System32\deviceaccess.dll
    122. Image Base: 0x564e0000  Image Size: 0x00043000
    123. File Size:  259584      File Time:  2017-03-18_215856
    124. Version:
    125.    Company:    Microsoft Corporation
    126.    Product:    Microsoft® Windows® Operating System
    127.    FileDesc:   Device Broker And Policy COM Server
    128.    FileVer:    10.0.15063.0
    129.    ProdVer:    10.0.15063.0
    130.  
    131. Module 7
    132. C:\Windows\SYSTEM32\bthprops.cpl
    133. Image Base: 0x56530000  Image Size: 0x00039000
    134. File Size:  220672      File Time:  2017-03-18_215858
    135. Version:
    136.    Company:    Microsoft Corporation
    137.    Product:    Microsoft® Windows® operációs rendszer
    138.    FileDesc:   Bluetooth-vezérlõpult alkalmazás
    139.    FileVer:    10.0.15063.0
    140.    ProdVer:    10.0.15063.0
    141.  
    142. Module 8
    143. C:\Windows\SYSTEM32\CoreUIComponents.dll
    144. Image Base: 0x58e90000  Image Size: 0x00227000
    145. File Size:  2259760     File Time:  2017-09-30_030918
    146. Version:
    147.    Company:    Microsoft Corporation
    148.    Product:    Microsoft® Windows® Operating System
    149.    FileDesc:   Microsoft Core UI Components Dll
    150.    FileVer:    10.0.15063.674
    151.    ProdVer:    10.0.15063.674
    152.  
    153. Module 9
    154. C:\Windows\SYSTEM32\midimap.dll
    155. Image Base: 0x5e410000  Image Size: 0x00008000
    156. File Size:  18944       File Time:  2017-03-18_215846
    157. Version:
    158.    Company:    Microsoft Corporation
    159.    Product:    Microsoft® Windows® Operating System
    160.    FileDesc:   Microsoft MIDI Mapper
    161.    FileVer:    10.0.15063.0
    162.    ProdVer:    10.0.15063.0
    163.  
    164. Module 10
    165. C:\Windows\SYSTEM32\MSACM32.dll
    166. Image Base: 0x5e420000  Image Size: 0x00018000
    167. File Size:  90464       File Time:  2017-07-28_053620
    168. Version:
    169.    Company:    Microsoft Corporation
    170.    Product:    Microsoft® Windows® operációs rendszer
    171.    FileDesc:   Microsoft ACM audioszûrõ
    172.    FileVer:    10.0.15063.502
    173.    ProdVer:    10.0.15063.502
    174.  
    175. Module 11
    176. C:\Windows\SYSTEM32\msacm32.drv
    177. Image Base: 0x5e440000  Image Size: 0x0000a000
    178. File Size:  24576       File Time:  2017-03-18_215846
    179. Version:
    180.    Company:    Microsoft Corporation
    181.    Product:    Microsoft® Windows® operációs rendszer
    182.    FileDesc:   Microsoft hangleképzõ
    183.    FileVer:    10.0.15063.0
    184.    ProdVer:    10.0.15063.0
    185.  
    186. Module 12
    187. C:\Windows\SYSTEM32\AUDIOSES.DLL
    188. Image Base: 0x5e450000  Image Size: 0x000d7000
    189. File Size:  864248      File Time:  2017-07-28_053620
    190. Version:
    191.    Company:    Microsoft Corporation
    192.    Product:    Microsoft® Windows® operációs rendszer
    193.    FileDesc:   Audió munkamenet
    194.    FileVer:    10.0.15063.502
    195.    ProdVer:    10.0.15063.502
    196.  
    197. Module 13
    198. C:\Windows\SYSTEM32\AVRT.dll
    199. Image Base: 0x5e530000  Image Size: 0x00009000
    200. File Size:  28992       File Time:  2017-03-18_215840
    201. Version:
    202.    Company:    Microsoft Corporation
    203.    Product:    Microsoft® Windows® Operating System
    204.    FileDesc:   Multimedia Realtime Runtime
    205.    FileVer:    10.0.15063.0
    206.    ProdVer:    10.0.15063.0
    207.  
    208. Module 14
    209. C:\Windows\SYSTEM32\wdmaud.drv
    210. Image Base: 0x5e540000  Image Size: 0x00039000
    211. File Size:  209920      File Time:  2017-06-20_053054
    212. Version:
    213.    Company:    Microsoft Corporation
    214.    Product:    Microsoft® Windows® operációs rendszer
    215.    FileDesc:   Winmm  hangrendszer-illesztõ
    216.    FileVer:    10.0.15063.447
    217.    ProdVer:    10.0.15063.447
    218.  
    219. Module 15
    220. C:\Windows\System32\DEVOBJ.dll
    221. Image Base: 0x5e580000  Image Size: 0x00022000
    222. File Size:  131784      File Time:  2017-03-18_215850
    223. Version:
    224.    Company:    Microsoft Corporation
    225.    Product:    Microsoft® Windows® Operating System
    226.    FileDesc:   Device Information Set DLL
    227.    FileVer:    10.0.15063.0
    228.    ProdVer:    10.0.15063.0
    229.  
    230. Module 16
    231. C:\Windows\System32\MMDevApi.dll
    232. Image Base: 0x5e5b0000  Image Size: 0x00059000
    233. File Size:  354400      File Time:  2017-06-20_060258
    234. Version:
    235.    Company:    Microsoft Corporation
    236.    Product:    Microsoft® Windows® operációs rendszer
    237.    FileDesc:   Multimédiás eszközök API felülete
    238.    FileVer:    10.0.15063.447
    239.    ProdVer:    10.0.15063.447
    240.  
    241. Module 17
    242. C:\Program Files\Lenovo\Bluetooth Software\SysWOW64\BtMmHook.dll
    243. Image Base: 0x5eba0000  Image Size: 0x00037000
    244. File Size:  205528      File Time:  2013-08-19_150520
    245. Version:
    246.    Company:    Broadcom Corporation.
    247.    Product:    Bluetooth Software
    248.    FileDesc:   Multimedia Keys Hook DLL
    249.    FileVer:    12.0.0.7800
    250.    ProdVer:    12.0.0.7800
    251.  
    252. Module 18
    253. C:\Windows\SYSTEM32\atidxx32.dll
    254. Image Base: 0x5ebe0000  Image Size: 0x00996000
    255. File Size:  10191296    File Time:  2015-08-09_061338
    256. Version:
    257.    Company:    Advanced Micro Devices, Inc.
    258.    Product:    Advanced Micro Devices, Inc. Radeon DirectX 11 Driver
    259.    FileDesc:   atidxx32.dll
    260.    FileVer:    8.17.10.625
    261.    ProdVer:    8.17.10.625
    262.  
    263. Module 19
    264. C:\Windows\SYSTEM32\xinput9_1_0.dll
    265. Image Base: 0x5f600000  Image Size: 0x00007000
    266. File Size:  9216        File Time:  2017-03-18_215856
    267. Version:
    268.    Company:    Microsoft Corporation
    269.    Product:    Microsoft® Windows® operációs rendszer
    270.    FileDesc:   XNA általános vezérlõ
    271.    FileVer:    10.0.15063.0
    272.    ProdVer:    10.0.15063.0
    273.  
    274. Module 20
    275. C:\Windows\SYSTEM32\xinput1_4.dll
    276. Image Base: 0x5f840000  Image Size: 0x0000c000
    277. File Size:  33792       File Time:  2017-03-18_215854
    278. Version:
    279.    Company:    Microsoft Corporation
    280.    Product:    Microsoft® Windows® operációs rendszer
    281.    FileDesc:   Microsoft általános vezérlõk API felülete
    282.    FileVer:    10.0.15063.0
    283.    ProdVer:    10.0.15063.0
    284.  
    285. Module 21
    286. C:\Windows\SYSTEM32\usermgrcli.dll
    287. Image Base: 0x5f8e0000  Image Size: 0x00010000
    288. File Size:  55872       File Time:  2017-03-18_215850
    289. Version:
    290.    Company:    Microsoft Corporation
    291.    Product:    Microsoft® Windows® Operating System
    292.    FileDesc:   UserMgr API DLL
    293.    FileVer:    10.0.15063.0
    294.    ProdVer:    10.0.15063.0
    295.  
    296. Module 22
    297. C:\Windows\SYSTEM32\CoreMessaging.dll
    298. Image Base: 0x5f8f0000  Image Size: 0x0008f000
    299. File Size:  583160      File Time:  2017-09-05_053740
    300. Version:
    301.    Company:    Microsoft Corporation
    302.    Product:    Microsoft® Windows® Operating System
    303.    FileDesc:   Microsoft CoreMessaging Dll
    304.    FileVer:    10.0.15063.608
    305.    ProdVer:    10.0.15063.608
    306.  
    307. Module 23
    308. C:\Windows\SYSTEM32\TextInputFramework.dll
    309. Image Base: 0x5f980000  Image Size: 0x00067000
    310. File Size:  414296      File Time:  2017-07-28_053308
    311. Version:
    312.    Company:    Microsoft Corporation
    313.    Product:    Microsoft® Windows® Operating System
    314.    FileDesc:   "TextInputFramework.DYNLINK"
    315.    FileVer:    10.0.15063.502
    316.    ProdVer:    10.0.15063.502
    317.  
    318. Module 24
    319. C:\Windows\SYSTEM32\aticfx32.dll
    320. Image Base: 0x5fa50000  Image Size: 0x00126000
    321. File Size:  1213224     File Time:  2015-08-09_061336
    322. Version:
    323.    Company:    Advanced Micro Devices, Inc.
    324.    Product:    AMD Inc. Radeon DirectX 11 Driver
    325.    FileDesc:   aticfx32.dll
    326.    FileVer:    8.17.10.1404
    327.    ProdVer:    8.17.10.1404
    328.  
    329. Module 25
    330. C:\Windows\SYSTEM32\ksuser.dll
    331. Image Base: 0x63530000  Image Size: 0x00007000
    332. File Size:  20216       File Time:  2017-03-18_215840
    333. Version:
    334.    Company:    Microsoft Corporation
    335.    Product:    Microsoft® Windows® Operating System
    336.    FileDesc:   User CSA Library
    337.    FileVer:    10.0.15063.0
    338.    ProdVer:    10.0.15063.0
    339.  
    340. Module 26
    341. C:\Windows\SYSTEM32\dxgi.dll
    342. Image Base: 0x63560000  Image Size: 0x0008a000
    343. File Size:  551200      File Time:  2017-07-28_054046
    344. Version:
    345.    Company:    Microsoft Corporation
    346.    Product:    Microsoft® Windows® Operating System
    347.    FileDesc:   DirectX Graphics Infrastructure
    348.    FileVer:    10.0.15063.502
    349.    ProdVer:    10.0.15063.502
    350.  
    351. Module 27
    352. C:\Windows\SYSTEM32\d3d11.dll
    353. Image Base: 0x635f0000  Image Size: 0x00252000
    354. File Size:  2417840     File Time:  2017-03-18_215854
    355. Version:
    356.    Company:    Microsoft Corporation
    357.    Product:    Microsoft® Windows® Operating System
    358.    FileDesc:   Direct3D 11 Runtime
    359.    FileVer:    10.0.15063.0
    360.    ProdVer:    10.0.15063.0
    361.  
    362. Module 28
    363. C:\Windows\SYSTEM32\OPENGL32.dll
    364. Image Base: 0x644e0000  Image Size: 0x000df000
    365. File Size:  776704      File Time:  2017-03-18_215852
    366. Version:
    367.    Company:    Microsoft Corporation
    368.    Product:    Microsoft® Windows® Operating System
    369.    FileDesc:   OpenGL Client DLL
    370.    FileVer:    10.0.15063.0
    371.    ProdVer:    10.0.15063.0
    372.  
    373. Module 29
    374. C:\Windows\SYSTEM32\atiuxpag.dll
    375. Image Base: 0x654c0000  Image Size: 0x00023000
    376. File Size:  144608      File Time:  2015-08-09_061338
    377. Version:
    378.    Company:    Advanced Micro Devices, Inc.
    379.    Product:    Advanced Micro Devices, Inc PowerXpress Vista DX10 User Mode Driver
    380.    FileDesc:   atiuxpag.dll
    381.    FileVer:    8.14.1.6463
    382.    ProdVer:    8.14.1.6463
    383.  
    384. Module 30
    385. C:\Windows\SYSTEM32\GLU32.dll
    386. Image Base: 0x656d0000  Image Size: 0x00025000
    387. File Size:  138240      File Time:  2017-03-18_215852
    388. Version:
    389.    Company:    Microsoft Corporation
    390.    Product:    Microsoft® Windows® operációs rendszer
    391.    FileDesc:   OpenGL segédprogramok DLL
    392.    FileVer:    10.0.15063.0
    393.    ProdVer:    10.0.15063.0
    394.  
    395. Module 31
    396. C:\Windows\SYSTEM32\HID.DLL
    397. Image Base: 0x65700000  Image Size: 0x0000a000
    398. File Size:  25600       File Time:  2017-03-18_215850
    399. Version:
    400.    Company:    Microsoft Corporation
    401.    Product:    Microsoft® Windows® operációs rendszer
    402.    FileDesc:   Hid felhasználói könyvtár
    403.    FileVer:    10.0.15063.0
    404.    ProdVer:    10.0.15063.0
    405.  
    406. Module 32
    407. C:\Windows\system32\dwmapi.dll
    408. Image Base: 0x69330000  Image Size: 0x00023000
    409. File Size:  125344      File Time:  2017-07-07_075724
    410. Version:
    411.    Company:    Microsoft Corporation
    412.    Product:    Microsoft® Windows® operációs rendszer
    413.    FileDesc:   Microsoft Asztalablak-kezelõ API
    414.    FileVer:    10.0.15063.483
    415.    ProdVer:    10.0.15063.483
    416.  
    417. Module 33
    418. C:\Windows\System32\PROPSYS.dll
    419. Image Base: 0x69ca0000  Image Size: 0x00164000
    420. File Size:  1465360     File Time:  2017-03-18_215852
    421. Version:
    422.    Company:    Microsoft Corporation
    423.    Product:    Windows® Search
    424.    FileDesc:   Microsoft tulajdonságrendszer
    425.    FileVer:    7.0.15063.0
    426.    ProdVer:    7.0.15063.0
    427.  
    428. Module 34
    429. C:\Windows\system32\uxtheme.dll
    430. Image Base: 0x69e10000  Image Size: 0x00078000
    431. File Size:  474112      File Time:  2017-03-18_215858
    432. Version:
    433.    Company:    Microsoft Corporation
    434.    Product:    Microsoft® Windows® operációs rendszer
    435.    FileDesc:   Microsoft UxTheme függvénytár
    436.    FileVer:    10.0.15063.0
    437.    ProdVer:    10.0.15063.0
    438.  
    439. Module 35
    440. C:\Windows\SYSTEM32\WINMMBASE.dll
    441. Image Base: 0x6a5a0000  Image Size: 0x00023000
    442. File Size:  129736      File Time:  2017-03-18_215846
    443. Version:
    444.    Company:    Microsoft Corporation
    445.    Product:    Microsoft® Windows® Operating System
    446.    FileDesc:   Base Multimedia Extension API DLL
    447.    FileVer:    10.0.15063.0
    448.    ProdVer:    10.0.15063.0
    449.  
    450. Module 36
    451. C:\Windows\SYSTEM32\WINMM.dll
    452. Image Base: 0x6a5d0000  Image Size: 0x00024000
    453. File Size:  135440      File Time:  2017-03-18_215846
    454. Version:
    455.    Company:    Microsoft Corporation
    456.    Product:    Microsoft® Windows® operációs rendszer
    457.    FileDesc:   MCI API DLL
    458.    FileVer:    10.0.15063.0
    459.    ProdVer:    10.0.15063.0
    460.  
    461. Module 37
    462. C:\Windows\SYSTEM32\wintypes.dll
    463. Image Base: 0x6c470000  Image Size: 0x000d1000
    464. File Size:  856416      File Time:  2017-03-18_215850
    465. Version:
    466.    Company:    Microsoft Corporation
    467.    Product:    Microsoft® Windows® operációs rendszer
    468.    FileDesc:   Windows-alaptípusok DLL-je
    469.    FileVer:    10.0.15063.0
    470.    ProdVer:    10.0.15063.0
    471.  
    472. Module 38
    473. C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.15063.483_none_6dad63fefc436da8\comctl32.dll
    474. Image Base: 0x6c690000  Image Size: 0x0020e000
    475. File Size:  2139040     File Time:  2017-03-18_215900
    476. Version:
    477.    Company:    Microsoft Corporation
    478.    Product:    Microsoft® Windows® operációs rendszer
    479.    FileDesc:   Felhasználói élmény vezérlõinek kódtára
    480.    FileVer:    6.10.15063.0
    481.    ProdVer:    10.0.15063.0
    482.  
    483. Module 39
    484. C:\Windows\system32\wbem\fastprox.dll
    485. Image Base: 0x6edc0000  Image Size: 0x000c0000
    486. File Size:  770560      File Time:  2017-03-18_215852
    487. Version:
    488.    Company:    Microsoft Corporation
    489.    Product:    Microsoft® Windows® Operating System
    490.    FileDesc:   WMI Custom Marshaller
    491.    FileVer:    10.0.15063.0
    492.    ProdVer:    10.0.15063.0
    493.  
    494. Module 40
    495. C:\Program Files\AVAST Software\Avast\aswhookx.dll
    496. Image Base: 0x703e0000  Image Size: 0x0002f000
    497. File Size:  198400      File Time:  2017-10-05_193416
    498. Version:
    499.    Company:    AVAST Software s.r.o.
    500.    Product:    Avast
    501.    FileDesc:   Hook Library
    502.    FileVer:    17.7.3.15075
    503.    ProdVer:    17.7.3.15075
    504.  
    505. Module 41
    506. C:\Windows\SYSTEM32\dhcpcsvc.DLL
    507. Image Base: 0x70d60000  Image Size: 0x00014000
    508. File Size:  62976       File Time:  2017-03-18_215846
    509. Version:
    510.    Company:    Microsoft Corporation
    511.    Product:    Microsoft® Windows® operációs rendszer
    512.    FileDesc:   DHCP-ügyfélszolgáltatás
    513.    FileVer:    10.0.15063.0
    514.    ProdVer:    10.0.15063.0
    515.  
    516. Module 42
    517. C:\Windows\SYSTEM32\dhcpcsvc6.DLL
    518. Image Base: 0x70d80000  Image Size: 0x00013000
    519. File Size:  57344       File Time:  2017-03-18_215846
    520. Version:
    521.    Company:    Microsoft Corporation
    522.    Product:    Microsoft® Windows® operációs rendszer
    523.    FileDesc:   DHCPv6-ügyfél
    524.    FileVer:    10.0.15063.0
    525.    ProdVer:    10.0.15063.0
    526.  
    527. Module 43
    528. C:\Windows\SYSTEM32\ntmarta.dll
    529. Image Base: 0x70dc0000  Image Size: 0x00028000
    530. File Size:  152440      File Time:  2017-03-18_215852
    531. Version:
    532.    Company:    Microsoft Corporation
    533.    Product:    Microsoft® Windows® operációs rendszer
    534.    FileDesc:   Windows NT - MARTA-szolgáltató
    535.    FileVer:    10.0.15063.0
    536.    ProdVer:    10.0.15063.0
    537.  
    538. Module 44
    539. C:\Windows\system32\wbem\wbemsvc.dll
    540. Image Base: 0x71a40000  Image Size: 0x00010000
    541. File Size:  48640       File Time:  2017-03-18_215850
    542. Version:
    543.    Company:    Microsoft Corporation
    544.    Product:    Microsoft® Windows® Operating System
    545.    FileDesc:   WMI
    546.    FileVer:    10.0.15063.0
    547.    ProdVer:    10.0.15063.0
    548.  
    549. Module 45
    550. C:\Windows\system32\wbem\wbemprox.dll
    551. Image Base: 0x71a50000  Image Size: 0x0000d000
    552. File Size:  35840       File Time:  2017-03-18_215850
    553. Version:
    554.    Company:    Microsoft Corporation
    555.    Product:    Microsoft® Windows® Operating System
    556.    FileDesc:   WMI
    557.    FileVer:    10.0.15063.0
    558.    ProdVer:    10.0.15063.0
    559.  
    560. Module 46
    561. C:\Windows\SYSTEM32\wbemcomn.dll
    562. Image Base: 0x71a60000  Image Size: 0x00068000
    563. File Size:  399360      File Time:  2017-03-18_215850
    564. Version:
    565.    Company:    Microsoft Corporation
    566.    Product:    Microsoft® Windows® Operating System
    567.    FileDesc:   WMI
    568.    FileVer:    10.0.15063.0
    569.    ProdVer:    10.0.15063.0
    570.  
    571. Module 47
    572. C:\Windows\System32\fwpuclnt.dll
    573. Image Base: 0x71cb0000  Image Size: 0x0004a000
    574. File Size:  285184      File Time:  2017-03-18_215850
    575. Version:
    576.    Company:    Microsoft Corporation
    577.    Product:    Microsoft® Windows® operációs rendszer
    578.    FileDesc:   FWP/IPsec felhasználói módú API
    579.    FileVer:    10.0.15063.0
    580.    ProdVer:    10.0.15063.0
    581.  
    582. Module 48
    583. C:\Windows\System32\rasadhlp.dll
    584. Image Base: 0x71d00000  Image Size: 0x00008000
    585. File Size:  12800       File Time:  2017-03-18_215846
    586. Version:
    587.    Company:    Microsoft Corporation
    588.    Product:    Microsoft® Windows® Operating System
    589.    FileDesc:   Remote Access AutoDial Helper
    590.    FileVer:    10.0.15063.0
    591.    ProdVer:    10.0.15063.0
    592.  
    593. Module 49
    594. C:\Windows\SYSTEM32\MSWSOCK.dll
    595. Image Base: 0x71ef0000  Image Size: 0x0004e000
    596. File Size:  305568      File Time:  2017-03-18_215846
    597. Version:
    598.    Company:    Microsoft Corporation
    599.    Product:    Microsoft® Windows® operációs rendszer
    600.    FileDesc:   Microsoft Windows Sockets 2.0 szolgáltató
    601.    FileVer:    10.0.15063.0
    602.    ProdVer:    10.0.15063.0
    603.  
    604. Module 50
    605. C:\Windows\SYSTEM32\bcrypt.dll
    606. Image Base: 0x735a0000  Image Size: 0x00018000
    607. File Size:  93536       File Time:  2017-03-18_215848
    608. Version:
    609.    Company:    Microsoft Corporation
    610.    Product:    Microsoft® Windows® operációs rendszer
    611.    FileDesc:   Windows kriptográfiai primitívek kódtára
    612.    FileVer:    10.0.15063.0
    613.    ProdVer:    10.0.15063.0
    614.  
    615. Module 51
    616. C:\Windows\system32\rsaenh.dll
    617. Image Base: 0x735c0000  Image Size: 0x0002f000
    618. File Size:  183448      File Time:  2017-03-18_215848
    619. Version:
    620.    Company:    Microsoft Corporation
    621.    Product:    Microsoft® Windows® Operating System
    622.    FileDesc:   Microsoft Enhanced Cryptographic Provider
    623.    FileVer:    10.0.15063.0
    624.    ProdVer:    10.0.15063.0
    625.  
    626. Module 52
    627. C:\Windows\SYSTEM32\CRYPTSP.dll
    628. Image Base: 0x735f0000  Image Size: 0x00013000
    629. File Size:  67760       File Time:  2017-03-18_215850
    630. Version:
    631.    Company:    Microsoft Corporation
    632.    Product:    Microsoft® Windows® Operating System
    633.    FileDesc:   Cryptographic Service Provider API
    634.    FileVer:    10.0.15063.0
    635.    ProdVer:    10.0.15063.0
    636.  
    637. Module 53
    638. C:\Windows\SYSTEM32\dbghelp.dll
    639. Image Base: 0x736f0000  Image Size: 0x0015d000
    640. File Size:  1285120     File Time:  2017-06-20_053830
    641. Version:
    642.    Company:    Microsoft Corporation
    643.    Product:    Microsoft® Windows® Operating System
    644.    FileDesc:   Windows Image Helper
    645.    FileVer:    10.0.15063.447
    646.    ProdVer:    10.0.15063.447
    647.  
    648. Module 54
    649. C:\Windows\SYSTEM32\IPHLPAPI.DLL
    650. Image Base: 0x73850000  Image Size: 0x0002f000
    651. File Size:  187544      File Time:  2017-03-18_215846
    652. Version:
    653.    Company:    Microsoft Corporation
    654.    Product:    Microsoft® Windows® Operating System
    655.    FileDesc:   IP Helper API
    656.    FileVer:    10.0.15063.0
    657.    ProdVer:    10.0.15063.0
    658.  
    659. Module 55
    660. C:\Windows\SYSTEM32\DNSAPI.dll
    661. Image Base: 0x738c0000  Image Size: 0x0007f000
    662. File Size:  508344      File Time:  2017-09-30_031054
    663. Version:
    664.    Company:    Microsoft Corporation
    665.    Product:    Microsoft® Windows® operációs rendszer
    666.    FileDesc:   DNS-ügyfél API DLL-je
    667.    FileVer:    10.0.15063.674
    668.    ProdVer:    10.0.15063.674
    669.  
    670. Module 56
    671. C:\Windows\SYSTEM32\WINHTTP.dll
    672. Image Base: 0x73940000  Image Size: 0x000ad000
    673. File Size:  703056      File Time:  2017-09-05_054226
    674. Version:
    675.    Company:    Microsoft Corporation
    676.    Product:    Microsoft® Windows® operációs rendszer
    677.    FileDesc:   Windows HTTP-szolgáltatások
    678.    FileVer:    10.0.15063.608
    679.    ProdVer:    10.0.15063.608
    680.  
    681. Module 57
    682. C:\Windows\SYSTEM32\VERSION.dll
    683. Image Base: 0x73cc0000  Image Size: 0x00008000
    684. File Size:  27424       File Time:  2017-03-18_215900
    685. Version:
    686.    Company:    Microsoft Corporation
    687.    Product:    Microsoft® Windows® Operating System
    688.    FileDesc:   Version Checking and File Installation Libraries
    689.    FileVer:    10.0.15063.0
    690.    ProdVer:    10.0.15063.0
    691.  
    692. Module 58
    693. C:\Windows\System32\CRYPTBASE.dll
    694. Image Base: 0x74380000  Image Size: 0x0000a000
    695. File Size:  31592       File Time:  2017-03-18_215846
    696. Version:
    697.    Company:    Microsoft Corporation
    698.    Product:    Microsoft® Windows® Operating System
    699.    FileDesc:   Base cryptographic API DLL
    700.    FileVer:    10.0.15063.0
    701.    ProdVer:    10.0.15063.0
    702.  
    703. Module 59
    704. C:\Windows\System32\SspiCli.dll
    705. Image Base: 0x74390000  Image Size: 0x00020000
    706. File Size:  124544      File Time:  2017-09-30_030156
    707. Version:
    708.    Company:    Microsoft Corporation
    709.    Product:    Microsoft® Windows® Operating System
    710.    FileDesc:   Security Support Provider Interface
    711.    FileVer:    10.0.15063.674
    712.    ProdVer:    10.0.15063.674
    713.  
    714. Module 60
    715. C:\Windows\System32\ADVAPI32.dll
    716. Image Base: 0x743b0000  Image Size: 0x00077000
    717. File Size:  480920      File Time:  2017-09-30_031036
    718. Version:
    719.    Company:    Microsoft Corporation
    720.    Product:    Microsoft® Windows® operációs rendszer
    721.    FileDesc:   Speciális 32 bites Windows API
    722.    FileVer:    10.0.15063.674
    723.    ProdVer:    10.0.15063.674
    724.  
    725. Module 61
    726. C:\Windows\System32\sechost.dll
    727. Image Base: 0x74660000  Image Size: 0x00041000
    728. File Size:  257792      File Time:  2017-03-18_215846
    729. Version:
    730.    Company:    Microsoft Corporation
    731.    Product:    Microsoft® Windows® Operating System
    732.    FileDesc:   Host for SCM/SDDL/LSA Lookup APIs
    733.    FileVer:    10.0.15063.0
    734.    ProdVer:    10.0.15063.0
    735.  
    736. Module 62
    737. C:\Windows\System32\kernel.appcore.dll
    738. Image Base: 0x747a0000  Image Size: 0x0000e000
    739. File Size:  47096       File Time:  2017-03-18_215848
    740. Version:
    741.    Company:    Microsoft Corporation
    742.    Product:    Microsoft® Windows® Operating System
    743.    FileDesc:   AppModel API Host
    744.    FileVer:    10.0.15063.0
    745.    ProdVer:    10.0.15063.0
    746.  
    747. Module 63
    748. C:\Windows\System32\powrprof.dll
    749. Image Base: 0x747b0000  Image Size: 0x00045000
    750. File Size:  276400      File Time:  2017-03-18_215850
    751. Version:
    752.    Company:    Microsoft Corporation
    753.    Product:    Microsoft® Windows® operációs rendszer
    754.    FileDesc:   Energiagazdálkodási profil - Segítõ DLL
    755.    FileVer:    10.0.15063.0
    756.    ProdVer:    10.0.15063.0
    757.  
    758. Module 64
    759. C:\Windows\System32\GDI32.dll
    760. Image Base: 0x74800000  Image Size: 0x00021000
    761. File Size:  129184      File Time:  2017-07-07_073126
    762. Version:
    763.    Company:    Microsoft Corporation
    764.    Product:    Microsoft® Windows® Operating System
    765.    FileDesc:   GDI Client DLL
    766.    FileVer:    10.0.15063.483
    767.    ProdVer:    10.0.15063.483
    768.  
    769. Module 65
    770. C:\Windows\System32\KERNEL32.DLL
    771. Image Base: 0x74830000  Image Size: 0x000d0000
    772. File Size:  599576      File Time:  2017-04-28_021620
    773. Version:
    774.    Company:    Microsoft Corporation
    775.    Product:    Microsoft® Windows® operációs rendszer
    776.    FileDesc:   Win32 kernel mag komponens
    777.    FileVer:    10.0.15063.296
    778.    ProdVer:    10.0.15063.296
    779.  
    780. Module 66
    781. C:\Windows\System32\cfgmgr32.dll
    782. Image Base: 0x74900000  Image Size: 0x00039000
    783. File Size:  226816      File Time:  2017-03-18_215850
    784. Version:
    785.    Company:    Microsoft Corporation
    786.    Product:    Microsoft® Windows® Operating System
    787.    FileDesc:   Configuration Manager DLL
    788.    FileVer:    10.0.15063.0
    789.    ProdVer:    10.0.15063.0
    790.  
    791. Module 67
    792. C:\Windows\System32\shcore.dll
    793. Image Base: 0x74940000  Image Size: 0x0008c000
    794. File Size:  569264      File Time:  2017-09-05_054454
    795. Version:
    796.    Company:    Microsoft Corporation
    797.    Product:    Microsoft® Windows® operációs rendszer
    798.    FileDesc:   SHCORE
    799.    FileVer:    10.0.15063.608
    800.    ProdVer:    10.0.15063.608
    801.  
    802. Module 68
    803. C:\Windows\System32\win32u.dll
    804. Image Base: 0x74a60000  Image Size: 0x00016000
    805. File Size:  81176       File Time:  2017-09-05_061250
    806. Version:
    807.    Company:    Microsoft Corporation
    808.    Product:    Microsoft® Windows® Operating System
    809.    FileDesc:   Win32u
    810.    FileVer:    10.0.15063.608
    811.    ProdVer:    10.0.15063.608
    812.  
    813. Module 69
    814. C:\Windows\System32\SETUPAPI.dll
    815. Image Base: 0x74a80000  Image Size: 0x0041a000
    816. File Size:  4330920     File Time:  2017-09-05_055018
    817. Version:
    818.    Company:    Microsoft Corporation
    819.    Product:    Microsoft® Windows® operációs rendszer
    820.    FileDesc:   Windows Setup API
    821.    FileVer:    10.0.15063.608
    822.    ProdVer:    10.0.15063.608
    823.  
    824. Module 70
    825. C:\Windows\System32\OLEAUT32.dll
    826. Image Base: 0x74ea0000  Image Size: 0x00096000
    827. File Size:  606072      File Time:  2017-09-30_031022
    828. Version:
    829.    Company:    Microsoft Corporation
    830.    Product:    Microsoft® Windows® Operating System
    831.    FileDesc:   OLEAUT32.DLL
    832.    FileVer:    10.0.15063.674
    833.    ProdVer:    10.0.15063.674
    834.  
    835. Module 71
    836. C:\Windows\System32\MSCTF.dll
    837. Image Base: 0x74fa0000  Image Size: 0x00146000
    838. File Size:  1333136     File Time:  2017-09-30_032626
    839. Version:
    840.    Company:    Microsoft Corporation
    841.    Product:    Microsoft® Windows® operációs rendszer
    842.    FileDesc:   MSCTF kiszolgáló DLL
    843.    FileVer:    10.0.15063.674
    844.    ProdVer:    10.0.15063.674
    845.  
    846. Module 72
    847. C:\Windows\System32\ucrtbase.dll
    848. Image Base: 0x750f0000  Image Size: 0x00118000
    849. File Size:  1150776     File Time:  2017-09-30_031010
    850. Version:
    851.    Company:    Microsoft Corporation
    852.    Product:    Microsoft® Windows® Operating System
    853.    FileDesc:   Microsoft® C Runtime Library
    854.    FileVer:    10.0.15063.674
    855.    ProdVer:    10.0.15063.674
    856.  
    857. Module 73
    858. C:\Windows\System32\PSAPI.DLL
    859. Image Base: 0x75210000  Image Size: 0x00006000
    860. File Size:  17112       File Time:  2017-03-18_215840
    861. Version:
    862.    Company:    Microsoft Corporation
    863.    Product:    Microsoft® Windows® Operating System
    864.    FileDesc:   Process Status Helper
    865.    FileVer:    10.0.15063.0
    866.    ProdVer:    10.0.15063.0
    867.  
    868. Module 74
    869. C:\Windows\System32\WINTRUST.dll
    870. Image Base: 0x75220000  Image Size: 0x00044000
    871. File Size:  276880      File Time:  2017-03-18_215848
    872. Version:
    873.    Company:    Microsoft Corporation
    874.    Product:    Microsoft® Windows® Operating System
    875.    FileDesc:   Microsoft Trust Verification APIs
    876.    FileVer:    10.0.15063.0
    877.    ProdVer:    10.0.15063.0
    878.  
    879. Module 75
    880. C:\Windows\System32\msvcp_win.dll
    881. Image Base: 0x75270000  Image Size: 0x00079000
    882. File Size:  491232      File Time:  2017-03-18_215846
    883. Version:
    884.    Company:    Microsoft Corporation
    885.    Product:    Microsoft® Windows® Operating System
    886.    FileDesc:   Microsoft® C Runtime Library
    887.    FileVer:    10.0.15063.0
    888.    ProdVer:    10.0.15063.0
    889.  
    890. Module 76
    891. C:\Windows\System32\bcryptPrimitives.dll
    892. Image Base: 0x752f0000  Image Size: 0x00057000
    893. File Size:  354360      File Time:  2017-04-01_012818
    894. Version:
    895.    Company:    Microsoft Corporation
    896.    Product:    Microsoft® Windows® Operating System
    897.    FileDesc:   Windows Cryptographic Primitives Library
    898.    FileVer:    10.0.15063.138
    899.    ProdVer:    10.0.15063.138
    900.  
    901. Module 77
    902. C:\Windows\System32\KERNELBASE.dll
    903. Image Base: 0x75350000  Image Size: 0x001c2000
    904. File Size:  1839872     File Time:  2017-09-30_031016
    905. Version:
    906.    Company:    Microsoft Corporation
    907.    Product:    Microsoft® Windows® operációs rendszer
    908.    FileDesc:   Win32 kernel mag komponens
    909.    FileVer:    10.0.15063.674
    910.    ProdVer:    10.0.15063.674
    911.  
    912. Module 78
    913. C:\Windows\System32\USER32.dll
    914. Image Base: 0x75520000  Image Size: 0x0013c000
    915. File Size:  1292872     File Time:  2017-09-30_032632
    916. Version:
    917.    Company:    Microsoft Corporation
    918.    Product:    Microsoft® Windows® operációs rendszer
    919.    FileDesc:   A Windows többfelhasználós USER API-jának ügyféloldali DLL-je
    920.    FileVer:    10.0.15063.674
    921.    ProdVer:    10.0.15063.674
    922.  
    923. Module 79
    924. C:\Windows\System32\combase.dll
    925. Image Base: 0x75660000  Image Size: 0x00238000
    926. File Size:  2330520     File Time:  2017-09-05_054232
    927. Version:
    928.    Company:    Microsoft Corporation
    929.    Product:    Microsoft® Windows® operációs rendszer
    930.    FileDesc:   Microsoft COM for Windows
    931.    FileVer:    10.0.15063.608
    932.    ProdVer:    10.0.15063.608
    933.  
    934. Module 80
    935. C:\Windows\System32\msvcrt.dll
    936. Image Base: 0x758a0000  Image Size: 0x000bd000
    937. File Size:  769608      File Time:  2017-03-18_215846
    938. Version:
    939.    Company:    Microsoft Corporation
    940.    Product:    Microsoft® Windows® Operating System
    941.    FileDesc:   Windows NT CRT DLL
    942.    FileVer:    7.0.15063.0
    943.    ProdVer:    10.0.15063.0
    944.  
    945. Module 81
    946. C:\Windows\System32\SHELL32.dll
    947. Image Base: 0x75980000  Image Size: 0x01348000
    948. File Size:  20373408    File Time:  2017-09-30_030324
    949. Version:
    950.    Company:    Microsoft Corporation
    951.    Product:    Microsoft® Windows® operációs rendszer
    952.    FileDesc:   Windows felület - közös DLL
    953.    FileVer:    10.0.15063.674
    954.    ProdVer:    10.0.15063.674
    955.  
    956. Module 82
    957. C:\Windows\System32\IMM32.dll
    958. Image Base: 0x76cd0000  Image Size: 0x00025000
    959. File Size:  143672      File Time:  2017-03-18_215902
    960. Version:
    961.    Company:    Microsoft Corporation
    962.    Product:    Microsoft® Windows® Operating System
    963.    FileDesc:   Multi-User Windows IMM32 API Client DLL
    964.    FileVer:    10.0.15063.0
    965.    ProdVer:    10.0.15063.0
    966.  
    967. Module 83
    968. C:\Windows\System32\WS2_32.dll
    969. Image Base: 0x76d00000  Image Size: 0x00067000
    970. File Size:  415864      File Time:  2017-03-18_215846
    971. Version:
    972.    Company:    Microsoft Corporation
    973.    Product:    Microsoft® Windows® operációs rendszer
    974.    FileDesc:   Windows Socket 2.0 32 bites DLL
    975.    FileVer:    10.0.15063.0
    976.    ProdVer:    10.0.15063.0
    977.  
    978. Module 84
    979. C:\Windows\System32\SHLWAPI.dll
    980. Image Base: 0x76d70000  Image Size: 0x00045000
    981. File Size:  277432      File Time:  2017-07-28_053534
    982. Version:
    983.    Company:    Microsoft Corporation
    984.    Product:    Microsoft® Windows® operációs rendszer
    985.    FileDesc:   Shell Light-weight Utility Library
    986.    FileVer:    10.0.15063.502
    987.    ProdVer:    10.0.15063.502
    988.  
    989. Module 85
    990. C:\Windows\System32\windows.storage.dll
    991. Image Base: 0x76dc0000  Image Size: 0x00587000
    992. File Size:  5827744     File Time:  2017-09-30_030546
    993. Version:
    994.    Company:    Microsoft Corporation
    995.    Product:    Microsoft® Windows® operációs rendszer
    996.    FileDesc:   Microsoft WinRT tárolási API
    997.    FileVer:    10.0.15063.674
    998.    ProdVer:    10.0.15063.674
    999.  
    1000. Module 86
    1001. C:\Windows\System32\NSI.dll
    1002. Image Base: 0x77350000  Image Size: 0x00007000
    1003. File Size:  20216       File Time:  2017-03-18_215736
    1004. Version:
    1005.    Company:    Microsoft Corporation
    1006.    Product:    Microsoft® Windows® Operating System
    1007.    FileDesc:   NSI User-mode interface DLL
    1008.    FileVer:    10.0.15063.0
    1009.    ProdVer:    10.0.15063.0
    1010.  
    1011. Module 87
    1012. C:\Windows\System32\gdi32full.dll
    1013. Image Base: 0x77360000  Image Size: 0x00158000
    1014. File Size:  1408536     File Time:  2017-09-30_032956
    1015. Version:
    1016.    Company:    Microsoft Corporation
    1017.    Product:    Microsoft® Windows® Operating System
    1018.    FileDesc:   GDI Client DLL
    1019.    FileVer:    10.0.15063.674
    1020.    ProdVer:    10.0.15063.674
    1021.  
    1022. Module 88
    1023. C:\Windows\System32\ole32.dll
    1024. Image Base: 0x774c0000  Image Size: 0x000f3000
    1025. File Size:  988168      File Time:  2017-07-28_053558
    1026. Version:
    1027.    Company:    Microsoft Corporation
    1028.    Product:    Microsoft® Windows® operációs rendszer
    1029.    FileDesc:   Microsoft OLE for Windows
    1030.    FileVer:    10.0.15063.502
    1031.    ProdVer:    10.0.15063.502
    1032.  
    1033. Module 89
    1034. C:\Windows\System32\MSASN1.dll
    1035. Image Base: 0x775c0000  Image Size: 0x0000e000
    1036. File Size:  49656       File Time:  2017-06-20_060452
    1037. Version:
    1038.    Company:    Microsoft Corporation
    1039.    Product:    Microsoft® Windows® Operating System
    1040.    FileDesc:   ASN.1 Runtime APIs
    1041.    FileVer:    10.0.15063.447
    1042.    ProdVer:    10.0.15063.447
    1043.  
    1044. Module 90
    1045. C:\Windows\System32\clbcatq.dll
    1046. Image Base: 0x775d0000  Image Size: 0x00083000
    1047. File Size:  521728      File Time:  2017-03-18_215842
    1048. Version:
    1049.    Company:    Microsoft Corporation
    1050.    Product:    Microsoft® Windows® Operating System
    1051.    FileDesc:   COM+ Configuration Catalog
    1052.    FileVer:    2001.12.10941.16384
    1053.    ProdVer:    10.0.15063.0
    1054.  
    1055. Module 91
    1056. C:\Windows\System32\profapi.dll
    1057. Image Base: 0x77660000  Image Size: 0x00010000
    1058. File Size:  59456       File Time:  2017-03-18_215846
    1059. Version:
    1060.    Company:    Microsoft Corporation
    1061.    Product:    Microsoft® Windows® Operating System
    1062.    FileDesc:   User Profile Basic API
    1063.    FileVer:    10.0.15063.0
    1064.    ProdVer:    10.0.15063.0
    1065.  
    1066. Module 92
    1067. C:\Windows\System32\CRYPT32.dll
    1068. Image Base: 0x77670000  Image Size: 0x0017d000
    1069. File Size:  1557288     File Time:  2017-04-28_020944
    1070. Version:
    1071.    Company:    Microsoft Corporation
    1072.    Product:    Microsoft® Windows® operációs rendszer
    1073.    FileDesc:   Crypto API32
    1074.    FileVer:    10.0.15063.296
    1075.    ProdVer:    10.0.15063.296
    1076.  
    1077. Module 93
    1078. C:\Windows\System32\RPCRT4.dll
    1079. Image Base: 0x777f0000  Image Size: 0x000c0000
    1080. File Size:  787712      File Time:  2017-09-30_030904
    1081. Version:
    1082.    Company:    Microsoft Corporation
    1083.    Product:    Microsoft® Windows® operációs rendszer
    1084.    FileDesc:   Távoli eljáráshívás – futásidejû
    1085.    FileVer:    10.0.15063.674
    1086.    ProdVer:    10.0.15063.674
    1087.  
    1088. Module 94
    1089. C:\Windows\SYSTEM32\ntdll.dll
    1090. Image Base: 0x778c0000  Image Size: 0x0018e000
    1091. File Size:  1620880     File Time:  2017-09-05_055356
    1092. Version:
    1093.    Company:    Microsoft Corporation
    1094.    Product:    Microsoft® Windows® operációs rendszer
    1095.    FileDesc:   NT réteg DLL
    1096.    FileVer:    10.0.15063.608
    1097.    ProdVer:    10.0.15063.608
    1098.  
    1099.  
    1100. == [end of error.log] ==
    1101.  
    1102. [/code
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,644
    That really seems like a crash within the graphics driver and not the game... From how many users did you receive complaints about this?
     
  3. DerWoDaSo

    DerWoDaSo

    Joined:
    May 25, 2009
    Posts:
    131
    From 3-4 people, which is something like 0.1%
    I asked them to update their drivers, but it didn't help.
     
  4. DerWoDaSo

    DerWoDaSo

    Joined:
    May 25, 2009
    Posts:
    131
    No progress here so far... any ideas what to do? Seems like most but not all Radeon HD 6XXX & 7XXX cards have this problem.
     
  5. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,644
    You could try filling a bug and have our QA try to reproduce the issue, along with the specs of known crashing machines. Unfortunately debugging this is not straightforward with that little information and the fact that it crashes in the driver code, rather than within Unity.
     
  6. DerWoDaSo

    DerWoDaSo

    Joined:
    May 25, 2009
    Posts:
    131
    I finally filed a bug report on this (Case 1000267).

    I tracked down the error to a single shader which heavily uses Geometry Shader to subdivide triangles (no default tessellation), the report includes a stipped down project which should be enough to reproduce the error.
     
  7. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,644
    That's super helpful. Thanks!