https://bugs.winehq.org/show_bug.cgi?id=38089
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Version|unspecified |1.6.2 Resolution|--- |INVALID Summary|unknown opening error |Wine builtin 'wineboot.exe' | |crashes on unimplemented | |function | |shell32.dll.SHGetFolderPath | |W (broken WINEPREFIX, | |native shell32 override)
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
your WINEPREFIX has been modified/tainted with native overrides (shell32). Don't do that unless you can handle the consequences.
--- snip --- Unhandled exception: unimplemented function shell32.dll.SHGetFolderPathW called in 32-bit code (0x7b83aace). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7b83aace ESP:0033ed14 EBP:0033ed88 EFLAGS:00000246( - -- I Z- -P- ) EAX:7b82695d EBX:7b8b5000 ECX:00000000 EDX:80000100 ESI:80000100 EDI:7ed69944 ... Backtrace: =>0 0x7b83aace in kernel32 (+0x2aace) (0x0033ed88) 1 0x7b8584c3 DelayLoadFailureHook+0x62() in kernel32 (0x0033ede8) 2 0x7ed5fada in wineboot (+0xfad9) (0x0033ee28) 3 0x7ed5dbf0 in wineboot (+0xdbef) (0x0033fe18) --- snip ---
Regards