Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Big Bug
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="React" data-source="post: 485920" data-attributes="member: 117627"><p>You need to go back and carefully <strong>double-check</strong> the files that you'd made the recent changes too. I'd assume (because you mentioned adding clothing) that those files are <strong>figuredata</strong> & <strong>figuremap</strong>. You need to ensure that tags have been closed properly, and it IS the way it was <strong>originally</strong> - 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.</p><p></p><p>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.</p><p>[CODE][Nitro] [Application] Cannot read properties of null (reading 'getScale')</p><p>[/CODE]</p><p></p><p>Means that Nitro is trying to call <strong>.getScale()</strong> on a null object, usually a sign that the avatar figure or part of it in your case clothing assets are missing.</p><p></p><p>If that clothing ID doesn't exist in your current figure data or SWFs, Nitro won't be able to render the avatar.</p><p></p><p>Try going to your <strong>users</strong> 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</p><p>"<strong>hr-165-45.hd-180-1.ch-210-66.lg-270-82.sh-290-62</strong>"</p><p></p><p>Again, if the <strong>figuremap.xml</strong> or <strong>figuredata.xml</strong> files don't contain the clothing IDs you're using, Nitro will treat them as null.</p></blockquote><p></p>
[QUOTE="React, post: 485920, member: 117627"] You need to go back and carefully [B]double-check[/B] the files that you'd made the recent changes too. I'd assume (because you mentioned adding clothing) that those files are [B]figuredata[/B] & [B]figuremap[/B]. You need to ensure that tags have been closed properly, and it IS the way it was [B]originally[/B] - 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') [/CODE] Means that Nitro is trying to call [B].getScale()[/B] 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 [B]users[/B] 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 "[B]hr-165-45.hd-180-1.ch-210-66.lg-270-82.sh-290-62[/B]" Again, if the [B]figuremap.xml[/B] or [B]figuredata.xml[/B] files don't contain the clothing IDs you're using, Nitro will treat them as null. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Big Bug
Top