http://bugs.winehq.org/show_bug.cgi?id=11884
Summary: Copy and paste garbage on end
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, if you install Firefox 2, and then
try to copy a URL from Linux firefox into Windows firefox,
you often get one character of garbage on the end.
--
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=11863
Summary: Dance eJay 7 Demo crashes with pagefault and backtrace
in quartz
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://support.empireinteractive.com/default.aspx?MID=8F
F6D156CB73&PID=D70EED24-7412-4A36-A7B2-879837165C8C
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11150)
--> (http://bugs.winehq.org/attachment.cgi?id=11150)
quartz debug channel and backtrace for Dance eJay 7 Demo
When starting the Dance eJay 7 Demo with Wine Git version
wine-0.9.56-420-g22f146f, the application page faults inside quartz.dll.
Relevant backtraces are 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=11860
Summary: Regression in user32 preventing Windows XP mspaint from
launching
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
CC: julliard(a)winehq.org
Created an attachment (id=11148)
--> (http://bugs.winehq.org/attachment.cgi?id=11148)
Relay traces for mspaint.exe
With the current Git version, starting mspaint.exe (with prerequisite VC++ 6
redist) simply results in a hang and no window shown. Regression testing showed
the regression to be in:
commit e6a3d8082836518f18e0d81440c201bbad407acc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Mar 4 20:45:40 2008 +0100
user32: Store the window placement information directly in the main window
structure.
Wine at commit accfce21d3e042638a5eac8a8379eda2964fcd0a, the commit just before
this particular one, and 0.9.56 does not exhibit this problem. Attached are the
relevant relay trace lines at the hanging point.
--
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=11850
Summary: impossbile change focus from wine to everything else
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giskard(a)autistici.org
When i change the focus from a wine window to another one, the wine window will
not be rendered anymore.
step to reproduce the bug:
start an app
switch to another virtual desktop
re-switch to the virtual desktop with the wine app.
maybe something broken in the opengl implemetation?
--
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=11840
Summary: Cygwin apps can't start up, fail creating a mailslot
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cygwin.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Cygwin with all defaults works fine up until it
tries to run the postinstall bash scripts.
When it fails, kill it, then just try to run bash; you'll
get the same error. Here's a log; it shows a problem creating a
mailslot immediately before the crash. Our current mailslot conformance
test doesn't test quite this kind of path, fwiw.
0009:Call KERNEL32.CreateFileA(61169e60
"\\\\.\\mailslot\\cygwin\\dev\\kmsg",40000000,00000007,61109448,00000003,00000000,00000000)
ret=6102f82c
trace:file:CreateFileW L"\\\\.\\mailslot\\cygwin\\dev\\kmsg" GENERIC_WRITE
FILE_SHARE_READ FILE_SHARE_WRITE FILE_SHARE_DELETE creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U
(L"\\\\.\\mailslot\\cygwin\\dev\\kmsg",0x68afd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\mailslot\\cygwin\\dev\\kmsg" 520
0x68ad14 (nil))
trace:ntdll:NtCreateFile handle=0x68afd8 access=40000000
name=L"\\??\\mailslot\\cygwin\\dev\\kmsg" objattr=00000042 root=(nil) sec=(nil)
io=0x68afc8 alloc_size=(nil)
attr=00000000 sharing=00000007 disp=1 options=00000050 ea=(nil).0x00000000
0009: open_file_object( access=40000000, attributes=00000042, rootdir=(nil),
sharing=00000007, options=00000050,
filename=L"\\??\\mailslot\\cygwin\\dev\\kmsg" )
0009: open_file_object() = OBJECT_NAME_NOT_FOUND { handle=(nil) }
warn:file:CreateFileW Unable to create file
L"\\\\.\\mailslot\\cygwin\\dev\\kmsg" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
0009:Ret KERNEL32.CreateFileA() retval=ffffffff ret=6102f82c
...
trace:seh:raise_exception code=c0000005 flags=0 addr=0x61047509
...
1003758 [main] bash 8 _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
1011769 [main] bash 8 open_stackdumpfile: Dumping stack trace to
bash.exe.stackdump
1088615 [main] bash 8 _cygtls::handle_exceptions: Exception:
STATUS_ACCESS_VIOLATION
1090961 [main] bash 8 _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
--
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=11831
Summary: aSc Timetables 2008: Z-ordering issue in animated
tutorial character
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.asctimetables.com/download_en.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
On Wine version wine-0.9.56-337-gb0269c9, when invoking the tutorial screens
for aSc Timetables 2008 (via Show Tutorial -> tutorial buttons), the animated
character that is supposed to present the tutorial information ends up showing
up behind the main window, whereas on Windows the character properly shows up
in front of the main window.
--
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=11816
Summary: Magic Workstation main window disappears immediately?
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.magicworkstation.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Magic Workstation installs fine, and starts ok, but
once the tip of the day is dismissed, the app
becomes invisible. No windows. What's up with that?
--
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=11792
Summary: Wine dies with an X BadWindow error using Warhammer Dark
Crusade
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fdelente(a)mail.cpod.fr
As of yesterday's git, wine doesn't start anymore and dies when I try to start
Warhammer 40k: Dark Crusade.
It gives the following error:
X Error: BadWindow
Request Major code 2 ()
ResourceID 0xa0000e
Error Serial #114
Current Serial #115
I did regression tests and found the following bad commit:
220163ee9d698543fe34257969a88e5976d378de is first bad commit
commit 220163ee9d698543fe34257969a88e5976d378de
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Fri Feb 22 20:55:02 2008 +0000
wgl: Remove unneeded opengl initialisation code at wine startup.
:040000 040000 6f47946106e17f0167e5916e88baa2aefa282cc1
062a91903257469af576e37ced3f0f7475b38027 M dlls
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=11791
Summary: BiblePro installer crashes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://bibleocean.com/default.aspx?UC=DOWNLOAD
OS/Version: other
Status: UNCONFIRMED
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Was about to try another .net app, but it crashes right away here. As stated in
bug http://bugs.winehq.org/show_bug.cgi?id=10316, the installer got further
before this regression. Must be one of those wininet patches that went in
lately. I'll attach the crash
--
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=11786
Summary: WiseCustomCalla.dll invalid or not found
Product: Wine
Version: 20050930
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehblunderbuss(a)gmail.com
Created an attachment (id=11047)
--> (http://bugs.winehq.org/attachment.cgi?id=11047)
Screenshot of error window
When installing an MSI, an error pops up, saying WiseCustomCalla.dll is invalid
or not found.
On a previous commit wine-0.9.56-250-<sha1> , after clicking OK the installer
window would open, and the same error window would pop up. On this commit,
wine-0.9.56-264-g848383a, no installer window pops up.
I did not test the installer further.
Also appearing: rdab0c65fe4-01.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.