https://bugs.winehq.org/show_bug.cgi?id=38429
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Version|unspecified |1.6.2 Resolution|--- |INVALID Summary|bug |Builtin 'services.exe' | |crashes on unimplemented | |function | |userenv.dll.CreateEnvironme | |ntBlock (broken WINEPREFIX, | |native overrides)
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
--- snip --- Unhandled exception: unimplemented function userenv.dll.CreateEnvironmentBlock called in 32-bit code (0x7bc4e590). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc4e590 ESP:0033f9a8 EBP:0033fa0c EFLAGS:00000206( - -- I - -P- ) EAX:7ed40738 EBX:7bcbf000 ECX:0033fa20 EDX:0000006c ESI:0033f9b4 EDI:001b9bf0 ... Backtrace: =>0 0x7bc4e590 call_dll_entry_point+0x480() in ntdll (0x0033fa0c) 1 0x0034000f (0x0033fc98) 2 0x7ed312c5 service_start+0x1e4() in services (0x0033fd28) ... Modules: Module Address Debug info Name (53 modules) PE 400000- 411000 Deferred userenv ... Threads: process tid prio (all id:s are in hex) ... 0000003e (D) C:\windows\system32\services.exe 00000041 0 00000040 0 0000003f 0 <== --- snip ---
Wine has a builtin for this why did you override it?
Don't install native dlls and configure overrides unless you know what you're doing.
Regards