AggrorJorn Posted February 21, 2015 Share Posted February 21, 2015 I am running in to a problem where some of my scripts no longer work in update 3.4. They do work in 3.3 and they haven't been changed for several weeks. In the script I try to save the script of an entity so that I don't have to type .script all the time. self.player.script:Hello() --works self.player = self.player.script self.player:Hello() --Error: player is a nill value. However if I try to access it, the scripts variables and functions, it gives me an error. ..\tier1\fileio.cpp (4002) : Assertion Failed: m_nNumRegisteredWriters == 0 Assert( Assertion Failed: m_nNumRegisteredWriters == 0 ):..\tier1\fileio.cpp:4002 I tried replicating this with a small test but there saving a script worked just fine. If I need to upload the project, just let me know. Quote Link to comment Share on other sites More sharing options...
Josh Posted February 21, 2015 Share Posted February 21, 2015 Please upload a project I can test. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.