http://bugs.winehq.org/show_bug.cgi?id=18628
Summary: Assertion failure when setting a breakpoint (x86_64
host)
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sylvain.pasche(a)gmail.com
Wine crashes when trying to set breakpoints from winedbg, or when trying to run
winedbg with --gdb.
I've built wine from git (version wine-1.1.22-51-g85b6189) on Ubuntu 9.04
x86_64.
$ winedbg notepad
Wine-dbg>b GetMessageW
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"shell32<elf>":
__stat<7ec53a10-00000032> stat<7ec53a10-32>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"shell32<elf>":
lstat<7ec53a50-00000032> __lstat<7ec53a50-32>
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value zero
(a)
[...]
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value one
(a)
fixme:dbghelp_dwarf:compute_location Unhandled attr op: e0
../../../wine-git/dlls/dbghelp/dwarf.c:1355: dwarf2_parse_variable: Assertion
`subpgm->func' failed.
Exception 80000101
Then I can continue, but the breakpoint is never hit.
When I try to run with --gdb, I'm getting a similar assertion:
winedbg --gdb --no-start notepad
0016:0017: create process 'C:\windows\system32\notepad.exe'/0x110660
@0x7ee3d388 (0<0>)
fixme:dbghelp_dwarf:compute_location Unhandled attr op: e0
../../../wine-git/dlls/dbghelp/dwarf.c:1355: dwarf2_parse_variable: Assertion
`subpgm->func' failed.
wine: Assertion failed at address 0xf7f99430 (thread 0009), starting
debugger...
Then I see the "Program Error" dialog box.
The strange thing is that with the same versions and same OS but i686
architecture, I don't get such assertions. Could gcc/binutils on x86_64 host
(i686 target) produce some different debug sections?
--
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=18558
Summary: d3d9/visual: tests fail with fbo or +heap enabled
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://test.winehq.org/data/1394c6eee3150c2ecf588a25ee
d6d329adc91950/wine_ae-ub904-fbo/d3d9:visual.html
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I noticed today that d3d9:visual fails the same way with +heap or FBO enabled.
Fixing the memory corruption may also fix the FBO tests?
http://test.winehq.org/data/1394c6eee3150c2ecf588a25eed6d329adc91950/wine_a…
visual.c:183: Driver string: "Display"
visual.c:184: Description string: "NVIDIA GeForce 9800 GT"
visual.c:185: Device name string: "\\.\DISPLAY"
visual.c:186: Driver version 7.15.11.8044
The tests pass fine with backbuffer/-heap.
--
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=18529
Summary: Two directX bugs in XNA-based games
(Infiniminer/Paddles)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.zachtronicsindustries.com/images/infinimine
r-installer-v1.5.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i saw this thread http://ubuntuforums.org/showthread.php?t=1162360 someone
trying to run this game, gave it a shot as well. The error-messagebox says:
-----------------------------------------------------------------------------
No suitable graphics card found.
The device creation parameters contain invalid configuration options.
This program requires pixel shader 1.1 and vertex shader 1.1.
------------------------------------------------------------------------------
Doesn't really reveal anything. So i decided to give a simpler xna game a try:
http://www.phstudios.com/tutorials/xna/Paddles/Paddles.zip
Running this gives a lot more info in the console:
Unhandled Exception: Microsoft.Xna.Framework.NoSuitableGraphicsDeviceException:
The device creation parameters contain invalid configuration options. --->
System.ArgumentException: The selected MultiSampleQualityLevel value is invalid
for the selected MultiSampleType.
at
Microsoft.Xna.Framework.GraphicsDeviceManager.ValidateGraphicsDeviceInformation(GraphicsDeviceInformation
devInfo)
at
Microsoft.Xna.Framework.GraphicsDeviceManager.CreateDevice(GraphicsDeviceInformation
newInfo)
So the The selected MultiSampleQualityLevel value is invalid for the selected
MultiSampleType is apparently the bug.
That's bug one then.
I can only do stupid hacks, the hack 1 attached gets the game a bit further.
It then crashes with:
Unhandled Exception: System.ArgumentException: The device name is not valid.
Device names are in the form \\.\\DEVICE1
Parameter name: screenDeviceName
at Microsoft.Xna.Framework.WindowsGameWindow.ScreenFromDeviceName(String
screenDeviceName)
Apperently it's not happy with what wine returns for ScreenDeviceName. It
expects something like "\\\\.\\DISPLAY1", i think wine returns something like
"\\.\\DISPLAY"
With the hack/patch 2 the paddles game starts fine then.
The other Infimer game also gets further with the two patches, but then halts
at a sound error, and still doesn't run :(. If a directx developer could have a
look and fix this that'd be nice, i think these bugs will affect all xna games
--
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=18162
Summary: dlls/comctl32/tests/treeview.c: value computed is not
used
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20628)
--> (http://bugs.winehq.org/attachment.cgi?id=20628)
patch
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
-pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -O2 -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o
treeview.o treeview.c
treeview.c: In function 'TestCallback':
treeview.c:279: warning: value computed is not used
treeview.c:304: warning: value computed is not used
treeview.c:313: warning: value computed is not used
treeview.c:322: warning: value computed is not used
treeview.c: In function 'TestExpandInvisible':
treeview.c:769: warning: value computed is not used
--
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=18082
Summary: windows common controls 6.0
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winetbox(a)gmail.com
some application, especially ListView items, is invisible on builtin comctl32
Wine. comctl32 (v5.8) redist from winetricks also don't run very well. it
crashes the application. eventually, i tried to use comctl32 from original
winxp system, it works like charm.
--
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=18063
Summary: CombineUrl adding incorrect slash at end of url.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aric(a)codeweavers.com
Created an attachment (id=20463)
--> (http://bugs.winehq.org/attachment.cgi?id=20463)
a test demonstrating the problem
This is affecting urls in outlook html messages.
outbind://xxxxxxxxx + http://wine:1234/dir should result in
http://wine:1234/dir
but presently results in http://wine:1234/dir/
attached is a patch that contains a test the demonstrates the 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=17880
Summary: Mirror's Edge: Crashes after logo animations
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)sohcahtoa.net
Created an attachment (id=20177)
--> (http://bugs.winehq.org/attachment.cgi?id=20177)
Debug log
Game installs fine, but when trying to play, after it shows the EA, Dice, and
Mirror's Edge logo animations, it hangs with a white screen.
--
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=17837
Summary: eCleaner: rich-edit related crash after wine update
1.1.15 -> 1.1.16 and 1.1.17
Product: Wine
Version: 1.1.17
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frank(a)silverwolfmedia.com
Created an attachment (id=20102)
--> (http://bugs.winehq.org/attachment.cgi?id=20102)
Log output generated upon eCleaner crash
eCleaner.exe used to run fine until wine 1.1.15. As of 1.1.16 and 1.1.17 it
crashes, spewing (apparently) richEdit related error messages. Logfile is
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=17668
Summary: Eve online autoupdater ends with and error
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=19863)
--> (http://bugs.winehq.org/attachment.cgi?id=19863)
Wine output
When i've tried to update my eve to latest patch, autoupdater will report an
error and will not update eve.
--
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=17404
Summary: MSN Messenger 7.0 stops sign in in Wine 1.1.13
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=CF49C56C-8B3E-4EAE-9904-9505F47BED45&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
MSN Messenger 7.0 stop sign in in Wine 1.1.13. This is a regression caused by:
12931062fbf5387cfcb0bdb65a110c503728bd6b is first bad commit
commit 12931062fbf5387cfcb0bdb65a110c503728bd6b
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Jan 13 00:28:25 2009 +0100
wininet: Make sure that we have data buffered before sending
INTERNET_STATUS_REQUEST_COMPLETE notification.
:040000 040000 0259bff5b0c7b873797e53eab4fb90c50c7e0dcc
29233a4b1c6fa332cefe07757221086eee775afa M dlls
Still a problem in wine 1.1.15
--
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.