Rocko 1 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 post Share on other sites
macklebee 883 Posted June 30, 2018 Share Posted June 30, 2018 Quote Link to post Share on other sites
Rocko 1 Posted July 1, 2018 Author Share Posted July 1, 2018 10 hours ago, macklebee said: What? Quote Link to post Share on other sites
Lethal Raptor Games 197 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 post Share on other sites
Josh 9,824 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 Link to post Share on other sites
Rocko 1 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 post Share on other sites
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.