Wocki's Acorn-Forum
Start a New Topic 
Author
Comment
View Entire Thread
Re: Sparkplug problem...

Never mind, found the answer somewhere else. In case anyone else is having the same problem just follow the instructions below:

You have to patch the !Run file in Sparkplug...

- Hold Shift key and double klick on !SparkPlug -> opens app directory
- Hold Shift key and double klick !Run file -> opens it in editor
- comment out the following line with a '|':

if "" = "" then Error 0 System resources cannot be found

should become:

|if "" = "" then Error 0 System resources cannot be found

Easy when you know how...