If you can still open it manually (memory viewer -> Tools -> Lua engine), there's an option in one of the top menus of the Lua Engine window that says "Show on print" that's probably disabled.
If you can't, the window might be positioned off screen for some reason. Open a new instance of CE, run this Lua code in the main Lua script, then exit CE (close the main window) without saving:
Code:
local engine = getLuaEngine()
engine.show()
engine.centerScreen()
This should save the new window position.
There's a "Save window positions" setting in Edit -> Settings. Temporarily disabling that might work too. Running ceregreset.exe will reset every setting and some other saved data- try that if all else fails. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum