You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the pointer is too large, this particular exception gets thrown. However, I am unable to control the value of my pointer, so not sure if there is any work around.
Tried using sol::optional<std::reference_wrapper> as well, but the issue still comes up occasionally.
Not sure if the only solution is to use Lua 5.4 instead, where they support big integers now. Do I need the precision check? I would assume so since I need the exact value of the pointer.
The text was updated successfully, but these errors were encountered:
I am using LuaJit as my intepreter.
If the pointer is too large, this particular exception gets thrown. However, I am unable to control the value of my pointer, so not sure if there is any work around.
Tried using sol::optional<std::reference_wrapper> as well, but the issue still comes up occasionally.
Not sure if the only solution is to use Lua 5.4 instead, where they support big integers now. Do I need the precision check? I would assume so since I need the exact value of the pointer.
The text was updated successfully, but these errors were encountered: