BOINC calling web browser shows URL: %1 in browser

Message boards : BOINC Manager : BOINC calling web browser shows URL: %1 in browser
Message board moderation

To post messages, you must log in.

AuthorMessage
swinsnes

Send message
Joined: 15 Mar 07
Posts: 4
Message 8768 - Posted: 15 Mar 2007, 14:48:25 UTC

Hi, I just downloaded BOINC for the first time today, v5.8.15. Everything is fine, except: Whenever BOINC tries to open my default browser (Maxthon, addon to IE), the browser is opened with only %1 in the URL address field. So, no functions requiring the use of a browser is working now. Any hints? Brgds, Svend
ID: 8768 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 8772 - Posted: 15 Mar 2007, 18:23:39 UTC

Did you set this browser to be default browser? (Add/Remove programs, Set program access and defaults, set Maxton as your default browser, OK out.)
ID: 8772 · Report as offensive
swinsnes

Send message
Joined: 15 Mar 07
Posts: 4
Message 8790 - Posted: 16 Mar 2007, 13:35:55 UTC - in response to Message 8772.  

Did you set this browser to be default browser? (Add/Remove programs, Set program access and defaults, set Maxton as your default browser, OK out.)

Yes, and thanks for responding. All other applications calls the browser without problems. But with BOINC, even the link in the 'About BOINC Manager' fails in the same way. The correct browser (Maxthon) is started, but with '%1' as the URL (without the ''). So, I get the deafult search page instead... BUT: I have found out that if Maxthon is already opened with a browser window (like the one I use to respond now), then BOINC can open URLs perfectly. So, the symptom is only seen if the Maxthon browser is closed. Strange? Thanks, and
Best regards from Svend
ID: 8790 · Report as offensive
Profile KSMarksPsych
Avatar

Send message
Joined: 30 Oct 05
Posts: 1239
United States
Message 8791 - Posted: 16 Mar 2007, 14:16:08 UTC
Last modified: 16 Mar 2007, 14:19:26 UTC

Not so strange actually. Other strange things happen with IE6. In that case it decides it wants to open two windows, one completely empty and the other with the site in it.

Interestingly enough, it's fine with Firefox 1.5 and 2.0 and IE7.

I haven't had time to test it with Netscape and Opera (which I also have installed). Maybe later today...

I think I had read it was a problem with libCurl, but I could also be imagining things too.
Kathryn :o)
ID: 8791 · Report as offensive
swinsnes

Send message
Joined: 15 Mar 07
Posts: 4
Message 8870 - Posted: 19 Mar 2007, 8:05:44 UTC - in response to Message 8791.  

Not so strange actually. Other strange things happen with IE6. In that case it decides it wants to open two windows, one completely empty and the other with the site in it.

Interestingly enough, it's fine with Firefox 1.5 and 2.0 and IE7.

I haven't had time to test it with Netscape and Opera (which I also have installed). Maybe later today...

I think I had read it was a problem with libCurl, but I could also be imagining things too.

Hi, and thanks for your engagement! And now I feel not so alone ;-) For me, the workaround is to have the Maxthon browser open prior to using any BOINC weblinks. Have a nice day, and
Best regards from Svend
ID: 8870 · Report as offensive
River~~
Avatar

Send message
Joined: 12 Mar 07
Posts: 59
Message 8883 - Posted: 19 Mar 2007, 14:20:38 UTC - in response to Message 8768.  

Hi, I just downloaded BOINC for the first time today, v5.8.15. Everything is fine, except: Whenever BOINC tries to open my default browser (Maxthon, addon to IE), the browser is opened with only %1 in the URL address field. So, no functions requiring the use of a browser is working now. Any hints? Brgds, Svend


It is possible that this is a Maxthon bug, or worse an IE6 bug, and not down to boinc at all. If it is an IE6 bug it will never get fixed.

What is very indicative is that in win/dos %1 means the first parameter, so %1 in a .BAT file works like $1 in a bash script.

So my guess (and that is all I claim for it) is that somehow IE is loaded by the manager, IE knows it should use the addon so re-loads with Maxthon, and in so doing is trying to pass the paramter to the new incarnation of itself but with/without the right amount of quotation.

If so, when the window is already open, it will work because the command is passed directly from the manager to the already-running browser and IE6 does not get a chance to corrupt the command line.

Test:

With a browser window open, can you drag the icon next to the URL onto your desktop? When you close the browser, and double click, does the page open or do you get the %1 effect again? If you still get the 1% effect then it is not a boinc issue.

regards,
River~~
ID: 8883 · Report as offensive
Profile KSMarksPsych
Avatar

Send message
Joined: 30 Oct 05
Posts: 1239
United States
Message 8884 - Posted: 19 Mar 2007, 14:59:35 UTC

With 5.8.16, Opera and Netscape are fine on my XP Pro machine.


I just tested it with 5.4.11 and IE6 (also XP Pro) and you only get one browser window opening. If you use 5.8.16 (most recent alpha version for Windows) and IE6 you get two windows opening.

I'll have to figure out which version the change in libCurl was made and test the version right before that.


Kathryn :o)
ID: 8884 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 8888 - Posted: 19 Mar 2007, 16:31:27 UTC

I don't think libcurl is related at all to opening a browser window. But check for wxWidgets. That's what BOINC Manager uses for all the GUI, and I think it's used to open the browser too.
ID: 8888 · Report as offensive
Profile KSMarksPsych
Avatar

Send message
Joined: 30 Oct 05
Posts: 1239
United States
Message 8890 - Posted: 19 Mar 2007, 16:48:03 UTC - in response to Message 8888.  

I don't think libcurl is related at all to opening a browser window. But check for wxWidgets. That's what BOINC Manager uses for all the GUI, and I think it's used to open the browser too.



Was wxWidgets changed between 5.4.x and 5.8.x?
Kathryn :o)
ID: 8890 · Report as offensive
swinsnes

Send message
Joined: 15 Mar 07
Posts: 4
Message 8958 - Posted: 21 Mar 2007, 14:50:42 UTC - in response to Message 8883.  

Hi, I just downloaded BOINC for the first time today, v5.8.15. Everything is fine, except: Whenever BOINC tries to open my default browser (Maxthon, addon to IE), the browser is opened with only %1 in the URL address field. So, no functions requiring the use of a browser is working now. Any hints? Brgds, Svend


It is possible that this is a Maxthon bug, or worse an IE6 bug, and not down to boinc at all. If it is an IE6 bug it will never get fixed.

What is very indicative is that in win/dos %1 means the first parameter, so %1 in a .BAT file works like $1 in a bash script.

So my guess (and that is all I claim for it) is that somehow IE is loaded by the manager, IE knows it should use the addon so re-loads with Maxthon, and in so doing is trying to pass the paramter to the new incarnation of itself but with/without the right amount of quotation.

If so, when the window is already open, it will work because the command is passed directly from the manager to the already-running browser and IE6 does not get a chance to corrupt the command line.

Test:

With a browser window open, can you drag the icon next to the URL onto your desktop? When you close the browser, and double click, does the page open or do you get the %1 effect again? If you still get the 1% effect then it is not a boinc issue.

regards,
River~~

Hi, and thanks for your suggestions. I think you are definitely on the right track. I did this: Set up IE6 as my default browser, i.e. Maxthon will not be invoked, and tried to access the link in the BOINC Help About. Sure enough, two IE6 windows were opened, one with this URL: http://%1/ and the other window with the correct URL: http://boinc.berkeley.edu It is evident that the IE6 / Maxthon combo does not handle this 'double URL' submission. It also explains that BOINC is the only application provoking this behaviour. I have never ever seen it before... I see there are many helpful souls engaged in this thread now, and most of it is a bit over my head ;-) I'm sure it will be sorted somehow. Have a nice day, and
Best regards from Svend
ID: 8958 · Report as offensive

Message boards : BOINC Manager : BOINC calling web browser shows URL: %1 in browser

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.