http://bugs.winehq.org/show_bug.cgi?id=2718
------- Additional Comments From xeroc_@gmx.de 2005-16-03 07:39 ------- Don't think its config related .. If I delete all configs and the complete fake dir .. and rerun any win32 bins there's a segv again: ++++++++++++++++++++++++++++++++++ wine: creating configuration directory '/home/xeroc/.wine'... /usr/bin/wineprefixcreate: line 168: 11514 Speicherzugriffsfehler ${WINELOADER:-wine} rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf wine: wineprefixcreate failed while creating '/home/xeroc/.wine'. ++++++++++++++++++++++++++++++++++
line 166-169 of wineprefixcreate +++++++++++++++++++++++++++ 166: cp "$datadir/wine.inf" "$CROOT/windows/inf/wine.inf" 167: export WINEPREFIX 168:${WINELOADER:-wine} rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf 169: 170: # Wait for the wineserver to finish ++++++++++++++++++++++++++++