Moderator: Tech Team
chewyman wrote:I've just installed BOB. The red squares and green circles thing isn't appearing, all I can see is the greasemonkey picture on the bottom of firefox. Whenever I open a game BOB works and gives me all the stats, but on the map all the army numbers are doubled. So if there was 5 armies on one territory I see the number 5 slightly above and to the left of another number 5. Hope that makes sense.
chewyman wrote:I've just installed BOB. The red squares and green circles thing isn't appearing, all I can see is the greasemonkey picture on the bottom of firefox. Whenever I open a game BOB works and gives me all the stats, but on the map all the army numbers are doubled. So if there was 5 armies on one territory I see the number 5 slightly above and to the left of another number 5. Hope that makes sense.
iambligh wrote:Possible bug:
Defeated opponent on Iceland map listed as having (-1) regions.
yeti_c wrote:Thanks for the info...
I'll try and get round to debugging it sometime shortly.
C.
yeti_c wrote:chewyman wrote:I've just installed BOB. The red squares and green circles thing isn't appearing, all I can see is the greasemonkey picture on the bottom of firefox. Whenever I open a game BOB works and gives me all the stats, but on the map all the army numbers are doubled. So if there was 5 armies on one territory I see the number 5 slightly above and to the left of another number 5. Hope that makes sense.
Note - Red square and green circles sounds like Clicky maps?!
C.
Map Align Left : -21 | ... | 22
Offsets the overlaid display of army indicators on the map by the specified number of pixels: Negative towards the left, positive towards the right, of the default position. Use to ensure that army indicators overlaid by BOB on the Conquer Club map are exactly aligned.
Map Align Top : -21 | ... | 22
Offsets the overlaid display of army indicators on the map by the specified number of pixels: Negative towards the top, positive towards the bottom, of the default position. Use to ensure that army indicators overlaid by BOB on the Conquer Club map are exactly aligned.
title=title.replace(/ $/g,'');
if (colourblind=="Y")
title = title.substring(2);
if (title.indexOf('&')>-1)
{
title = title.replace("&","&");
title = title.replace("<",/</);
title = title.replace(">",/>/);
}
title=title.replace(/ $/g,'');
var c = countriesArray[title];
chipv wrote:I will post this issue in the Wales thread.
MrBenn wrote:What does this error message mean?[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///C:/Documents%20and%20Settings/Ben/Application%20Data/Mozilla/Firefox/Profiles/0l57fvpg.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js :: getFullLog :: line 3446" data: no]
chipv wrote:I've fixed the problem on the Wales map.
It's not strictly speaking BOB's fault.
There is a trailing space in the Wales map xml on the territory Preseli or Amwythig.
This cause BOB to hang when it tries to do an exact match when doing the cards hover handlers.
You will see this problem of BOB hanging indefinitely if you have the card for Preseli or Amwythig.
If you want to fix this for now, fix is in line 4475
- Code: Select all
title=title.replace(/ $/g,'');
So that section should look like this:
- Code: Select all
if (colourblind=="Y")
title = title.substring(2);
if (title.indexOf('&')>-1)
{
title = title.replace("&","&");
title = title.replace("<",/</);
title = title.replace(">",/>/);
}
title=title.replace(/ $/g,'');
var c = countriesArray[title];
The problem will disappear if you cash that card so it may look like an intermittent problem that mysteriously goes away.
I will post this issue in the Wales thread.
MrBenn wrote:I've been getting this error, which I had assumed was the bug people were initially referring to:MrBenn wrote:What does this error message mean?[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///C:/Documents%20and%20Settings/Ben/Application%20Data/Mozilla/Firefox/Profiles/0l57fvpg.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba24781%7D/components/greasemonkey.js :: getFullLog :: line 3446" data: no]
I'm still getting this (or something very similar) on a variety of maps... the ones I've made a note of so far are Wales, Charleston, Scotland, Great Lakes, Forbidden City... (and I'm sure there are others)... I'm beginning to wonder if it's something to do with lacks new hosting site - I've noticed that some map images can take a while to appear sometimes too...
iambligh wrote:Hi, I'm not sure if this has been touched on yet. Also, I'm not sure if this is exclusively a BOB bug or possibly clickables too, but here it is:
When I roll over the screen toward the bottom with HUD turned on, HUD will jump up to sort of "block" me from clicking. Another such bug occurs sometimes following a roll -- the dice will show up over the map and "block" again. Any way to keep it from "jumping"?
STDADDIO wrote:i just installed BOB on MODZ but it will not allow me to deploy or continue a begun turn. I have had to use MSN which is slow. What do i need to do to fix?
galix wrote:Having problem downloading AJAX BOB - I keep getting error message:
LINE 853 CHAR 3 OBJECT EXPECTED - MICROSOFT JSCRIPT RUNTIME ERROR
Pls advise
Tks
Galix
Users browsing this forum: No registered users