Jump to content

Recommended Posts

I use Decode to debug my mod.When I run "Start Debugging", the Output widget say:

 

------------------------------------------------------------

Debugging session started
Debugger attached to process
0x0b9a0eb0: VM created
Warning 1003: Not all virtual machines were destroyed

 

Debugging session ended
------------------------------------------------------------------
 
The Decoda Help is say :
-----------------------------------
Warning 1003: Not all virtual machines were destroyed

This warning means that the application being debugged created virtual machines that were not destroyed before the application exited. For example, if the application uses Lua 5.0, not all lua_newstate calls had corresponding lua_close calls.

------------------------------------------------------------------

 

How should I doTo be successful.

 

Thank!

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...