It could also indicate a problem with the manifest, either embedded or in separate file not being included in the build, or pointing to a wrong CRT dll. I am running here on Vista 64, but I have all dev libraries installed. Perhaps a test on virgin xp install would be needed.
-- L On Wed, Jul 22, 2009 at 11:51 PM, Cypren Christenson<[email protected]> wrote: > That message would be normal for anyone who doesn't have the Visual C++ 2005 > CRT libraries installed on their computer; those libraries are shipped with > (and required by) a large number of Windows updates and applications and can > be downloaded directly from Microsoft > (http://www.microsoft.com/Downloads/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en). > The error that Robert was having with build 2548 is more specific problem > and is caused by not having the VC++ *debug* libraries installed, which only > come with Visual C++ 2005. > A dependence on the runtime libraries is fine, and is so common among > Windows applications that the only systems missing them are likely to be > ones that were just wiped and reloaded with a fresh copy of Windows XP > (Vista installs them by default). A dependence on the debug libraries, > however, is quite a bit of a problem... unless you're distributing your > software only to Windows C++ developers. =) > On Jul 22, 2009, at 2:46 PM, Marine Kelley wrote: > > I have the same problem on the RestrainedLife Viewer, built on SL 1.23.4 > actually... some people experience that exact error message. I had to point > a link or two to the VC libraries to install. I'm sure it never did that > before. > > Marine > > > 2009/7/22 Cypren Christenson <[email protected]> >> >> Is there any chance it's build 2548 rather than 2547? There's a known >> issue (http://jira.secondlife.com/browse/SNOW-131) relating to the >> compilation of the curl library with the VC++ debug CRT in 2548 that >> would cause that exact error on XP. >> >> On Jul 22, 2009, at 1:11 PM, Robert Martin wrote: >> >> > has anybody else run into a problem running the latest build on >> > windows xp?? error message reads >> > "This application has failed to start because the application >> > configuration is incorrect..." >> > i have run the matching linux build so it may be something in the xp >> > build >> > >> > -- >> > Robert L Martin >> > _______________________________________________ >> > Policies and (un)subscribe information available here: >> > http://wiki.secondlife.com/wiki/SLDev >> > Please read the policies before posting to keep unmoderated posting >> > privileges >> >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/SLDev >> Please read the policies before posting to keep unmoderated posting >> privileges > > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
