[Bug 15758] New: Page Maker 6.5 can't find resource file
http://bugs.winehq.org/show_bug.cgi?id=15758 Summary: Page Maker 6.5 can't find resource file Product: Wine Version: 1.1.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs(a)winehq.org ReportedBy: pgr(a)arcelectronicsinc.com When checking bug 4836 in pagemaker 6.5 a regression was prevented testing. After this commit when starting pm65.exe a dialog box pops up stating it could not find resource file pm65.rsl and after clicking ok the program exits. 8e5f28127644344247056337a4eeca71f0e43322 is first bad commit commit 8e5f28127644344247056337a4eeca71f0e43322 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 30 12:51:35 2008 +0200 ntdll: Add some sanity checks for invalid relocation blocks. -- 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=15758 Paul Romanyszyn <pgr(a)arcelectronicsinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-24 23:33:09 --- reverting commit on wine-1.1.7 allows it to run. -- 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=15758 --- Comment #2 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-24 23:37:03 --- Created an attachment (id=16858) --> (http://bugs.winehq.org/attachment.cgi?id=16858) +file,+ntdll Any other traces? -- 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=15758 --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-25 04:08:11 --- Try a +module. -- 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=15758 --- Comment #4 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-25 09:49:02 --- Created an attachment (id=16868) --> (http://bugs.winehq.org/attachment.cgi?id=16868) +module trace from trace trace:module:map_image relocating from 0x10000000-0x100ef000 to 0x14a0000-0x158f000 warn:module:map_image invalid address 0x73a97000 in relocation 0x158e000 warn:module:load_dll Failed to load module L"C:\\PM65\\RSRC\\USENGLSH\\PM65.RSL"; status=c0000005 -- 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=15758 --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-25 12:55:52 --- Looks like the PM65.RSL file is corrupt. Could you please mail me that file? -- 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=15758 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |4836 -- 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=15758 --- Comment #6 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-25 13:43:56 --- File sent via PM. Reinstalled to a clean prefix and same error occurs. -- 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=15758 --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-25 13:59:38 --- Created an attachment (id=16873) --> (http://bugs.winehq.org/attachment.cgi?id=16873) Avoid empty relocation Thanks. The relocation entry is clearly garbage, but apparently Windows ignores it so we should too. This patch should help. -- 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=15758 --- Comment #8 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-25 16:05:18 --- patch corrects problem -- 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=15758 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=15758 Paul Romanyszyn <pgr(a)arcelectronicsinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-27 21:07:56 --- Checked with today's git and it now working. -- 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=15758 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-11-07 10:47:08 --- Closing bugs fixed in 1.1.8. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=15758 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |eaae717ede28d155937fdab12f3 | |5a9b33f2ca00e Regression SHA1| |8e5f28127644344247056337a4e | |eca71f0e43322 -- 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.
participants (1)
-
wine-bugs@winehq.org