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

Having a problem with a screen from the "Screens and Sk

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
FormatC:

Having a problem with a screen from the "Screens and Sk

Post by FormatC: »

I copied (Not the whole screen got text 1 from some one else screen and I put it to use so I could get a play arrow instead of "Playing") a screen from the screen I liked from the Screens and Skins Forum and I can't seem to get it to work for me I keep getting a runtime error

http://forums.lcdsmartie.org/viewtopic.php?t=1345

Code: Select all

[Screen 07]
Enabled=1
Theme=1
ShowTime=10
Sticky=0
Skip=0
InteractionTime=7
Interaction=2
Text01="$dll(sandr.dll,2,$dll(dvdplug.dll,1,0,param2),C:\Program Files\smartie\plugins\omit.ini)$Chr(263) "
Text02="$Fill(0)$CustomChar(6,0,1,3,7,15,31,63,63)$Chr(134) $dll(dvdplug,1,1,param2)$Fill(19)$CustomChar(5,32,32,48,56,60,62,63,63)$Chr(133)"
Text03="$CustomChar(7,63,63,31,15,7,3,1,0)$Chr(135)$Bar($dll(math,1,$dll(splitat,1,$dll(splittitle,11,$dll(dvdplug,1,1,param2),/),:;;-2;;-1),$dll(math,3,$dll(splitat,1,$dll(splittitle,11,0:$dll(dvdplug,1,1,param2),/),:;;-3;;-2),60)),$dll(math,1,$dll(splitat,1,$dll(splittitle,12,$dll(dvdplug,1,1,param2),/),:;;-2;;-1),$dll(math,3,$dll(splitat,1,0:$dll(splittitle,12,$dll(dvdplug,1,1,param2),/),:;;-3;;-2),60)),18)$CustomChar(8,63,63,62,60,56,48,32,32)$Chr(136)"
Text04=""
NoScroll01=0
NoScroll02=0
NoScroll03=0
NoScroll04=0
ContinueNextLine01=0
ContinueNextLine02=0
ContinueNextLine03=0
ContinueNextLine04=0
Center01=0
Center02=0
Center03=0
Center04=0 
So whats the problem? I only get that error when I have line 3 in there. I have .Net 1-2 and C++ runtimes installed pn the computer in question

Thanks
mattcro
Forum Supporter
Posts: 590
Joined: March 8th, 2006, 1:58 pm
Location: Scotland

Post by mattcro »

If you get runtime errors, you probably need to install the Visual Studio 2005 runtime package from the Microsoft website. Any plugins written in Visual C# and similar need this to run, unless you already have Visual Studio installed.

If you don't already have .NET 2.0 Framework installed, get that as well from Microsoft, as many plugins now use this too.

Edit: urk, just noticed you've already got them both... :oops:

What exactly does the error message say? (either on the LCD/VFD or a popup dialog message)
FormatC:

Post by FormatC: »

I get an Pop up error message and most of the time (99%) LCD Smartie Freezes (and stays on the previous screen) the weird thing is some times I can get this plugin to work but other times I get that error. but most of the time it does not work

Image

Where do I Visual Studio 2005 Runtime Package?
Post Reply