Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

1 Crap character or 1 character cut off

Discussing issues that occur during plugin development.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
pluto2
Posts: 19
Joined: July 19th, 2005, 9:59 am
Contact:

1 Crap character or 1 character cut off

Post by pluto2 »

Hi!

I've been developing a few personal plugins for lcd smartie which works exactly as I want them to, the only problem is that sometimes, that is, some of the calls to it result in a string with an appended crap character that can be anything that I sure didn't pass from the plugin, or, one character may be cut off from the result. It doesn't happen to ALL calls to the plugin and usually only happens when I do alot of calls to the plugin with different parameters in the same screeen. I've debugged the plugins quite thoroughly and haven't found any sign of the actual plugins being the cause. Is there any known bugs that could cause this? Or any other ideas on what to do?

Kristian

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Post by caesar »

I have only observed problems when nesting plugins and the result from one of the first called plugin contains the "," or ")" character, this WILL surely mess the other plugins.

Post Reply