Rocko Posted June 30, 2018 Share Posted June 30, 2018 Hello, when i use ReleaseTableObjects function in my project and change map, console in the editor show message "Possible reference count error for asset" for all objects in table. For example, this are textures,sound and etc. I create new project and test it. This happened in new project. ? Quote Link to comment Share on other sites More sharing options...
macklebee Posted June 30, 2018 Share Posted June 30, 2018 Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Rocko Posted July 1, 2018 Author Share Posted July 1, 2018 10 hours ago, macklebee said: What? Quote Link to comment Share on other sites More sharing options...
SpiderPig Posted July 2, 2018 Share Posted July 2, 2018 He's saying we need an example project or the code so we can reproduce the error. I usally create a new project and do the bare minimum that shows the error happing. ? Quote Link to comment Share on other sites More sharing options...
Josh Posted July 2, 2018 Share Posted July 2, 2018 This can happen if you called Release() twice on an object or something like that. Release will return the ref count so if it ever returns -1 you have a problem. However, unless this is actually causing a crash I would just treat it as a warning. 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...
Rocko Posted July 2, 2018 Author Share Posted July 2, 2018 1 hour ago, Josh said: This can happen if you called Release() twice on an object or something like that. Release will return the ref count so if it ever returns -1 you have a problem. However, unless this is actually causing a crash I would just treat it as a warning. Okay, thanks Quote 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.