Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++调用callByUFunction 有异常崩溃 #576

Open
zixileng opened this issue Dec 27, 2023 · 1 comment
Open

C++调用callByUFunction 有异常崩溃 #576

zixileng opened this issue Dec 27, 2023 · 1 comment

Comments

@zixileng
Copy link

Delegate->LuaDelegate.BindLambda([LuaFunc, SelfTable, SignatureFunction](void* Parameters) { LuaFunc->callByUFunction(SignatureFunction, reinterpret_cast<uint8*>(Parameters), nullptr, SelfTable); });

这样调用在docall 函数 执行这句的时候 lua_remove(L, errhandle); // remove err handler 有异常

@zjhongxian
Copy link
Collaborator

有具体的报错堆栈么?需要些更详细的信息

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants