You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to have begun after #27, and isn't fixed by #28
Error that shows up
[wire-cpu] ZVM:[0:48: ')' expected (to close '(' at line 47) near 'local'
1. Precompile_Finalize - addons/wire-cpu/lua/wire/zvm/zvm_core.lua:361
2. Step - addons/wire-cpu/lua/wire/zvm/zvm_core.lua:642
3. Run - addons/wire-cpu/lua/entities/gmod_wire_gpu/cl_init.lua:159
4. RenderGPU - addons/wire-cpu/lua/entities/gmod_wire_gpu/cl_init.lua:249
5. unknown - addons/wire-cpu/lua/entities/gmod_wire_gpu/cl_init.lua:354
[ZVM ERROR]: unknown error
For 3D examples, the code is being finalized while it's half finished (trailing "variable +" something from what I could tell by printing the entire emitblock on error)
For other examples(like the trig one), instructions using % for modulo or trying to check if a character is "%" have errors due to string.format attempting to parse them as a replacement.
Needs further investigation.
The text was updated successfully, but these errors were encountered:
DerelictDrone
changed the title
All GPU Instructions fail
Some GPU Instructions are failing
Dec 10, 2023
Seems to have begun after #27, and isn't fixed by #28
Error that shows up
For 3D examples, the code is being finalized while it's half finished (trailing "variable +" something from what I could tell by printing the entire emitblock on error)
For other examples(like the trig one), instructions using % for modulo or trying to check if a character is "%" have errors due to string.format attempting to parse them as a replacement.
Needs further investigation.
The text was updated successfully, but these errors were encountered: