http://bugs.winehq.com/show_bug.cgi?id=1912
------- Additional Comments From tobias.burnus(a)physik.fu-berlin.de 2004-04-01 12:02 -------
Created an attachment (id=475)
--> (http://bugs.winehq.com/attachment.cgi?id=475&action=view)
Output of 'wine -debugmsg +heap,+relay,+seh' (gzipped, 4999 bytes)
Current CVS version of wine + debugging patch.
000b:Call kernel32.HeapValidate(40360000,00000000,00000000) ret=40bf4a73
err:heap:HEAP_ValidateInUseArena Heap 40360000: invalid in-use arena magic for
4
03d0ae0
000b:Ret kernel32.HeapValidate() retval=00000000 ret=40bf4a73
err:ole:VariantCopy HV failed at end.
000b:Call kernel32.HeapValidate(40360000,00000000,00000000) ret=40bdaefc
err:heap:HEAP_ValidateInUseArena Heap 40360000: invalid in-use arena magic for
4
03d0ae0
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=1903
traxtopel(a)fastmail.fm changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|using dead_diaeresis i.e. |using dead_diaeresis i.e.
|e+ š crashes wine |e+ š crashes wine
------- Additional Comments From traxtopel(a)fastmail.fm 2004-04-01 11:53 -------
Problem occured after patch
http://cvs.winehq.com/patch.py?id=10332
was added
i.e.
diff -u wine/dlls/x11drv/x11drv_main.c:1.81 wine/dlls/x11drv/x11drv_main.c:1.82
--- wine/dlls/x11drv/x11drv_main.c:1.81 Sun Jan 4 12:42:42 2004
+++ wine/dlls/x11drv/x11drv_main.c Sun Jan 4 12:42:42 2004
@@ -340,6 +340,8 @@
/* Open display */
+ if (!XInitThreads()) ERR( "XInitThreads failed, trouble ahead\n" );
+
if (!(display = XOpenDisplay( NULL )))
{
MESSAGE( "x11drv: Can't open display: %s\n", XDisplayName(NULL) );
removing this patch and the problem goes away, can someone find out why this
causes an issue?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1925
------- Additional Comments From khai(a)mangrai.com 2004-04-01 10:29 -------
Here is a simpler program:
http://www.mangrai.com/khai/winegear/bug1925.tar.gz
If you can run it successfully, the text "Foo" should be displayed in black
somewhere if you look carefully. The program runs fine if I remove the calls to
Qt's OpenGL renderText function.
Let me know if you need sources to the actual call to wgl stuff. I'll have to
dig it up from the Qt source code.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1010
------- Additional Comments From eetasoft(a)online.ee 2004-04-01 09:55 -------
I tried with Wine20031212 in Debian Woody , Visual FoxPro 7.
I was unable to run Visual Foxpro 7 application with default wine config file
shipped with 20031212 deb package.
After adding
[Version]
"Windows" = "win2k"
to config file
My Visual FoxPro 7 application works OK.
The attachment in bug #1926 and also from www.eetasoft.ee/scrollbug.zip
reproduces this problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1925
------- Additional Comments From khai(a)mangrai.com 2004-04-01 09:39 -------
It's a huge application written in Qt. I'll try to craft a smaller app and
replicate the problem before I pass it on to you.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1912
------- Additional Comments From marcus(a)jet.franken.de 2004-04-01 09:23 -------
hmm, i do not see any problem in the source.
can you apply this debugging patch and run again and report
the lines as before?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=1926
Summary: FoxPro scrolling produces garbage output in report
preview
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.eetasoft.ee/scrollbug.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eetasoft(a)online.ee
To reproduce:
1. Unpack files from www.eetasoft.ee/scrollbug.zip to some writeable directory.
2. Run wine scrollbug.EXE
3. Press Down arrow key 10 times.
4. Press Up Arrow key 10 times.
Observed result:
Preview window is totally corrupted.
Note.
When other winow is activated, the corruption disappears.
Unfortunately, this is very inconvenient.
Platform
wine20031212 deb package
Debian Woody
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1776
david(a)theadamsclan.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From david(a)theadamsclan.com 2004-04-01 08:57 -------
Problems resolved in (november build). Filemaker pro 5.5/6 ok.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.