https://bugs.winehq.org/show_bug.cgi?id=47701 --- Comment #6 from Zebediah Figura <z.figura12(a)gmail.com> --- Here's an interesting bit: 00d5:00d6:Call advapi32.RegOpenKeyA(80000002,140772d98 "SYSTEM\\ControlSet001\\Control\\Class\\{4D36E968-E325-11CE-BFC1-08002BE10318}\\0000",140772e31) ret=14077614e 00d5:00d6:Ret advapi32.RegOpenKeyA() retval=00000002 ret=14077614e 00d5:00d6:Call advapi32.RegOpenKeyA(80000002,140772df2 "Hardware\\description\\System",140772e31) ret=140776500 00d5:00d6:Ret advapi32.RegOpenKeyA() retval=00000000 ret=140776500 00d5:00d6:Call advapi32.RegQueryValueExA(000000d4,140772e0e "SystemBiosVersion",00000000,00000000,140772e39,140773039) ret=14077663e 00d5:00d6:Ret advapi32.RegQueryValueExA() retval=00000002 ret=14077663e 00d5:00d6:Call advapi32.RegQueryValueExA(000000d4,140772e20 "VideoBiosVersion",00000000,00000000,140772e39,140773039) ret=1407767a5 00d5:00d6:Ret advapi32.RegQueryValueExA() retval=00000002 ret=1407767a5 00d5:00d6:Call advapi32.RegCloseKey(000000d4) ret=1407768e9 00d5:00d6:Ret advapi32.RegCloseKey() retval=00000000 ret=1407768e9 00d5:00d6:trace:seh:NtRaiseException code=c0000005 flags=0 addr=(nil) ip=0 tid=00d6 What happens if you create the values SystemBiosVersion and VideoBiosVersion in HKLM\Hardware\Description\System? I'm not particularly sure what values they should have, but on my virtual machine they're both REG_MULTI_SZ values that describe the virtual machine software vendor. If that doesn't work, I'd try creating the HKLM\System\ControlSet001\Control\Class\{4D36E968-E325-11CE-BFC1-08002BE10318}\0000 key. If neither work, can you please upload a new log? Assuming that it's still going to be registry problems, let's say +seh,+pid,+debugstr,+reg,+server, and if that doesn't offer any further clues we'll go back to analyzing relay logs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.