Rocko Posted June 30, 2018 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
macklebee Posted June 30, 2018 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
SpiderPig Posted July 2, 2018 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
Josh Posted July 2, 2018 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.
Rocko Posted July 2, 2018 Author 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
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.