Resolved: [sldev] 1.19.1.4 RC - Crashes after successful build

Felix Duesenburg kfa at gmx.net
Wed Apr 9 03:14:59 PDT 2008


Not sure if anyone else is still experiencing this, but for me it 
doesn't occur anymore. Why, I am at a loss to explain though. After the 
umpteenth dumb blind noobish-desperate clean sweep of the source tree 
incl. converting the project files for MSVC++ 2005 (even reinstalled the 
official viewer), the problem just vanished ever since I _religiously_ 
copy my compiled viewer into the program directory of the official 
viewer, plus only the files I have tweaked in app_settings or xui (keep 
backups of the originals, of course).

I can only concede to some newbie oversight, as I have not been able to 
trace this back to any understandable cause. Even a binary comparison of 
the resource files did not reveal anything.

Hope the above procedure helps someone else avoid two days of 
headbanging. The debug configuration still doesn't build.

Cheers,
Felix


PS: To make sure I always know if I'm using the release viewer or my 
own, I also applied this little change:

--- linden-orig/indra/newview/llappviewer.cpp    2008-03-29 
16:25:00.000000000 -0400
+++ linden/indra/newview/llappviewer.cpp    2008-04-07 
10:36:39.187500000 -0400
@@ -2031,7 +2031,7 @@
     }
    
     // XUI:translate
-    gSecondLife = "Second Life";
+    gSecondLife = "My Second Life";
 
     // Read skin/branding settings if specified.
     if (! gDirUtilp->getSkinDir().empty() )



More information about the SLDev mailing list