Jump to content

Wikipedia talk:AutoWikiBrowser/Bugs

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Funky Monkey (talk | contribs) at 00:57, 6 November 2007 (→‎AWB encountered TypeInitializationException: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Archive
Archive 1
Archive 2
Archive 3 (Version 4.0)
Archive 4 (Version 4.1)

Please only use this page to report bugs in the current version of the software. Please update to the most recent version, check to make sure your bug has not been reported already on this page, and read the FAQ before posting a bug here.

Any discussion can follow as normal.

This format allows the developers to keep track of bugs and to make sure the bugs are fixed as fast as possible. Once the bugs have been fixed, they will be moved to the /Archive.

If you cannot find your Bug on this page, please check the /Archive, as it may have been fixed for the next release!

Double End of line

Status New
Description If in single line mode if there is a new line after the end of the main contents. Occurred when tagging template with {{uncategorized}}. Dispenser 20:21, 30 May 2007 (UTC)[reply]
To duplicate: Rule 1:
replace="[^\r\n]*"
with=""
regex="true"

Rule 2:

replace="$"
with="<noinclude>{{Uncategorized template|{{subst:DATE}}}}</noinclude>"
regex="true"
singlline="true"
Operating system Windows XP
.NET FW Version Unknown
AWB version 3.9.0.0
Workaround Change "$" to "(\S)\s*$" and add $1 to the beginning of the replacement
Fixed in version Unknown


Is it still there in 3.9.3, taking in account absence of \r's? MaxSem 10:56, 29 June 2007 (UTC)[reply]

Yes, and I've come up with a better method of duplication, two rules both advanced regex in singleline mode, replace 1: $\n\n\n, replace 2: $EoF (tested on Template:DOClink). Another work around is to remove trailing white space with \s*$[empty]Dispenser 18:04, 29 June 2007 (UTC)[reply]

\r bug in regex mode

Status Unknown
Description Diff is incorrect with \r in regex mode. Dispenser 20:11, 28 June 2007 (UTC)[reply]
To duplicate: advanced regex: \n\r\n
Operating system XP
.NET FW Version Unknown
AWB version SVN
Workaround None
Fixed in version Unknown


AWB now use Unix line ends for F&R, therefore you don't need to use \r anywhere anymore.

PS: should we filter \r out then? MaxSem 20:32, 28 June 2007 (UTC)[reply]
It should work like the diffs in Wikipedia, probably. So \r\n becomes \n and \r\r\n becomes \n\n. —Dispenser 02:35, 29 June 2007 (UTC)[reply]
Filtering isn't a good idea if your sending it to the server, since \r by its self is interpreted as a newline, so ideally properly converting for the diff view. —Dispenser 18:10, 29 June 2007 (UTC)[reply]
SVN 1399 seem to break wikidiff if there is a new line added. 1396 works fine. —Dispenser 19:04, 3 July 2007 (UTC)[reply]
Thats weird. No changes related to that have been made... Reedy Boy 20:52, 3 July 2007 (UTC)[reply]
[1] (regex find \n\n(={1,4})zobacz też(={1,4})\n regex replace \n\n$1Zobacz też$1\n, this \n doesn't work well and breake articles, after the change \r\n -> \n AWB added me lot of reduntand lines, which I must now erase by hand (I saw a bolds on diff at the end of the lines but I thought that were a redundant spaces removed, but it were the lines addition!) --84.234.42.68 20:02, 14 August 2007 (UTC)[reply]
as I now discovered is has sth to do with "case sensitive" unchecked - that's a bug I think, look like then it assumes the \n as a string, but don't know why "case sensitive" applies to regex anyway --84.234.42.68 20:11, 14 August 2007 (UTC)[reply]
Its incase you dont want to have to do all the things in upper and lower case - ie Category: [Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy], you do it however, and case insensitive will match them all Reedy Boy 20:13, 14 August 2007 (UTC)[reply]
but "CaseSensitive" affect \n somehow and I think that's the main problem, look at the regex I posted and the ABW behavior in the screen --84.234.42.68 20:43, 14 August 2007 (UTC)[reply]
why does that put the string "\n" in the article? find: ([^=]) +\n replace: $1\n --84.234.42.68 20:14, 17 August 2007 (UTC)[reply]
please agree or disagree, am I doing something wrong in that regex for removing redundant spaces from the end of the line?, because I had to stop editing for that reason --84.234.42.68 23:33, 18 August 2007 (UTC)[reply]
[2]] how to get this to work? it was OK when \r\n was used --84.234.42.68 13:40, 24 August 2007 (UTC)[reply]

Disambig tab weirdness

Status New
Description After the links have been loaded in the disambig tab, when I move my mouse over the box containing the links the text in the box goes white and you can't see any text. Reappears if I click in the 'Link to disambiguate box'. Also reappears if I click in the box itself, but disappears if I move my cursor out of the box and stays disappeared when I move my cursor back in. If I then highlight some, those particular ones reappear, but disappear again if I move my cursor out of the box again. I hope that makes sense! mattbr 19:06, 29 June 2007 (UTC)[reply]
To duplicate: As described
Operating system Windows Vista
.NET FW Version Unknown
AWB version Alpha 3.9.3.0, also noticed in prior version (3.9.1.0)
Workaround None
Fixed in version Unknown


Both me and max are unable to duplicate in XP... Reedy Boy 20:34, 29 June 2007 (UTC)[reply]
Verified that this bug exists in Vista. Looks like it's up to me to fix it, and I have no freakin' idea what's causing it. —METS501 (talk) 02:24, 30 June 2007 (UTC)[reply]
Thats what we thought. Ie there is no event fired (well, no dev coded event)) when there is mousehover... Maybe just change the control for a listbox? Reedy Boy 12:04, 30 June 2007 (UTC)[reply]
Edit box is there for a reason - before starting disambiguating, you'll have to change all links to their normal case, because they're loaded with first letter always uppercase. MaxSem 12:17, 30 June 2007 (UTC)[reply]
Ah, ok. I've never actually used it... Reedy Boy 12:26, 30 June 2007 (UTC)[reply]

Undone typo still in edit summary

Status New
Description Typo undone by double clicking the diff line still appears in the edit summary, as in this edit. mattbr 15:48, 2 July 2007 (UTC)[reply]
To duplicate: As described
Operating system Windows Vista
.NET FW Version Unknown
AWB version Alpha 3.9.3.2
Workaround Unknown
Fixed in version Unknown


I agree - I think it would be helpful to other users reviewing AWB edits if undone typos didn't appear in the edit summary. Rjwilmsi 17:50, 23 September 2007 (UTC)[reply]

Logged in user at bottom right still not updating

Status New
Description The bottom right corner with the user logged into AWB still doesn't always update when switching between profiles. This was said to have been fixed, but I'm running the version where that fix was supposedly fixed. --(Review Me) R ParlateContribs@ (Let's Go Yankees!) 02:21, 3 July 2007 (UTC)[reply]
To duplicate:
Operating system Windows Vista
.NET FW Version Unknown
AWB version 3.9.3.2
Workaround Exit and restart.
Fixed in version Unknown


I've just been testing it just now. Most of the time it does work, there just seems to be a few cases where it doesnt always update properly... Reedy Boy 14:47, 3 July 2007 (UTC)[reply]
Tried to improve this a bit... But still not much better... Reedy Boy 16:23, 5 July 2007 (UTC)[reply]


It seems, when its polling for the username, to check what it is, its still getting the old username... And therefore doesnt always update... Need to have a look at the way its doing it... And potentially move it around or something Reedy Boy 14:41, 1 October 2007 (UTC)[reply]

Auto checkbox switches itself off

Status New
Description Editing in bot mode, sometimes I find AWB is sat there because the auto-save checkbox has mysteriously become unchecked. Possible clue: we have bad weather here, causing a bad connection. kingboyk 12:23, 20 July 2007 (UTC)[reply]
To duplicate:
Operating system Vista
.NET FW Version Unknown
AWB version svn
Workaround
Fixed in version Unknown


Maybe, i think it may be set to turn off/uncheck if there is problems... Reedy Boy 13:43, 20 July 2007 (UTC)[reply]
Actually... I dont think it is... Reedy Boy 22:54, 20 July 2007 (UTC)[reply]
It's always been like this. I agree it should stay on. You also can't save auto on in the settings file. This mean every time you get logged out, when you log back, you must re-check the box, and if you don't, the same thing that happens to Kingboyk happens to me. --(Review Me) R ParlateContribs@ (Let's Go Yankees!) 03:20, 21 July 2007 (UTC)[reply]
This is, nonetheless, a useful safeguard sometimes. Rich Farmbrough, 12:50 21 July 2007 (GMT).
Useful safeguard against what exactly? I agree that it's a setting which should be turned on by the operator and not saved in the xml,
That's what I thought you meant. Rich Farmbrough, 07:44 11 August 2007 (GMT).
but if it's turned off by AWB just because the connection was lost I'm not sure what's gained. Having a bad connection doesn't make my bot go wild, and even if in fact my bot does go wild it's easily shut down by an admin blocking it or somebody replacing my talk page redirect with a message. --kingboyk 14:25, 21 July 2007 (UTC)[reply]
Why shouldn't it be saved in the xml file? Now that we have profiles, you can associate one that always has "auto on" with your bot account only. --(Review Me) R ParlateContribs@ (Let's Go Yankees!) 16:47, 21 July 2007 (UTC)[reply]
I guess. The concept has always been this is a feature you must turn on, once you're happy with your settings. I wouldn't argue against becoming a little more liberal in that regard (current implementation can be a bit of a pain) but others might. --kingboyk 21:45, 24 July 2007 (UTC)[reply]

Double Clicking typo to undo the suggested change

Status New
Description When there is more than one word is highlighted in yellow on a line in AWB, and one of the highlighted is not a typo (i.e Cristian vs Christian both are correct but AWB recognizes it as a typo) when the non-typo is double clicked, it removes everything in that yellow box instead of the specified word, maybe have it where it only removes the highlight because more than one typo could exists on a line or paragraph dputig07 00:54, 12 September 2007 (UTC)[reply]
To duplicate: I have an example on my user page
Operating system XP
.NET FW Version Unknown
AWB version 4.1
Workaround click once to focus it in the edit box, fix the typo(s) then double click to remove yellow box
Fixed in version Unknown


It would be helpful to those reviewing page edits if this fix could be implemented. Thanks Rjwilmsi 15:15, 13 October 2007 (UTC)[reply]

IRCM doesn't show any actions with ar.wp

Status New
Description When I use IRCM with Arabic Wikipedia, I can't see any actions (moving, deleting, un-deleting, etc..) OsamaK 16:18, 12 September 2007 (UTC)[reply]
To duplicate: Unknown
Operating system Windows XP
.NET FW Version Unknown
AWB version SVN
Workaround None
Fixed in version Unknown


Does it on any other wiki's? We know en.wp works.. Reedy Boy 20:20, 13 September 2007 (UTC)[reply]
Just was shown a restore on commons... Reedy Boy 20:40, 13 September 2007 (UTC)[reply]
So the problem wasn't in non-English language.--OsamaK 19:10, 15 September 2007 (UTC)[reply]

No scrollbars in preview, show changes and edit box

Status New
Description There are no scrollbars to view all the text in preview, show changes and edit box. --213.170.112.173 23:49, 26 September 2007 (UTC)[reply]
To duplicate:
Operating system Win XP, .NET 2.0, IE 6.0
.NET FW Version Unknown
AWB version 4.1.2.0
Workaround
Fixed in version Unknown


There is the vertical scroll bar, so bets hedged, you mean, horizontal? Reedy Boy 19:20, 27 September 2007 (UTC)[reply]
I have none. Screen resolution is 1280x1024. --213.170.112.173 22:17, 27 September 2007 (UTC)[reply]
Try shrinking the window down when there is something in the web control. Does that show them? As both should only be shown when needed to be Reedy Boy 20:02, 29 September 2007 (UTC)[reply]
I tried to change window size, use minimized/maximized windows, scroll bars don't appear at all. But they definitely should, since an article I load is quite large and there is text behind the panel. Even when the panel is hidden (using left down arrow) the text is large enough, it doesn't fit the window but there are no scroll bars :( --213.170.112.173 21:22, 30 September 2007 (UTC)[reply]
Seems rather weird.. Potentially not AWB. Can you take a screenshot of AWB when you expect it should be showing the scroll bars? Reedy Boy 21:24, 30 September 2007 (UTC)[reply]
Image:AWB4120 noscrollbars 1.PNG Any idea of the reason for this weird behaviour? --213.170.112.173 20:29, 2 October 2007 (UTC)[reply]
The GUI is screwed a bit it seems... Hmmmm Reedy Boy 21:11, 2 October 2007 (UTC)[reply]
Anyway, it seems to be this AWB version's problem, since older AWB versions and other apps look fine. --213.170.112.173 21:20, 2 October 2007 (UTC)[reply]
Thats interesting... That points to the culprit then... We had a user commited fix to fix a GUI problem they were having with other versions since v4... Looks fine for us... Seems it may have caused you problems! Reedy Boy 21:22, 2 October 2007 (UTC)[reply]

Detecting admin status

Status New
Description On en.wb (possibly others), admin status isn't detected (or something). Yes, I'm an admin there. I can click the delete button on the start tab, and my deletion summary is placed in the box, but clicking delete to confirm does nothing. In the status bar, the word "Protected" appears - the page isn't protected, so I don't know what that means.
To duplicate: log in to an admin account on WB and try to delete something.
Operating system XP SP2
.NET FW Version Unknown
AWB version 4.1.2.0
Workaround none known
Fixed in version Unknown


Mike.lifeguard | talk 02:36, 3 October 2007 (UTC)[reply]

Its either it isnt being detected.. Or the delete is broken... Reedy Boy 16:04, 3 October 2007 (UTC)[reply]
The protected appears on en.wp too. I too dont know what it means, but i know the delete works here on en.wp [3] Reedy Boy 16:09, 3 October 2007 (UTC)[reply]
The question is, does it actually delete the page? Reedy Boy 16:13, 3 October 2007 (UTC)[reply]
No, the page wasn't deleted. I tried several different pages, none of which were protected. Mike.lifeguard | talk 20:05, 3 October 2007 (UTC)[reply]
Whats it show in the web browser after its finished all the loading? It should go through automated motions of deleting - Like you would do if doing it manually. Can you watch it go through and see what the browser says? (Im a bit stuck as i only have admin here on en.wp) Reedy Boy 20:38, 3 October 2007 (UTC)[reply]
Yes, the upper section shows the delete page with the summary I entered in the dialog box. So I'm supposed to click Delete. The button looks like it's getting pushed. Only nothing happens. Click again and again - nothing. Mike.lifeguard | talk 21:54, 3 October 2007 (UTC)[reply]

Detecting bot status is spotty too. Often (this is a good thing if it's a bug - please don't fix it) the bot tab is enabled when using it though a non-bot account. However, less often (this is a problem) it will be disabled when using it through a bot-flagged account. Workaround = reinitialize AWB and hope it changes its mind the next time. Any progress towards a fix? Mike.lifeguard | talk 01:26, 13 October 2007 (UTC)[reply]

Does anyone else on your project experience similar problems? Which browser do you use for general editing? Do you edit through some kind of proxy? MaxSem 17:03, 16 October 2007 (UTC)[reply]
Nobody else uses AWB. I normally use Firefox, but I have IE7 installed and functional. Using IE I can delete normally. I don't edit through a proxy (so far as I know). Mike.lifeguard | talk 01:06, 17 October 2007 (UTC)[reply]

Still buggy after updating. 1st try today gave me 3 errors. 2nd try gave me bot=false. 3rd try gave me bot=true admin=true (admin=true is wrong for that account - it doesn't actually yield admin buttons though.) Mike.lifeguard | talk 00:56, 5 November 2007 (UTC)[reply]

Mismatching [ ]

Status New
Description AWB gets confused over nested [] Rich Farmbrough, 13:02 9 October 2007 (GMT).
To duplicate: See here
Operating system 2k
.NET FW Version Unknown
AWB version 4.1.2.0
Workaround Disable GF
Fixed in version Unknown


Note: I logged a similar bug some time ago - however we have had a release since then I think. Rich Farmbrough, 13:02 9 October 2007 (GMT).

Case sensitive

Status New
Description Loaded 4.1.2.0 XML file into 4.1.3.0 all rules became case sensitive Rich Farmbrough, 10:59 14 October 2007 (GMT).
To duplicate:
Operating system 2k
.NET FW Version Unknown
AWB version 4.1.3.0
Workaround Manually change back
Fixed in version Unknown


AWB encountered ArgumentOutOfRangeException

Status New
Description
Exception:ArgumentOutOfRangeException
Message:InvalidArgument=Value of '-1' is not valid for 'index'. Parameter name: index
Call stack:
   at System.Windows.Forms.ListView.ListViewItemCollection.get_Item(Int32 index)
   at WikiFunctions.AWBProfiles.AWBLogUploadProfilesForm.get_SelectedItem()
   at WikiFunctions.AWBProfiles.AWBProfilesForm.login()

Mike.lifeguard | talk 02:23, 15 October 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.1.3.0
Workaround None
Fixed in version Unknown


Was this caused by clicking login without having anything selected...? Reedy Boy 11:28, 15 October 2007 (UTC)[reply]
No... I created a list before logging in, then went File>Profiles>account>login and it gave me this (I'm pretty sure). Mike.lifeguard | talk 01:08, 17 October 2007 (UTC)[reply]
It doesnt seem duplicatable just by clicking on the form - If nothings selected, most of them aint enabled.. Its got to be from something such as the log uploading. If you could play around and try and duplicate it, then come back and tell us what you exactly did to duplicate it, it'd be mucho appreciado Reedy Boy 21:16, 18 October 2007 (UTC)[reply]

Cats after interwikis

Status Not enough information/very rare bug
Description GF is in some cases moving the categories after the interwikisRich Farmbrough, 20:52 19 October 2007 (GMT).
To duplicate: http://en.wikipedia.org/w/index.php?title=Trireme&diff=165695772&oldid=165667624
Operating system 2k
.NET FW Version Unknown
AWB version 4.1.3.0
Workaround Turn off GF
Fixed in version Unknown


Hmm, can't reproduce it. MaxSem 13:08, 20 October 2007 (UTC)[reply]

Tricky - neither can I in user space. But it does work on the trireme article itself. Rich Farmbrough, 16:37 23 October 2007 (GMT).
That sounds like somethings running only in mainspace then... Reedy Boy 21:36, 25 October 2007 (UTC)[reply]
This movement of a :Image to the end may be part of the same fix. Rich Farmbrough, 16:31 28 October 2007 (GMT).
Can anybody else reproduce this? MaxSem 16:07, 30 October 2007 (UTC)[reply]
Have you tried applying Gen Fixes to trireme? (And not saving of course.) Rich Farmbrough, 15:00 1 November 2007 (GMT).
I just tried it. Cant duplicate it either.. Reedy Boy 12:56, 2 November 2007 (UTC)[reply]
Seems to be OK in 4.1.4.0. Rich Farmbrough, 23:23 3 November 2007 (GMT).

Error Software disabled because not monobook...

Status New
Description When I launched AWB after a very variable period of time, the software declare an error because the software only accept the monobook. It ask me to modify my preference and relogin (i do it on my bot account). Some times the problem occurs instantanely sometime after 7 hours of works... no matter what is the problem beacuse i don't modify my preferences...Gdgourou 10:18, 20 October 2007 (UTC)[reply]
To duplicate:
Operating system Windows XP
.NET FW Version Unknown
AWB version 4.1.3.0
Workaround Usage of Firefox 2.0.0.8, Web radio via Windows Media Player 11, Google Desktop, Outlook 2007...
Fixed in version Unknown


Rich - You've found a bug friend ;) Reedy Boy 12:25, 20 October 2007 (UTC)[reply]
Thanks... I would prefer another form of richness lol --Gdgourou 14:43, 20 October 2007 (UTC)[reply]
Same problem. Pontiff Greg Bard 10:32, 26 October 2007 (UTC)[reply]
Killing AWB on my machine, for several months, I am running SB on one of the children's computers... It seems to be "Loading page to check if we are logged in." Rich Farmbrough, 14:57 1 November 2007 (GMT).
Really if I could disable this check it would be a major step forward. Rich Farmbrough, 14:58 1 November 2007 (GMT).

AWB encountered NullReferenceException

Status New
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at WikiFunctions.AWBProfiles.AWBProfilesForm.browserLogin(String Username, String Password)
   at WikiFunctions.AWBProfiles.AWBProfilesForm.browserLogin(String Password)
   at WikiFunctions.AWBProfiles.AWBProfilesForm.login()
************** Texto de Exceção **************
System.MissingMethodException: Método não encontrado: 'Void WikiFunctions.Updater..ctor()'.
   em IrcMonitor.IRCMonitor.UpdateUpdater()
   em IrcMonitor.IRCMonitor.IRCMonitor_Load(Object sender, EventArgs e)
   em System.Windows.Forms.Form.OnLoad(EventArgs e)
   em System.Windows.Forms.Form.OnCreateControl()
   em System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   em System.Windows.Forms.Control.CreateControl()
   em System.Windows.Forms.Control.WmShowWindow(Message& m)
   em System.Windows.Forms.Control.WndProc(Message& m)
   em System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   em System.Windows.Forms.ContainerControl.WndProc(Message& m)
   em System.Windows.Forms.Form.WmShowWindow(Message& m)
   em System.Windows.Forms.Form.WndProc(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Conjuntos de Módulos (Assemblies) Carregados **************
mscorlib
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.832 (QFE.050727-8300)
    Base de Código: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

IRCMonitor
    Versão do Conjunto de Módulos (Assembly): 1.0.1.2
    Versão do Win32: 1.0.1.2
    Base de Código: file:///C:[...]AWB/IRCMonitor.exe

System.Windows.Forms
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.832 (QFE.050727-8300)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.832 (QFE.050727-8300)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Drawing
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.832 (QFE.050727-8300)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

WikiFunctions
    Versão do Conjunto de Módulos (Assembly): 4.1.3.0
    Versão do Win32: 4.1.3.0
    Base de Código: file:///C:[...]AWB/WikiFunctions.DLL

System.Windows.Forms.resources
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.42 (RTM.050727-4200)
    Base de Código: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll

mscorlib.resources
    Versão do Conjunto de Módulos (Assembly): 2.0.0.0
    Versão do Win32: 2.0.50727.832 (QFE.050727-8300)
    Base de Código: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

Lantonov 10:38, 1 November 2007 (UTC)[reply]

189.46.4.227 22:13, 30 October 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.1.3.0
Workaround None
Fixed in version Unknown


Lantonov 10:38, 1 November 2007 (UTC)[reply]

Any chance of enlightening us to how you got the error? Reedy Boy 13:05, 1 November 2007 (UTC)[reply]
Sure. When I start IRCMonitor, I get "Method not found:'Void Wiki functions.Updater..ctor()'. Button Details gives:'See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

Button Continue enters IRCMonitor. From its menu File, Profiles, button "Login as selected" gives the first message formatted as an email with subject and content. Lantonov 13:36, 1 November 2007 (UTC)[reply]

Removed bits of it - Not needed. Just the method =) Reedy Boy 16:18, 1 November 2007 (UTC)[reply]

The way to supress the Just In Time debugger messages:

In Internet Explorer, go to Tools --> Options --> Advanced. Make sure 'Disable Script Debugging (Internet Explorer)' and

 'Disable Script Debugging (Other)' Are both checked. Press apply and close. 

The other error, i'll look into. If you could let us know if the above sorts one part of your error

Reedy Boy 16:22, 1 November 2007 (UTC)[reply]

The two debugging boxes in IE were checked already. The JIT error persists with boxes checked. Lantonov 06:12, 2 November 2007 (UTC)[reply]
And you have got the .NET framework installed? Reedy Boy 12:08, 2 November 2007 (UTC)[reply]
Installed .NET framework before using AWB. It didn't want to start without it. I suspect something is wrong in my settings file: Default.xml. If I have a good settings file, maybe the problem will disappear. Lantonov 12:45, 2 November 2007 (UTC)[reply]

AWB encountered XmlException

Status New
Description
Exception:XmlException
Message:'>' is an unexpected token. The expected token is '"' or . Line 1, position 63.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.DtdParserProxy.System.Xml.IDtdParserAdapter.Throw(Exception e)
   at System.Xml.DtdParser.Throw(Int32 curPos, String res, String[] args)
   at System.Xml.DtdParser.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
   at System.Xml.DtdParser.ParseExternalId(Token idTokenType, Token declType, String& publicId, String& systemId)
   at System.Xml.DtdParser.ParseInDocumentDtd(Boolean saveInternalSubset)
   at System.Xml.DtdParser.Parse(Boolean saveInternalSubset)
   at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at WikiFunctions.Lists.GetLists.FromWhatLinksHere(Boolean embedded, Int32 limit, String[] pages)
   at WikiFunctions.Controls.Lists.ListMaker.MakeList2()

Davnel03 20:49, 3 November 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 6.0.6000.0
.NET FW Version Unknown
AWB version 4.1.3.0
Workaround None
Fixed in version Unknown


Davnel03 20:49, 3 November 2007 (UTC)[reply]

What did you do to create this error? Ie, what had you entered i the "what links here" Reedy Boy 22:25, 3 November 2007 (UTC)[reply]

AWB encountered TypeInitializationException

Status New
Description
Exception:TypeInitializationException
Message:The type initializer for 'WikiFunctions.WikiDiff' threw an exception.
Call stack:
   at WikiFunctions.WikiDiff.DiffHead()
   at AutoWikiBrowser.MainForm.GetDiff()

DéRahier 21:22, 3 November 2007 (UTC)[reply]

✗iℎi✗(talk) 21:46, 3 November 2007 (UTC)[reply]

Hmains 23:01, 3 November 2007 (UTC)[reply]

 Barliner  talk  00:18, 4 November 2007 (UTC)[reply]

Vituzzu 01:06, 4 November 2007 (UTC)[reply]

Kernel Saunters 01:12, 4 November 2007 (UTC)[reply]

YK Timestalk 02:27, 4 November 2007 (UTC)[reply]

TJ Spyke 02:51, 4 November 2007 (UTC)[reply]

Firsfron of Ronchester 03:53, 4 November 2007 (UTC)[reply]

E talkBAG 05:17, 4 November 2007 (UTC)[reply]

WegianWarrior 08:08, 4 November 2007 (UTC)[reply]

89.52.159.124 12:57, 4 November 2007 (UTC)[reply]

Muro de Aguas (write me) 14:08, 4 November 2007 (UTC)[reply]

Seaserpent85 14:27, 4 November 2007 (UTC)[reply]

Gaius Cornelius 14:46, 4 November 2007 (UTC)[reply]

G716 <T·C> 15:59, 4 November 2007 (UTC)[reply]

Katr67 17:19, 4 November 2007 (UTC)[reply]

High priority bug ! --Movses 08:53, 5 November 2007 (UTC)[reply]

Tirkfl 13:48, 5 November 2007 (UTC)[reply]

SteinbDJ · talk · contributions 14:00, 5 November 2007 (UTC)[reply]

78.92.31.58 18:00, 4 November 2007 (UTC)[reply]

MrStalker talk 16:34, 5 November 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.1.4.0
Workaround None
Fixed in version Unknown


We are investigating this. You can use AWB, but you cant do any diff's atm. If you select the general menu, and then change "On load: Show changes" to one of the other options.. You can edit, just not see any diff's Reedy Boy 22:09, 3 November 2007 (UTC)[reply]
Just FYI - I get this personally too. Just its going to teh wikidiff module.. Reedy Boy 23:06, 3 November 2007 (UTC)[reply]
Thing is, I'm trying to append text, a Newsletter for a Wikiproject I'm part of, and it just shows up when I try to edit at all. ✗iℎi✗(talk) 01:40, 4 November 2007 (UTC)[reply]
Adding a heart-felt plea for a quick fix to this one. AWB forced me to update from 4.1.2.0 this morning. Without being able to see the changes, I can't use any of the auto cleanup stuff (because I don't know what it's changing). This eliminates about 80% of the usefulness of AWB to me. :(--Fabrictramp 17:21, 4 November 2007 (UTC)[reply]
Strong agree - without being able to see the diffs, this has knocked out my main use for AWB of skimming through new accounts' contributions & tagging/typo fixing/wikifying to try to prevent their good faith contribs being prodded. Even if it means going back to an earlier version of the software I'd urge a quick fix to this.iridescent 17:35, 4 November 2007 (UTC)[reply]
The forced upgrade was to fix this 2 issue... The cause of the problem relates to teh C++ Wikidiff Module... Nothings changed with it, so why its started this, we're not sure Reedy Boy 18:29, 4 November 2007 (UTC)[reply]
Can we go back to the old version, at least temporary, until there's a fix? This pretty much broke AWB for me. Rocket000 22:43, 4 November 2007 (UTC)[reply]
We could try.. Whats anyone else think? The reason for the forced upgrade was to fix this 2 issue causing quite a lot of problems. Nothings changed with the related code to teh wikidiff, so why this is an issue, is quite weird. Reedy Boy 11:54, 5 November 2007 (UTC)[reply]
I would say yes. I don't appear to be able to use AWB for disambiguation at all in its current state. -- SteinbDJ · talk · contributions 14:58, 5 November 2007 (UTC)[reply]
Please use the older version until this issue is fixed. Jogers (talk) 15:26, 5 November 2007 (UTC)[reply]
Unfortunately, 4.1.2.0 isn't enabled and 4.1.3.0 isn't usable (for me) because of edit box problems. Any chance 4.1.2.0 can be re-enabled?--Fabrictramp 16:12, 5 November 2007 (UTC)[reply]
I temporarily re-enabled 4.1.2.0 too. Jogers (talk) 18:32, 5 November 2007 (UTC)[reply]
You're my new favorite person. :) Thanks!--Fabrictramp 18:47, 5 November 2007 (UTC)[reply]

Can anyone who experience this problem tell if it also happens in the SVN version? Jogers (talk) 19:05, 5 November 2007 (UTC)[reply]

Per your talk, yes... And other SVN versions i've already tried... Reedy Boy 19:36, 5 November 2007 (UTC)[reply]

Anyone with this issue, whoes gone back to an older version, has this solved it for you? Reedy Boy 19:40, 5 November 2007 (UTC)[reply]

Yes! 4.1.3.0 works for me. Thanks for re-enabling it and good luck with fixing teh other bugs :) Rocket000 22:13, 5 November 2007 (UTC)[reply]
4.1.2.0 solved it for me. :) (Didn't try 4.1.3.0 because of the edit box stuff) --Fabrictramp 22:45, 5 November 2007 (UTC)[reply]
Buggar... Nothing works for me... Reedy Boy 22:48, 5 November 2007 (UTC)[reply]

Excuse the newbie questions, but (1) how do I get the previous version?, (2) How do I replace the current version with the previous version?, and (3) How do I stop the updater from automagically trying to update the previous version to the current version? Regards—G716 <T·C> 21:19, 5 November 2007 (UTC)[reply]

1) Downloads - [4] 2), Unzip and paste, 3) Remove the updater? Its a known/fixed bug in the older versions, just manually close it Reedy Boy 21:47, 5 November 2007 (UTC)[reply]

Bold letters

Status New
Description Check here. AWB was supposed to convert the first two words in brackets into bold. For some reason, it didn't work. Magioladitis 03:31, 4 November 2007 (UTC)[reply]
To duplicate:
Operating system Windows XP Service pack 2
.NET FW Version Unknown
AWB version 4.1.4.0
Workaround None
Fixed in version Unknown


Presumably cause its linking back to itself.. Probably doesnt cater for these cases, and therefore didnt embolden. Reedy Boy 13:08, 4 November 2007 (UTC)[reply]
In other cases (here one but without the branckets), I've seen AWB fixing it. It's a common mistake people to put [[]] instead of bold letters and AWB was working fine with that. -- Magioladitis 14:59, 4 November 2007 (UTC)[reply]
Hmm.. Whatever way, it needs sorting. Reedy Boy 15:03, 4 November 2007 (UTC)[reply]

Recent settings

Status New
Description Recent settings seem to not function. Rich Farmbrough, 12:45 4 November 2007 (GMT).
To duplicate:
Operating system 2k
.NET FW Version Unknown
AWB version 4.1.4.0
Workaround USe "Open Settings"
Fixed in version Unknown


Hmm. I seemed to be getting this, but i couldnt decide if that was from the new pc, and not using AWB much on it... But after fiddling. It does seem fine. Hmpf Reedy Boy 13:40, 4 November 2007 (UTC)[reply]
OK perhasp it will "go away". Rich Farmbrough, 15:24 4 November 2007 (GMT).

AWB encountered NullReferenceException

Status New
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.SetCheckBoxes()
   at AutoWikiBrowser.MainForm.SaveArticle()

-- Editor at Largetalk 20:40, 4 November 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 6.0.6000.0
.NET FW Version Unknown
AWB version 4.1.4.0
Workaround None
Fixed in version Unknown


Not sure what's up here, it worked for the last 12 edits and no settings were changed... -- Editor at Largetalk 20:40, 4 November 2007 (UTC)[reply]

Just did 15 more edits with no problems then it happened again. -- Editor at Largetalk 20:46, 4 November 2007 (UTC)[reply]

AWB encountered an exception

Status Duplicate
Description Exception: DirectoryNotFoundException

Message: Det gick inte att hitta en del av sökvägen C:\Program\AutoWikiBrowser\temp\Plugins\CFD\CFD.dll. Call stack: vid System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

  vid System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
  vid AwbUpdater.Updater.CopyFiles()
  vid AwbUpdater.Updater.UpdateAwb()

MrStalker talk 16:07, 5 November 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 1.3.4.0
Workaround None
Fixed in version Unknown


I also encountered this error, only in English:
Message: Could not find a part of the path 'C:\bin\AutoWikiBrowser\temp\Plugins\CFD\CFD.dll'
The installer creates a Plugins\CFD\CFD.dll and a temp\Plugins\CFD.dll, but no temp\Plugins\CFD\CFD.dll. There was a status window that seemed to be copying some of these files, but it appeared to halt after this error. I just manually copied the file from Plugins\CFD into the main AWB directory, and AWB now seems to be working. ~ Jeff Q (talk) 18:27, 5 November 2007 (UTC)[reply]
Yeah, you're right. MaxSem seems to have packaged it in the wrong place, hence the exception when trying to copy the CFD.dll. Nothing can be done till the next release, where it will be in the right place! Also, already archived this, so marking as dupe Reedy Boy 19:34, 5 November 2007 (UTC)[reply]

Complete standstill

I have not been able to use AWB since the update to 1.3.4.0. The login gets hung up forever. Also the same "only with monobook" message appears even though my settings are set to monobook (which I really wish would accommodate other skins, now it doesn't even matter)

What is up?? Pontiff Greg Bard 23:44, 5 November 2007 (UTC)[reply]

AWB encountered TypeInitializationException

Status New
Description
Exception:TypeInitializationException
Message:The type initializer for 'WikiFunctions.WikiDiff' threw an exception.
Call stack:
   at WikiFunctions.WikiDiff.DiffHead()
   at AutoWikiBrowser.MainForm.GetDiff()

 Funky Monkey  (talk)  00:57, 6 November 2007 (UTC)[reply]

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.1.4.0
Workaround None
Fixed in version Unknown