czfshineself Posted December 28, 2014 Share Posted December 28, 2014 I use Decode to debug my mod.When I run "Start Debugging", the Output widget say: ------------------------------------------------------------Debugging session startedDebugger attached to process0x0b9a0eb0: VM createdWarning 1003: Not all virtual machines were destroyed Debugging session ended------------------------------------------------------------------ The Decoda Help is say :----------------------------------- Warning 1003: Not all virtual machines were destroyedThis 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 do? To be successful. Thank! Link to comment https://forums.kleientertainment.com/forums/topic/47731-use-decoda-debug-mod-but-issue-a-warning/ Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now