google-code-export / game-golem

Automatically exported from code.google.com/p/game-golem
0 stars 0 forks source link

Golem opening new tabs #358

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Let Golem run for a few moments

What is the expected output? What do you see instead?
Nothing on error console. But Golem keeps opening a new tab every minute or so. 
 Crashes the browser once it gets up to 20-30.

What version of Golem are you using? Beta or release? On what browser?
1158, but also noticed this happening the last release or two.

Does anything relevant appear in the Console? (ctrl+shift+J)
Not that I see. There are plenty of:

www.facebook.com : server does not support RFC 5746, see CVE-2009-3555

Warning: Error in parsing value for 'filter'.  Declaration dropped.
Source File: http://rycochet.net/themes/default.css
Line: 1073

Warning: Unknown property 'zoom'.  Declaration dropped.
Source File: http://rycochet.net/themes/default.css
Line: 1001

Warning: Expected declaration but found '*'.  Skipped to next declaration.
Source File: http://rycochet.net/themes/default.css
Line: 88

Warning: Expected ':' but found '='.  Declaration dropped.
Source File: http://web3.castleagegame.com/castle_ws/index.php
Line: 0

Please provide any additional information below.
For a moment on load, it seems to want to go to a 'cloutman.com' or 
'www.cloutman.com/redir.php'. It's pretty fast and I haven't been able to catch 
it before it flips over to the usual web3 address.

Original issue reported on code.google.com by Blackdw...@gmail.com on 16 Sep 2011 at 8:15

GoogleCodeExporter commented 9 years ago
The four warning lines are harmless and common, likely from the JQuery library. 
The redirection link is intended to help reload Golem to dodge memory leak 
issues in CA. All it does is load a very short script that simply presses the 
"back" button in your browser's history. Here something seems to be failing to 
load and the reload attempts appear to be somehow triggering the opening of new 
tabs. Since web3 is normally available 24/7 with only infrequent periodic 
interruptions, I'd suggest checking to see if you have any adware or page 
blocking software installed that might be preventing the proper loading of both 
CA and Golem. NoScript on Firefox is an example of software that blocks pages 
on loading. There's a list of blocked pages via the icon or options button at 
the bottom of the page that you can review to see what's being blocked that 
possibly shouldn't be.

Original comment by lur...@hotmail.com on 17 Sep 2011 at 9:08

GoogleCodeExporter commented 9 years ago
That would be a good thought, except this defiantly started with GG 2 releases 
ago. I've never had a problem with adblock and GG before.
While those warnings may not have anything to do with it, it's defiantly a GG 
issue.

Original comment by Blackdw...@gmail.com on 18 Sep 2011 at 10:12

GoogleCodeExporter commented 9 years ago
Does web3 load properly if you just disable Golem?

Original comment by lur...@hotmail.com on 18 Sep 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Web3 loads properly with or without Golem. What happens is that as Golem is 
running, it keeps opening new tabs. All running Web3. Which quickly overwhelms 
the browser if I should be away and not constantly closing tabs.

Original comment by Blackdw...@gmail.com on 19 Sep 2011 at 2:38

GoogleCodeExporter commented 9 years ago
Which browser and version are you running?

Original comment by lur...@hotmail.com on 20 Sep 2011 at 5:17

GoogleCodeExporter commented 9 years ago
Firefox 6, 1158.

Original comment by Blackdw...@gmail.com on 21 Sep 2011 at 4:47

GoogleCodeExporter commented 9 years ago
See if r1163 helps to sort out the tabs issue. I've never been able to 
reproduce the results you are seeing myself, but that version has slightly less 
restrictive handling of the web3 platform, so it may help the issue.

Original comment by lur...@hotmail.com on 7 Oct 2011 at 6:56