[Bug 25765] New: Wine cannot create prefix
http://bugs.winehq.org/show_bug.cgi?id=25765 Summary: Wine cannot create prefix Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: sidewalker(a)lavabit.com Wine fails to create prefix in home folder: wine: created the configuration directory '/home/user/.wine' err:rundll32:wWinMain Unable to load L"setupapi" wine: configuration in '/home/user/.wine' has been updated. As result, system32 folder is empty. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-01-13 10:08:17 CST --- Wine version? What OS is this? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #2 from sidewalker(a)lavabit.com 2011-01-15 04:11:06 CST --- (In reply to comment #1)
Wine version? What OS is this?
Wine versions 1.3.11 and 1.2 OS Gentoo USE="X alsa cups dbus esd fontconfig gecko gnutls jpeg mp3 ncurses nls opengl oss perl png samba ssl threads truetype win32 xml -capi -custom-cflags -gphoto2 -gsm -gstreamer -hal -jack -lcms -ldap -nas -openal -pulseaudio -scanner -test (-win64) -xcomposite -xinerama" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2011-01-15 05:10:08 CST --- There's something broken with your build, try building from original source without special flags. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.11 Severity|major |normal -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 rmaz(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmaz(a)gmx.net --- Comment #4 from rmaz(a)gmx.net 2011-04-19 16:47:34 CDT --- Building original wine-1.2.3 without special flags (other than --prefix=/usr/local) on my rather up-to-date Gentoo system (gcc 4.4.5) produces the same problem. $ wine notepad wine: created the configuration directory '/home/maz/.wine' err:rundll32:wWinMain Unable to load L"setupapi" wine: configuration in '/home/maz/.wine' has been updated. Also has the drive issue from http://bugs.winehq.org/show_bug.cgi?id=18614 $ winecfg err:winecfg:open_mountmgr failed to open mount manager err 2 The configure script disables openal, gsm, capi. It finds hal, which is not actually used by X anymore, but starting hald doesn't seem to make a difference. Building --without-hal doesn't change anything. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #5 from rmaz(a)gmx.net 2011-04-19 17:09:32 CDT --- Created an attachment (id=34233) --> (http://bugs.winehq.org/attachment.cgi?id=34233) config.log from --without-hal build, part 1/2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #6 from rmaz(a)gmx.net 2011-04-19 17:10:05 CDT --- Created an attachment (id=34234) --> (http://bugs.winehq.org/attachment.cgi?id=34234) config.log from --without-hal build, part 2/2 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #7 from rmaz(a)gmx.net 2011-04-20 05:48:25 CDT --- .wine structure is however correctly generated when running with WINEDEBUG=+relay, also see report in bug 18614 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 --- Comment #8 from rmaz(a)gmx.net 2011-04-20 07:52:37 CDT --- Just to add that when I now attempt to install a game (Temple of Elemental Evil) via $ wine d:setup.exe (d: is the cdrom) this old bug rears its head err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2 fixme:storage:create_storagefile Storage share mode not implemented. and the installation aborts with some error message. I think this was reported fixed with 1.1.24 (compare e.g. bug 18893). The file IsProBE.tlb is in fact not there in .wine, there is only an iKernel.rgs in this directory. Maybe .wine is not created correctly after all? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #9 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-04-20 14:53:01 CDT --- Whatever the cause, it's the same as bug 18614. *** This bug has been marked as a duplicate of bug 18614 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25765 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-04-20 14:53:17 CDT --- Dup -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org