http://bugs.winehq.org/show_bug.cgi?id=4588
--- Comment #16 from Luiz Angelo Daros De Luca <luizluca(a)gmail.com> 2009-03-25 17:23:22 ---
Created an attachment (id=20125)
--> (http://bugs.winehq.org/attachment.cgi?id=20125)
Before and after window screenshot
Currently, I'm using:
01:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS 285]
(rev a1)
With nouveau git driver. However, I reproduced this a little time before with
nvidia prop. driver.
Along the time, I have reproduced this with nvidia(nouveau, nvidia) and SIS
VGA. Just the same bug.
I'm attaching an image showing the problem.
--
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=6851
--- Comment #10 from Vincent Povirk <madewokherd(a)gmail.com> 2009-03-25 16:57:52 ---
Actually, wizmo is doing this:
SendMessage(HWND_TOPMOST,WM_SYSCOMMAND,SC_SCREENSAVE,0)
This is a broadcast message and (apparently) should be sent to all top-level
windows. This explains why it goes to the tray window and not the desktop
window.
I think that the tray window probably needs to handle this message, but someone
should test this first on Windows by sending a message to the tray window
directly.
--
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=6851
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madewokherd(a)gmail.com
--- Comment #9 from Vincent Povirk <madewokherd(a)gmail.com> 2009-03-25 16:47:03 ---
Wizmo is sending the message to the system tray, not to the desktop window.
--
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=4588
--- Comment #15 from CN Gnome <cngnome(a)gmail.com> 2009-03-25 15:14:18 ---
Curious. It works fine on my pc. Could this be related to display driver etc ?
I have nVidia 7950 Ultra with 177.82 drivers and acceleration defined.
What card, chipset and driver version do you have ?
--
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=8072
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2009-03-25 11:57:00 ---
(In reply to comment #14)
> my patch is in. now it displays files on browse so the reason to use native
> comdlg is gone.
Fixed then.
> maybe it's still useful to leave this open for the crash with native comdlg...
We don't really support native dlls in that way.
--
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=8072
--- Comment #14 from ricardo filipe <ricardo_barbano(a)hotmail.com> 2009-03-25 10:55:16 ---
my patch is in. now it displays files on browse so the reason to use native
comdlg is gone.
maybe it's still useful to leave this open for the crash with native comdlg...
--
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=2366
--- Comment #20 from Austin English <austinenglish(a)gmail.com> 2009-03-25 10:51:03 ---
(In reply to comment #19)
> > err:iphlpapi:getRouteTable Received unsupported sockaddr family 0x12
> > err:iphlpapi:getRouteTable Unexpected address type 0x10
> > err:iphlpapi:getRouteTable Unexpected address type 0x20
>
> These are probably unimplemented on NetBSD (I think they are unimplemented on
> FreeBSD too), but are pretty harmless for a lot of applications.
No, it should be implemented for FreeBSD. NetBSD and OpenBSD don't yet have
support (Solaris was recently added).
--
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=6955
Daniel Asplund <appa(a)asplu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |appa(a)asplu.org
--- Comment #15 from Claudio <klan(a)users.sf.net> 2009-03-11 06:13:57 ---
Created an attachment (id=19878)
--> (http://bugs.winehq.org/attachment.cgi?id=19878)
Patch implementing software vertex blending in wine-1.1.16
This an updated version (for wine-1.1.16) of the patch that I submitted to the
wine-patches mailinglist
(http://article.gmane.org/gmane.comp.emulators.wine.patches/63187).
The patch was rejected because the developers said they wanted to implement
vertex blending in hardware (using vertex shaders). Unfortunately so far
nothing has been done.
--- Comment #16 from Daniel Asplund <appa(a)asplu.org> 2009-03-25 05:51:36 ---
Ty Claudio for the patch. This makes Warhammer Online playable. :)
This enables the rendering of charachters.
--
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=8490
Gabriele Moabiti <gabmoa(a)yahoo.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gabmoa(a)yahoo.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=13598
Summary: Messiah (Game) Crashes
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cngnome(a)gmail.com
Created an attachment (id=13565)
--> (http://bugs.winehq.org/attachment.cgi?id=13565)
Log prior crash
1. game installs fine.
2. startup-commerical video from sacrifice is played.
3. Shily logo is shown.
4. Crash
Log attached.
--
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.