Page 1 of 7 123 ... LastLast
Results 1 to 10 of 62

Thread: BOINC 7.x breaks BOINC Project Updater

  1. #1
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,291

    BOINC 7.x breaks BOINC Project Updater

    After upgrading BOINC, BOINC Project Updater (PBU) is spitting out the same error message you get if your password doesn't match what is in the gui_rpc_auth.cfg file. What changed with 7.x that breaks BBPU? Does BOINC 7.x use a different file for the password or something?
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


  2. #2

    Re: BOINC 7.x breaks BOINC Project Updater

    Why upgrade?

  3. #3
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,291

    Re: BOINC 7.x breaks BOINC Project Updater

    Quote Originally Posted by Mr. Hankey View Post
    Why upgrade?
    It's required for the new GPU apps (openCL) at some projects.
    Last edited by zombie67; 01-04-12 at 09:14 PM.
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


  4. #4
    Gold Member
    Slicker's Avatar
    Join Date
    October 25th, 2010
    Location
    South of Cheeseland
    Posts
    1,253

    Re: BOINC 7.x breaks BOINC Project Updater

    I'll install BOINC 7.0.3 and step through the code in debug and see if I can find the problem.
    Spring 2008 Race: (1st Place)

  5. #5
    Gold Member
    Slicker's Avatar
    Join Date
    October 25th, 2010
    Location
    South of Cheeseland
    Posts
    1,253

    Re: BOINC 7.x breaks BOINC Project Updater

    I found the first error. Once again, the guys at Berkeley really need to take an XML 101 course. They have invalid characters embedded in their XML. That's what happens when developers think XML is just text with < and > around it. It would be nice if they would at least read the specs: http://www.w3.org/TR/REC-xml/

    Anyway, it looks like they removed or changed the project_update api call. I'm not sure which yet or if there is a workaround.
    Spring 2008 Race: (1st Place)

  6. #6
    Past Administrator
    Fire$torm's Avatar
    Join Date
    October 13th, 2010
    Location
    In the Big City
    Posts
    7,938

    Re: BOINC 7.x breaks BOINC Project Updater

    Thank you Slicker. Too bad they don't have sense enough to hire you. But then, I guess, they would have to pay you an awful lot of money to put up with them.......


    Future Maker? Teensy 3.6

  7. #7
    Gold Member
    Slicker's Avatar
    Join Date
    October 25th, 2010
    Location
    South of Cheeseland
    Posts
    1,253

    Re: BOINC 7.x breaks BOINC Project Updater

    It turns out that they used to use
    <project_update>\a<project_url>\ahttp://a.b.c/d/</project_url>\a</project_update>\a

    and now they want
    <project_update>\n<project_url>\nhttp://a.b.c/d/</project_url>\n</project_update>

    If they were using actual XML, they would be expecting
    <project_update><project_url>http://a.b.c/d/</project_url></project_update>

    and if they wanted better performance and to use less bandwidth, they would use
    <project action="update" url="http://a.b.c/d/"/>

    Anyway, here's a new version that works with 7.0.3:
    http://boinc.thesonntags.com/collatz...ater_v1030.zip
    Spring 2008 Race: (1st Place)

  8. #8
    Past Administrator
    Fire$torm's Avatar
    Join Date
    October 13th, 2010
    Location
    In the Big City
    Posts
    7,938

    Re: BOINC 7.x breaks BOINC Project Updater

    Quote Originally Posted by Slicker View Post
    It turns out that they used to use
    <project_update>\a<project_url>\ahttp://a.b.c/d/</project_url>\a</project_update>\a

    and now they want
    <project_update>\n<project_url>\nhttp://a.b.c/d/</project_url>\n</project_update>

    If they were using actual XML, they would be expecting
    <project_update><project_url>http://a.b.c/d/</project_url></project_update>

    and if they wanted better performance and to use less bandwidth, they would use
    <project action="update" url="http://a.b.c/d/"/>

    Anyway, here's a new version that works with 7.0.3:
    http://boinc.thesonntags.com/collatz...ater_v1030.zip
    OK, call me a noob.... Is this a patch for BM 7.0.3 or its replacement?


    Future Maker? Teensy 3.6

  9. #9
    Gold Member
    Slicker's Avatar
    Join Date
    October 25th, 2010
    Location
    South of Cheeseland
    Posts
    1,253

    Re: BOINC 7.x breaks BOINC Project Updater

    Just replace the old boincprojectupdater.exe with the new one in the zip file and it should then work with boinc 7.0.3
    Spring 2008 Race: (1st Place)

  10. #10
    Diamond Member
    zombie67's Avatar
    Join Date
    October 24th, 2010
    Location
    Reno, NV
    Posts
    7,291

    Re: BOINC 7.x breaks BOINC Project Updater

    Thanks! Is the new project updater compatible with older BOINC? Or do I need to use old with old and new with new?
    "Don't confront me with my failures, I had not forgotten them" - Jackson Browne

    Avatar source


Page 1 of 7 123 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •