Using r74064, chat font size is not being applied when I log in or reload my ui. I have it set to a size of 11 but it seems to be starting at 9 or 10 on all chat frames until I open Chatter's config and jiggle the font size slider.
Hmm, and on another toon using the same profile (Default) it's starting at like 12 instead of 11.
I installed Chatter and loved it. I need to know if anyone else has experienced this problem.
I had Chatter configured and working fine for a few days (and finally removed Prat), then yesterday, when I clicked on the general chat tab I got dropped to desktop with a wow fatal error and the wow dialog to send error info.
I rebooted computer, reloaded game and tried it again with the same result three times.
I removed Chatter and reinstalled Prat and do not have the problem.
I'm very happy with chatter except for one issue - I can't see the filters in the combat log anymore. "What happened to me?" etc. are there but I can't read the text. I can click but - I don't know what I'm clicking. If I disable chatter, they work as normal but obviously I'd rather not do that. Any ideas?
Just an update, this issue still occurs if I delete my chatter.lua and start over, but what is weird is it doesn't occur on my alts, despite them having the same mods. I don't get it, but its really frustrating while raiding.
Just an update, this issue still occurs if I delete my chatter.lua and start over, but what is weird is it doesn't occur on my alts, despite them having the same mods. I don't get it, but its really frustrating while raiding.
Do your alts raid? Maybe it's one of your raid addons conflicting with Chatter, since most raid addons aren't loaded until you join a raid.
Just an update, this issue still occurs if I delete my chatter.lua and start over, but what is weird is it doesn't occur on my alts, despite them having the same mods. I don't get it, but its really frustrating while raiding.
I finally figured this out for my character.
Delete your chat cache:
...\World of Warcraft\WTF\Account\<AccountName>\<Server>\<CharName>\chat-cache.txt
You'll have to recreate your tabs/settings but it fixed my filters being invisible.
I guess this is kind of a bug-report, and kind of working-as-intended too, /shrug.
The ChatFrame:SetMaxLines() function seems to clear all the messages in the chatframe, the Scrollback module calls this (ofcourse) which leads to about half of the messages sent by addons when they're loading to disappear.
Dunno if there's any easy (or worth doing) way to fix this, it got me banging my head against the wall more than once though before I just now realised what was causing it :)
So if anything, just a heads up if anyone else is experiencing missing addon-messages
I've got two issues, one kind of severe, the other not.
First..the not so severe one, when using the mouse hover link.. I get these errors..
Chatter\Modules\LinkHover.lua:23: bad argument #1 to 'strmatch' (string expected, got nil)
Chatter\Modules\LinkHover.lua:23: in function `?'
AceHook-3.0\AceHook-3.0.lua:76: in function <...face\AddOns\Chatter\Libs\AceHook-3.0\AceHook-3.0.lua:73>
(tail call): ?:
(tail call): ?:
Chatter\Modules\LinkHover.lua:33: bad argument #1 to 'strmatch' (string expected, got nil)
Chatter\Modules\LinkHover.lua:33: in function `?'
AceHook-3.0\AceHook-3.0.lua:76: in function <...face\AddOns\Chatter\Libs\AceHook-3.0\AceHook-3.0.lua:73>
(tail call): ?:
(tail call): ?:
Second, the severe issue, as it seems to break some functionality of the game..I don't know why this happening, I have no error messages from it, only other people telling it is messed up. When I'm in the LFG channel, and I shift+click a quest name from the quest log, and send it, apparently it's showing to the other people in the channel as gibberish.
I'm sorry for bringing this up again if this has been talked about somewhere else.
All right I like this (my first Chat mod except for Whisp). I only have 2 issues:
1) After scaling and setting font, when I type stuff into the text box the prefix ("guild:", etc) is of a different font. Is it possible to change that?
2) I need to figure out what its all about but the chat frame location sometimes moves around between reloads.
Oh, is that what's causing it? My Guild MotD hasn't been showing up either.
In prat I saved off the visible lines of text before calling SetMazLines() - the problem started happening when I started loading modules later and added the load on demand functionality. Calling it earlier wasnt possible for me, but it may be for you, its alot simpler if you can.
Would it be possible to exclude some channels from the highlighting module. I'm using Guild Event Manager and Chatter is highlighting all the internal GEM-communication if i enable the module.
Thanks
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Anyone know if its bad configuration or a bug?
This is still occurring as of r74299.
I had Chatter configured and working fine for a few days (and finally removed Prat), then yesterday, when I clicked on the general chat tab I got dropped to desktop with a wow fatal error and the wow dialog to send error info.
I rebooted computer, reloaded game and tried it again with the same result three times.
I removed Chatter and reinstalled Prat and do not have the problem.
Has anyone else experienced this with Chatter?
I wasn't have trouble with it yesterday.
Just an update, this issue still occurs if I delete my chatter.lua and start over, but what is weird is it doesn't occur on my alts, despite them having the same mods. I don't get it, but its really frustrating while raiding.
Do your alts raid? Maybe it's one of your raid addons conflicting with Chatter, since most raid addons aren't loaded until you join a raid.
I finally figured this out for my character.
Delete your chat cache:
...\World of Warcraft\WTF\Account\<AccountName>\<Server>\<CharName>\chat-cache.txt
You'll have to recreate your tabs/settings but it fixed my filters being invisible.
The ChatFrame:SetMaxLines() function seems to clear all the messages in the chatframe, the Scrollback module calls this (ofcourse) which leads to about half of the messages sent by addons when they're loading to disappear.
Dunno if there's any easy (or worth doing) way to fix this, it got me banging my head against the wall more than once though before I just now realised what was causing it :)
So if anything, just a heads up if anyone else is experiencing missing addon-messages
First..the not so severe one, when using the mouse hover link.. I get these errors..
Second, the severe issue, as it seems to break some functionality of the game..I don't know why this happening, I have no error messages from it, only other people telling it is messed up. When I'm in the LFG channel, and I shift+click a quest name from the quest log, and send it, apparently it's showing to the other people in the channel as gibberish.
I'm sorry for bringing this up again if this has been talked about somewhere else.
I'd been experiencing that as well and wondered what was going on.
same here
1) After scaling and setting font, when I type stuff into the text box the prefix ("guild:", etc) is of a different font. Is it possible to change that?
2) I need to figure out what its all about but the chat frame location sometimes moves around between reloads.
In prat I saved off the visible lines of text before calling SetMazLines() - the problem started happening when I started loading modules later and added the load on demand functionality. Calling it earlier wasnt possible for me, but it may be for you, its alot simpler if you can.
Thanks