[Bug 17956] BGII: Sluggish performance with fixpack installed

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 9 13:18:27 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=17956

--- Comment #21 from GyB <gyebro69 at gmail.com> 2012-07-09 13:18:27 CDT ---
(In reply to comment #20)
> (In reply to comment #19)
> > Patches should be sent to wine-patches at winehq.org, they aren't picked up from
> > bugzilla.
> 
> Ok, thanks, I didn't even know that, I'll send them...
> 
> > I'm not a programmer at all, so can't decide whether your patches are correct
> > or not, but I found a problem with your patches: creating a new .wine directory
> > when using the WINEPREFIX environment variable fails in such a way:
> > err:process:init_windows_dirs directory L"C:\\windows" could not be created,
> > error 2
> > err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be
> > created, error 3
> > err:process:init_windows_dirs directory L"C:\\windows" could not be created,
> > error 2
> > err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be
> > created, error 3
> > err:wineboot:main Cannot set the dir to L"C:\\windows" (2)
> > ....
> 
> Well I wasn't able to reproduce that :
> manu at athlon64:pts/0~ export WINEPREFIX=/home/drive_c/wine
> manu at athlon64:pts/0~ winecfg
> wine: created the configuration directory '/home/drive_c/wine'
> fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
> fixme:wininet:InternetLockRequestFile STUB
> err:process:__wine_kernel_init boot event wait timed out
> manu at athlon64:pts/0~ 

I see now: it fails when the directory name contains uppercase characters, but
works when it contains only lowercase characters.
This one fails:
WINEPREFIX=~/Test winecfg

This one works:
WINEPREFIX=~/test winecfg

-- 
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.



More information about the wine-bugs mailing list