Sudden Text Error

The strange thing about this error is the fact a function of mine creates the same text effect on screen and my app uses it twice successfully…but on a third usage further into the game, this pops up…

text(warning): No definition in Perspective Sans Regular for character U+0092

The text node is placed with render2d. If it was a code error, then why does everything work well twice before the error?

The only thing that changes is the text node’s string and fg color.

My fault…

I forgot how delicate Panda3D is under the hood.

Issue solved.

Ps…

How do you set a Topic as solved in the P3D forums?

You can simply add “[SOLVED]” in front of the topic title.

It’s generally appreciated that you also post your solution, though, so that other people can find it if they search for a similar problem.