A New Error found in the Dev's Logs.

jjeff1955

Active member
I did manage to repair the Yarn Intersection inappropriate inheritance error, as it had the wrong .gs file.

Now I have this one last error that I need to know what it means and can it be resolved?

BNSF Grade Xings
--------------------
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated
- <NULL> ClientGeometryNode::UpdateInfluenceBufferNow> mesh was not loaded animated

Slowly but surely getting my Custom Map error free.
Thanks for any suggestions given.
Cheers.
jjeff1955
 
Jon,

Are you running Plus?

If so this is most likely due the assets being paused when loaded. Errors like this don't seem to be causing harm. The ones you want to look out for are those that affect the asset in some fashion such as having a period instead of a comma between values.

height-range 20.-20 instead of 20, -20, for example. I fixed a few of those when I saw the error. (Note: height-range might be an incorrect tag. I did this from memory, but hopefully the example makes sense).

I've also seem some related to engine-specs such as for throttle positions, but I don't know how to repair those, and there are also some related to playing sound from attachment points, but I was told they cause no harm.

So in the end, poke around and if you can find the problem, fix it and post the results of what you found. We would all like to know.
 
Thank You John.
I will look for those comma errors.

They all work perfectly and do Animate when Testing them in my Test Map.
It is Paused when first opened, is not the issue, when I un paused they start their cycle and open the Gates,
un-Paused But when I click on them the error immediately shows up while watching the Dev's log. What is strange not all of the other Grade Xings are showing this error,

I have been comparing them to find no differences in the .gs files or the Config Files, but I will now look for those possible Comma errors.
Cheers.

Update: No errors found with Commas and Periods. I suspect it to be the .im Files, I will be checking them next.
When I am done Repairing them to the best I can, I will obsolete the other Jons Grade Xings on the DLS, as they did have ,gs file errors that I corrected.
 
Last edited:
Back
Top