http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 13:00:15 2002
--- shadow/311.tmp.12932 Tue Apr 30 13:08:26 2002
***************
*** 259,261 ****
--- 259,272 ----
To reduce the log size you can kill the successful run right after it started -
it still will generate the necessary debuggning information.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:08 -------
+ Tip - you don't even need to use text editor.
+
+ Find the line number with:
+ grep -n "err:module:map_image" 1.log
+
+ Add 4 to the line number and get the head of the file with:
+ head -n nlines 1.log > head.log
+
+ where "nlines" is the number of lines to cut.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 12:27:10 2002
--- shadow/311.tmp.12287 Tue Apr 30 13:00:15 2002
***************
*** 244,246 ****
--- 244,261 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:27 -------
OK, logs are attached to bugzilla. Thanks to autors of bzip2, otherwise this file has 52megabytes. With bzip2
it has only 300kB.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 13:00 -------
+ Thank you Jaroslav, nice job.
+
+ Hmm, I did not find any differences between the two which would show the problem.
+ Can you try to run the app as before but with all debugging information turned on?
+ wine --debugmsg +all app.exe &> 1.log
+ I don't need the whole log - the problem occurs on a 102 line of the log, it
+ will be no more than a few hundred lines for complete debugging information.
+ Could you locate in the log the string "err:module:map_image" and give me only
+ the log up to this point plus 4 lines after the error?
+ Cut the successful run log on the same line number.
+
+ To reduce the log size you can kill the successful run right after it started -
+ it still will generate the necessary debuggning information.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 12:25:28 2002
--- shadow/311.tmp.10175 Tue Apr 30 12:27:10 2002
***************
*** 239,241 ****
--- 239,246 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:25 -------
Created an attachment (id=75)
Wine succeds to execute this - log
+
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:27 -------
+ OK, logs are attached to bugzilla. Thanks to autors of bzip2, otherwise this file has 52megabytes. With bzip2
+ it has only 300kB.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Tue Apr 30 12:09:42 2002
--- shadow/311.tmp.9975 Tue Apr 30 12:24:36 2002
***************
*** 230,232 ****
--- 230,236 ----
Jaroslav, I did not receive the files, probably Yahoo did not allow such big
attachments.
Could you pack the logs and attach to the bug?
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-30 12:24 -------
+ Created an attachment (id=74)
+ wine fails to execute this - log
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Mon Apr 29 01:44:26 2002
--- shadow/311.tmp.9167 Tue Apr 30 12:09:42 2002
***************
*** 225,227 ****
--- 225,232 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-29 01:31 -------
I sent log files from wine directly by E-mail to Andriy Palamarchuk.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-04-30 12:09 -------
+ Jaroslav, I did not receive the files, probably Yahoo did not allow such big
+ attachments.
+ Could you pack the logs and attach to the bug?
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=620
*** shadow/620 Thu Apr 25 19:54:53 2002
--- shadow/620.tmp.5734 Tue Apr 30 00:13:01 2002
***************
*** 17,19 ****
--- 17,22 ----
| DESCRIPTION |
Using wine from 04/23/2002, when drag my buddy list window in trillian the X server
crashes.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-30 00:13 -------
+ *** Bug 621 has been marked as a duplicate of this bug. ***
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=619
*** shadow/619 Mon Apr 29 11:59:55 2002
--- shadow/619.tmp.32355 Mon Apr 29 12:00:15 2002
***************
*** 29,31 ****
--- 29,55 ----
------- Additional Comments From michaelc(a)lindows.com 2002-04-29 11:59 -------
Created an attachment (id=73)
output of +psdrv from cvs 04/23/2002
+
+
+ ------- Additional Comments From michaelc(a)lindows.com 2002-04-29 12:00 -------
+ On Sat, Apr 27, 2002 at 10:53:20PM +0200, Marcus Meissner wrote:
+ > Actually I just did a full recompile and I am still able to print.
+ > (Tested using standard 32bit notepad.exe.)
+
+ I apologize for the erroneous bug report. I didn't have libcupsys2-dev
+ on my machine. Now that I have that and I did a full recompile, I can
+ get a print dialog from word with the correct printer description, but
+ when I click the print button, it doesn't print.
+
+ Printing from notepad doesn't work either, it seems to do something, and
+ gives me an hourglass that goes away once you move the mouse. I've
+ attached the output of +psdrv to this bug.
+
+ > Are you still using the same test application? Did you compile in CUPS support?
+ > (ldd winspooldrv.so shoud show libcups.so referenced).
+
+ I usually use word as my test application.
+
+ Crossover office can actually print from word, excel, outlook and ie,
+ but not notepad.
+