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
I get this error for any syntax error, even for files that have been previously saved.
All I have to do is cause a syntax error.
For example, changing this: CreateConVar("ttt_roundtime_minutes", "10", FCVAR_NOTIFY)
to this: CreateConVar(ttt_roundtime_minutes", "10", FCVAR_NOTIFY)
causes the error. Notice the deleted first "
Here is a dump of the errors from my console when it happens GLuaError.txt
when writing invalid syntax in a file which isnt in a folder (only in memory/tmp), it freaks out and crashes the extension host lol
The text was updated successfully, but these errors were encountered: