-
Notifications
You must be signed in to change notification settings - Fork 335
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
Expression2 Lua error #3256
Comments
Send the code here, that can only error if some extension gives you a nil value for an array (which isn't correct) |
|
And if it's needed, here's a blank include for the e2
|
Just skimming through it I don't see any use of external functions that'd return an array but not at my PC. Anyone wanting to solve this would need to look there |
Can you try isolating which part of the e2 is causing it? @TreePyro |
i.e. let us know which e2 line triggers it |
I did some debugging using the latest commit. The error would've occured within the "createDevObject()" user function, which errors if the Type string variable is set to "clip" due to propSpawn() only being executed if it's not "clip", though I have fixed that bit of code. |
Whoops! I was thinking of the other issue i had posted about in that last reply. For this one I don't know what part of the code was creating the error, and I forgot what I did that caused it since the error hasn't been happening on later versions of this E2. I'll have to test around with it. |
Happens with an E2 that creates many holograms in a sequence of 200 ticks using tables to modify their colors, scales, etc. Timers are done via clk() functions
I can be contacted on discord at "thetreedemoknight" for more details and/or code.
sv: Expression 2 (shittlecan/Shittlecan_ED-FE25.1): Internal error 'entities/gmod_wire_expression2/core/array.lua:100: attempt to index local 'array' (a nil value)' at line 458, char 12
The text was updated successfully, but these errors were encountered: