Skip to content
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

SF assertion odd error pathway from Starfall_screen cl_init #353

Open
awilliamson opened this issue Sep 1, 2015 · 0 comments
Open

SF assertion odd error pathway from Starfall_screen cl_init #353

awilliamson opened this issue Sep 1, 2015 · 0 comments

Comments

@awilliamson
Copy link
Member

In starfall_screen's cl_init, we have an assertion after the sflib include.

include( "starfall/SFLib.lua" )
assert( SF, "Starfall didn't load correctly!" )

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant