Alienhead Posted November 12, 2024 Share Posted November 12, 2024 In editor everything looks as it should. In run mode I get this. I fear all updates. Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Josh Posted November 12, 2024 Share Posted November 12, 2024 It says there is an error on line 347 of uagcontroller.lua, and the "mesh" field of an object is nil. 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...
Alienhead Posted November 12, 2024 Author Share Posted November 12, 2024 Yes I read that. Problem is the code and model was fine before update. There's only 2 models that even show up ( as the screenshot shows ). I thought the screenshots clarified the problem. The order of things - Everything worked fine Updated to lastest Nothing loads and error pops up. Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Josh Posted November 12, 2024 Share Posted November 12, 2024 Can you please upload a project I can test? I do not know of any changes that would have caused this, so I do not know where to look unless I can produce the error on my computer. 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...
Alienhead Posted November 12, 2024 Author Share Posted November 12, 2024 Here is the working code prior to last update. 344 self.world = self.entity:GetWorld() 345 self.mesh = LoadModel(self.world, self.playerModelFilenname) 346 --self.mesh = Model(self.mesh) 347 self.mesh:SetCollisionType(0) Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Josh Posted November 12, 2024 Share Posted November 12, 2024 1 minute ago, Alienhead said: Here is the working code prior to last update. 344 self.world = self.entity:GetWorld() 345 self.mesh = LoadModel(self.world, self.playerModelFilenname) 346 --self.mesh = Model(self.mesh) 347 self.mesh:SetCollisionType(0) This helps a little bit. The model file format version was incremented because some new information was added. Maybe your project does not have the current Lua binaries? 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...
Alienhead Posted November 12, 2024 Author Share Posted November 12, 2024 I use update project like everyone else. Don't know why I wouldnt have updated binaries? My project worked just fine 45 mins ago, before updating to latest. Quote Alienhead Components and Software Link to comment Share on other sites More sharing options...
Josh Posted November 12, 2024 Share Posted November 12, 2024 Can you upload the model file that is causing the problem? 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...
Josh Posted November 12, 2024 Share Posted November 12, 2024 You can send it in a private message if that is needed. 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...
Solution Josh Posted November 12, 2024 Solution Share Posted November 12, 2024 It looks like I failed to upload the required Lua binaries in the standalone update. The editor is saving a slightly different scene file format, the previous build cannot load. Sorry for the trouble, it is updated now. 1 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...
Josh Posted November 15, 2024 Share Posted November 15, 2024 New thread here. It's not a good idea to post a new bug report in another topic that has been solved: 1 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.