PDA

View Full Version : Luacom load error?



kwaugh
February 14th, 2009, 06:20 AM
I'm getting the following with a ccf on one machine (but not others). Any thoughts as to the cause?

Here's the error from debugview:

Files\Promixis\NetRemote\luascript\compat-5.1.lua:119: error loading package 'luacom' (system error 14001

I checked and both machines have the same version of the luacom.dll

Help!

Thanks!

K

Rob H
February 14th, 2009, 07:34 AM
Hmm... according to Microsoft this is


ERROR_SXS_CANT_GEN_ACTCTX
14001
0x36B1


The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tools for more detail.

Not entirely sure what that means :( But I'd check the event viewer for more details

kwaugh
February 14th, 2009, 08:12 AM
Looks like greek to me, but maybe it'll mean something to you!

Event Type: Error
Event Source: SideBySide
Event Category: None
Event ID: 59
Date: 2/14/2009
Time: 12:07:55 PM
User: N/A
Computer: LUCKY
Description:
Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error message: The referenced assembly is not installed on your system.
.

Rob H
February 14th, 2009, 08:15 AM
That's odd, looks like you need the VC80 runtime dlls for some reason. Try downloading from here - http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en

kwaugh
February 14th, 2009, 08:29 AM
did the trick.

I'm going to be rebuilding that machine shortly, so we'll see if it happens again.

Thanks!

K