I installed wine-0.9 from pkgsrc on NetBSD/i386 3.0. When I run winecfg, it never finishes, but it outputs: wine: creating configuration directory '/home/ben/.wine'... I see a number of wine processes: sanctum $ ps alwwx | grep wine 1000 316 1 0 2 0 360 1016 poll Ss ? 0:00.03 /usr/pkg/bin/wineserver 1000 322 793 0 10 0 80 1212 wait I+ ttyp4 0:00.04 /usr/pkg/bin/wine winecfg.exe 1000 325 322 25 10 0 148 812 wait I+ ttyp4 0:00.00 /bin/sh /usr/pkg/bin/wineprefixcreate --quiet --wait --prefix /home/ben/.wine-cdMxnd 1000 824 325 25 53 0 680 5452 - R+ ttyp4 2:11.41 wine rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf The top command shows process 824 using 99% CPU. ktruss -p 824 shows that the process is not making any system calls. Is this a known issue? Thank you, Ben