-
Notifications
You must be signed in to change notification settings - Fork 3
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
lanes assert failed #7
Comments
What OS is this happening on? What branch of the game are you running this on (x86_64 and all derivatives are not supported)? |
Srcds 32 bit windows. oh okay, i will try on default branch. ... ... |
Use this |
THis is code working.
Crash.
|
It's the |
Then not need. |
Took this file https://github.com/danielga/gmod_lanes/blob/master/lanes.lua
error:
timer_lane = gen( "*", { package= {}, priority = max_prio}, timer_body)() -- "*" instead of "io,package" for LuaJIT compatibility...
crash: https://github.com/danielga/gmod_lanes/releases/download/downloadables/lanes.lua
`require'lanes'
if lanes.configure then
lanes.configure()
end
function firstThread()
print('Hello World')
end
genFirstThread = lanes.gen( "*",firstThread )()`
The text was updated successfully, but these errors were encountered: