[Bug 6656] Servant Salamander crashes just before it starts.

Wine Bugs wine-bugs at winehq.org
Thu Nov 16 02:36:04 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=6656





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2006-16-11 02:36 -------
Created an attachment (id=4107)
 --> (http://bugs.winehq.org/attachment.cgi?id=4107&action=view)
part of +relay log

Looks like it fails because of some missing icon resources (#20, 29 and 31).
Petr, could you try the following patch and report back(for now this is a quick
hack):

diff --git a/dlls/shell32/shres.rc b/dlls/shell32/shres.rc
index c9757dd..efe9940 100644
--- a/dlls/shell32/shres.rc
+++ b/dlls/shell32/shres.rc
@@ -35,6 +35,15 @@ BEGIN
	VK_F5, FCIDM_SHVIEW_REFRESH, VIRTKEY
 END

+/* BINRES 31.ico */
+31 ICON document.ico
+
+/* BINRES 29.ico */
+29 ICON document.ico
+
+/* BINRES 20.ico */
+20 ICON document.ico
+
 /* BINRES document.ico */
 IDI_SHELL_DOCUMENT ICON document.ico
 /* {

BTW, after applying the patch , reinstall Servant Salamnder in a fresh .wine,
and see if it works.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list