What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

(ERROR) anyone help me with this. i get error in MESH or profile, i created it myself

royaal

Member
Joined
Jan 15, 2010
Messages
107
[23:26:01:963] Unable to read beyond the end of the stream. - From: mscorlib

anyone can tell me what this mean?
 
now i maked new mesh
[23:56:29:972] Value "3691,685" in "X" attribute is not supported! Expected floating type. - From: Styx
[23:56:29:989] Value "4271,455" in "Y" attribute is not supported! Expected floating type. - From: Styx
[23:56:30:7] Value "15,59461" in "Z" attribute is not supported! Expected floating type. - From: Styx

[23:56:50:936] The destination is not a valid WoW waypoint!
Parameter name: <NaN, NaN, NaN> - From: Styx
 
It appears there is a problem with the coordinate you enter. It does not like the value.
 
Hmm...
I've seen a similar error like that before, try replacing the commas with periods and see if that helps.

Or just delete the ",xxxx" .
 
<SubProfile>
<Name>nordshire (elementals immune frost) (68-74)</Name>
<Mesh Name="royalhorde68-80.mesh" ServerID="34" />

<MinLevel>79</MinLevel>
<MaxLevel>85</MaxLevel>

<Factions>91</Factions>

<TargetMinLevel>68</TargetMinLevel>
<TargetMaxLevel>85</TargetMaxLevel>

<Vendors>
<Vendor Name="Tewah Chillmane" Entry="26697" Type="Repair" X="3468,827" Y="4154,3" Z="17,19287" />
</Vendors>

<Mailboxes>
<Mailbox X="3460,751" Y="4132,805" Z="15,13058" />
</Mailboxes>

<Hotspots>
<Hotspot X="3384,112" Y="4401,573" Z="16,29388" />
<Hotspot X="3625,115" Y="4452,189" Z="-2,110021" />
<Hotspot X="3952,224" Y="4546,638" Z="-1,915081" />
<Hotspot X="3691,685" Y="4271,455" Z="15,59461" />

</Hotspots>
</SubProfile>
</HBProfile>
 
Am sorry this is gonna prob make me sound like a jerk, but is that the full copy paste from the profile, if so your missing
Code:
<HBProfile>
From the top

Also, the commas should be full stops in your cords IE
Code:
<Hotspot X="3384,112" Y="4401,573" Z="16,29388" />
should be
Code:
<Hotspot X="3384.112" Y="4401.573" Z="16.29388" />
 
Last edited:
Am sorry this is gonna prob make me sound like a jerk, but is that the full copy paste from the profile, if so your missing
Code:
<HBProfile>
From the top

Also, the commas should be full stops in your cords IE

Code:
<Hotspot X="3384,112" Y="4401,573" Z="16,29388" />
should be
Code:
<Hotspot X="3384.112" Y="4401.573" Z="16.29388" />


DUDE you saved my life!:D now it works its was fuckin commas!.. i just copyed from Honorbuddy. lol they should fix it so the text is working .. thanks alot!!
 
Back
Top