Jump to content

Possible reference count error


Rocko
 Share

Recommended Posts

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. ?  

44.JPG

Link to comment
Share on other sites

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.

  • Thanks 1

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

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...