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=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=16584
Summary: chaostheory music lack of drums
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: y.salnikov65535(a)gmail.com
In chaostheory demo by Conspiracy music have no drums and some other sounds.
--
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=28675
Bug #: 28675
Summary: FUEL: Abandoned Vehicles Do Not Appear where they
should
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith19933(a)gmail.com
Classification: Unclassified
The abandoned cars and trucks which should form obstacles on the roads of FUEL
are instead moved off the road and appear in fields, on top of cliffs and other
places around the roads instead, which causes driving along roads to be easier
and driving off-road to be more difficult.
--
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=13632
Summary: ShipSimulator 2008 freezes after start playing
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: roland(a)mxchange.org
Created an attachment (id=13616)
--> (http://bugs.winehq.org/attachment.cgi?id=13616)
Default logfile from demo version
The game (demo and retail likewise!) do freeze after I have started a game. It
doesn't depend on if I choose the only one mission in demo or try to sail
arround in free mode with the retail version. The game is saying "Loading: 0%"
in the screen and no more.
Additionally I have found out some strange things like missing menu entries in
selection boxes and the sea surface has a lot lines over it (looks like the
mesh lines to me). Attached is a default log file. I will add a relay log
shortly.
--
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=10212
Summary: Microsoft Crimson Skies crashes after startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/crimsonskies/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8829)
--> (http://bugs.winehq.org/attachment.cgi?id=8829)
relavant portion of +all log
Microsoft Crimson skies goes to a white screen and the debugger launches when
the mission is started.
--
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=25392
Summary: Unable to start qm.exe from state-machine.com website
on Ubuntu 10.04 LTS
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akshay.ranjan(a)gmail.com
Created an attachment (id=32308)
--> (http://bugs.winehq.org/attachment.cgi?id=32308)
Error dialog
I am unable to start the HSM drawing tool from Quantum (state-machine.com). I
was able to run this tool in Windows. I tried changing Windows version settings
in Wine but it didn't helped.
--
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.