Big Bug

opinionswrest

Member
Jan 6, 2020
141
9
Hey All

So I put in some new clothes and since then my avatar has disapeared we have reverted back to old pack but still the same


[Nitro] [Application] Cannot read properties of null (reading 'getScale') +1848372ms
[Nitro] [Application] Cannot read properties of null (reading 'getScale') +47ms
[Nitro] [Application] Cannot read properties of null (reading 'getScale') +1926049ms

Any Ideas?

Im Using Arcturus Morningstar
Post automatically merged:

Should say avatar images show fine on cms just not in client
 
Last edited:

React

Member
Sep 17, 2023
325
178
Hey All

So I put in some new clothes and since then my avatar has disapeared we have reverted back to old pack but still the same


[Nitro] [Application] Cannot read properties of null (reading 'getScale') +1848372ms
[Nitro] [Application] Cannot read properties of null (reading 'getScale') +47ms
[Nitro] [Application] Cannot read properties of null (reading 'getScale') +1926049ms

Any Ideas?

Im Using Arcturus Morningstar
Post automatically merged:

Should say avatar images show fine on cms just not in client

You need to go back and carefully double-check the files that you'd made the recent changes too. I'd assume (because you mentioned adding clothing) that those files are figuredata & figuremap. You need to ensure that tags have been closed properly, and it IS the way it was originally - it could be down to something as simple as a missing comma, or comma not in the right place, so you really need to check carefully.

If that fails, just grab the same files from the pack you used, copy them & replace the files you've made changes to with those.
Code:
[Nitro] [Application] Cannot read properties of null (reading 'getScale')

Means that Nitro is trying to call .getScale() on a null object, usually a sign that the avatar figure or part of it in your case clothing assets are missing.

If that clothing ID doesn't exist in your current figure data or SWFs, Nitro won't be able to render the avatar.

Try going to your users table & check the "look" column for your user & compare it against a working users' look string, also try to replace your look with a valid default one
"hr-165-45.hd-180-1.ch-210-66.lg-270-82.sh-290-62"

Again, if the figuremap.xml or figuredata.xml files don't contain the clothing IDs you're using, Nitro will treat them as null.
 
Last edited:

Puffin

Posting Freak
Mar 17, 2018
506
442
If you reverted back to the old pack it would literally be a matter of cache at this point.

If its still like that, then you didn't replace the old Jsons cuz thats just not how things work :S
Post automatically merged:

I wrote a brief tutorial for a guy about adding Buyable Clothing

If you aren't doing buyable, skip over the furniture part, itll explain how to properly add in your clothing
Post automatically merged:

 
Last edited:

Users who are viewing this thread

Top