http://bugs.winehq.org/show_bug.cgi?id=6507
------- Additional Comments From vitaliy(a)kievinfo.com 2007-18-02 13:07 -------
The game _DOES NOT_ have software rendering!!!!
It's not the time of 386s and voodoo "accelerator" cards!!!
If you have a visual problem - attach the screen shot.
If you have it running slow - state your hardware and FPS and how you measured it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6507
------- Additional Comments From vitaliy(a)kievinfo.com 2007-18-02 13:05 -------
Do not send e-mail to me. keep all discussion here!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6507
------- Additional Comments From vitaliy(a)kievinfo.com 2007-18-02 13:04 -------
Reporter: Luca <sciamano(a)iwcdesign.com>:
You still don't understand.
When I launch a CS:S game, the 3D graphics are rendered via software.
With no 3D hardware acceleration whatsoever.
In Cedega it works, in Wine it does not.
You can believe that or not, but I know what I see on my screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7475
Summary: Warhammer 40K installer fails
Product: Wine
Version: 0.9.30.
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=1918
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: warrenhead(a)gmail.com
Similar bugs were submitted for older versions. This current stacktrace output
however was not producible (for me) on earlier versions of wine (as of
0.9.28(not tested 0.9.29)). Others have reported no problem installing the game
with 0.9.28.
(This error is actually a duplicate of 6608, but I could not reopen that one.
6608 is reported to be fixed in 0.9.26, see last comment)
When simply running:
wine DawnOfWar.exe (install command on first cd)
a graphical screen of the game appears with a button called 'Next'. Pressing
that gives a screen with a progress bar. Before it can begin the installation
crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7473
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From wine.dev(a)web.de 2007-18-02 12:53 -------
Your system is broken / runs out of file handles.
Check google for "Xlib: Maximum number of clients"
detlef@p4:~/wine.cvs/bin$ xlsclients | wc -l
20
I started some native and windows-apps, and minimized them.
Now i can count 20 minimized windows in the window-bar
and 10 symbols in the systray (one native and 9 from wine)
xlsclients | wc -l is still 20
xubuntu Dapper 6.06 (using Xorg 7.0.0)
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
I tried it out, this fixes the problem.
( all other numeric keys of numpad also did not function as they should;
they do now. )
thanks a lot, makes the game a gold one.
regards Rens
Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=7407
>
>
>
>
>
> ------- Additional Comments From dmitry(a)codeweavers.com 2007-18-02 02:44 -------
> Sounds like a duplicate of the bug 6323, could you test and report whether
> the patch attached to the bug 6323 helps?
>
>
http://bugs.winehq.org/show_bug.cgi?id=7472
------- Additional Comments From imaxfun(a)gmail.com 2007-18-02 12:27 -------
Don't kill me, if I'm wrong, but I'd put my money on there being a typo (an
extra space after the '*' in the function declaration) on following line of the
patch.
@@ -179,7 +179,7 @@ STOP:
return 0;
}
-void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER dsbo,
+void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER * dsbo,
BOOL is_primary, BOOL set_volume, LONG volume,
BOOL set_pan, LONG pan, BOOL play, double duration,
BOOL buffer3d, LPDIRECTSOUND3DLISTENER listener,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.