darklua
darklua copied to clipboard
thread 'main' has overflowed its stack
I got this thread 'main' has overflowed its stack error while using darklua 0.14.0
I was trying to combine all my luau files generated from roblox-ts but when I combine it with
Luau.LuauCeption.Compiler.0.648.luau this error appears.
By using a PE editor and changing the SizeOfStackReserve in the optional header, I was able to get it running successfully though so I will use that as a workaround for now.