Ipod classic - rockbox - its happening.
Jan 16, 2016 at 10:40 AM Post #3,498 of 3,645
  Rats!
Still get the C++ "terminate it in an unusual way" runtime error!

Same here.. then Rockbox Utility was terminated right before installing the Rockbox firmware. But, I tried to installed it manually (using the generic Rockbox Utility) and it worked! The problem is musics synced from iTunes cannot be seen/browsed. They can be listed through the Database, but the info (artist, album, title, and so on) cannot be read. So the files can only be played randomly.
 
UPDATE - apparently the info are read from metadata tags. The info cannot be read I reported before is because the files were WAV. After I tried w/ my iTunes-purchased AACs, the songs were listed appropriately in the database.
 
Jan 16, 2016 at 7:02 PM Post #3,499 of 3,645
  Hello,
 
Patch set 7 is available. Change log since v5:
 
Patch Set 6:

- specific Rockbox functionallity moved to git, now the bootloader
  is compatible with latest git versions.

Patch Set 7:

- RB bootloader:
  . switch current firmware: tries to behave like iPod Video, see
    mk6gboot/README for more info.
  . document boot sequence (including timing) in ipod6g.c

- mk6gboot:
  . fix compiling on Linux using old libusbi-1.0
  . new command to make a DFU imagen containing any binary file.
  . bootloader.ipod is no longer needed to build the uninstaller
    DFU image, instead the platform name must be supplied.
  . some command/options syntax modifications.

- rbutil:
  . removed the patch that install a local rockbox.zip file, now
    the latest daily build is installed.
  . still needs a local bootloader file, uses HttpGet("file://")
    to get the bootloader located on the current folder (usually
    the same as the Rockbox Utility executable).
  . use rbutil.log to detect if the bootloader is installed.
  . some code moved to new separate gerrit patches.
 
Please read before updating:
1. Firmware switching tries to behave like ipod Video, see http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-buildch3.html#x5-290003.1.3
  Switch from Apple to Rockbox:
  - Stop playback and wait a few seconds for hard disk spin-down.
  - Press and hold SELECT+MENU, after ~5 seconds the player hard resets.
    When the screen goes black, wait for at least one second and then
    release both buttons.
  - The iPod should start to load RB firmware.
  Switch from Rockbox to Apple:
  - Shut down the device using "Long Play" key press.
  - Turn on the Hold switch immediately after turning the player on. This
    action must be done before "Rockbox boot loader" message appears on
    the screen (~1.5 seconds from power on).
    TODO: You can also load the original firmware by shutting down the
    device, then clicking the Hold switch on and connecting the iPod to
    your computer.
  - The iPod should start loading Apple firmware.
2. You can use the latest development build of Rockbox. You still need the custom bootloader, which is included in both install packages (zip and exe).
 
Builds are available here:
RockboxBootloaderInstaller_iPodClassic_v7.exe
RockboxBootloaderInstaller_iPodClassic_v7.zip
 
Please test and post if your installation has been successful or not. In case of any problems, please post a screenshot. Always provide the stock capacity and Apple firmware version of your iPod, so we can help you solve the issues.


As with previous versions, it works on one computer I have access to, but on my main one it crashes with the 'visual c++...has requested to terminate in an unusual way' error.
 
Is it possible to use this (assuming I can use the PC that will actually run this version of rockbox utility) to simply update the bootloader on an ipod that has an earlier version of the bootloader (installed using the older manual method)?  Or is it necessary to wipe it completely and start again?
 
Jan 16, 2016 at 7:06 PM Post #3,500 of 3,645
  Same here.. then Rockbox Utility was terminated right before installing the Rockbox firmware. But, I tried to installed it manually (using the generic Rockbox Utility) and it worked! The problem is musics synced from iTunes cannot be seen/browsed. They can be listed through the Database, but the info (artist, album, title, and so on) cannot be read. So the files can only be played randomly.
 
UPDATE - apparently the info are read from metadata tags. The info cannot be read I reported before is because the files were WAV. After I tried w/ my iTunes-purchased AACs, the songs were listed appropriately in the database.


Not sure I understand what you are saying.  For me, this version of Rockbox Utility won't run...possibly something to do with versions of C++ runtime libraries.  But when you say you 'tried to install it manually using the generic rockbox utility', do you mean, using the current Rockbox Utility (V4?), and what is it you mean by 'it'?  :)  Surely the normal rockbox utility doesn't install a dual-boot bootloader?
 
Edit - are you saying I can replace the version of rockbox utility that is in this download, with the normal version from rockbox site, leaving the rest of the files unchanged, and then just run that normal one and it will install the bootloader and latest rockbox?
I am quite confused here!
 
Jan 17, 2016 at 6:51 AM Post #3,501 of 3,645
 
Not sure I understand what you are saying.  For me, this version of Rockbox Utility won't run...possibly something to do with versions of C++ runtime libraries.  But when you say you 'tried to install it manually using the generic rockbox utility', do you mean, using the current Rockbox Utility (V4?), and what is it you mean by 'it'?  :)  Surely the normal rockbox utility doesn't install a dual-boot bootloader?
 
Edit - are you saying I can replace the version of rockbox utility that is in this download, with the normal version from rockbox site, leaving the rest of the files unchanged, and then just run that normal one and it will install the bootloader and latest rockbox?
I am quite confused here!

You can install the Rockbox files using any version of Rockbox Utility. For graphical bootloader installation, you need one of the latest builds. The actual bootloader file that is installer on the ipod, is separate from Rockbox utility, you can try to mix the more recent bootloader-installer.ipod with an older version of RockboxUtility.exe from my uploads, which works for you, but keep in mind that your mileage may vary.
Alternatively, you can try the command line installation. There are two README files enclosed in the ZIP - they contain the instructions you need, make sure you read both before starting.
 
Jan 18, 2016 at 9:49 AM Post #3,502 of 3,645
  You can install the Rockbox files using any version of Rockbox Utility. For graphical bootloader installation, you need one of the latest builds. The actual bootloader file that is installer on the ipod, is separate from Rockbox utility, you can try to mix the more recent bootloader-installer.ipod with an older version of RockboxUtility.exe from my uploads, which works for you, but keep in mind that your mileage may vary.
Alternatively, you can try the command line installation. There are two README files enclosed in the ZIP - they contain the instructions you need, make sure you read both before starting.

 
Thanks.  Will try the command-line method next.
(I assume by 'you need one of the latest builds' you are referring to the latest builds of the Rockbox Utility rather than builds of Rockbox? Which I guess means the very builds of RU I'm getting the C++ error with, as opposed to the one on the Rockbox site.  Which implies that the command-line method is the most promising way to do it, so that's what I'll try)
 
Jan 18, 2016 at 10:59 AM Post #3,503 of 3,645
   
Thanks.  Will try the command-line method next.
(I assume by 'you need one of the latest builds' you are referring to the latest builds of the Rockbox Utility rather than builds of Rockbox? Which I guess means the very builds of RU I'm getting the C++ error with, as opposed to the one on the Rockbox site.  Which implies that the command-line method is the most promising way to do it, so that's what I'll try)

If you get C++ errors on all of the builds I have uploaded, then yes.
 
P.S.: can you try if this:
http://www.rockbox.org/wiki/RockboxUtility#Download
also shows C++ erros? If yes, then you should report it to the Rockbox project.
 
Jan 19, 2016 at 8:02 AM Post #3,504 of 3,645
  If you get C++ errors on all of the builds I have uploaded, then yes.
 
P.S.: can you try if this:
http://www.rockbox.org/wiki/RockboxUtility#Download
also shows C++ erros? If yes, then you should report it to the Rockbox project.


That one from the rockbox site works fine for me.
 
I'll just try the command line installation.  Though at the moment have another, unrelated, problem with the ipod I was going to try it on - it refuses to go into DFU mode, just reboots straight into emcore/rockbox every time I try, so I can't restore it to OF.  Some sort of hardware issue, I'm guessing.
 
Given my main ipod currently has the dualbootloader on it that was installed using the  manual method from an earlier post here, could that be updated without wiping and restarting?  Will the latest rockbox dev build work on it, or does the bootloader itself need to be updated?
 
Jan 19, 2016 at 12:56 PM Post #3,506 of 3,645
The new rockbox utility build suddenly started working. The only thing I can think of is that its due to Steam (of all things!) insisting on updating some C++ runtime file (2005 I think it was) when I ran it the other day.  Either that or its because I first ran the command line bootloader installation - once I'd done that the automated one suddenly started working (and installed it again!).
 
Jan 19, 2016 at 2:36 PM Post #3,507 of 3,645
Jan 26, 2016 at 1:25 PM Post #3,509 of 3,645
Hello.
 
I'm trying to reinstall the new bootloader onto my iPod using the utility, and when I set DFU mode, I get '[ERR] Could not set USB configuration: LIBUSB_ERROR_NOT_FOUND'.  Do you have any idea why I could be getting this error?  For reference, the log is as follows;
 
 
*********************************************
***************  Logger   *******************
*********************************************
Downloading bootloader file...
Download finished.
Ejecting iPod...
Device successfully ejected.
Waiting for HDD spin-down...
Waiting for DFU mode...
Action required:
  Press and hold SELECT+MENU buttons, after
  about 12 seconds a new action will require
  you to release the buttons, DO IT QUICKLY,
  otherwise the process could fail.
DFU mode detected.
Action required:
  Release SELECT+MENU buttons and wait.
Transfering DFU imagen...
[ERR] Could not set USB configuration: LIBUSB_ERROR_NOT_FOUND
Could not transfer DFU imagen.
 
*********************************************
************  SYSTEMINFO  *******************
*********************************************
 
OS
Windows version 6.1, build 7601 (Service Pack 1)
CPU: 586, 4 processor(s)
Qt version 5.1.1
Username
jbecker
Permissions
Error
Attached USB devices
VID: 046d PID: c049, USB Input Device
VID: 05ac PID: 1223, USB DFU Device
VID: 05e0 PID: 1200, USB Input Device
VID: 05e3 PID: 0610, Generic USB Hub
VID: 413c PID: 2107, USB Input Device
VID: 8087 PID: 0024, Generic USB Hub
Filesystem
Mountpoint
Label
Free
Total
Cluster Size
C:\
77.62 GiB
232.79 GiB
4096
D:\
0.00 GiB
0.00 GiB
0
E:\
199.98 GiB
200.00 GiB
4096
H:\
151.24 GiB
1740.80 GiB
4096
S:\
146.57 GiB
1228.80 GiB
4096
X:\
131.66 GiB
1000.00 GiB
4096
 
*********************************************
***********  TRACE **************************
*********************************************
[main.cpp:49 INFO] Starting trace at "2016-01-26T13:18:03" 
[rbutilqt.cpp:71 INFO] ====================================== 
[rbutilqt.cpp:72 INFO] Rockbox Utility 1.4.0-bootloader_ipod6g-ps7 
[rbutilqt.cpp:73 INFO] Qt version: 5.1.1 
[rbutilqt.cpp:79 INFO] compiled using gcc 4.8.1
[rbutilqt.cpp:83 INFO] ====================================== 
[rbsettings.cpp:106 INFO] configuration: system 
[rbsettings.cpp:162 INFO] GET U: "cachepath" "C:\Users\jbecker\AppData\Local\Temp" 
[httpget.h:53 INFO] Global cache set to "C:/Users/jbecker/AppData/Local/Temp" 
[rbsettings.cpp:162 INFO] GET U: "proxytype" "system" 
[rbutilqt.cpp:643 INFO] Proxy is  QUrl( "http://bcpxy.nycnet:8080" )  
[httpget.h:59 INFO] setting global proxy  QUrl( "http://bcpxy.nycnet:8080" )  
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadermethod" "6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadermethod" "6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/brand" "Apple" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "ipod6g/status" "Unknown" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/name" "Ipod Classic (6th gen)" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[utils.cpp:193 INFO] Volume name of "F:/" is "JONATHAN BE" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/playerpic" "ipod6g" 
[httpget.cpp:82 INFO] setting cache folder to "C:/Users/jbecker/AppData/Local/Temp/rbutil-cache" 
[httpget.cpp:75 INFO] disabling download cache 
[rbutilqt.cpp:234 INFO] downloading build info 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "build_info_url" "http://download.rockbox.org/build-info" 
[httpget.cpp:230 INFO] Get URI "http://download.rockbox.org/build-info" 
[httpget.cpp:200 INFO] Request started 
[qlayout.cpp:141 WARNING] QLayout: Attempting to add QLayout "" to RbUtilQt "RbUtilQtFrm", which already has a layout
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[qlayout.cpp:141 WARNING] QLayout: Attempting to add QLayout "" to RbUtilQt "RbUtilQtFrm", which already has a layout
[rbsettings.cpp:162 INFO] GET U: "install_rockbox" "true" 
[rbsettings.cpp:162 INFO] GET U: "install_fonts" "true" 
[rbsettings.cpp:162 INFO] GET U: "install_themes" "true" 
[rbsettings.cpp:162 INFO] GET U: "install_gamefiles" "false" 
[rockboxinfo.cpp:27 INFO] Getting version info from rockbox-info.txt 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:110 INFO] GET P: "ipod6g/bootloadermethod" "6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "ipod6g/releaseversion" "" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "bleedingrev" "" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "ipod6g/rcversion" "" 
[rbsettings.cpp:162 INFO] GET U: "build" "" 
[rockboxinfo.cpp:27 INFO] Getting version info from rockbox-info.txt 
[qlayout.cpp:141 WARNING] QLayout: Attempting to add QLayout "" to RbUtilQt "RbUtilQtFrm", which already has a layout
[utils.cpp:750 INFO] Found listed processes running: () 
[httpget.cpp:148 INFO] Request finished, status code: 200 
[httpget.cpp:151 INFO] Data from cache: false 
[rbutilqt.cpp:251 INFO] network status: "" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "release_url" "http://download.rockbox.org/release/%RELVERSION%/rockbox-%MODEL%-%RELVERSION%.zip" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "bleeding_url" "http://build.rockbox.org/data/rockbox-%MODEL%.zip" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "manual_url" "http://download.rockbox.org/manual/%MANUALBASENAME%.%EXTENSION%" 
[serverinfo.cpp:205 INFO] SET: "bleedingrev" "e6cd53a" 
[serverinfo.cpp:205 INFO] SET: "bleedingdate" "2016-01-25T09:29:04" 
[systeminfo.cpp:110 INFO] GET P: "archosplayer/buildserver_modelname" "archosplayer" 
[systeminfo.cpp:110 INFO] GET P: "archosplayer/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosplayer-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/develurl" "http://build.rockbox.org/data/rockbox-archosplayer.zip" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosplayer.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/manual_html" "http://download.rockbox.org/manual/rockbox-archosplayer/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosplayer/manual_zip" "http://download.rockbox.org/manual/rockbox-archosplayer-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "archosrecorder/buildserver_modelname" "archosrecorder" 
[systeminfo.cpp:110 INFO] GET P: "archosrecorder/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosrecorder-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/develurl" "http://build.rockbox.org/data/rockbox-archosrecorder.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosrecorder.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/manual_html" "http://download.rockbox.org/manual/rockbox-archosrecorder/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder/manual_zip" "http://download.rockbox.org/manual/rockbox-archosrecorder-html.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosrecorder-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/develurl" "http://build.rockbox.org/data/rockbox-archosrecorder.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosrecorder.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/manual_html" "http://download.rockbox.org/manual/rockbox-archosrecorder/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosrecorder.8mb/manual_zip" "http://download.rockbox.org/manual/rockbox-archosrecorder-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "archosrecorderv2/buildserver_modelname" "archosrecorderv2" 
[systeminfo.cpp:110 INFO] GET P: "archosrecorderv2/manualname" "archosfmrecorder" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosrecorderv2-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/develurl" "http://build.rockbox.org/data/rockbox-archosrecorderv2.zip" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosfmrecorder.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/manual_html" "http://download.rockbox.org/manual/rockbox-archosfmrecorder/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosrecorderv2/manual_zip" "http://download.rockbox.org/manual/rockbox-archosfmrecorder-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "archosfmrecorder/buildserver_modelname" "archosfmrecorder" 
[systeminfo.cpp:110 INFO] GET P: "archosfmrecorder/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosfmrecorder-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/develurl" "http://build.rockbox.org/data/rockbox-archosfmrecorder.zip" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosfmrecorder.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/manual_html" "http://download.rockbox.org/manual/rockbox-archosfmrecorder/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder/manual_zip" "http://download.rockbox.org/manual/rockbox-archosfmrecorder-html.zip" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosfmrecorder-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/develurl" "http://build.rockbox.org/data/rockbox-archosfmrecorder.zip" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosfmrecorder.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/manual_html" "http://download.rockbox.org/manual/rockbox-archosfmrecorder/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosfmrecorder.8mb/manual_zip" "http://download.rockbox.org/manual/rockbox-archosfmrecorder-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "archosondiosp/buildserver_modelname" "archosondiosp" 
[systeminfo.cpp:110 INFO] GET P: "archosondiosp/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosondiosp-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/develurl" "http://build.rockbox.org/data/rockbox-archosondiosp.zip" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosondiosp.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/manual_html" "http://download.rockbox.org/manual/rockbox-archosondiosp/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosondiosp/manual_zip" "http://download.rockbox.org/manual/rockbox-archosondiosp-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "archosondiofm/buildserver_modelname" "archosondiofm" 
[systeminfo.cpp:110 INFO] GET P: "archosondiofm/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-archosondiofm-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/develurl" "http://build.rockbox.org/data/rockbox-archosondiofm.zip" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/manual_pdf" "http://download.rockbox.org/manual/rockbox-archosondiofm.pdf" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/manual_html" "http://download.rockbox.org/manual/rockbox-archosondiofm/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "archosondiofm/manual_zip" "http://download.rockbox.org/manual/rockbox-archosondiofm-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iriverh100/buildserver_modelname" "iriverh100" 
[systeminfo.cpp:110 INFO] GET P: "iriverh100/manualname" "iriverh100" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iriverh100-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/develurl" "http://build.rockbox.org/data/rockbox-iriverh100.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/manual_pdf" "http://download.rockbox.org/manual/rockbox-iriverh100.pdf" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/manual_html" "http://download.rockbox.org/manual/rockbox-iriverh100/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iriverh100/manual_zip" "http://download.rockbox.org/manual/rockbox-iriverh100-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "gogearhdd1630/buildserver_modelname" "gogearhdd1630" 
[systeminfo.cpp:110 INFO] GET P: "gogearhdd1630/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd1630/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd1630/develurl" "http://build.rockbox.org/data/rockbox-gogearhdd1630.zip" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd1630/manual_pdf" "http://download.rockbox.org/manual/rockbox-gogearhdd1630.pdf" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd1630/manual_html" "http://download.rockbox.org/manual/rockbox-gogearhdd1630/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd1630/manual_zip" "http://download.rockbox.org/manual/rockbox-gogearhdd1630-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "gogearhdd6330/buildserver_modelname" "gogearhdd6330" 
[systeminfo.cpp:110 INFO] GET P: "gogearhdd6330/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd6330/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd6330/develurl" "http://build.rockbox.org/data/rockbox-gogearhdd6330.zip" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd6330/manual_pdf" "http://download.rockbox.org/manual/rockbox-gogearhdd6330.pdf" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd6330/manual_html" "http://download.rockbox.org/manual/rockbox-gogearhdd6330/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "gogearhdd6330/manual_zip" "http://download.rockbox.org/manual/rockbox-gogearhdd6330-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "gogearsa9200/buildserver_modelname" "gogearsa9200" 
[systeminfo.cpp:110 INFO] GET P: "gogearsa9200/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "gogearsa9200/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "gogearsa9200/develurl" "http://build.rockbox.org/data/rockbox-gogearsa9200.zip" 
[serverinfo.cpp:205 INFO] SET: "gogearsa9200/manual_pdf" "http://download.rockbox.org/manual/rockbox-gogearsa9200.pdf" 
[serverinfo.cpp:205 INFO] SET: "gogearsa9200/manual_html" "http://download.rockbox.org/manual/rockbox-gogearsa9200/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "gogearsa9200/manual_zip" "http://download.rockbox.org/manual/rockbox-gogearsa9200-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iriverh120/buildserver_modelname" "iriverh120" 
[systeminfo.cpp:110 INFO] GET P: "iriverh120/manualname" "iriverh100" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iriverh120-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/develurl" "http://build.rockbox.org/data/rockbox-iriverh120.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/manual_pdf" "http://download.rockbox.org/manual/rockbox-iriverh100.pdf" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/manual_html" "http://download.rockbox.org/manual/rockbox-iriverh100/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iriverh120/manual_zip" "http://download.rockbox.org/manual/rockbox-iriverh100-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "creativezenxfi3/buildserver_modelname" "creativezenxfi3" 
[systeminfo.cpp:110 INFO] GET P: "creativezenxfi3/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "creativezenxfi3/status" "Unknown" 
[serverinfo.cpp:205 INFO] SET: "creativezenxfi3/develurl" "http://build.rockbox.org/data/rockbox-creativezenxfi3.zip" 
[serverinfo.cpp:205 INFO] SET: "creativezenxfi3/manual_pdf" "http://download.rockbox.org/manual/rockbox-creativezenxfi3.pdf" 
[serverinfo.cpp:205 INFO] SET: "creativezenxfi3/manual_html" "http://download.rockbox.org/manual/rockbox-creativezenxfi3/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "creativezenxfi3/manual_zip" "http://download.rockbox.org/manual/rockbox-creativezenxfi3-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iriverh300/buildserver_modelname" "iriverh300" 
[systeminfo.cpp:110 INFO] GET P: "iriverh300/manualname" "iriverh300" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iriverh300-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/develurl" "http://build.rockbox.org/data/rockbox-iriverh300.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/manual_pdf" "http://download.rockbox.org/manual/rockbox-iriverh300.pdf" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/manual_html" "http://download.rockbox.org/manual/rockbox-iriverh300/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iriverh300/manual_zip" "http://download.rockbox.org/manual/rockbox-iriverh300-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iriverh10_5gb/buildserver_modelname" "iriverh10_5gb" 
[systeminfo.cpp:110 INFO] GET P: "iriverh10_5gb/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iriverh10_5gb-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/develurl" "http://build.rockbox.org/data/rockbox-iriverh10_5gb.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/manual_pdf" "http://download.rockbox.org/manual/rockbox-iriverh10_5gb.pdf" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/manual_html" "http://download.rockbox.org/manual/rockbox-iriverh10_5gb/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb/manual_zip" "http://download.rockbox.org/manual/rockbox-iriverh10_5gb-html.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iriverh10_5gb-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/develurl" "http://build.rockbox.org/data/rockbox-iriverh10_5gb.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/manual_pdf" "http://download.rockbox.org/manual/rockbox-iriverh10_5gb.pdf" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/manual_html" "http://download.rockbox.org/manual/rockbox-iriverh10_5gb/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iriverh10_5gb.mtp/manual_zip" "http://download.rockbox.org/manual/rockbox-iriverh10_5gb-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iriverh10/buildserver_modelname" "iriverh10" 
[systeminfo.cpp:110 INFO] GET P: "iriverh10/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iriverh10-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/develurl" "http://build.rockbox.org/data/rockbox-iriverh10.zip" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/manual_pdf" "http://download.rockbox.org/manual/rockbox-iriverh10.pdf" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/manual_html" "http://download.rockbox.org/manual/rockbox-iriverh10/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iriverh10/manual_zip" "http://download.rockbox.org/manual/rockbox-iriverh10-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipod1g2g/buildserver_modelname" "ipod1g2g" 
[systeminfo.cpp:110 INFO] GET P: "ipod1g2g/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipod1g2g-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/develurl" "http://build.rockbox.org/data/rockbox-ipod1g2g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipod1g2g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/manual_html" "http://download.rockbox.org/manual/rockbox-ipod1g2g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipod1g2g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipod1g2g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipod3g/buildserver_modelname" "ipod3g" 
[systeminfo.cpp:110 INFO] GET P: "ipod3g/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipod3g-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/develurl" "http://build.rockbox.org/data/rockbox-ipod3g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipod3g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/manual_html" "http://download.rockbox.org/manual/rockbox-ipod3g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipod3g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipod3g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipod4g/buildserver_modelname" "ipod4g" 
[systeminfo.cpp:110 INFO] GET P: "ipod4g/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipod4g-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/develurl" "http://build.rockbox.org/data/rockbox-ipod4g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipod4g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/manual_html" "http://download.rockbox.org/manual/rockbox-ipod4g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipod4g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipod4g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipodcolor/buildserver_modelname" "ipodcolor" 
[systeminfo.cpp:110 INFO] GET P: "ipodcolor/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipodcolor-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/develurl" "http://build.rockbox.org/data/rockbox-ipodcolor.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipodcolor.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/manual_html" "http://download.rockbox.org/manual/rockbox-ipodcolor/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipodcolor/manual_zip" "http://download.rockbox.org/manual/rockbox-ipodcolor-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipodvideo/buildserver_modelname" "ipodvideo" 
[systeminfo.cpp:110 INFO] GET P: "ipodvideo/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipodvideo-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/develurl" "http://build.rockbox.org/data/rockbox-ipodvideo.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipodvideo.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/manual_html" "http://download.rockbox.org/manual/rockbox-ipodvideo/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipodvideo/manual_zip" "http://download.rockbox.org/manual/rockbox-ipodvideo-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipod6g/buildserver_modelname" "ipod6g" 
[systeminfo.cpp:110 INFO] GET P: "ipod6g/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipod6g/status" "Unknown" 
[serverinfo.cpp:205 INFO] SET: "ipod6g/develurl" "http://build.rockbox.org/data/rockbox-ipod6g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipod6g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipod6g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipod6g/manual_html" "http://download.rockbox.org/manual/rockbox-ipod6g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipod6g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipod6g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipodmini1g/buildserver_modelname" "ipodmini1g" 
[systeminfo.cpp:110 INFO] GET P: "ipodmini1g/manualname" "rockbox-ipodmini1g" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipodmini1g-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/develurl" "http://build.rockbox.org/data/rockbox-ipodmini1g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/manual_pdf" "http://download.rockbox.org/manual/rockbox-rockbox-ipodmini1g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/manual_html" "http://download.rockbox.org/manual/rockbox-rockbox-ipodmini1g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipodmini1g/manual_zip" "http://download.rockbox.org/manual/rockbox-rockbox-ipodmini1g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipodmini2g/buildserver_modelname" "ipodmini2g" 
[systeminfo.cpp:110 INFO] GET P: "ipodmini2g/manualname" "ipodmini1g" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipodmini2g-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/develurl" "http://build.rockbox.org/data/rockbox-ipodmini2g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipodmini1g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/manual_html" "http://download.rockbox.org/manual/rockbox-ipodmini1g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipodmini2g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipodmini1g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipodnano1g/buildserver_modelname" "ipodnano1g" 
[systeminfo.cpp:110 INFO] GET P: "ipodnano1g/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-ipodnano1g-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/develurl" "http://build.rockbox.org/data/rockbox-ipodnano1g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipodnano1g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/manual_html" "http://download.rockbox.org/manual/rockbox-ipodnano1g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipodnano1g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipodnano1g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ipodnano2g/buildserver_modelname" "ipodnano2g" 
[systeminfo.cpp:110 INFO] GET P: "ipodnano2g/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/releaseversion" "3.10" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/releaseurl" "http://download.rockbox.org/release/3.10/rockbox-ipodnano2g-3.10.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/develurl" "http://build.rockbox.org/data/rockbox-ipodnano2g.zip" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipodnano2g.pdf" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/manual_html" "http://download.rockbox.org/manual/rockbox-ipodnano2g/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ipodnano2g/manual_zip" "http://download.rockbox.org/manual/rockbox-ipodnano2g-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iaudiox5/buildserver_modelname" "iaudiox5" 
[systeminfo.cpp:110 INFO] GET P: "iaudiox5/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iaudiox5-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/develurl" "http://build.rockbox.org/data/rockbox-iaudiox5.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/manual_pdf" "http://download.rockbox.org/manual/rockbox-iaudiox5.pdf" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/manual_html" "http://download.rockbox.org/manual/rockbox-iaudiox5/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5/manual_zip" "http://download.rockbox.org/manual/rockbox-iaudiox5-html.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iaudiox5-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/develurl" "http://build.rockbox.org/data/rockbox-iaudiox5.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/manual_pdf" "http://download.rockbox.org/manual/rockbox-iaudiox5.pdf" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/manual_html" "http://download.rockbox.org/manual/rockbox-iaudiox5/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iaudiox5.v/manual_zip" "http://download.rockbox.org/manual/rockbox-iaudiox5-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iaudiom5/buildserver_modelname" "iaudiom5" 
[systeminfo.cpp:110 INFO] GET P: "iaudiom5/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iaudiom5-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/develurl" "http://build.rockbox.org/data/rockbox-iaudiom5.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/manual_pdf" "http://download.rockbox.org/manual/rockbox-iaudiom5.pdf" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/manual_html" "http://download.rockbox.org/manual/rockbox-iaudiom5/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iaudiom5/manual_zip" "http://download.rockbox.org/manual/rockbox-iaudiom5-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "iaudiom3/buildserver_modelname" "iaudiom3" 
[systeminfo.cpp:110 INFO] GET P: "iaudiom3/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-iaudiom3-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/develurl" "http://build.rockbox.org/data/rockbox-iaudiom3.zip" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/manual_pdf" "http://download.rockbox.org/manual/rockbox-iaudiom3.pdf" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/manual_html" "http://download.rockbox.org/manual/rockbox-iaudiom3/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "iaudiom3/manual_zip" "http://download.rockbox.org/manual/rockbox-iaudiom3-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "gigabeatfx/buildserver_modelname" "gigabeatfx" 
[systeminfo.cpp:110 INFO] GET P: "gigabeatfx/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-gigabeatfx-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/develurl" "http://build.rockbox.org/data/rockbox-gigabeatfx.zip" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/manual_pdf" "http://download.rockbox.org/manual/rockbox-gigabeatfx.pdf" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/manual_html" "http://download.rockbox.org/manual/rockbox-gigabeatfx/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "gigabeatfx/manual_zip" "http://download.rockbox.org/manual/rockbox-gigabeatfx-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "gigabeats/buildserver_modelname" "gigabeats" 
[systeminfo.cpp:110 INFO] GET P: "gigabeats/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "gigabeats/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "gigabeats/develurl" "http://build.rockbox.org/data/rockbox-gigabeats.zip" 
[serverinfo.cpp:205 INFO] SET: "gigabeats/manual_pdf" "http://download.rockbox.org/manual/rockbox-gigabeats.pdf" 
[serverinfo.cpp:205 INFO] SET: "gigabeats/manual_html" "http://download.rockbox.org/manual/rockbox-gigabeats/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "gigabeats/manual_zip" "http://download.rockbox.org/manual/rockbox-gigabeats-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ondavx747/buildserver_modelname" "ondavx747" 
[systeminfo.cpp:110 INFO] GET P: "ondavx747/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ondavx747/status" "Unusable" 
[serverinfo.cpp:205 INFO] SET: "ondavx747/develurl" "http://build.rockbox.org/data/rockbox-ondavx747.zip" 
[serverinfo.cpp:205 INFO] SET: "ondavx747/manual_pdf" "http://download.rockbox.org/manual/rockbox-ondavx747.pdf" 
[serverinfo.cpp:205 INFO] SET: "ondavx747/manual_html" "http://download.rockbox.org/manual/rockbox-ondavx747/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ondavx747/manual_zip" "http://download.rockbox.org/manual/rockbox-ondavx747-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ondavx747p/buildserver_modelname" "ondavx747p" 
[systeminfo.cpp:110 INFO] GET P: "ondavx747p/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ondavx747p/status" "Unusable" 
[serverinfo.cpp:205 INFO] SET: "ondavx747p/develurl" "http://build.rockbox.org/data/rockbox-ondavx747p.zip" 
[serverinfo.cpp:205 INFO] SET: "ondavx747p/manual_pdf" "http://download.rockbox.org/manual/rockbox-ondavx747p.pdf" 
[serverinfo.cpp:205 INFO] SET: "ondavx747p/manual_html" "http://download.rockbox.org/manual/rockbox-ondavx747p/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ondavx747p/manual_zip" "http://download.rockbox.org/manual/rockbox-ondavx747p-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "ondavx777/buildserver_modelname" "ondavx777" 
[systeminfo.cpp:110 INFO] GET P: "ondavx777/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "ondavx777/status" "Unusable" 
[serverinfo.cpp:205 INFO] SET: "ondavx777/develurl" "http://build.rockbox.org/data/rockbox-ondavx777.zip" 
[serverinfo.cpp:205 INFO] SET: "ondavx777/manual_pdf" "http://download.rockbox.org/manual/rockbox-ondavx777.pdf" 
[serverinfo.cpp:205 INFO] SET: "ondavx777/manual_html" "http://download.rockbox.org/manual/rockbox-ondavx777/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "ondavx777/manual_zip" "http://download.rockbox.org/manual/rockbox-ondavx777-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansae200/buildserver_modelname" "sansae200" 
[systeminfo.cpp:110 INFO] GET P: "sansae200/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansae200/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansae200/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansae200/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansae200-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansae200/develurl" "http://build.rockbox.org/data/rockbox-sansae200.zip" 
[serverinfo.cpp:205 INFO] SET: "sansae200/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansae200.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansae200/manual_html" "http://download.rockbox.org/manual/rockbox-sansae200/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansae200/manual_zip" "http://download.rockbox.org/manual/rockbox-sansae200-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansae200v2/buildserver_modelname" "sansae200v2" 
[systeminfo.cpp:110 INFO] GET P: "sansae200v2/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansae200v2-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/develurl" "http://build.rockbox.org/data/rockbox-sansae200v2.zip" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansae200v2.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/manual_html" "http://download.rockbox.org/manual/rockbox-sansae200v2/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansae200v2/manual_zip" "http://download.rockbox.org/manual/rockbox-sansae200v2-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansac200/buildserver_modelname" "sansac200" 
[systeminfo.cpp:110 INFO] GET P: "sansac200/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansac200/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansac200/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansac200/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansac200-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansac200/develurl" "http://build.rockbox.org/data/rockbox-sansac200.zip" 
[serverinfo.cpp:205 INFO] SET: "sansac200/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansac200.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansac200/manual_html" "http://download.rockbox.org/manual/rockbox-sansac200/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansac200/manual_zip" "http://download.rockbox.org/manual/rockbox-sansac200-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansac200v2/buildserver_modelname" "sansac200v2" 
[systeminfo.cpp:110 INFO] GET P: "sansac200v2/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansac200v2-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/develurl" "http://build.rockbox.org/data/rockbox-sansac200v2.zip" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansac200v2.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/manual_html" "http://download.rockbox.org/manual/rockbox-sansac200v2/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansac200v2/manual_zip" "http://download.rockbox.org/manual/rockbox-sansac200v2-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansafuze/buildserver_modelname" "sansafuze" 
[systeminfo.cpp:110 INFO] GET P: "sansafuze/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansafuze-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/develurl" "http://build.rockbox.org/data/rockbox-sansafuze.zip" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansafuze.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/manual_html" "http://download.rockbox.org/manual/rockbox-sansafuze/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansafuze/manual_zip" "http://download.rockbox.org/manual/rockbox-sansafuze-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansafuzev2/buildserver_modelname" "sansafuzev2" 
[systeminfo.cpp:110 INFO] GET P: "sansafuzev2/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansafuzev2-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/develurl" "http://build.rockbox.org/data/rockbox-sansafuzev2.zip" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansafuzev2.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/manual_html" "http://download.rockbox.org/manual/rockbox-sansafuzev2/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansafuzev2/manual_zip" "http://download.rockbox.org/manual/rockbox-sansafuzev2-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansafuzeplus/buildserver_modelname" "sansafuzeplus" 
[systeminfo.cpp:110 INFO] GET P: "sansafuzeplus/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansafuzeplus/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "sansafuzeplus/develurl" "http://build.rockbox.org/data/rockbox-sansafuzeplus.zip" 
[serverinfo.cpp:205 INFO] SET: "sansafuzeplus/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansafuzeplus.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansafuzeplus/manual_html" "http://download.rockbox.org/manual/rockbox-sansafuzeplus/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansafuzeplus/manual_zip" "http://download.rockbox.org/manual/rockbox-sansafuzeplus-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansaclip/buildserver_modelname" "sansaclip" 
[systeminfo.cpp:110 INFO] GET P: "sansaclip/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansaclip-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/develurl" "http://build.rockbox.org/data/rockbox-sansaclip.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansaclip.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/manual_html" "http://download.rockbox.org/manual/rockbox-sansaclip/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansaclip/manual_zip" "http://download.rockbox.org/manual/rockbox-sansaclip-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansaclipv2/buildserver_modelname" "sansaclipv2" 
[systeminfo.cpp:110 INFO] GET P: "sansaclipv2/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansaclipv2-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/develurl" "http://build.rockbox.org/data/rockbox-sansaclipv2.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansaclipv2.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/manual_html" "http://download.rockbox.org/manual/rockbox-sansaclipv2/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansaclipv2/manual_zip" "http://download.rockbox.org/manual/rockbox-sansaclipv2-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansaclipplus/buildserver_modelname" "sansaclipplus" 
[systeminfo.cpp:110 INFO] GET P: "sansaclipplus/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansaclipplus-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/develurl" "http://build.rockbox.org/data/rockbox-sansaclipplus.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansaclipplus.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/manual_html" "http://download.rockbox.org/manual/rockbox-sansaclipplus/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansaclipplus/manual_zip" "http://download.rockbox.org/manual/rockbox-sansaclipplus-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansaclipzip/buildserver_modelname" "sansaclipzip" 
[systeminfo.cpp:110 INFO] GET P: "sansaclipzip/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-sansaclipzip-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/develurl" "http://build.rockbox.org/data/rockbox-sansaclipzip.zip" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansaclipzip.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/manual_html" "http://download.rockbox.org/manual/rockbox-sansaclipzip/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansaclipzip/manual_zip" "http://download.rockbox.org/manual/rockbox-sansaclipzip-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "sansam200v4/buildserver_modelname" "sansam200v4" 
[systeminfo.cpp:110 INFO] GET P: "sansam200v4/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "sansam200v4/status" "Unusable" 
[serverinfo.cpp:205 INFO] SET: "sansam200v4/develurl" "http://build.rockbox.org/data/rockbox-sansam200v4.zip" 
[serverinfo.cpp:205 INFO] SET: "sansam200v4/manual_pdf" "http://download.rockbox.org/manual/rockbox-sansam200v4.pdf" 
[serverinfo.cpp:205 INFO] SET: "sansam200v4/manual_html" "http://download.rockbox.org/manual/rockbox-sansam200v4/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "sansam200v4/manual_zip" "http://download.rockbox.org/manual/rockbox-sansam200v4-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "mrobe100/buildserver_modelname" "mrobe100" 
[systeminfo.cpp:110 INFO] GET P: "mrobe100/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "mrobe100/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "mrobe100/develurl" "http://build.rockbox.org/data/rockbox-mrobe100.zip" 
[serverinfo.cpp:205 INFO] SET: "mrobe100/manual_pdf" "http://download.rockbox.org/manual/rockbox-mrobe100.pdf" 
[serverinfo.cpp:205 INFO] SET: "mrobe100/manual_html" "http://download.rockbox.org/manual/rockbox-mrobe100/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "mrobe100/manual_zip" "http://download.rockbox.org/manual/rockbox-mrobe100-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "samsungyh820/buildserver_modelname" "samsungyh820" 
[systeminfo.cpp:110 INFO] GET P: "samsungyh820/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "samsungyh820/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "samsungyh820/develurl" "http://build.rockbox.org/data/rockbox-samsungyh820.zip" 
[serverinfo.cpp:205 INFO] SET: "samsungyh820/manual_pdf" "http://download.rockbox.org/manual/rockbox-samsungyh820.pdf" 
[serverinfo.cpp:205 INFO] SET: "samsungyh820/manual_html" "http://download.rockbox.org/manual/rockbox-samsungyh820/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "samsungyh820/manual_zip" "http://download.rockbox.org/manual/rockbox-samsungyh820-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "samsungyh920/buildserver_modelname" "samsungyh920" 
[systeminfo.cpp:110 INFO] GET P: "samsungyh920/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "samsungyh920/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "samsungyh920/develurl" "http://build.rockbox.org/data/rockbox-samsungyh920.zip" 
[serverinfo.cpp:205 INFO] SET: "samsungyh920/manual_pdf" "http://download.rockbox.org/manual/rockbox-samsungyh920.pdf" 
[serverinfo.cpp:205 INFO] SET: "samsungyh920/manual_html" "http://download.rockbox.org/manual/rockbox-samsungyh920/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "samsungyh920/manual_zip" "http://download.rockbox.org/manual/rockbox-samsungyh920-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "samsungyh925/buildserver_modelname" "samsungyh925" 
[systeminfo.cpp:110 INFO] GET P: "samsungyh925/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "samsungyh925/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "samsungyh925/develurl" "http://build.rockbox.org/data/rockbox-samsungyh925.zip" 
[serverinfo.cpp:205 INFO] SET: "samsungyh925/manual_pdf" "http://download.rockbox.org/manual/rockbox-samsungyh925.pdf" 
[serverinfo.cpp:205 INFO] SET: "samsungyh925/manual_html" "http://download.rockbox.org/manual/rockbox-samsungyh925/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "samsungyh925/manual_zip" "http://download.rockbox.org/manual/rockbox-samsungyh925-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "cowond2/buildserver_modelname" "cowond2" 
[systeminfo.cpp:110 INFO] GET P: "cowond2/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "cowond2/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "cowond2/develurl" "http://build.rockbox.org/data/rockbox-cowond2.zip" 
[serverinfo.cpp:205 INFO] SET: "cowond2/manual_pdf" "http://download.rockbox.org/manual/rockbox-cowond2.pdf" 
[serverinfo.cpp:205 INFO] SET: "cowond2/manual_html" "http://download.rockbox.org/manual/rockbox-cowond2/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "cowond2/manual_zip" "http://download.rockbox.org/manual/rockbox-cowond2-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "vibe500/buildserver_modelname" "vibe500" 
[systeminfo.cpp:110 INFO] GET P: "vibe500/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "vibe500/status" "Stable" 
[serverinfo.cpp:205 INFO] SET: "vibe500/releaseversion" "3.13" 
[serverinfo.cpp:205 INFO] SET: "vibe500/releaseurl" "http://download.rockbox.org/release/3.13/rockbox-vibe500-3.13.zip" 
[serverinfo.cpp:205 INFO] SET: "vibe500/develurl" "http://build.rockbox.org/data/rockbox-vibe500.zip" 
[serverinfo.cpp:205 INFO] SET: "vibe500/manual_pdf" "http://download.rockbox.org/manual/rockbox-vibe500.pdf" 
[serverinfo.cpp:205 INFO] SET: "vibe500/manual_html" "http://download.rockbox.org/manual/rockbox-vibe500/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "vibe500/manual_zip" "http://download.rockbox.org/manual/rockbox-vibe500-html.zip" 
[systeminfo.cpp:110 INFO] GET P: "mpiohd200/buildserver_modelname" "mpiohd200" 
[systeminfo.cpp:110 INFO] GET P: "mpiohd200/manualname" "" 
[serverinfo.cpp:205 INFO] SET: "mpiohd200/status" "Unstable" 
[serverinfo.cpp:205 INFO] SET: "mpiohd200/develurl" "http://build.rockbox.org/data/rockbox-mpiohd200.zip" 
[serverinfo.cpp:205 INFO] SET: "mpiohd200/manual_pdf" "http://download.rockbox.org/manual/rockbox-mpiohd200.pdf" 
[serverinfo.cpp:205 INFO] SET: "mpiohd200/manual_html" "http://download.rockbox.org/manual/rockbox-mpiohd200/rockbox-build.html" 
[serverinfo.cpp:205 INFO] SET: "mpiohd200/manual_zip" "http://download.rockbox.org/manual/rockbox-mpiohd200-html.zip" 
[rbsettings.cpp:162 INFO] GET U: "rbutil_version" "66f9ba8" 
[rbsettings.cpp:162 INFO] GET U: "show_changelog" "" 
[rbutilqt.cpp:329 INFO] updating current settings 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadermethod" "6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadermethod" "6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/brand" "Apple" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "ipod6g/status" "Unknown" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/name" "Ipod Classic (6th gen)" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[utils.cpp:193 INFO] Volume name of "F:/" is "JONATHAN BE" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/playerpic" "ipod6g" 
[manualwidget.cpp:40 INFO] updating manual URLs 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:219 INFO] GET: "ipod6g/manual_pdf" "http://download.rockbox.org/manual/rockbox-ipod6g.pdf" 
[serverinfo.cpp:219 INFO] GET: "ipod6g/manual_html" "http://download.rockbox.org/manual/rockbox-ipod6g/rockbox-build.html" 
[rbsettings.cpp:162 INFO] GET U: "cachepath" "C:\Users\jbecker\AppData\Local\Temp" 
[httpget.h:53 INFO] Global cache set to "C:/Users/jbecker/AppData/Local/Temp" 
[rbsettings.cpp:162 INFO] GET U: "proxytype" "system" 
[rbutilqt.cpp:643 INFO] Proxy is  QUrl( "http://bcpxy.nycnet:8080" )  
[httpget.h:59 INFO] setting global proxy  QUrl( "http://bcpxy.nycnet:8080" )  
[rbsettings.cpp:162 INFO] GET U: "rbutil_version" "66f9ba8" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:110 INFO] GET P: "ipod6g/bootloadermethod" "6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "ipod6g/releaseversion" "" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "bleedingrev" "e6cd53a" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "ipod6g/rcversion" "" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[serverinfo.cpp:185 INFO] GET: "bleedingdate" "2016-01-25T09:29:04" 
[rbsettings.cpp:162 INFO] GET U: "build" "" 
[rockboxinfo.cpp:27 INFO] Getting version info from rockbox-info.txt 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "rbutil_url" "http://download.rockbox.org/rbutil/" 
[httpget.cpp:82 INFO] setting cache folder to "C:/Users/jbecker/AppData/Local/Temp/rbutil-cache" 
[httpget.cpp:230 INFO] Get URI "http://download.rockbox.org/rbutil/win32/" 
[httpget.cpp:200 INFO] Request started 
[httpget.cpp:148 INFO] Request finished, status code: 200 
[httpget.cpp:151 INFO] Data from cache: false 
[rbutilqt.cpp:698 INFO] Checking for update 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "Parent Directory" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.2.11.zip" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.2.12.zip" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.2.13.zip" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.2.14.zip" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.3.0.zip" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.3.1.zip" 
[utils.cpp:366 INFO] comparing version strings "1.4.0-bootloader_ipod6g-ps7" and "RockboxUtility-v1.4.0.zip" 
[selectiveinstallwidget.cpp:162 INFO] starting installation 
[selectiveinstallwidget.cpp:151 INFO] saving current settings 
[rbsettings.cpp:183 INFO] SET U: "install_rockbox" "false" 
[rbsettings.cpp:183 INFO] SET U: "install_fonts" "false" 
[rbsettings.cpp:183 INFO] SET U: "install_themes" "false" 
[rbsettings.cpp:183 INFO] SET U: "install_gamefiles" "false" 
[utils.cpp:313 INFO] checking environment 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rockboxinfo.cpp:27 INFO] Getting version info from rockbox-info.txt 
[selectiveinstallwidget.cpp:195 INFO] continuing install with stage 0 
[selectiveinstallwidget.cpp:229 INFO] installing bootloader 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadermethod" "6g" 
[httpget.cpp:82 INFO] setting cache folder to "C:/Users/jbecker/AppData/Local/Temp/rbutil-cache" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloaderfile" "" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[utils.cpp:129 INFO] resolving path "F:/" -> "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadername" "/ipod/bootloader-ipod6g.ipod" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "bootloader_url" "http://download.rockbox.org/bootloader" 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[utils.cpp:446 INFO] resolving device name "F:/" 
[utils.cpp:507 INFO] device name is 1 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadername" "/ipod/bootloader-ipod6g.ipod" 
[bootloaderinstall6g.cpp:466 INFO] installed: BootloaderOther 
[utils.cpp:446 INFO] resolving device name "F:/" 
[utils.cpp:507 INFO] device name is 1 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadername" "/ipod/bootloader-ipod6g.ipod" 
[bootloaderinstall6g.cpp:466 INFO] installed: BootloaderOther 
[bootloaderinstall6g.cpp:43 INFO] installing bootloader 
[rbsettings.cpp:162 INFO] GET U: "platform" "ipod6g" 
[systeminfo.cpp:93 INFO] GET: "ipod6g/bootloadername" "/ipod/bootloader-ipod6g.ipod" 
[bootloaderinstall6g.cpp:68 INFO] installStage1 
[rbsettings.cpp:162 INFO] GET U: "mountpoint" "F:/" 
[utils.cpp:622 INFO] Ignored: "C:/" type "NTFS" 
[utils.cpp:622 INFO] Ignored: "D:/" type "" 
[utils.cpp:622 INFO] Ignored: "E:/" type "NTFS" 
[utils.cpp:618 INFO] Added: "F:/" type "FAT32" 
[utils.cpp:622 INFO] Ignored: "H:/" type "NTFS" 
[utils.cpp:622 INFO] Ignored: "S:/" type "NTFS" 
[utils.cpp:622 INFO] Ignored: "X:/" type "NTFS" 
[httpget.cpp:230 INFO] Get URI "file:///C:/Users/jbecker/Downloads/RockboxBootloaderInstaller_iPodClassic_v7/bootloader-ipod6g.ipod" 
[httpget.cpp:200 INFO] Request started 
[httpget.cpp:148 INFO] Request finished, status code: 0 
[httpget.cpp:151 INFO] Data from cache: false 
[bootloaderinstallbase.cpp:71 INFO] Downloading bootloader finished, error: false 
[bootloaderinstall6g.cpp:99 INFO] installStageMkdfu 
[bootloaderinstall6g.cpp:130 INFO] preparing installStageWaitForEject 
[bootloaderinstall6g.cpp:168 INFO] preparing installStageWaitForProcs 
[utils.cpp:821 INFO] process "iTunes" PID: 0 
[utils.cpp:821 INFO] process "iTunesHelper" PID: 0 
[bootloaderinstall6g.cpp:210 INFO] preparing installStageWaitForSpindown 
[bootloaderinstall6g.cpp:228 INFO] preparing installStageWaitForDfu 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 5ac1261" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5ac1223" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[bootloaderinstall6g.cpp:255 INFO] preparing installStageSendDfu 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5ac1223" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[bootloaderinstall6g.cpp:288 ERROR] ipoddfu_send() failed: [ERR] Could not set USB configuration: LIBUSB_ERROR_NOT_FOUND 
[selectiveinstallwidget.cpp:195 INFO] continuing install with stage 1 
[selectiveinstallwidget.cpp:197 ERROR] Last part returned error. 
[selectiveinstallwidget.cpp:214 INFO] All install stages done. 
[rockboxinfo.cpp:27 INFO] Getting version info from rockbox-info.txt 
[bootloaderinstall6g.cpp:361 INFO] installDone, status: true 
[system.cpp:246 INFO] Searching for USB devices 
[system.cpp:478 INFO] USB: "0x80870024" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e01200" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5e30610" 
[system.cpp:478 INFO] USB: "0x 5ac1223" 
[system.cpp:478 INFO] USB: "0x413c2107" 
[system.cpp:478 INFO] USB: "0x 46dc049" 
[system.cpp:478 INFO] USB: "0x80870024" 
[utils.cpp:618 INFO] Added: "C:/" type "NTFS" 
[utils.cpp:618 INFO] Added: "D:/" type "" 
[utils.cpp:618 INFO] Added: "E:/" type "NTFS" 
[utils.cpp:618 INFO] Added: "H:/" type "NTFS" 
[utils.cpp:618 INFO] Added: "S:/" type "NTFS" 
[utils.cpp:618 INFO] Added: "X:/" type "NTFS" 
[utils.cpp:220 INFO] cluster size for "C:/" 4096 
[utils.cpp:193 INFO] Volume name of "C:/" is "" 
[utils.cpp:212 INFO] total disk space for "C:/" 249952391168 
[utils.cpp:204 INFO] free disk space for "C:/" 83346911232 
[utils.cpp:220 INFO] cluster size for "D:/" 0 
[utils.cpp:193 INFO] Volume name of "D:/" is "" 
[utils.cpp:212 INFO] total disk space for "D:/" 0 
[utils.cpp:204 INFO] free disk space for "D:/" 0 
[utils.cpp:220 INFO] cluster size for "E:/" 4096 
[utils.cpp:193 INFO] Volume name of "E:/" is "" 
[utils.cpp:212 INFO] total disk space for "E:/" 214748364800 
[utils.cpp:204 INFO] free disk space for "E:/" 214730747904 
[utils.cpp:220 INFO] cluster size for "H:/" 4096 
[utils.cpp:193 INFO] Volume name of "H:/" is "" 
[utils.cpp:212 INFO] total disk space for "H:/" 1869169770496 
[utils.cpp:204 INFO] free disk space for "H:/" 162391011328 
[utils.cpp:220 INFO] cluster size for "S:/" 4096 
[utils.cpp:193 INFO] Volume name of "S:/" is "" 
[utils.cpp:212 INFO] total disk space for "S:/" 1319413956608 
[utils.cpp:204 INFO] free disk space for "S:/" 157382336512 
[utils.cpp:220 INFO] cluster size for "X:/" 4096 
[utils.cpp:193 INFO] Volume name of "X:/" is "" 
[utils.cpp:212 INFO] total disk space for "X:/" 1073741824000 
[utils.cpp:204 INFO] free disk space for "X:/" 141370261504 
 
 
Jan 30, 2016 at 3:29 PM Post #3,510 of 3,645
Hmmm - now rockbox utility has stopped working entirely, both the normal version from the rockbox site, and the modified dual boot one.
 
Even if no ipod is connected!
 
It just says 'this is being run for the first time, blah, blah' goes to open the configuration window, and the window remains empty and blank and it hangs.
 
It used to work perfectly well, now, since using the dual boot one, even the original one has stopped working!


I presume something in the registry or somewhere has gotten set wrong, or my stupid firewall is blocking something even though its not supposed to (says nothing about blocking rockbox utility).  Anyone know how to fix this?
 

Users who are viewing this thread

Back
Top