http://bugs.winehq.org/show_bug.cgi?id=24787
Summary: WoW 4.x D3D: Player shadow broken with orm=backbuffer
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=31337)
--> (http://bugs.winehq.org/attachment.cgi?id=31337)
orm=backbuffer behaviour
See attached screenshots
--
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=25399
Summary: EasyCash & Tax Crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugfinder(a)bunge-it.de
This Programm let Wine crash when i select "Select New Datadirectory"
--
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=10085
Summary: Adobe Bridge CS2 complains that it can't start due to
licensing restrictions
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
I'm testing the Adobe Bridge that comes with the Photoshop CS2 trial. On
Windows during the 30 days or trial this application works. It shows the same
message when these 30 days passes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32978
Bug #: 32978
Summary: Solidworks 2012 : OpenGL Display refresh problems with
keyboard events (mouse is OK)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
In Solidworks 2012, openGL 3D graphics windows is refreshed asynchronously from
keyboard events ( rotations, zooms from keyboard shortcuts ), model redraws,
and even initial window opening.
Mouse events are perfectly handled, no lags on mouse selection, rotation or
zoom.
In short : mouse action is needed to refresh screen.
--
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=29861
Bug #: 29861
Summary: MiPony crashes after startup with null pointer access
in fire_event
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To reproduce:
rm -rf ~/.wine
winetricks dotnet20
wine Mipony-Installer.exe
Either 'winetricks gdiplus' or use patch in bug 23759 to get past gdiplus
crash
cd "$HOME/.wine/drive_c/Program Files/MiPony"
wine MiPony.exe
Log:
Unhandled exception: page fault on read access to 0x00000068 in 32-bit code
Backtrace:
=>0 fire_event+0x9e(doc=0x8a1cf00, eid=EVENTID_READYSTATECHANGE, set_event=0x1,
target=0x89caaa0, nsevent=(nil)) [dlls/mshtml/htmlevent.c:985]
1 set_ready_state+0xb4(window=0x8b411e8, readystate=READYSTATE_LOADING)
[dlls/mshtml/persist.c:416]
The obvious superficial patch
--- a/dlls/mshtml/htmlevent.c
+++ b/dlls/mshtml/htmlevent.c
@@ -982,7 +982,8 @@ void fire_event(HTMLDocumentNode *doc, eventid_t eid, BOOL
s
TRACE("(%p) %s\n", doc, debugstr_w(event_info[eid].name));
- prev_event = doc->basedoc.window->event;
+ prev_event = NULL;
+ if (doc->basedoc.window) prev_event = doc->basedoc.window->event;
makes the problem seem to go away. The app then lets you play with its menus
and seems to behave (though it still crashes on quit).
--
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=16832
Summary: Hinterland fails to run, wine reports Unhandled page
fault to NULL
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Rincebrain(a)gmail.com
Ubuntu 8.10 x86_64, using the budgetdedicated.com wine 1.1.12 package.
I attempted to run Hinterland, and it eventually resized the window it had
spawned to about 1280x1024, displayed the company logo, then abruptly
transitioned to a bright white screen. At the same time, horrible static
started blaring from my speakers.
Clicking anywhere in the window resulted in the Unhandled page fault on write
access to 0x00000000 noted in the summary.
I will shortly be attaching the console output and backtrace.
--
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=32111
Bug #: 32111
Summary: on start game perfect world
Product: Wine-gecko
Version: unspecified
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: cybermerlin(a)ya.ru
Classification: Unclassified
unspecified bug if start game perfect world from http://pw.mail.ru/download.php
--
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=18689
Summary: Wine serial-handling consumes 100% CPU when using
USB->Serial-converter
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: henjac(a)gmail.com
Created an attachment (id=21403)
--> (http://bugs.winehq.org/attachment.cgi?id=21403)
Patch from december 2008 solving the bug
Ubuntu 9.04
Wine 1.1.22
SeaClear II v1.0.0.196
USB-GPS: GlobalSat BU-353 USB (pl-2303-driver in linuxkernel)
Symptoms:
When running the above combo Wine consumes 100% of available CPU. If I start
without GPS everything is as is should (no obsessive cyclestealing)
The app works in both scenarios but obviously something is not quite right in
how Wine handles the USB-Serial-converter.
(This behavior is also verified in VectorLinux 6.0)
I found a patch for it:
http://www.nabble.com/serial-04-04%3A-fix%3A-WaitCommEvent()-does-not-work-…
The above patch solves my problem.
However, the latest version of Wine I managed to apply the patch to is 1.1.17.
Could a developer take a look at the patch and if possible integrate it into
the Wine-sourcetree.
/Henrik
--
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=25342
Summary: Bionic Commando: Rearmed. Dark foreground graphics
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mechevar21(a)yahoo.com
Created an attachment (id=32216)
--> (http://bugs.winehq.org/attachment.cgi?id=32216)
Example of dark foreground graphics
Running Bionic Commando: Rearmed results in dark foreground graphics that make
the game almost unplayable. All other aspects of the game seem to working
perfectly. Attached some graphic screenshots.
--
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=33323
Bug #: 33323
Summary: alway force close after run in a few second or minute
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuntip(a)gmail.com
Classification: Unclassified
Created attachment 44072
--> http://bugs.winehq.org/attachment.cgi?id=44072
alway force close after run in a few second or minute
alway force close after run in a few second or minute
--
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.