http://bugs.winehq.org/show_bug.cgi?id=33077
Bug #: 33077
Summary: Lego Harry Potter Years 1-4: Unhandled exception: page
fault on write access to 0x087e2000 in 32-bit code
(0x00a74105)
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jeffrey.Ratcliffe(a)gmail.com
Classification: Unclassified
Created attachment 43729
--> http://bugs.winehq.org/attachment.cgi?id=43729
Backtrace
Unhandled exception: page fault on write access to 0x087e2000 in 32-bit code
(0x00a74105)
Starting Lego Harry Potter Years 1-4
--
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=11043
Summary: Black screen after laucnhing domo
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feydreva(a)lsu.fr
Created an attachment (id=10046)
--> (http://bugs.winehq.org/attachment.cgi?id=10046)
Logs from the winterm
When I launch DOMO, Wine crashe jsut after the Splash screen.
I hear the sound, but have a black screen.
Last driver fomr nvidia are installed
and DirectX9 is installed, DXDiag reports no errors
--
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=33048
Bug #: 33048
Summary: Magic: the Gathering Wide Beta crashes wine
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admiral.hackbar(a)gmail.com
Classification: Unclassified
Created attachment 43687
--> http://bugs.winehq.org/attachment.cgi?id=43687
crash log
When running the installer for "Magic: The Gathering Online", wine crashes.
I've attached a log.
The installer is freely downloadable (you don't need any account to install)
at:
http://www.wizards.com/magic/digital/magiconline.aspx?x=mtg/digital/magicon…
. Pick "Wide Open Beta Version"
The site says it needs .NET 4.0, so I ran installed dotnet40 with winetricks.
Ubuntu 32-bit, using version 1.5.24 from the wine PPA.
--
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=8848
--- Comment #19 from Luis Alvarado <luisalvaradox(a)gmail.com> 2013-03-08 14:50:35 CST ---
I can confirm this is still present in Wine 1.5.25 in Ubuntu 13.04 64 bit. The
solution is to disable Pixel Shader 2.0
Tested the game in multiplayer (Direct IP) and single player. The flashlight,
model textures and shadows look all correct after disabling PS 2.0.
--
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=78
Bug 78 depends on bug 82, which changed state.
Bug 82 Summary: Stabilize Winelib User Guide Table of Contents
http://bugs.winehq.org/show_bug.cgi?id=82
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--
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=33139
Bug #: 33139
Summary: Brigade E5: New Jagged Union aborting on mission
launch (d3d)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbspjr(a)gmail.com
Classification: Unclassified
Created attachment 43836
--> http://bugs.winehq.org/attachment.cgi?id=43836
WINEDEBUG=+d3d,d3d8 (clean prefix, only vcrun6 overrides are present)
I can start the game to the main menu. However, when I start the tutorial or a
new game the game hangs when the progress bar reaches 100%.
There is a similar bug 30881, but it's related to missing mfc42.dll rather than
d3d issue.
--
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=2155
Robert Walker <forums(a)robertinventor.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |forums(a)robertinventor.com
--- Comment #19 from Robert Walker <forums(a)robertinventor.com> 2013-03-06 12:51:08 CST ---
Still present in 1.5.5
Note, the keyboard focus does get set to the other window, so there shouldn't
be problems of accessibility for blind users.
But for sighted users, the window with the keyboard focus doesn't get brought
to the front and so if hidden behind another window, they can't see it. Also,
the caption highlight doesn't change - the caption of the window with the focus
doesn't get highlighted. In Windows the window with the keyboard focus should
always be highlighted so that the user always knows which window will receive
their keystrokes at any time.
WORK AROUND FOR THIS BUG FOR DEVELOPERS WANTING TO MAKE YOUR APP WINE
COMPATIBLE
In my own program as a work around, when it detects that it is running under
Wine, I destroy a window and recreate it again whenever the user sets focus to
it in this way, as a way to bring it to the front and set the keyboard focus to
it. This could be a suitable work around in situations where you can destroy a
window easily and re-create it without losing data.
--
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.