The error message tells you the solution right away - with a little code reading:Error: WSH Panel Mod (GUID: AE2E474F-BCBC-446D-9A90-5CFA8ABF449F): Microsoft JScript runtime error:
Object required
Ln: 112, Col: 5
<no source text available>
A quick glance to line 112 in the configuration code shows this line:
gr.DrawImage(img_pborder[pb_order], ...
This line draws the symbol indicating the current playback order. The JScript error states that an "object [is] required" to draw. So probably the image could not be created because it was not where it should be. They should be in
C:\Documents and Settings\Patrick\Application Data\foobar2000\images\WSHtpc02\*.png
I suspect they are in the foobar installation folder at the moment. Just copy or move them to the new location.