http://bugs.winehq.org/show_bug.cgi?id=19924
Summary: centry7 application (running within IE) doesn't handle
font correctly
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toralf.foerster(a)gmx.de
Today I tried to replay an internal IBM presentation using the Centry software
tool w/ this command line:
$>wine TAD4DLMT-7.2-Server-Installation-\(PSS916584\)_en_US_09-09-01_10.06.exe
1>log.txt 2>&1
AS seen in the attached screen shot, the presentation itself is displayed well,
audio works fine, but the lists to the left side are empty except the icons.
--
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=17653
Summary: VB3 - 16bit error: "Unhandled exception: floating point
stack check in 32-bit code"
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigi(a)pajella.com
Created an attachment (id=19838)
--> (http://bugs.winehq.org/attachment.cgi?id=19838)
WINEDEBUG=+seh (partial) output
I've got a VB6 application which I'm trying to run on Wine 1.0.9.
Several modules of the software are still made in VB3 (application name is
"Ec501.exe") and are called by the 32 bit part.
I understand that the 32 bit is put on hold until the 16bit is completed
(Mutex16 stuff)
When I start the 16 bit part I get the attached error message and the 16bit
part is not executed.
In particular I get:
"Unhandled exception: floating point stack check in 32-bit code"
PS: My machine is an Athlon 1200 with Ubuntu 8.10 and gnome.
PS2: Im running the etersoft wine version "wine_1.0.9-eter41ubuntu_i386"
because the software is protected by an USB Eutron Smartkey (which etersoft
version supports). The part related to the smartkey works correctly.
WINEDEBUG=+seh log attached
Thanks
--
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=14150
Summary: Shaders 3.0 ugly in wine 1.1
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taril_laszlo(a)yahoo.co.uk
With Depht of Fields the shaders are fragmented.
--
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=21361
Summary: Segmentation fault (NULL dereference) while trying to
run Tony Hawk 2
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lmage11(a)twcny.rr.com
Created an attachment (id=25722)
--> (http://bugs.winehq.org/attachment.cgi?id=25722)
Messages and backtrace that wine produces
I'm trying to relive my prepubescent life by playing Tony Hawk 2, and wine is
not making it easy. :)
At first I got this, and nothing else happened (I got a black screen):
fixme:mixer:ALSA_MixerInit No master control found on VirMIDI, disabling mixer
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:d3d_caps:init_driver_info Unhandled vendor 8086.
fixme:win:EnumDisplayDevicesW ((null),0,0x32ea78,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x13a618,0x1cd290): stub
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 58
err:ddraw:PixelFormat_WineD3DtoDD Can't translate this Pixelformat 64
I then changed X11's screen depth to 16, and got some different errors and a
segfault. This bug is about the segfault, even though I suspect that the
segfault wouldn't happen if the previous errors were resolved. Backtraces from
wine and gdb are attached.
I pretty much know how the segfault happens on a low level, but I don't know
what the correct resolution is because I don't know anything about D3D or 3D in
general, let alone how wine implements that stuff. Here's the "flow" of code
which causes the segfault to happen:
IDirectDrawImpl_CreateSurface is called
IDirectDrawImpl_AttachD3DDevice is called
IWineD3DDevice_Init3D is called
IWineD3DDeviceParent_CreateSwapChain call fails
Jumps to err_out label, This->swapchains is never allocated
Error handling causes stuff to return until we're in
IDirectDrawImpl_CreateSurface again
... and you can see the rest from the backtraces
--
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=18713
Summary: D3D does not cope with limited GL cards
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jengelh(a)medozas.de
Trying to play GTA2 in Wine 1.1.22 gives a black screen, but everything else
(well, sound) works. Additionally, wine throws this error:
fixme:d3d:set_tex_op_nvrc >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from
set_tex_op_nvrc()
I am using nvidiagfx-legacy96.43. Switching to the free 'nv' driver with Mesa
as a GL library does display the GTA2 game screen - albeit slow, as expected
from Mesa. The card I am using is a Geforce2MX 400 ("NV11"). The lack of
potential features should be worked around, I would say.
--
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=15205
Summary: Spore: incorrect rendering of rivers
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizipzor(a)gmail.com
The rivers are very deep and steep in all stages of the game, see attached
screenshots.
Also note that its just not the rendering, its quite easy to get stuck down in
the river. I just named the bug rendering because I dont know what else to call
it.
--
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=21439
Summary: Borland C++ 5.02 crash
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)recover.eu
Hi,
The problem is the next:
When you start Borland C++5.02 it seems to work but when you edit
a file, it crashs! (divide by zero in 32-bit code at 0x0042982b)
Where can i look to help you to correct this?
thanks
I can put the BC5.tar.gz (who is the BorlandC++ 5.02 already installed) or if
you prefer BC502.tar.gz (who is the installer (*.pak + setup.exe)
thanks for a quickly respons
--
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=23258
Summary: Morrowind: water rendering issue
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=28968)
--> (http://bugs.winehq.org/attachment.cgi?id=28968)
Water rendering in Wine-1.2-rc4
In the game The Elder Scrolls III: Morrowind water is rendered incorrectly when
'Pixel shading' option is 'On' from the game's launcher. The screenshot is
showing what the water looks like now.
As it turned out the last version which rendered water correctly for me is
1.1.27.
Result of regression testing:
ffb38da024b044b4958d21784b5cc290291883a9 is the first bad commit
commit ffb38da024b044b4958d21784b5cc290291883a9
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Aug 19 10:55:36 2009 +0200
wined3d: Try to force a top-left filling convention.
:040000 040000 122eaac95476b3966895982a293eafce8f713f9f
c46ac35da6add24a8a6409479cfab044df05ec01 M dlls
I could revert the patch cleanly on top of 1.1.33 and that fixed the issue.
Fedora 13
Wine-1.2-rc4 (clean install with default registry settings: ORM=fbo)
Nvidia 7600 card with driver 195.36.24
--
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=14186
Summary: Morrowind stucks for 3-5seconds during background music
change (in combat)
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vit.hrachovy(a)sandbox.cz
Created an attachment (id=14454)
--> (http://bugs.winehq.org/attachment.cgi?id=14454)
Morrowind wine debug log
Since 0.9.59 to the recent 1.1.0, Morrowind there was introduced a quartz
regression that causes Morrowind to become non-responsive for 3-5 seconds when
background music changes (i.e. when combat starts or stops).
See the tail of the attached logfile for more info.
--
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=19219
Summary: EVE crashes with a page fault after update to WINE
1.1.25
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.dack(a)ntlworld.com
After updating WINE from version 1.1.24 to 1.1.25 does EVE crash with a page
fault.
It happens after about 1-5 minutes during the game and without any sign to what
might cause.
Hardware:AMD Phenom x4 9850 BE with NVidia GTX 260
GFX Driver: NVidia 185.18.14
Kernel: 2.6.26
Distribution: Debian Lenny/Squeeze
See the attachment for the WINE output.
--
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.