http://bugs.winehq.org/show_bug.cgi?id=12812
Summary: wine crashes when attempting to play Sid Meier's
Civilization 4 version 1.74
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jps.sgtrock(a)gmail.com
Created an attachment (id=12493)
--> (http://bugs.winehq.org/attachment.cgi?id=12493)
Full console output
The crash looks like it occurs because for some reason the app is unable to
build a menu. The initial splash screen that says "Loading..." in several
languages shows up fine. Then I get the following dialog boxes:
"Error locating tag node in SetGlobalClassInfo function
Current XML file is: GameInfo/CIV4PlayerOptionInfos.xml"
Clicking "OK" gets the same dialog box repeated. After that, the game crashes.
The attached file shows the output to the console.
--
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=20869
Summary: $ LANG=ja_JP wine iexplore pagefaults
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
wine iexplore in japanese pagefaults. Requires japanese language support
installed.
Untested in any other language than english and japanese. Other wine programs
work fine.
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.
http://bugs.winehq.org/show_bug.cgi?id=21247
Summary: CoD4: Modern Warfare cannot be installed
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magicjakub(a)gmail.com
Created an attachment (id=25538)
--> (http://bugs.winehq.org/attachment.cgi?id=25538)
wine console output
The installation stops nearly at its end with alert "1603 critical error".
Attached the
--
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=24818
Summary: EVE Online Testserver character creation has some
rendering issues
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
Created an attachment (id=31388)
--> (http://bugs.winehq.org/attachment.cgi?id=31388)
feet/shoes are rendered somewhere else, upside down and in blue
The character creation does not work as expected as the clothing is not
correctly rendered.
Come things are rendered upside down and in blue.
--
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=19397
Summary: Polar ProTrainer 5: IRDA connection to heart rate
monitor does not work
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.ronkko(a)iki.fi
I have installed Polar ProTrainer 5 software version 5.20.130 and attached a
USB IrDA dongle from Polar to use with my Polar RS800 heart rate monitor. After
installing the dongle and verifying that it can see my heart rate monitor using
irdadump, I tried to connect the software and the heart rate monitor. I
configured the softaware to use IrDA connection from
Options->Preferences->Hardware. (Other options are USB and COM1-COM9) Then I
try to transfer data from the heart rate monitor using Tools->Transfer Data. A
popup window appears saying "Reading Settings..." and disappears after a while.
No data is transferred and no error message is given by the software. The next
time I try to connect to the heart rate monitor from the software, I get an
error message saying "Communication port couldn't be opened." The next time I
try the transfer, I get the right dialog but no data transfer and after that
again the error message.
When I used irdadump to test the USB dongle, the red led inside flashed when it
was transmitting data. When I try to connect from the software, I do not see
this light.
--
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=24738
Summary: pdfedit crashes (dogfood)
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.cadkas.com/pdfedit!.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The program crashes on start with:
err:seh:setup_exception_record stack overflow 880 bytes in thread 0009 eip
685caf82 esp 00230fc0 stack 0x230000-0x231000-0x330000
A relay log shows a million of calls to NtQuerySystemInformation just before
this happens.
A stupid hack like below makes the application start fine. So something must be
unexpectedly be delivered by NtQuerySystemInformation which makes pdfedit
unhappy
diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index b323c23..e89df02 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -1321,7 +1321,7 @@ NTSTATUS WINAPI NtQuerySystemInformation(
OUT PVOID SystemInformation,
IN ULONG Length,
OUT PULONG ResultLength)
-{
+{return E_NOTIMPL;
NTSTATUS ret = STATUS_SUCCESS;
ULONG len = 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=18352
Summary: Overgrowth (Lugaru2): Segfault while starting
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infernux(a)web.de
Overgrowth¹ is an upcoming game by indie developer Wolfire. Preordering
(there's even a way to get it for free² right now!) the game gets you access
to weekly alpha releases.
Alpha releases up to A16 worked flawlessly in wine but starting with A17 the
game crashes while starting:
$ wine Lugaru2.exe
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000407", 0001: stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
wine: Unhandled exception 0xc000000d at address 0xe960073:0x7814e769 (thread
0009), starting debugger...
A blog post describing changes in A17 can be found here³.
It would be nice if someone could help me debugging this crash further.
[1] http://www.wolfire.com/overgrowth
[2] http://blog.wolfire.com/2008/11/preorder-overgrowth-for-free/
[3] http://blog.wolfire.com/2009/03/overgrowth-alpha-17/
--
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=23466
Summary: IMVU chat client has overlapping text
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://imvu.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install the IMVU client and enter a busy chat room.
Chat works, and you can even hear music played by
others, but the big scrolling text window has some
overdraw problems. Scrolling it to the bottom manually
clears it until it happens again.
--
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=21929
Summary: Civilization IV complete edition can't start due to
directx
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jean.Emploi(a)free.fr
Created an attachment (id=26616)
--> (http://bugs.winehq.org/attachment.cgi?id=26616)
Error message in a window says "Error:Creation failed: Could not match desired
fullscreen mode"
When trying to start the game, a splash screen gets displayed and goes through
several init steps. It crashed at the "Init Engine" step with an error message
"Error:Creation failed: Could not match desired fullscreen mode" (see 1st
attachment). The console window displays many error messages like this one
"err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_R32G32B32A32_FLOAT" (see 2nd attachment).
In the end, I can't play civilization IV using wine. :(
My setup :
Civilization IV Complete edition (DVD from retail, includes WARLORDS and BEYOND
THE SWORD expansion packs)
Ubuntu 9.10
wine 1.39
nvidia geforce 7300 LE, using proprietary driver v. 185.18.36
I also tried installing d3d9 using winetricks. It did not help.
--
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=22395
Summary: Propellerheads Reason 4.0 fails to start on 1.1.30 and
above
Product: Wine
Version: 1.1.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vahki.ttc(a)gmail.com
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9327
This a regression issue - the only visible error is through the program. The
error "this application cannot run because of an unknown error" pops up.
This appeared to work fine before 1.1.30, so this is probably a regression.
--
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.