http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #35 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-25 21:08:54 ---
Created an attachment (id=10979)
--> (http://bugs.winehq.org/attachment.cgi?id=10979)
Create drive letters in upper case
Attached patch does the wineprefixcreate/wine.inf part, but that's apparently
not enough since Wine can't find the c:\windows directory now.
--
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=8945
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)codeweavers.com
--- Comment #34 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-25 21:04:20 ---
(In reply to comment #31)
> Found it!
> It turns out that SHGetPathFromIDListW will eventually
> return the result of a wine_get_dos_file_name call, which will
> return the Common Files installer directory as:
> c:\Program Files\...
> Note the *lower case* c:. If you hack wine_get_dos_file_name
> to return an upper case C instead of a lower case c, then the
> installer gets past the current failure.
> Of course, then it comes to the next failure, which I have yet
> to triage :-(. We still don't even get the EULA page, but we
> do trigger Gecko, so we're trying...
> I have a feeling that this is going to be hard to get an official
> patch into Wine for, as I bet this goes back and forth. I'll
> see if I can get Alexandre to approve a 'correct' path forward...
Perhaps this should be fixed in wineprefixcreate/wine.inf first to create
upper cased drive letters in dosdevices, then all places in Wine which rely
on it.
--
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=9193
Simetrical <Simetrical+wine(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Simetrical+wine(a)gmail.com
--- Comment #19 from Simetrical <Simetrical+wine(a)gmail.com> 2008-02-25 19:33:23 ---
(In reply to comment #18)
> The bug is gone with 0.9.55/.56 for me and the speed got much better as well.
> Using fbo I've got good speed outdoors and acceptable speed indoors. It's not
> exactly fluid but as my Geforce 6600 is the minimal required card and I
> switched from 800x600 to 1024x768 that's ok to me.
I can confirm that I observed this in 0.9.54 but not 0.9.55. Is anyone still
seeing it in 0.9.55?
--
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=9193
--- Comment #18 from David Philippi <david(a)torangan.de> 2008-02-25 18:34:34 ---
The bug is gone with 0.9.55/.56 for me and the speed got much better as well.
Using fbo I've got good speed outdoors and acceptable speed indoors. It's not
exactly fluid but as my Geforce 6600 is the minimal required card and I
switched from 800x600 to 1024x768 that's ok to me.
--
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=6745
--- Comment #21 from Tobias Jakobi <liquid.acid(a)gmx.net> 2008-02-25 18:25:14 ---
I can also confirm this with Unreal Tournament. No crash on exit anymore.
--
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=2759
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #17 from Jacek Caban <jacek(a)codeweavers.com> 2008-02-25 18:05:56 ---
Reported fixed.
--
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=6033
--- Comment #31 from juhos(a)mbnet.fi 2008-02-25 16:25:15 ---
I just upgraded to 0.9.56, and this issue seems much improved. While the mouse
still "hops", it works at an useful speed. The palette animations in the
loading screen and main menu also work.
However, for perfectly smooth gameplay, I still need the previously described
workaround.
--
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=3498
--- Comment #9 from Roger Koot <roger.koot(a)gmail.com> 2008-02-25 16:19:22 ---
(In reply to comment #3)
> the fonts are misplaces, tooltips are not readable,
> dialogs in the game are not readable
>
> i get following error on starting the game:
>
> fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
> 16
> fixme:font:CreateScalableFontResourceA (0,"LSANS.fot","C:\\Games\\Civilization
> III\\LSANS.TTF",(null)): stub
> fixme:font:CreateScalableFontResourceA (0,"LSANS.fot","C:\\Games\\Civilization
> III\\LSANS.TTF",(null)): stub
> fixme:win:EnumDisplayDevicesW ((null),0,0x34f268,0x00000000), stub!
>
a simple 'cp LSANS.TTF LSANS.fot' suffices to get rid of the error.
--
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=3498
--- Comment #8 from Roger Koot <roger.koot(a)gmail.com> 2008-02-25 16:14:46 ---
(In reply to comment #7)
> Hi,
> I didn't actually write the code to fit the stub of CreateScalableFontResourceA
> but found a useful workaround:
> copy a lucida sans ttf file (or any truetype font you like for that matter)
> from your system to LSANS.fot.
> start Civilization3.exe and you'll see that your fontproblem disappeared.
> (at least, it did the trick on my system: opensuse 10.2 w/
> download.opensuse.org wine-0.9.55)
>
As far as I can test, a simple 'cp LSANS.TTF LSANS.fot' suffices to get rid of
the error.
--
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=2759
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #16 from Anastasius Focht <focht(a)gmx.net> 2008-02-25 16:14:00 ---
Hello,
yes, re-downloaded WinMX 3.54 beta 4 and it starts now with
WebBrowser::TheaterMode impl. present in GIT.
So the initial startup issue is fixed.
File new bug reports for remaining problems whoever is interested...
Regards
--
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.