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