2 - Missing DongleStub library
On login I get an error at line 46 in CruiseControl.lua where it attempts to reference DongleStub.
I'm also using Gatherer and FishingExtravaganza which use Astrolabe, so I'm diffing to see if I can find the source of the problem. I'll post more once I find the actual issue.
| User | When | Change |
|---|---|---|
| aryl2mithril | Mar 03, 2011 at 18:55 UTC | Changed status from Replied to Fixed |
| SpareSimian | Mar 02, 2011 at 23:33 UTC | Changed status from Waiting to Replied |
| aryl2mithril | Mar 02, 2011 at 21:30 UTC | Changed status from New to Waiting |
| SpareSimian | Mar 02, 2011 at 15:19 UTC | Create |
- 6 comments
- 6 comments
Facts
- Last updated
- Mar 03, 2011
- Reported
- Mar 02, 2011
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #6
aryl2mithril Mar 03, 2011 at 02:04 UTC - 0 likesOH, and thanks for investigating and feedback!! ^^
Aryl (Der Mithrilorden)
- Reply
- #5
aryl2mithril Mar 03, 2011 at 02:04 UTC - 0 likesOK, I only know that Win2k and XP can also handle the unix slash path separator transparently. Maybe that got changed in Vista. Anyway, I pushed out a new version 0.91 that hopefully fixed that.
- Reply
- #4
SpareSimian Mar 03, 2011 at 01:25 UTC - 0 likesI'm on Vista 64. It's mysterious, as I wouldn't think the code that parses that would be in the OS libraries. I would have expected that code to be completely within the WoW binary and therefore OS-independent. The underlying OS API has always accepted Unix-style slashes, as far back as MSDOS.
- Reply
- #3
aryl2mithril Mar 02, 2011 at 23:46 UTC - 0 likesOK, great, I'll fix that ASAP. What OS are you running on? XP? Vista? Win7? It works for me on XP...
- Reply
- #2
SpareSimian Mar 02, 2011 at 23:33 UTC - 0 likesI looked at the two addons that also use Astrolabe (which includes Dongle), Gatherer and FishingBuddy, and how they load Astrolabe. The one thing that stood out was your use of the Unix-style slash in your .toc file. One would expect that would be fine, but I"m guessing something in the WoW loader that parses .toc files wants a MSDOS-style backslash. I changed it and now the addon loads silently. (I use Unix slashes in all my C code unless it's going to be visible to the user, and then I use whatever's native to the OS.)
- Reply
- #1
aryl2mithril Mar 02, 2011 at 21:29 UTC - 0 likesHmm, I included the last version of Astrolabe with CruiseControl, which also contains DongleStub. What exact kind of error do you get? I would guess that one of your other addons brings an old version of Astrolabe or DongleStub that is loaded beforehand and messes something up.