GithubHelp home page GithubHelp logo

lanes assert failed about gmod_lanes HOT 6 CLOSED

danielga avatar danielga commented on June 25, 2024
lanes assert failed

from gmod_lanes.

Comments (6)

danielga avatar danielga commented on June 25, 2024

What OS is this happening on? What branch of the game are you running this on (x86_64 and all derivatives are not supported)?

from gmod_lanes.

Heyter avatar Heyter commented on June 25, 2024

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.
Windows 10.
Branch x86_64.

oh okay, i will try on default branch.

...
Nope, same problem.
Branch: public
Platform: Windows 10, srcds 32 bit.

...
Can to try this library https://github.com/effil/effil

from gmod_lanes.

danielga avatar danielga commented on June 25, 2024

Use this lanes.lua and these builds please.

from gmod_lanes.

Heyter avatar Heyter commented on June 25, 2024

Use this lanes.lua and these builds please.

THis is code working.

f = lanes.gen( function( n) return 2 * n end)
a = f( 1)
b = f( 2)

print( a[1], b[1] )

Crash.

local body = function(param)
	print(param)
	return 1
end

print("lane result: " .. lanes.gen("*", body)("hello world!")[1])

from gmod_lanes.

danielga avatar danielga commented on June 25, 2024

It's the print function. I don't know if there's much I can do about it (besides removing them) because Garry's Mod functions aren't thread safe.

from gmod_lanes.

Heyter avatar Heyter commented on June 25, 2024

It's the print function. I don't know if there's much I can do about it (besides removing them) because Garry's Mod functions aren't thread safe.

Then not need.

from gmod_lanes.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.