http://bugs.winehq.org/show_bug.cgi?id=12333
Summary: .net 1.0 installer downloader crashes in
INTERNET_SendCallback
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
dotnetfx.exe, size 398800, date (on my computer, anyway) of
Dec 16 2004, sha1sum 6ea6b2f56dde4c7414d676c726dbb36cf5ad00cc
is a downloader for the real .net framework 1.0.3705.
Running it goes fine until the download ends, at which point
it crashes in a callback:
Unhandled exception: page fault on read access to 0x14789f76 in 32-bit code
(0x005821c0).
Backtrace:
=>1 0x005821c0 (0x7ddeb044)
2 0x7dccca24 INTERNET_SendCallback+0x97(hdr=0x1327f0, dwContext=0x582198,
dwInternetStatus=0x46, lpvStatusInfo=?, dwStatusInfoLength=0x4)
[dlls/wininet/utility.c:259] in wininet (0x7ddeb094)
3 0x7dcbbe6a WININET_Release+0x7a(info=?) [dlls/wininet/internet.c:190] in
wininet (0x7ddeb0c4)
4 0x7dcb23cc HTTPREQ_Destroy+0x76(hdr=?) [dlls/wininet/http.c:1353] in
wininet (0x7ddeb0f4)
5 0x7dcbbe91 WININET_Release+0xa1(info=?) [dlls/wininet/internet.c:196] in
wininet (0x7ddeb124)
6 0x7dcbc04d WININET_FreeHandle+0x10d(hinternet=0x3)
[dlls/wininet/internet.c:235] in wininet (0x7ddeb164)
7 0x7dcbebbf InternetCloseHandle+0x3b(hInternet=?)
[dlls/wininet/internet.c:1043] in wininet (0x7ddeb194)
8 0x00422412 in dotnetfx (+0x22412) (0x00000000)
0x005821c0: testb %dh,0x14207dde(%ecx)
--
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=12329
Summary: Palringo: Tabbing isn't handled correctly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.palringo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)palringo.com
In the signin window when entering email address pressing tab should switch to
the next control (the password box), however this is skipped and focus shifts
to the control after this (the remember me box), continued tabbing will always
skip the password box.
A similar thing happens on the My Identity window, skipping the status line box
and only switching between the nickname and change controls.
--
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=12277
Summary: FIFA2002 demo installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.jeuxvideo.fr/telecharger-demo-jouable-
2287.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 9558
Created an attachment (id=11724)
--> (http://bugs.winehq.org/attachment.cgi?id=11724)
+relay,+seh,+tid log in git
FIFA2002 demo crashes almost immediately on launch:
wine: Unhandled page fault on read access to 0x00000000 at address 0x600099d5
(thread 001a), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x600099d5).
--
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=12227
Summary: gdi32: font.ok test fails in kubuntu hardy
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11661)
--> (http://bugs.winehq.org/attachment.cgi?id=11661)
+gdi,+font trace in git
In a fresh install of kubuntu hardy (with KDE 4), gdi32: font.ok is
consistently failing:
---snip---
font.c:1579: Test failed: gm1=30,11,4,56,38,0 gm2=44,40,-1,40,41,0
font.c:1579: Test failed: gm1=68,71,7,59,80,0 gm2=44,40,-1,40,41,0
font.c:1579: Test failed: gm1=68,71,7,59,80,0 gm2=44,40,-1,40,41,0
---snip---
+gdi,+font trace 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=12170
Summary: Ventrilo not repainting the window
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgerst(a)didntduck.org
After switching away from and back to Ventrilo, the window does not always
repaint. Bisecting with git shows this commit as the possible culprit:
eaea28e5d83b8d302eed62dbf574b5d6d2c14cdd is first bad commit
commit eaea28e5d83b8d302eed62dbf574b5d6d2c14cdd
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Feb 27 19:15:12 2008 +0100
winex11: Check the current window state on Map/UnmapNotify and ignore
obsolete events.
:040000 040000 7e1445566b90d5698bf55518f394983085e88ad8
7f53d5ee2efbcca69979a10aec3338501e313674 M dlls
--
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=12142
Summary: "make test" fails in user32/msg.ok
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)fatlxception.no-ip.org
I get the following failures when running "make test" on user32/msg.ok:
msg.c:4117: Test failed: SetWindowPos:WmSWP_ResizeNoZOrder: the msg 0x0047 was
expected, but got msg 0x0005 instead
msg.c:4117: Test failed: SetWindowPos:WmSWP_ResizeNoZOrder: the msg 0x0005 was
expected, but got msg 0x030f instead
msg.c:4117: Test failed: SetWindowPos:WmSWP_ResizeNoZOrder: the msg sequence is
not complete: expected 0000 - actual 001c
msg.c:6103: Test succeeded inside todo block: Alt press/release: marked
"todo_wine" but succeeds
I've been seeing this failure for quite a while and been skipping past it.
Just reproduced it in today's git. I'm running Ubuntu Gutsy 32-bit. Did a "rm
-rf ~/.wine && wineprefixcreate" immediately before the test. I'm running on a
'bare' X server (nothing but xterm), and winecfg is set to not allow managed
windows. If I reconfigure it to use a virtual desktop, the test failures go
away but the succeeding todo_wine remains.
Let me know if there's more information I can provide.
--
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=12141
Summary: "make test" fails in kernel32/comm.ok
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)fatlxception.no-ip.org
I get the following failures when running "make test" on kernel32/comm.ok:
comm.c:739: Test failed: A timed-out read should return TRUE
comm.c:740: Test failed: err=109
comm.c:742: Test failed: Unexpected TimeOut 0, expected 1000
I've been seeing this failure for quite a while and been skipping past it.
Just reproduced it in today's git. I'm running Ubuntu Gutsy 32-bit. Did a "rm
-rf ~/.wine && wineprefixcreate" immediately before the test. There's nothing
connected to my PC's serial ports, but my user should have permission to access
them.
Let me know if there's more information I can provide.
--
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=12062
Summary: Gametap only shows white screen
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: enhancement
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
In wine 0.9.36 the initial window comes up fine, in current git it only shows 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=12029
Summary: Microsoft Visual Basic 6.0 Enterprise Edition crashes
with page fault with Windows version > Windows ME
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11367)
--> (http://bugs.winehq.org/attachment.cgi?id=11367)
Backtrace output of VB 6 Enterprise Edition installer
Using Wine version wine-0.9.57-152-g102b9d1, launching the Visual Basic 6.0
Enterprise Edition installer with Windows version set higher than Windows ME
results in a page fault after clicking Next at the intial screen. Running the
installer on a native XP machine did not produce such a crash. Attached are
relevant backtraces, and the page fault was the only message that was
outputted.
--
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=11879
Summary: gdiplus: crash when reading png file
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbill.lam(a)gmail.com
crash when trying to read a png file using
GdipCreateBitmapFromFile
GdipGetImageWidth
GdipGetImageHeight
GdipBitmapLockBits
--
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.