Support and General Use > Theming and Appearance Customization
Themes download page - Does't work with current build.
Yotto:
I happen to have the source code sitting here so I tried this.
You do have to compile it, but it's pretty easy (On Linux. Don't know about Windows).
In the source, there's a directory tools/checkwps/
Within that directory is a file buildall.sh that you run (per README)
- It looks like it's in an endless loop, but it's actually compiling for each possible target. Let it go.
In tools/checkwps/output/ there will be a program for each target, named checkwps.<targetname>
The output is about as helpful as Rockbox itself:
If the file passes, it outputs: WPS parsed OK
If the file fails, it outputs: WPS parsing failure
Domonoky:
--- Quote from: Yotto on March 07, 2010, 11:28:21 PM ---The output is about as helpful as Rockbox itself:
If the file passes, it outputs: WPS parsed OK
If the file fails, it outputs: WPS parsing failure
--- End quote ---
Checkwps should output the line and the token where it failed, unless something broke that.
Yotto:
Here is the test.wps file I created:
--- Code: ---%pb|-|20|5
--- End code ---
Here is the complete output of checkwps.ipodvideo
--- Code: ---$ ./checkwps.ipodvideo test.wps
Checking test.wps...
WPS parsing failure
$
--- End code ---
*EDIT* I should say, this is for 3.5.1 and I compiled it myself from the source from svn
gevaerts:
--- Quote from: Yotto on March 08, 2010, 01:50:53 PM ---
--- Code: ---$ ./checkwps.ipodvideo test.wps
Checking test.wps...
WPS parsing failure
$
--- End code ---
--- End quote ---
try ./checkwps.ipodvideo -v test.wps
Yotto:
I did not know about -v
However, it still outputs the same "WPS parsing failure" message. I also tried -vv and -vvv
*EDIT* Is it possibly that my wps is TOO simple? Or the error I've chosen to test happens to be what causes the problem?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version