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'm currently refactoring some tools that spawn the ents. Spawned a processor, and the error it gave was line 6 for cl_init on the screen! I presume because SF was malformed or some such due to a failure in SFLib.
I understand this will be hard to debug, especially without reproducible code. In my efforts to fix the bugs I'm having with this 'refactored' feature I may discover the root cause. As the prints done when libraries and core are loaded seem fine, and 0 lua errors are occurring before spawning.
The text was updated successfully, but these errors were encountered:
In starfall_screen's cl_init, we have an assertion after the sflib include.
I'm currently refactoring some tools that spawn the ents. Spawned a processor, and the error it gave was line 6 for cl_init on the screen! I presume because SF was malformed or some such due to a failure in SFLib.
I understand this will be hard to debug, especially without reproducible code. In my efforts to fix the bugs I'm having with this 'refactored' feature I may discover the root cause. As the prints done when libraries and core are loaded seem fine, and 0 lua errors are occurring before spawning.
The text was updated successfully, but these errors were encountered: