http://bugs.winehq.org/show_bug.cgi?id=11788
Summary: Icewind Dale crashes when starting
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns03ja(a)brocku.ca
CC: julliard(a)winehq.org
Created an attachment (id=11050)
--> (http://bugs.winehq.org/attachment.cgi?id=11050)
Crash log
As of quite recently, Icewind Dale now crashes when attempting to run it. A
regression test reveals:
1642fbcbc2b4133cf0ce29c3539082cc1027180b is first bad commit
commit 1642fbcbc2b4133cf0ce29c3539082cc1027180b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 25 15:59:19 2008 +0100
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
:040000 040000 065d0761485210c3b8cd9c971ec24e993c8cce09
b5689374b7880b78c75cd32732ac5010b99fe52a M dlls
:040000 040000 aff755513bfcd611b96ae7dade200dcdd42c764f
9e19e743cdcda8d42eaa78b4ded736459cc763cc M include
Before the above commit, Icewind Dale ran flawlessly.
Unfortunately, I don't know of any Icewind Dale demo.
See the attached log.
--
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=13986
Summary: Hitman: Codename 47 b192 crashes when starting a level
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bobgoat37(a)yahoo.com
Created an attachment (id=14172)
--> (http://bugs.winehq.org/attachment.cgi?id=14172)
Hitman errors
This seems to happen regardless of settings and first started, I think, when
1.0-rc3 was released. Basically whether in opengl or direct3d the game loads up
and plays the opening scenes and shows the menu just fine but crashes when you
try to start the actual game.
With a fresh install and everything in the game on the default setting,
creating a new profile and starting it results in a crash after the progress
bar is done loading.
Gentoo with kernel 2.6.25 and nvidia drivers 173.14.09
I've got a newer Hitman CD so even though I haven't installed any patches it
comes with the latest updates.
--
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=14918
Summary: Cspy: Comboboxex flicker
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: podmokle(a)googlemail.com
The Microsoft ControlSpy sample test ComboboxEx results in a flicker and it
performs slow. After making a selection from the comboboxex the whole window
gets repainted.
A selection results in the following fixme:
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
--
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=16283
Summary: While "Graphmatica" did run with many Versions of WINE
since years, now it crasches with 'page fault'
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike_gans(a)yahoo.de
Created an attachment (id=17565)
--> (http://bugs.winehq.org/attachment.cgi?id=17565)
error-report
"Graphmatica 2.0" crashes with 'Unhandled page fault on read access to
0xffff0027 at address 0x7e9cf7bb ...' while "Graphmatica 1.6 win 32" runs fine.
"Graphmatica 2.0" did run fine under Ubuntu 8.04 with the
standard-Ubuntu-Wine-Package, but doesn't under Ubuntu 8.10 - wine-package,
doesn't run under 1.1.9, too
--
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=15753
Summary: Outcall doesn't run in Wine
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://code.google.com/p/outcall/
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
>From http://forum.winehq.org/viewtopic.php?t=2447&highlight=outcall
Seems to crash on start. Louis's made a patch that allows it to run:
diff --git a/dlls/mapi32/mapi32_main.c b/dlls/mapi32/mapi32_main.c
index 936d435..d7033e6 100644
--- a/dlls/mapi32/mapi32_main.c
+++ b/dlls/mapi32/mapi32_main.c
@@ -109,6 +109,7 @@ HRESULT WINAPI MAPILogonEx(ULONG_PTR uiparam, LPWSTR
profile,
{
FIXME("(0x%08lx %s %p 0x%08x %p) Stub\n", uiparam,
debugstr_w(profile), password, flags, session);
+ *session = 0;
return SUCCESS_SUCCESS;
}
And sent it in:
http://www.winehq.org/pipermail/wine-patches/2008-October/062624.html
But wasn't accepted.
--
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=14702
Summary: can't click buttons with mouse in Army Builder 3.1c
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cryogenfx(a)gmail.com
When http://bugs.winehq.org/attachment.cgi?id=9555 is applied, Army Builder
3.1c can finally be run, however, the buttons in the program, dialog buttons
only recieve focus when you click them with the mouse. You have to press Enter
to get the button activated.
--
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=11415
Summary: Word 2000 VBA editor and macros errors
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raydar(a)inetnebr.com
Created an attachment (id=10545)
--> (http://bugs.winehq.org/attachment.cgi?id=10545)
alert resulting from Tools-->Macro-->Macros-->VBA Editor
In Word 2000,
Tools-->Macro-->Visual Basic Editor causes a "Could not open macro storage"
alert to appear. Clicking OK on that alert causes the same alert to appear
again. Clicking OK a second time gets the alert to stay gone and the VBA editor
to open, but with no programming pane. Closing the VBA editor and then
reopening it, without shutting down Word in between, reopens the VBA editor
without any alert appearing.
Tools-->Macro-->Macros gives the expected macro box, but clicking "Create"
results in a "The project item name is not valid" alert. Clicking the
"Organizer" button does bring up the Organizer Box, but with no macros listed.
--
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=13944
Summary: Regression: wine freezes with Secure NetTerm in Ubuntu
8.04, not in 7.10
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taxi10000(a)planet.nl
Created an attachment (id=14094)
--> (http://bugs.winehq.org/attachment.cgi?id=14094)
Forum Ubuntu
Wine freezes during session for a few minutes. After a while the session
continues correctly where it left off. This repeats with different intervals.
In Gutsy this problem did not occur.
--
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=14579
Summary: Regression: Heavy Weapon locks up screen
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.popcap.com/games/heavyweapon
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Heavy Weapon deluxe works fine in 0.9.51, but locks up the screen in 1.0.0 and
1.1.1.
There are reports in the appdb that it works with 0.9.55 too, but it would take
a long time to find which version it stopped working in.
To make this even stranger, I've just tried it again under Wine 1.0.0 and it
now works! So something must have "completed" to get it working when it was
run in 0.9.55.
I don't have any bash readouts as it now works, and the readouts I did have
were lost when the screen went... strange.
--
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=13360
Summary: Vim eats up 100% of cpu
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.vim.org/pub/vim/pc/gvim71.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
While testing bug #13350, I found that running gvim on my an old box at work
(Dual cpu p3, xubuntu feisty, wine from today's git), eats up 100% of the cpu
(52% to wineserver, 46% to gvim). Running wine notepad, however, works
perfectly fine (0-2% of cpu).
Not sure what trace would help here...
--
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.