Download
(32Kb)
Download
Updated: 08-16-09 04:11 PM
Pictures
File Info
Updated:08-16-09 04:11 PM
Created:unknown
Downloads:18,618
Favorites:78
MD5:

Guild2Guild  Popular! (More than 5000 hits)

Version: 7.5.9
by: dbeleznay, Jaxomuk

Enables communication between 2 or more guilds via a separate (private) chat channel,
which translates the messages between the 2 or more guild chats. Two users are required
to have this addon for it to work (1 in each guild), however only 1 user per guild is
required to have Guild2Guild for all members of both guilds to reap the benefits. For
example, guild chat from guild A will appear in guild B's guild chat, and vice-versa.

== Features ==
¤ Works for officer chat as well. You can enable either guild chat, officer chat, or both.
¤ Allows item linking
¤ Completely secure since the transmission channel is via in game whispers. The public
channel that you set is used for cross guild synchronization only
* You can set the add-on to be even more secure by limiting the guilds that you will
accept relays from (in case someone with the addon has characters in multiple guilds)
* forwards messages that other addons send to the guild addon channel
* unlike previous versions, more than two people from either guild can have the add-on
running at once (in fact its encouraged for stability)
* Everyone with the addon will see the guild chat as though it came directly from the
person that sent the message. Clicking on their name will have all the same functionality
as the regular WOW UI.


== USAGE ==
To use Guild2Guild, just download and install like any other addon, and have a friend (in a
different guild) do the same. Then, decide upon a synchronization channel, and set both of
your G2G's to the same channel, like so:

/g2g channel relaychannel

Once the channel is set, simply enable G2G as such:

/g2g on

You should now be ready for intra-guild communications!

== GUILDMASTERS ==

You can limit the guilds that you can connect to using a white list, and automatically set
the channel and password by adding a string like:

<G2G;C:channel;P:secret;A:Guild1,Guild2;>

to your guild information (through the guild options menu).
Where channel is the name of the channel you want guild2guild to use to coordinate relays,
password is the password for that channel, and Guild1 and Guild2 are the names of two or more
guilds that you would like to allow to connect to this one.

(Password is optional, you don't need to use it if you don't want to have a password.)

Alternately you can create a custom build of guild2guild for your guild to use by editing the file
DefaultConfiguration.lua to use a new channel, and channel password, and then reposting this
add on to your guild website.

Guild to Guild will automatically promote people that are allowed to speak in the officer
channel to relays. This is so that the officer chat can be relayed as well.

== KNOWN BUGS ==
none

== Summary of in-game help commands ==

To view the usage of Guild2Guild:

/g2g help

To turn this addon on or off:

/g2g [on|off]

To turn guild chat on or off:

/g2g gchat [on|off]

To turn officer chat on or off:

/g2g ochat [on|off]

To turn relay change notification on or off:

/g2g relaynotify [on|off]

To turn on passive mode (for slow connections - be the last person to be elected relay)

/g2g passive [on|off]

To turn on silent mode (block all incoming messages from the allied guilds)

/g2g silent [on|off]

To set or change the hidden synchronization channel used by this addon:

/g2g channel [MY_CHANNEL]

To view your settings:

/g2g report

(ADVANCED: If something really strange happens you can type /g2g stackdump which will take a
snapshot of the last few minutes of guild2guild activity. If you mail me your guild2guild saved
variables file when you log out then I will be better able to debug what went wrong.)

7.5.9
- fixed error caused when the person you are talking to disconnects, but you still have messages for them
- fixed error message when you turn on Blizzard Class Coloring in the chat frame

7.5.8
- shortened the inter-guild message when a player earns an achievement

7.5.7
- changed to use ChatThrottleLib by Mikk - http://www.wowwiki.com/ChatThrottleLib which should prevent disconnects when a large raid gets an achievement
- allow the channel password to be set to NIL by typing /g2g password

7.5.6
fixed a few minor bugs related to achievements
- achievements are no longer broadcast unless they come from someone in your guild.
- achievement messages are now displayed in the correct window

7.5.5
- achievements are now propagated across guilds
- fixed an extra space that was being introduced when in guild2guild messages
- added a 'silent' mode which allows a player to not see any guild2guild messages
- the addon now automatically shuts down if the password is set incorrectly

7.5.4
- updated for current TOC

7.5.3
- added an additional call to set the variable (arg2) for the sender. For the case of addons like Prat and PhanxChat
which were incorrectly reading it from the global namespace instead of the passed in arguments. This fixes the bug
where some users would see messages as coming from the relay instead of from the correct sender

7.5.2
- initialized chat color properly

7.5.1
- fixed a bug that was still causing duplicate names after relay changes

7.5.0
- Updated to current TOC
- fixed up after blizzard changed the chatframe api

7.4.9
- Updated to current TOC
- added the ability to disable notification messages when the relay changes

7.4.8
- added the ability for a relay to step down if there are others available (passive mode)
- /report shows the complete list of potential relays, and their versions
- no longer allow allied guilds to be put on the rejected relay list
- added a way to change the chat color for incoming guild messages to the context menu for the chat frame
- fixed a synchronization issue where an election would happen immediately after a player logged in if it took them a long time to load


7.4.7 - Jan 5, 2008
- fixed an error where an officer would always try to be the relay even if they didn't have the latest version.


7.4.6 - Jan 5, 2008
- fixed an error on login when the 'guildmembernotify' variable had not yet loaded, but I was trying to query it
- fixed a parse error when looking for player has left the guild messages


7.4.5 - Jan 2, 2008
- Selection of relays is now based on officer rank, ignore list, and whether the 'guild member alert' is set to on
- Play the friend online sound when a member of an allied guild comes online
- Text from players in the allied guild that you are ignoring is no longer displayed locally
- fixed a nil pointer when a message that is too long is sent with a hyperlink
- hide the g2g channel
- No longer working around the guild member alert not firing the event if you don't have the flag set.
Instead I just set it to true the first time you use guild to guild on that character, and afterwards respect
your decision. (Turning it off will really turn it off).

7.4.4 - Dec 27, 2007
- avoid sending Online/Offline messages for players that are merely on the relays friends list, and not actually in the guild.

7.4.3 - Dec 27, 2007
- incorrect function when a player turns off guild2guild preventing them from exiting the advanced configuration page

7.4.2 - Dec 27, 2007
- added notifications when a guild member comes online

7.4.1 - Dec 9, 2007
- added debug code to log on errors
- limited relayed addon messages to 1 per second

7.4.0 - Dec 2, 2007
- split messages sent to guild chat on to two lines if they are longer than 254 characters
- prevent addon messages longer than 254 characters from being sent

7.3.9 - Nov 24, 2007
- enabled relaying of addon messages sent to the guild channel
- added a filter for which guild addon messages are relayed
- fixed a null pointer when logging in an unguilded character
- Added channel, and password as options that can go in the guild information pane to be parsed
- Fixed a bug on initialization caused when the guildname had not been loaded yet

7.3.8
- Workaround for blizzard bug where GuildInfo is cached between different characters

7.3.5 - Nov 20, 2007
- officer chat is detected automatically
- other addon messages sent to the guild channel are now relayed
- fixed a problem where guild2guild was always trying to take over the first channel
- fixed a bug which was causing connections to other guilds to be lost when the current relay
logged out, and a new one took over if the guild was not using the whitelist
- fixed a bug where the relay would bounce back and forth once when the relay ownership was
transferred to an officer

7.3.4 - Oct 15, 2007
prevented double messages from occurring when one of the relay's got drunk and the guild was
not using whitelists for allied guilds.

7.3.3 - Sept 28, 2007
fixed a synchronization issue electing a new relay when the current relay logged out


7.3.2 - first public version after a re-write to support multiple relays, improve robustness,
and use a secure whispers instead of the relay channel.
Optional Files (0)


Post A Reply Comment Options
Unread 06-26-11, 11:27 AM  
Zolanthor
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
setup allied guilds?!?

How the heck do you setup the allied guilds in this addon? everytime i try it says the save button is not ready for use yet.
Report comment to moderator  
Reply With Quote
Unread 12-17-10, 03:56 AM  
Bubbulicious
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Need help!!

Ok so my husband and I currently run a raiding guild however we made another guild so our members could have their alts and not feel so detached from the guild while playing. We decided to try G2G, however neither one of us are computer literate if you know what I mean. We have looked at just about every possible thread we could find on here to try and figure out what we are doing wrong. If it is possible could you Barney style this for me so I could better understand how to set it up
Report comment to moderator  
Reply With Quote
Unread 11-16-10, 04:52 AM  
Jaxomuk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Complete update on Curse

Yes there is a new version on Curse and yes the project has been taken over.

http://wow.curse.com/downloads/wow-a...ild2guild.aspx
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 08:45 PM  
Tarran
A Murloc Raider
 
Tarran's Avatar

Forum posts: 4
File comments: 38
Uploads: 3
__________________
Report comment to moderator  
Reply With Quote
Unread 09-07-10, 06:43 AM  
zcooler
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Date: 2010-09-07 15:34:49
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Guild2Guild\Guild2Guild.lua line 1582:
attempt to concatenate global 'achievement' (a nil value)
Debug:
(tail call): ?
[C]: ?
Guild2Guild\Guild2Guild.lua:1582: HandleChatMessageAchievement()
Guild2Guild\Guild2Guild.lua:1187: OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
P.S. Russian client.
Report comment to moderator  
Reply With Quote
Unread 08-08-10, 02:42 PM  
tonywalthall
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
My guild uses Guilg2Guild addon from curse.com

It is amazing, most of the time, but there is AN ECHO sometimes.

I have 6 players et up on G2G with the same channel and password config.

It only echo's sometimes, but it almost daoes it daily.

We all have version 7.5.9 installed.

We uninstalled G2G from everyone, reinstalled it, and the echo went away for 8 hours, then came back.

Any ideas?
Report comment to moderator  
Reply With Quote
Unread 08-08-10, 11:55 AM  
pingouyn
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Re: Re: Many Thanks: From Knights Of Ral Bane

Originally posted by dbeleznay
Thanks for using the addon - I'm glad that you like it.

Can you please let me know if you are still seeing the bugs that you reported after you get version 7.5.9?

I've thought about combining the guild lists, but I haven't had the time to do it ... too busy playing

Wish List:
1. I agree that this feature would really benefit the rest of the community a great deal! Would certainly make of g2g the best "Guild combining addon" in my opinion.
To minimize the work, why not combine results into an existing and great interface such as Ara Broker Guild Friends?

2. Something simple to add. Could we send the Levelling Up messages across to the other guilds too? (similar to what is been done for achievements already).

Great work! ty
Report comment to moderator  
Reply With Quote
Unread 08-08-10, 07:05 AM  
pingouyn
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Re: Online Guild Members

Originally posted by Sarandra
I just downloaded this addon. IT is WONDERFUL. Really helps when you are a small guild with other ally guilds Now we dont have to switch to talk.

I do have a ? though. Is there a way to see who is online in the other guild that you are talking with??

Simple solution to your problem (with no interface).
Create a macro as such:
/who g-NAME_OF_THE_OTHERGUILD
Report comment to moderator  
Reply With Quote
Unread 08-08-10, 07:02 AM  
pingouyn
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
incorrect colour for officer's chat (SOLVED)

Hello,
I noticed that when 2 officers from different guilds talk in /o the colour of the text from the officer in the other guild is incorrect. It appears as the guild text colour instead of the officer's text colour.

One of the programmers in my guild soved this by changing:
line 857: arg1 = Guild2Guild_Vars.color..msg
by
line 857: arg1 = msg

From what we tested afterwards, this didn't adversly affect anything else. It did solve the color issue, however.
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 01:14 PM  
Snoweh
A Cyclonian
 
Snoweh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 79
Uploads: 1
Hi, i've emailed you a problem i had with the addon tonight with an attached url to the image. i wasn't at the pc at the time but was told it was spamming constantly.
Report comment to moderator  
Reply With Quote
Unread 11-24-09, 10:21 AM  
dbeleznay
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 30
Uploads: 2
Re: Removing names in front of...

Originally posted by ZickZak
Can t find any of these post, so I am asking:

How to remove that name of the guy who has that addon ?

For example, I have an addon and my name is One, my friend has addon, his name is Two and is in second guild, obviously.

If I write "hi" in guild chat others see it as "Two: [One]: Hi" Is there some way how to make it normal "One: Hi" way ?
Others need to have the guild2guild add on installed in order to have the Two: removed.
- in addition to stripping off the names it also means that your link will stay up when you log off.
Report comment to moderator  
Reply With Quote
Unread 11-24-09, 10:07 AM  
ZickZak
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Removing names in front of...

Can t find any of these post, so I am asking:

How to remove that name of the guy who has that addon ?

For example, I have an addon and my name is One, my friend has addon, his name is Two and is in second guild, obviously.

If I write "hi" in guild chat others see it as "Two: [One]: Hi" Is there some way how to make it normal "One: Hi" way ?
Report comment to moderator  
Reply With Quote
Unread 11-18-09, 11:59 AM  
eddiemars
A Cyclonian
 
eddiemars's Avatar
AddOn Author - Click to view AddOns

Forum posts: 43
File comments: 36
Uploads: 5
Crash

Hey. I was getting a fatal crash out of wow about 50% of the time that I would log into a character. It would happen as soon as the loading screen had finished. The error logs every time would blame g2g in the current addon function. No one else in my guild has this problem though so I played around with the idea that it was a memory issue and tested it with no addons (no crashes ever happened this way). Then I thought maybe it was g2g interacting with another addon so I tried g2g alone. The crash would happen. Here is an error report, sorry I can't find the one from g2g crashing alone, but they all looked about the same. Also, I haven't had the crash since removing g2g.

Code:
WoWBuild: 20505
Realm: Proudmoore [12.129.225.31:3724]
Local Zone: Magus Commerce Exchange, Dalaran
Local Player: Sockeye, 0300000003A89F4D, (5878.06,733.139,638.325)
Current Object Track: First to Your Aid, F11002F14B00098E, (5864.41,739.75,651.214)
Total lua memory: 35350KB
Current Addon: (null)
Current Addon function: SetGuildRosterShowOffline
Current Addon object: (null)
Add Ons: AtlasLoot AtlasLootFu Carbonite CarboniteTransfer Cartographer Cartographer_Battlegrounds Cartographer_Coordinates Cartographer_Foglight Cartographer_GroupColors Cartographer_GuildPositions Cartographer_InstanceLoot Cartographer_InstanceMaps Cartographer_InstanceNotes Cartographer_LookNFeel Cartographer_Notes Cartographer_POI Cartographer_Waypoints Cartographer_ZoneInfo Dominos Dominos_Cast Dominos_Roll Dominos_Totems Dominos_XP GearScore Guild2Guild ItemRack MoveAnything NugMiniPet OmniCC PhanxChat PowerAuras Quartz Quartz_Eclipse Quartz_Flight Quartz_Focus Quartz_GCD Quartz_Interrupt Quartz_LatencyMF2 Quartz_Latency Quartz_Mirror Quartz_Pet Quartz_Player Quartz_Range Quartz_Swing Quartz_Target Quartz_Timer Quartz_Tradeskill Recount SimpleRaidTargetIcons StufRaid Stuf Stuf_VisualHeal Stuf_Range DBM-Core 
Code Type: X86
Settings: 
SET locale "enUS"
SET realmList "us.logon.worldofwarcraft.com"
SET patchlist "us.version.worldofwarcraft.com"
SET coresDetected "2"
SET hwDetect "0"
SET gxRefresh "60"
SET gxVSync "0"
SET gxMultisampleQuality "0.000000"
SET gxFixLag "0"
SET videoOptionsVersion "2"
SET textureFilteringMode "0"
SET movie "0"
SET mouseSpeed "1.2000000476837"
SET Gamma "1.000000"
SET readTOS "1"
SET readEULA "1"
SET showToolsUI "1"
SET accounttype "LK"
SET VoiceActivationSensitivity "0.39999997615814"
SET Sound_OutputDriverName "Built-in Output"
SET ChatMusicVolume "0.29999998211861"
SET ChatSoundVolume "0.39999997615814"
SET ChatAmbienceVolume "0.29999998211861"
SET Sound_MusicVolume "0.20000000298023"
SET Sound_AmbienceVolume "0.5"
SET farclip "727"
SET groundEffectDensity "24"
SET projectedTextures "1"
SET realmName "Proudmoore"
SET gameTip "135"
SET particleDensity "0.60000002384186"
SET environmentDetail "1"
SET weatherDensity "1"
SET ffxGlow "0"
SET ffxDeath "0"
SET Sound_MasterVolume "0.10000000149012"
SET MovieRecordingGUI "0"
SET readScanning "-1"
SET readContest "-1"
SET readTerminationWithoutNotice "-1"
SET installType "Retail"
SET Sound_EnableErrorSpeech "0"
SET Sound_EnableMusic "0"
SET Sound_EnableDSPEffects "0"
SET Sound_OutputDriverIndex "1"
SET Sound_EnableSoundWhenGameIsInBG "0"
SET uiScale "0.9099999666214"
SET checkAddonVersion "0"
SET Sound_SFXVolume "0.80000001192093"
SET gxCursor "0"
SET lastCharacterIndex "2"

----------------------------------------
               GxInfo
----------------------------------------
GxApi: OpenGl
Vendor: NVIDIA Corporation
Renderer: NVIDIA GeForce 8600M GT OpenGL Engine
Version: 2.1 NVIDIA-1.6.2


=========================================================
Exception Raised!

 App:         /Applications/World of Warcraft/World of Warcraft.app
 Exception:   EXC_BAD_ACCESS
 Error Code:  0x85100086
 Time:        2009-11-06 14.11.47 PST

 Error:       EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0xf816000c
 Registers:
    eax = 0xf816000c    ebx = 0x00000001    ecx = 0x1bd13b10    edx = 0xf8160000
    edi = 0x1be3c600    esi = 0x1edc34ee    ebp = 0xbfffd2f8    esp = 0xbfffd2b0
     ss = 0x0000001f eflags = 0x00010246    eip = 0x0010ff6f     cs = 0x00000017
     ds = 0x0000001f     es = 0x0000001f     fs = 0x00000000     gs = 0x00000037
 Crashed Thread: 0x00000207


---------------------------------------------------------
Thread 0 0x00000207
  0 0x0010ff6f 
  1 0x0011023a 
  2 0x004a6708 
  3 0x002de15f 
  4 0x00097f25 
  5 0x00098009 
  6 0x004a5018 
  7 0x00386007 
  8 0x0038f93a 
  9 0x0038749f 
 10 0x000d600f 
 11 0x003851d8 
 12 0x00385ce4 
 13 0x000d8ccc 
 14 0x0010e811 
 15 0x0010ffa7 
 16 0x0011023a 
 17 0x004a6708 
 18 0x002de15f 
 19 0x00097f25 
 20 0x00098009 
 21 0x004a5018 
 22 0x00386007 
 23 0x0038f93a 
 24 0x0038749f 
 25 0x000d600f 
 26 0x003851d8 
 27 0x00385ce4 
 28 0x000d8ccc 
 29 0x0010e811 
 30 0x0010ffa7 
 31 0x0011023a 
 32 0x004a7c5a 
 33 0x004ef836 
 34 0x0071661a 
 35 0x0026f052 
 36 0x000bd0ce 
 37 0x00379d4a 
 38 0x000c840c 
 39 0x000c86a6 
 40 0x000c8764 
 41 0x000c38ee 
 42 0x0004ad13 
 43 0x96729129 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
 44 0x967283f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
 45 0x9672824f _SendEventToEventTargetWithOptions + 58
 46 0x9675cc0c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
 47 0x9672957a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
 48 0x967283f0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
 49 0x9674aa81 _SendEventToEventTarget + 52
 50 0x968d38f7 _ToolboxEventDispatcher + 86
 51 0x968d3a2f _RunApplicationEventLoop + 243
 52 0x0004b485 
 53 0x000030ae 
 54 0x00002fd5 
 55 0x00000002 



Thread 1 0x00001603
  0 0x9603f03a _kevent + 10
  1 0x9603ebf9 __dispatch_queue_invoke + 183
  2 0x9603e98a __dispatch_worker_thread2 + 234
  3 0x9603e401 __pthread_wqthread + 390
  4 0x9603e246 _start_wqthread + 30



Thread 2 0x00004d0b
  0 0x960188ee _mach_wait_until + 10
  1 0x960a0be5 _nanosleep + 345
  2 0x960a0a86 _usleep + 61
  3 0x000274a4 
  4 0x0001a770 
  5 0x96045f39 __pthread_start + 345
  6 0x96045dbe _thread_start + 34



Thread 3 0x00004f03
  0 0x9608f73a ___sem_wait_nocancel + 10
  1 0x0001a770 
  2 0x96045f39 __pthread_start + 345
  3 0x96045dbe _thread_start + 34



Thread 4 0x00005c03
  0 0x960187da _mach_msg_trap + 10
  1 0x96018f47 _mach_msg + 68
  2 0x92d67ed3 _glcDebugListener + 426
  3 0x96045f39 __pthread_start + 345
  4 0x96045dbe _thread_start + 34



Thread 5 0x00006803 (Current)
  0 0x0000ea54 
  1 0x0000ef8c 
  2 0x000298ed 
  3 0x0000439f 
  4 0x0004a51a 
  5 0x000d5878 
  6 0x00381c16 
  7 0x00381b7c 
  8 0x9608472c _mach_msg_server + 380
  9 0x000d26c8 
 10 0x96045f39 __pthread_start + 345
 11 0x96045dbe _thread_start + 34



Thread 6 0x00006b03
  0 0x960188ee _mach_wait_until + 10
  1 0x960a0be5 _nanosleep + 345
  2 0x960a0a86 _usleep + 61
  3 0x0008da05 
  4 0x001c0215 
  5 0x00004f93 
  6 0x00005170 
  7 0x90eb0964 -[NSThread main] + 45
  8 0x90eb0914 ___NSThread__main__ + 1499
  9 0x96045f39 __pthread_start + 345
 10 0x96045dbe _thread_start + 34



Thread 7 0x00006f03
  0 0x96018822 _semaphore_wait_signal_trap + 10
  1 0x960463d8 __pthread_cond_wait + 1089
  2 0x9608f70f _pthread_cond_wait + 48
  3 0x00378952 
  4 0x0015e414 
  5 0x00004f93 
  6 0x00005170 
  7 0x90eb0964 -[NSThread main] + 45
  8 0x90eb0914 ___NSThread__main__ + 1499
  9 0x96045f39 __pthread_start + 345
 10 0x96045dbe _thread_start + 34



Thread 8 0x00009c03
  0 0x9601883a _semaphore_timedwait_signal_trap + 10
  1 0x960463c1 __pthread_cond_wait + 1066
  2 0x96075208 _pthread_cond_timedwait_relative_np + 47
  3 0x909c6ec1 CAGuard::WaitFor(unsigned long long) + 219
  4 0x909c9ef3 CAGuard::WaitUntil(unsigned long long) + 289
  5 0x909c77f0 HP_IOThread::WorkLoop() + 1892
  6 0x909c7087 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
  7 0x909c6f9e CAPThread::Entry(CAPThread*) + 140
  8 0x96045f39 __pthread_start + 345
  9 0x96045dbe _thread_start + 34



Thread 9 0x00009e03
  0 0x960188ee _mach_wait_until + 10
  1 0x92b0e068 _MPDelayUntil + 43
  2 0x006d3f63 
  3 0x007b4405 
  4 0x96045f39 __pthread_start + 345
  5 0x96045dbe _thread_start + 34



Thread 10 0x00009f03
  0 0x960188ee _mach_wait_until + 10
  1 0x92b0e068 _MPDelayUntil + 43
  2 0x006d3f63 
  3 0x007b4405 
  4 0x96045f39 __pthread_start + 345
  5 0x96045dbe _thread_start + 34



Thread 11 0x0000a003
  0 0x96018822 _semaphore_wait_signal_trap + 10
  1 0x960463d8 __pthread_cond_wait + 1089
  2 0x9608f70f _pthread_cond_wait + 48
  3 0x00378952 
  4 0x002ab233 
  5 0x00004f93 
  6 0x00005170 
  7 0x90eb0964 -[NSThread main] + 45
  8 0x90eb0914 ___NSThread__main__ + 1499
  9 0x96045f39 __pthread_start + 345
 10 0x96045dbe _thread_start + 34



Thread 12 0x0000a403
  0 0x9601883a _semaphore_timedwait_signal_trap + 10
  1 0x960463c1 __pthread_cond_wait + 1066
  2 0x9608f91c _pthread_cond_timedwait + 47
  3 0x00378852 
  4 0x00380248 
  5 0x00380280 
  6 0x00004f93 
  7 0x00005170 
  8 0x90eb0964 -[NSThread main] + 45
  9 0x90eb0914 ___NSThread__main__ + 1499
 10 0x96045f39 __pthread_start + 345
 11 0x96045dbe _thread_start + 34



Thread 13 0x0000a703
  0 0x96054232 ___select_nocancel + 10
  1 0x0037f84e 
  2 0x0038054a 
  3 0x00004f93 
  4 0x00005170 
  5 0x90eb0964 -[NSThread main] + 45
  6 0x90eb0914 ___NSThread__main__ + 1499
  7 0x96045f39 __pthread_start + 345
  8 0x96045dbe _thread_start + 34



Thread 14 0x0000ac03
  0 0x9608f73a ___sem_wait_nocancel + 10
  1 0x0001a770 
  2 0x96045f39 __pthread_start + 345
  3 0x96045dbe _thread_start + 34



Thread 15 0x0000ad03
  0 0x960187da _mach_msg_trap + 10
  1 0x96018f47 _mach_msg + 68
  2 0x95d52dbf ___CFRunLoopRun + 2447
  3 0x95d51d34 _CFRunLoopRunSpecific + 452
  4 0x95d51b61 _CFRunLoopRunInMode + 97
  5 0x90ee9498 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
  6 0x90eb0964 -[NSThread main] + 45
  7 0x90eb0914 ___NSThread__main__ + 1499
  8 0x96045f39 __pthread_start + 345
  9 0x96045dbe _thread_start + 34



Thread 16 0x0000b703
  0 0x9608f73a ___sem_wait_nocancel + 10
  1 0x007b43d1 
  2 0x96045f39 __pthread_start + 345
  3 0x96045dbe _thread_start + 34



Thread 17 0x0000b803
  0 0x9608f73a ___sem_wait_nocancel + 10
  1 0x007b43d1 
  2 0x96045f39 __pthread_start + 345
  3 0x96045dbe _thread_start + 34



Thread 18 0x0000c407
  0 0x96037756 ___select + 10
  1 0x96045f39 __pthread_start + 345
  2 0x96045dbe _thread_start + 34



Thread 19 0x0000c613
  0 0x9603e092 ___workq_kernreturn + 10
  1 0x9603e246 _start_wqthread + 30



Thread 20 0x00014b0b
  0 0x96046782 ___semwait_signal + 10
  1 0x960480d8 _pthread_cond_wait$UNIX2003 + 73
  2 0x0c73f3fb _gleCmdProcessor + 162
  3 0x96045f39 __pthread_start + 345
  4 0x96045dbe _thread_start + 34



=========================================================
Last edited by eddiemars : 11-18-09 at 12:03 PM.
Report comment to moderator  
Reply With Quote
Unread 10-20-09, 02:07 PM  
Oddible
A Murloc Raider

Forum posts: 6
File comments: 27
Uploads: 0
Was just sent a link to this addon - some really great features. I'm looking to really support a cross-guild raiding group based on individual toons rather than entire guilds. Know of any addon that supports this? Also one of the critical functions would be to be able to see who is online in a mixed list.
Report comment to moderator  
Reply With Quote
Unread 09-11-09, 10:29 PM  
Zorlicha
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
error

Date: 2009-09-11 23:25:45
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Guild2Guild\Guild2Guild.lua line 2204:
attempt to concatenate field 'OldestVersion' (a nil value)
Debug:
[C]: ?
Guild2Guild\Guild2Guild.lua:2204: Slash_Command()
Guild2Guild\Guild2Guild.lua:318: ?()
..\FrameXML\ChatFrame.lua:3505: ChatEdit_ParseText()
..\FrameXML\ChatFrame.lua:3176: ChatEdit_SendText()
..\FrameXML\ChatFrame.lua:3200: ChatEdit_OnEnterPressed()
[string "*:OnEnterPressed"]:1:
[string "*:OnEnterPressed"]:1
AddOns:
Swatter, v5.6.4424 (KangaII)
Ace2, v
Ace3, v
AckisRecipeList, v1.0 3.2 Beta 3 2463
AdvancedTradeSkillWindow, v
agExtras, vr709
agUnitFrames, vr709
AtlasLoot, vv5.07.06
AtlasLootFu, vv5.07.06
AucAdvanced, v5.6.4424 (KangaII)
AucDb, v5.1.DEV.3583
AucFilterBasic, v5.6.4424 (KangaII)
AucFilterOutlier, v5.6.4424.2531
AucMatchUndercut, v5.6.4424.2531
AucStatClassic, v5.6.4424 (KangaII)
AucStatHistogram, v5.6.4424 (KangaII)
AucStatiLevel, v5.6.4424 (KangaII)
AucStatPurchased, v5.6.4424 (KangaII)
AucStatSales, v5.6.4424.2842
AucStatSimple, v5.6.4424 (KangaII)
AucStatStdDev, v5.6.4424 (KangaII)
AucStatWOWEcon, v5.6.4424.2530
AucUtilAHWindowControl, v5.6.4424.3311
AucUtilAppraiser, v5.6.4424.2530
AucUtilAskPrice, v5.6.4424.3175
AucUtilAutoMagic, v5.6.4424.3142
AucUtilCompactUI, v5.6.4424.2530
AucUtilEasyBuyout, v5.6.4424.3583
AucUtilFixAH, v5.6.4424 (KangaII)
AucUtilItemSuggest, v5.6.4424.3108
AucUtilPriceLevel, v5.6.4424.2545
AucUtilScanButton, v5.6.4424.2530
AucUtilScanFinish, v5.6.4424.2530
AucUtilScanProgress, v5.6.4424.2530
AucUtilSearchUI, v5.6.4424.3655
AucUtilSimpleAuction, v5.6.4424.0
AucUtilVendMarkup, v5.6.4424.2530
Babylonian, v5.1.DEV.130
Bagnon, v2.9.3
BagnonForever, v1.1.2
BagnonTooltips, v
Bartender4, v4.4.1
BeanCounter, v5.6.4424 (KangaII)
Carbonite, v3.22
CarboniteTransfer, v1.01
Configator, v5.1.DEV.130
CrapAway, v
CurseProfiler, v
DebugLib, v5.1.DEV.130
Enchantrix, v5.6.4424 (KangaII)
EnchantrixBarker, v5.6.4424 (KangaII)
Factionizer, v30200.4
FuBar, v
FuBarBartenderFu, v1.10
FuBarCalendarFu, v3.0.0
FuBarClockFu, v3.0
FuBarDPS, v2.0.$Rev: 74969 $
FuBarDurabilityFu, v2.11
FuBarExperienceFu, v1.1 $Revision: 65606 $
FuBarFactionsFu, v2.2.1-79
FuBarGarbageFu, v2.0.$Revision: 79607 $
FuBarGearRating, v1.0
FuBarGuildFu, v2.4.4-117
FuBarLocationFu, v3.0
FuBarMailFu, v2.0
FuBarMoneyFu, vv1.2.2
FuBarPerformanceFu, v2.0.0
FubarRecountFu, v3.0
FuBarTankInfosFu, v1.0
FuBarVolumeFu, v2.0.$Revision: 55081 $
FuTextures, v2.0
GatherMate, vv1.21
GoingPrice, v3.2
GoingPriceWowhead, v3.2.1252679553
Guild2Guild, v7.5.9
Informant, v5.6.4424 (KangaII)
LibFuBarPlugin30, v3.0
LibRock10, v
LightHeaded, v293
MultiMail, v3.2
Omen, v3.0.8
OmniCC, v2.5.6
RecipeBook, v
Recount, v
SlideBar, v5.6.4424 (KangaII)
Stubby, v5.6.4424 (KangaII)
TankPoints, v
BlizRuntimeLib_enUS v3.2.0.30200 <us>
(ck=9b5)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: