wineinstall problems at creation of config-files

Saulius Krasuckas saulius2 at ar.fi.lt
Thu Apr 29 19:43:34 CDT 2004


An update. I did an update from CVS and after wiping ~/.wine and ~/c I
have got this from wineinstall:

<skipped />
Invalid path L"c:\\windows\\temp" for L"temp" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/s2/.wine/config)
+ echo 'Registry install failed.'
Registry install failed.
+ conf_reset_question regedit_error
+ shift
+ conf_question high regedit_error
+ shift 2
+ echo

+ local LINE=
+ shift
+ exit 1

mkdir-ing ~/c/windows/temp puts me back to the situation I have described
two letters ago: lauching Wine everytime floods me complaining about
mentioned Lines, [Numbers] and Errors. Dir of dosdevices looks like:

[s2 at katleriai wine]$ ll ~/.wine/dosdevices/
total 0
lrwxrwxrwx    1 s2       s2              8 Apr 30 02:46 a: -> /mnt/fd0
lrwxrwxrwx    1 s2       s2             10 Apr 30 02:46 c: -> /home/s2/c
lrwxrwxrwx    1 s2       s2              6 Apr 30 02:46 d: -> /cdrom
lrwxrwxrwx    1 s2       s2              4 Apr 30 02:46 e: -> /tmp
lrwxrwxrwx    1 s2       s2              8 Apr 30 02:46 f: -> /home/s2
lrwxrwxrwx    1 s2       s2              1 Apr 30 02:46 z: -> /

(a: and d: targets don't egzist) Ughm?


Longer tail of sh -x tools/wineinstall:
#######################################

+ local 'LINE=Configuring Wine without Windows.'
+ shift
+ echo 'Configuring Wine without Windows.'
Configuring Wine without Windows.
+ LINE=Some fake Windows directories must be created, to hold any .ini files, DLLs,
+ shift
+ echo 'Some fake Windows directories must be created, to hold any .ini files, DLLs,'
Some fake Windows directories must be created, to hold any .ini files, DLLs,
+ LINE=start menu entries, and other things your applications may need to install.
+ shift
+ echo 'start menu entries, and other things your applications may need to install.'
start menu entries, and other things your applications may need to install.
+ LINE=Where would you like your fake C drive to be placed?
+ shift
+ echo 'Where would you like your fake C drive to be placed?'
Where would you like your fake C drive to be placed?
+ LINE=
+ shift
+ '[' -z '' ']'
+ conf_string_answer '(default is /home/s2/c) '
+ echo -n '(default is /home/s2/c) '
(default is /home/s2/c) + read ANSWER

+ '[' -z '' ']'
+ ANSWER=/home/s2/c
+ '[' -d /home/s2/c ']'
+ mkdir -p /home/s2/c
+ CROOT=/home/s2/c
+ '[' -z /home/s2/c ']'
+ echo 'Configuring Wine for a no-windows install in /home/s2/c...'
Configuring Wine for a no-windows install in /home/s2/c...
+ create_windows_directories
+ '[' -d /home/s2/c/windows ']'
+ mkdir /home/s2/c/windows
+ '[' -d /home/s2/c/windows/system ']'
+ mkdir /home/s2/c/windows/system
+ '[' -d /home/s2/c/windows/command ']'
+ mkdir /home/s2/c/windows/command
+ '[' -d '/home/s2/c/windows/Start Menu' ']'
+ mkdir '/home/s2/c/windows/Start Menu'
+ '[' -d '/home/s2/c/windows/Start Menu/Programs' ']'
+ mkdir '/home/s2/c/windows/Start Menu/Programs'
+ '[' -d '/home/s2/c/Program Files' ']'
+ mkdir '/home/s2/c/Program Files'
+ '[' -d '/home/s2/c/Program Files/Common Files' ']'
+ mkdir '/home/s2/c/Program Files/Common Files'
+ '[' -d /home/s2/c/windows/Profiles ']'
+ mkdir /home/s2/c/windows/Profiles
+ '[' -d /home/s2/c/windows/Profiles/Administrator ']'
+ mkdir /home/s2/c/windows/Profiles/Administrator
+ '[' -d /home/s2/c/windows/Fonts ']'
+ mkdir /home/s2/c/windows/Fonts
+ '[' -d '/home/s2/c/windows/Start Menu/Programs/Startup' ']'
+ mkdir '/home/s2/c/windows/Start Menu/Programs/Startup'
+ cp tools/wine.inf /home/s2/c/windows/system/wine.inf
+ configure_wine_applications
+ link_app start /home/s2/c/windows/command/start.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/start.exe.so /home/s2/c/windows/command/start.exe
+ link_app notepad /home/s2/c/windows/notepad.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/notepad.exe.so /home/s2/c/windows/notepad.exe
+ link_app regedit /home/s2/c/windows/regedit.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/regedit.exe.so /home/s2/c/windows/regedit.exe
+ link_app rundll32 /home/s2/c/windows/rundll32.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/rundll32.exe.so /home/s2/c/windows/rundll32.exe
+ link_app wcmd /home/s2/c/windows/system/wcmd.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/wcmd.exe.so /home/s2/c/windows/system/wcmd.exe
+ link_app control /home/s2/c/windows/system/control.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/control.exe.so /home/s2/c/windows/system/control.exe
+ link_app winhelp /home/s2/c/windows/system/help.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/winhelp.exe.so /home/s2/c/windows/system/help.exe
+ link_app notepad /home/s2/c/windows/system/notepad.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/notepad.exe.so /home/s2/c/windows/system/notepad.exe
+ link_app progman /home/s2/c/windows/system/progman.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/progman.exe.so /home/s2/c/windows/system/progman.exe
+ link_app regsvr32 /home/s2/c/windows/system/regsvr32.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/regsvr32.exe.so /home/s2/c/windows/system/regsvr32.exe
+ link_app winemine /home/s2/c/windows/system/winmine.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/winemine.exe.so /home/s2/c/windows/system/winmine.exe
+ link_app winver /home/s2/c/windows/system/winver.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/winver.exe.so /home/s2/c/windows/system/winver.exe
+ link_app uninstaller /home/s2/c/windows/uninstall.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/uninstaller.exe.so /home/s2/c/windows/uninstall.exe
+ link_app winhelp /home/s2/c/windows/winhelp.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/winhelp.exe.so /home/s2/c/windows/winhelp.exe
+ link_app winhelp /home/s2/c/windows/winhlp32.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/winhelp.exe.so /home/s2/c/windows/winhlp32.exe
+ link_app winebrowser /home/s2/c/windows/winebrowser.exe
+ '[' yes = no ']'
+ ln -sf /usr/local/lib/wine/winebrowser.exe.so /home/s2/c/windows/winebrowser.exe
+ '[' yes = yes ']'
+ cp documentation/samples/config /tmp/wineinstall.conf
+ conf_reset_question default_config
+ shift
+ conf_question low default_config 'Created /home/s2/.wine/config using default Wine configuration.' 'You probably want to review the file, though.'
+ shift 2
+ echo

+ local 'LINE=Created /home/s2/.wine/config using default Wine configuration.'
+ shift
+ echo 'Created /home/s2/.wine/config using default Wine configuration.'
Created /home/s2/.wine/config using default Wine configuration.
+ LINE=You probably want to review the file, though.
+ shift
+ echo 'You probably want to review the file, though.'
You probably want to review the file, though.
+ LINE=
+ shift
+ '[' auto = auto ']'
+ DOREG=yes
+ echo

+ '[' yes = yes ']'
+ '[' '!' -w /home/s2/.wine ']'
+ mkdir /home/s2/.wine
+ cp /tmp/wineinstall.conf /home/s2/.wine/config
+ '[' auto = yes ']'
+ '[' yes = auto ']'
+ '[' yes = yes ']'
+ '[' no = no ']'
+ echo 'Compiling rundll32...'
Compiling rundll32...
+ cd programs/rundll32
+ make
make: Nothing to be done for `all'.
+ echo

+ echo 'Preparing to install default Wine registry entries...'
Preparing to install default Wine registry entries...
+ '[' '!' -d /home/s2/.wine/dosdevices ']'
+ mkdir /home/s2/.wine/dosdevices
+ ln -s /mnt/fd0 /home/s2/.wine/dosdevices/a:
+ ln -s /home/s2/c /home/s2/.wine/dosdevices/c:
+ ln -s /cdrom /home/s2/.wine/dosdevices/d:
+ ln -s /tmp /home/s2/.wine/dosdevices/e:
+ ln -s /home/s2 /home/s2/.wine/dosdevices/f:
+ ln -s / /home/s2/.wine/dosdevices/z:
+ echo 'Installing default Wine registry entries...'
Installing default Wine registry entries...
+ echo

+ programs/rundll32/rundll32 setupapi.dll,InstallHinfSection 
DefaultInstall 128 tools/wine.inf
Line 8: Malformed key '[wine]'
Line 8: Error creating key '[wine]'
Line 9: Value without key '"Windows" = "c:\\windows"'
Line 10: Value without key '"System" = "c:\\windows\\system"'
Line 11: Value without key '"Temp" = "e:\\"'
Line 12: Value without key '"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"'
Line 13: Value without key '"Profile" = "c:\\windows\\Profiles\\Administrator"'
Line 14: Value without key '"GraphicsDriver" = "x11drv"'
Line 17: Value without key '"ShellLinker" = "wineshelllink"'
Line 21: Malformed key '[Version]'
Line 21: Error creating key '[Version]'
Line 29: Malformed key '[DllOverrides]'
Line 29: Error creating key '[DllOverrides]'
Line 31: Value without key '"oleaut32"     = "builtin, native"'
Line 32: Value without key '"ole32"        = "builtin, native"'
Line 33: Value without key '"comdlg32"     = "builtin, native"'
Line 34: Value without key '"shell32"      = "builtin, native"'
Line 35: Value without key '"shfolder"     = "builtin, native"'
Line 36: Value without key '"shlwapi"      = "builtin, native"'
Line 37: Value without key '"shdocvw"      = "builtin, native"'
Line 38: Value without key '"advapi32"     = "builtin, native"'
Line 39: Value without key '"msvcrt"       = "native, builtin"'
Line 40: Value without key '"mciavi.drv"   = "native, builtin"'
Line 41: Value without key '"mcianim.drv"  = "native, builtin"'
Line 42: Value without key '"msi"          = "native, builtin"'
Line 49: Value without key '"*" = "builtin, native"'
Line 51: Malformed key '[x11drv]'
Line 51: Error creating key '[x11drv]'
Line 53: Value without key '"AllocSystemColors" = "100"'
Line 55: Value without key '"PrivateColorMap" = "N"'
Line 57: Value without key '"PerfectGraphics" = "N"'
Line 61: Value without key '"Managed" = "Y"'
Line 66: Value without key '"UseDGA" = "Y"'
Line 68: Value without key '"UseXVidMode" = "Y"'
Line 70: Value without key '"UseXRandR" = "Y"'
Line 72: Value without key '"UseTakeFocus" = "Y"'
Line 74: Value without key '"DXGrab" = "N"'
Line 77: Value without key '"DesktopDoubleBuffered" = "N"'
Line 93: Malformed key '[fonts]'
Line 93: Error creating key '[fonts]'
Line 96: Value without key '"Resolution" = "96"'
Line 97: Value without key '"Default" = "-adobe-helvetica-"'
Line 98: Value without key '"DefaultFixed" = "fixed"'
Line 99: Value without key '"DefaultSerif" = "-adobe-times-"'
Line 100: Value without key '"DefaultSansSerif" = "-adobe-helvetica-"'
Line 114: Malformed key '[FontDirs]'
Line 114: Error creating key '[FontDirs]'
Line 120: Malformed key '[ppdev]'
Line 120: Error creating key '[ppdev]'
Line 128: Malformed key '[spooler]'
Line 128: Error creating key '[spooler]'
Line 129: Value without key '"FILE:" = "tmp.ps"'
Line 130: Value without key '"LPT1:" = "|lpr"'
Line 131: Value without key '"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"'
Line 132: Value without key '"LPT3:" = "/dev/lp3"'
Line 134: Malformed key '[ports]'
Line 134: Error creating key '[ports]'
Line 138: Malformed key '[Debug]'
Line 138: Error creating key '[Debug]'
Line 146: Malformed key '[registry]'
Line 146: Error creating key '[registry]'
Line 152: Value without key '"LoadGlobalRegistryFiles" = "Y"'
Line 154: Value without key '"LoadHomeRegistryFiles" = "Y"'
Line 156: Value without key '"LoadWindowsRegistryFiles" = "Y"'
Line 158: Value without key '"WritetoHomeRegistryFiles" = "Y"'
Line 162: Value without key '"SaveOnlyUpdatedKeys" = "Y"'
Line 164: Malformed key '[Clipboard]'
Line 164: Error creating key '[Clipboard]'
Line 165: Value without key '"ClearAllSelections" = "0"'
Line 166: Value without key '"PersistentSelection" = "1"'
Line 167: Value without key '"UsePrimary" = "0"'
Line 170: Malformed key '[afmdirs]'
Line 170: Error creating key '[afmdirs]'
Line 171: Value without key '"1" = "/usr/share/ghostscript/fonts"'
Line 172: Value without key '"2" = "/usr/share/a2ps/afm"'
Line 173: Value without key '"3" = "/usr/share/enscript"'
Line 174: Value without key '"4" = "/usr/X11R6/lib/X11/fonts/Type1"'
Line 176: Malformed key '[WinMM]'
Line 176: Error creating key '[WinMM]'
Line 179: Value without key '"Drivers" = "wineoss.drv"      ; default for most common configurations'
Line 186: Value without key '"WaveMapper" = "msacm.drv"'
Line 187: Value without key '"MidiMapper" = "midimap.drv"'
Line 189: Malformed key '[dsound]'
Line 189: Error creating key '[dsound]'
Line 209: Malformed key '[Network]'
Line 209: Error creating key '[Network]'
Invalid path L"c:\\windows\\temp" for L"temp" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/s2/.wine/config)
+ echo 'Registry install failed.'
Registry install failed.
+ conf_reset_question regedit_error
+ shift
+ conf_question high regedit_error
+ shift 2
+ echo

+ local LINE=
+ shift
+ exit 1




More information about the wine-devel mailing list