Error: LuaInject.dll could not be loaded into the process

jszepietowskijszepietowski Join Date: 2007-10-22 Member: 62702Members
Hello, (first post! yay!)

So, I am trying to see if I can magically throw Decoda onto our project and have instant script-debugging goodness. So far I am having some issues.

So some info:
- We use Lua 5.1 with the LuaCoco-1.1.0 addin/mod/whatever
- We statically link Lua
- We generally have a largeish(?) amount of VMs active at a time (10-20).
- Both our Debug/Release builds produce PDBs with full debug information

So, running the debug build of our client I am able to launch and/or attach Decoda. It seems to be working properly (tracking the lifetimes of our VMs, etc). However, it reduces the client into what could be observed as 'frozen', but in reality seems to be a very dramitic slowdown the the client (tested through hooking into the client with VS.NET2005 debugger, pausing, observing that progress is being made... slowly). The slowdown is to the point of approx 1 frame per minute, so its far from usable.

So, I figured perhaps Decoda is adding a large overhead and a Release build would be more fruitful. However, when running in Release Decoda is unable to attach to the process, or launch the process. The error Decoda reports:
"Error: LuaInject.dll could not be loaded into the process"

I believe i have all Decoda project settings setup properly.. PDBs are output to the same directory in both Debug/Release builds, and in the case of release builds I did try cleansing the directory of debug PDBs (thinking perhaps decoda was looking at those?)

So, any advice would be appreciated. Decoda looks like it would be a pretty cool tool once I figure out how to work with it. <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />

Some thoughts:
- Is Decoda not compatible with LuaCoco? This might explain a lot.
- Is Decoda poor at handling large amounts of VMs? How about fairly rapid creation/destruction of VMs?

Thanks <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />

Comments

  • EricTetzEricTetz Join Date: 2007-12-03 Member: 63072Members
    edited December 2007
    "LuaInject.dll could not be loaded into the process"

    Having that problem here, with the debug build.

    I'm evaluating Decoda for use in-house here, but have thus far been unable to debug anything with it. It's error output and documentation are virtually worthless for troubleshooting purposes: there's no mention of this particular error, and there's not even a rudimentary discussion of what Decoda's is looking for in order to hook you application. Kinda surprising for $100/seat commercial product! It's also not encouraging to see that someone else with a similar problem posted over a month ago without a single response...
  • MaxMax Technical Director, Unknown Worlds Entertainment Join Date: 2002-03-15 Member: 318Super Administrators, Retired Developer, NS1 Playtester, Forum Moderators, NS2 Developer, Constellation, Subnautica Developer, Pistachionauts, Future Perfect Developer
    Hi, usually it's fastest to work out these problems via e-mail, which is what I did in this case (which is why there is no discussion on the forums).

    This particular error is not documented because there is (supposed to be) no circumstance in which it should occur. In older versions of Decoda this error we be displayed if you specified your working directly improperly and DLLs required by your application could not be located, but we added a new error message to address that case.

    You mentioned this happens with your debug build. Does it not happen in release mode? This error has been reported to occur in VMWare, but that is something we haven't investigated yet.
  • khelkunkhelkun Join Date: 2007-12-07 Member: 63098Members
    edited December 2007
    Hi,

    First let me say Decoda seems to be a very good tool and I'm pleased to test it <img src="style_emoticons/<#EMO_DIR#>/biggrin-fix.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin-fix.gif" />

    We get some trys to use it in our game project but we also faced this LuaInject.dll "bug issue".

    We're able to debug a lua chunk through a simple command line : "lua.exe mychunck.lua".

    Unfortunatly debugging the release and debug executable of our project with Decoda results as an Access Violation inside LuaInject.dll.

    We're pretty sure the decoda project settings are well defined and required third party files are present (.pdb).

    May I send the call stack of the LuaInject.dll exception and other various information about our project to the decoda support ?

    Thanks for any feedback you would provide <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />

    <u><b>ADD :</b></u>
    Do you think my problem may come from the fact LuaInject.dll isn't loaded at the default load adress ?
    <img src="http://photo.ringo.com/244/244849400O824918219.jpg" border="0" class="linked-image" />
    (I'm not sure to well understand what default load adress means)
    (If we can solve this problem we may be interested to acquire a relevant set of Decoda licences)
  • MaxMax Technical Director, Unknown Worlds Entertainment Join Date: 2002-03-15 Member: 318Super Administrators, Retired Developer, NS1 Playtester, Forum Moderators, NS2 Developer, Constellation, Subnautica Developer, Pistachionauts, Future Perfect Developer
    <!--quoteo(post=1663165:date=Dec 7 2007, 03:22 AM:name=khelkun)--><div class='quotetop'>QUOTE(khelkun @ Dec 7 2007, 03:22 AM) <a href="index.php?act=findpost&pid=1663165"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->May I send the call stack of the LuaInject.dll exception and other various information about our project to the decoda support ?<!--QuoteEnd--></div><!--QuoteEEnd-->
    Please do. The e-mail is <a href="mailto:decoda-support@unknownworlds.com">decoda-support@unknownworlds.com</a>.
  • khelkunkhelkun Join Date: 2007-12-07 Member: 63098Members
    <!--quoteo(post=1663196:date=Dec 7 2007, 05:53 PM:name=Max)--><div class='quotetop'>QUOTE(Max @ Dec 7 2007, 05:53 PM) <a href="index.php?act=findpost&pid=1663196"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Please do. The e-mail is <a href="mailto:decoda-support@unknownworlds.com">decoda-support@unknownworlds.com</a>.<!--QuoteEnd--></div><!--QuoteEEnd-->
    Thanks, I'll send you a relevant "bug report" of my own on Monday.
    I need to rest this week-end <img src="style_emoticons/<#EMO_DIR#>/wink-fix.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink-fix.gif" />
Sign In or Register to comment.