lunation / Awesomium-Killer-2.0

Awesomium replacement that uses CEF internally.
MIT License
9 stars 3 forks source link

In-game lua editor/clientside lua viewer crash #33

Closed Cynosphere closed 8 years ago

Cynosphere commented 8 years ago

Lua editor Metastruct and Clientside Lua Viewer use crash the game

Cynosphere commented 8 years ago

If you need a test sample: https://github.com/glua/clientside-lua-viewer/tree/master/lua/menu_plugins/luaviewer

MDFL64 commented 8 years ago

Alright, this should be useful in figuring out where all the damn crashes are coming from.

Cynosphere commented 8 years ago

Any update on this at all?

MDFL64 commented 8 years ago

Finally bothered to enable debugging symbols and I've figured out where one of the crashes is coming from. Hopefully I can get a more stable release out soon.

MDFL64 commented 8 years ago

This particular crash seems to be caused by an issue with the incomplete JSON parsing. Should be an easy fix. Note that I've only tested with the metastruct editor, not the client lua viewer as I didn't want to install it.