After unsuccessfully trying the binary distribution at http://thisismyinter.net/?p=47, I've decided to compile myself from source, but only to realize that I'm ending up with the same issue when running winecfg: Code: $ /usr/local/bin/winecfg wine: created the configuration directory '/Users/a5sk4s/.wine' err:module:DelayLoadFailureHook failed to delay load setupapi.dll.InstallHinfSectionW wine: Call from 0x7b830f60 to unimplemented function setupapi.dll.InstallHinfSectionW, aborting wine: Unimplemented function setupapi.dll.InstallHinfSectionW called at address 0x7b830f60 (thread 000b), starting debugger... couldn't load main module (2) Unhandled exception: unimplemented function setupapi.dll.InstallHinfSectionW called in 32-bit code (0x7b830fe1). Register dump: CS:0017 SS:001f DS:001f ES:001f FS:1007 GS:0037 EIP:7b830fe1 ESP:0033eda4 EBP:0033ee18 EFLAGS:00000246( - 00 - IZP1) EAX:7b81950d EBX:7b830f78 ECX:00000000 EDX:00000000 ESI:00000002 EDI:6017a7b8 Stack dump: 0x0033eda4: 0033ee58 00000008 7bc27593 80000100 0x0033edb4: 00000001 00000000 7b830f60 00000002 0x0033edc4: 6017a7b8 6017a7f4 7b89e0e1 7ffc0bf8 0x0033edd4: 0033edf8 00000000 600024fe 7b92bf40 0x0033ede4: 6017a7b8 0033ee28 60002547 00000001 0x0033edf4: 7b92bf40 7b89e0e1 7b89e0f6 0033ee40 0200: sel=1007 base=7ffc0000 limit=0000ffff 32-bit rw- Backtrace: =>1 0x7b830fe1 (0x0033ee18) 2 0x7b855709 (0x0033ee78) 3 0x60175915 (0x0033eeb8) 4 0x60172248 (0x0033f038) 5 0x60174e0b (0x0033ff28) 6 0x601759c8 (0x0033ff48) 7 0x7b866951 (0x0033ffe8) 0x7b830fe1: movl 0xfffffff4(%ebp),%ecx Modules: Module Address Debug info Name (0 modules) Threads: process tid prio (all id:s are in hex) 00000008 00000009 0 0000000a (D) C:\windows\system32\wineboot.exe 0000000b 0 <== 0000000c 0000000e 0 0000000d 0 Backtrace: =>1 0x7b830fe1 (0x0033ee18) 2 0x7b855709 (0x0033ee78) 3 0x60175915 (0x0033eeb8) 4 0x60172248 (0x0033f038) 5 0x60174e0b (0x0033ff28) 6 0x601759c8 (0x0033ff48) 7 0x7b866951 (0x0033ffe8) ^Cerr:seh:raise_exception Unhandled exception code c000013a flags 0 addr 0x9271b1d2 After the failed run the .wine folder only contains Code: /Users/a5sk4s/.wine /Users/a5sk4s/.wine/.update-timestamp ~/.wine/dosdevices ~/.wine/dosdevices/c: ~/.wine/dosdevices/z: ~/.wine/drive_c ~/.wine/drive_c/windows ~/.wine/drive_c/windows/system32 ~/.wine/drive_c/windows/win.ini ~/.wine/system.reg ~/.wine/user.reg I've looked around, but couldn't find anything that points me into towards how to fix it. The system has Mac OS X 10.5.4 with XQuartz 2.3.0. Any pointers towards a solution are welcome. Thanks in advance.