http://bugs.winehq.org/show_bug.cgi?id=5646
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #8 from Lei Zhang <thestig(a)google.com> 2008-02-26 02:16:12 ---
invalid then
--
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
----------------------------------------------------------------------------
Attachment #10979|0 |1
is obsolete| |
--- Comment #37 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-26 01:08:47 ---
Created an attachment (id=10984)
--> (http://bugs.winehq.org/attachment.cgi?id=10984)
Use uppercased DOS device names
This is a more complete patch, please give it a try.
--
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=4066
--- Comment #10 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-02-26 01:05:59 ---
(In reply to comment #7)
> Is this still an issue in current (0.9.54 or newer) wine?
>
This bug report also has about 50 affected programs registered on the AppDB
http://appdb.winehq.org/viewbugs.php?bug_id=4066 if that's another reason to
keep it open.
--
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=8785
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2008-02-26 00:43:13 ---
*** Bug 10673 has been marked as a duplicate of this bug. ***
--
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
--- Comment #36 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-25 21:10:01 ---
... and that requires deleting/rebuilding ~/.wine of course.
--
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
--- 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.
http://bugs.winehq.org/show_bug.cgi?id=5824
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #24 from Anastasius Focht <focht(a)gmx.net> 2008-02-25 15:23:37 ---
Hello,
--- snip ---
On version 0.9.56 install crash with message "unimplemented function
shell32.dll.SHGetSpecialFolderPathW"
--- snip ---
Just checked. Works.
Your wine is probably messed up.
Make sure you didn't mix any binary wine distribution vs. build from source
tree.
Now to the "first time" installer error...
This actually happens only with early MDAC 2.8 but not with later versions
(SP1+) in conjunction with Windows 2000 config.
The culprit is actually the following ini file section from unpacked installer
"dasetup.ini" (which is only executed once):
--- snip dasetup.ini ---
[BID_W2K]
Name=Microsoft Data Access Components
ComponentName=BIDINTERFACE
Catalog=bidintrx.cat
Dependencies=MDAC_CORE28
InstallType=XPAK
CabFile=
InfFile=bidintrx.inf
InstallSection=DefaultInstall
InstallSection.NT=DefaultInstall
PostInstallCmd=secedit /configure /db %11%\..\inf\bidintrx.sdb /cfg
%11%\..\inf\bidintrx.inf /log %11%\..\inf\bidintrx.log
ExtractCab=0
UseRollback=0
RebootAfter=0
ValidOs=8
--- snip dasetup.ini ---
When <PostInstallCmd> is executed, the secedit.exe binary is expected to be
present - this one is missing on wine.
This leads to internal error resulting in overall status code "failed".
You can work around it by using a fake/placeholder secedit binary which returns
exit code 0.
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.
http://bugs.winehq.org/show_bug.cgi?id=5090
--- Comment #43 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-02-25 14:26:05 ---
Is this issue still around? It sounds like it was just one of wine's pixel
format limitations. Try it using GIT from today.
--
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
--- Comment #15 from Jacek Caban <jacek(a)codeweavers.com> 2008-02-25 14:12:19 ---
This bug should be fixed in GIT.
--
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=8671
Maarten Lankhorst <m.b.lankhorst(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #15 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2008-02-25 14:10:10 ---
Patch 284f86183cce638ff8fce4023cb76273e979aa09 should fix 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=8671
Maarten Lankhorst <m.b.lankhorst(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jdahlin(a)async.com.br
--- Comment #14 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2008-02-25 14:09:37 ---
*** Bug 11651 has been marked as a duplicate of this bug. ***
--
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=7800
--- Comment #26 from Marco Trevisan (Treviño) <trevi55(a)gmail.com> 2008-02-25 14:06:48 ---
I've retried to do a chomod +r on input devices and it seems to work, but not
well.
I explain: I'm using a PSX-like joypad with analog controllers, when I run my
game at the beginning it seems like if the joypad up button is pressed, then
when I press an axis it stops. Btw if I try to use the joypad in the normal way
(digital mode) the axys keys don't work at all, to make them work I must use
the "Analog" mode, but using the pad in that way my joypad axis *buttons* works
well and I can play, while the joypad analog control (is it the POV?) doesn't
work, going always up.
BTW those are my devices informations (also if I guess they're un-useful):
crw-rw-r-- 1 root root 13, 64 2008-02-25 20:30 /dev/input/event0
crw-rw-r-- 1 root root 13, 65 2008-02-25 20:30 /dev/input/event1
crw-rw-r-- 1 root root 13, 67 2008-02-25 20:30 /dev/input/event3
crw-rw-r-- 1 root root 13, 68 2008-02-25 20:30 /dev/input/event4
crw-rw-r-- 1 root root 13, 69 2008-02-25 20:30 /dev/input/event5
crw-rw-r-- 1 root root 13, 70 2008-02-25 20:30 /dev/input/event6
crw-rw-r-- 1 root root 13, 71 2008-02-25 20:30 /dev/input/event7
crw-rw-r-- 1 root root 13, 72 2008-02-25 20:30 /dev/input/event8
crw-rw-r-- 1 root root 13, 73 2008-02-25 20:30 /dev/input/event9
crw-rw-r-- 1 root root 13, 63 2008-02-25 21:29 /dev/input/mice
crw-rw-r-- 1 root root 13, 32 2008-02-25 21:29 /dev/input/mouse0
crw-rw-r-- 1 root root 13, 33 2008-02-25 21:30 /dev/input/mouse1
crw-rw-r-- 1 root root 13, 34 2008-02-25 20:30 /dev/input/mouse2
crw-rw-r-- 1 root root 13, 35 2008-02-25 20:30 /dev/input/mouse3
/dev/input/by-id:
totale 0
drwxr-xr-x 2 root root 80 2008-02-25 20:46 .
drwxr-xr-x 4 root root 360 2008-02-25 20:46 ..
lrwxrwxrwx 1 root root 9 2008-02-25 20:30
usb-04fc_USB_Multi-Smart_Mouse-event-mouse -> ../event3
lrwxrwxrwx 1 root root 9 2008-02-25 20:30
usb-04fc_USB_Multi-Smart_Mouse-mouse -> ../mouse1
/dev/input/by-path:
totale 0
drwxr-xr-x 2 root root 180 2008-02-25 20:46 .
drwxr-xr-x 4 root root 360 2008-02-25 20:46 ..
lrwxrwxrwx 1 root root 9 2008-02-25 20:30
pci-0000:00:1d.0-usb-0:2:1.0-event-mouse -> ../event3
lrwxrwxrwx 1 root root 9 2008-02-25 20:30 pci-0000:00:1d.0-usb-0:2:1.0-mouse
-> ../mouse1
lrwxrwxrwx 1 root root 9 2008-02-25 20:30 platform-i8042-serio-0-event-kbd ->
../event1
lrwxrwxrwx 1 root root 9 2008-02-25 20:30 platform-i8042-serio-3-event-mouse
-> ../event4
lrwxrwxrwx 1 root root 9 2008-02-25 20:30 platform-i8042-serio-3-mouse ->
../mouse2
lrwxrwxrwx 1 root root 9 2008-02-25 20:30 platform-i8042-serio-4-event-mouse
-> ../event5
lrwxrwxrwx 1 root root 9 2008-02-25 20:30 platform-i8042-serio-4-mouse ->
../mouse3
--
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
Roderick Colenbrander <thunderbird2k(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jercos(a)gmail.com
--- Comment #20 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-02-25 13:51:01 ---
*** Bug 7691 has been marked as a duplicate of this bug. ***
--
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=7691
Roderick Colenbrander <thunderbird2k(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #5 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-02-25 13:51:01 ---
Both this bug and 6745 are fixed by the wglDeleteContext patch (it isn't added
yet because it isn't fully correct) but as it are the same bugs, merge the two.
*** This bug has been marked as a duplicate of bug 6745 ***
--
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=8770
--- Comment #61 from Seth <setheck(a)yahoo.com> 2008-02-25 13:41:35 ---
I just want to update,
I updated my dev directory to match ver .9.55 I also applied the patch to allow
hosting in version 46+ (i think). After compiling I no longer exhibit this
problem. I was able to play several Ladder games in a row without a problem. It
seems to have been corrected.
Thanks,
--
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
Tobias Jakobi <liquid.acid(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10968|0 |1
is patch| |
--
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.