The following warnings occurred:
Warning [2] Undefined variable $search_thread - Line: 60 - File: showthread.php(1617) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 60 errorHandler->error_callback
/showthread.php 1617 eval
Warning [2] Undefined variable $forumjump - Line: 89 - File: showthread.php(1617) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1617) : eval()'d code 89 errorHandler->error_callback
/showthread.php 1617 eval




Can't connect?
#16
Exactly!
However...

[youtube]http://www.youtube.com/watch?v=1D1cap6yETA[/youtube]
Good News, Everyone!
I think I've discovered the issue. I'll recompile and test, and then post again with the results!
Reply
#17
OblivionGate Wrote:You'd never see this on a Blizzard server...

[Image: 2uz6qfq.png]


I don't think I've ever seen a "Conquest of the Horde is full" message on a blizzard server either, You're right, I haven't seen that message... They must not be as awesome as CotH... I wonder what CotH stands for...
"If you don't try to save one life you'll never save any!"

[Image: dean.png]
Reply
#18
That is amazing.
Reply
#19
True, but apparently the queue thing times you out after so long.
Reply
#20
It had probably crashed again at that point!
Reply
#21
*waits patiently, gets hungry, goes to make dinner.*
*burns the kitchen down.*
*decides it is better to accidentally burn the kitchen down then to stay on forums and accidentally agitate Kretol.*

Sorry, Kretol. :(
Reply
#22
Woo! The error has been resolved!

The issue had to do with a code edit I did involving whispers.

Code:
if (!player || (tSecurity == SEC_PLAYER && pSecurity > SEC_PLAYER && !player->isAcceptWhispers()))
            {
                if (lang != LANG_ADDON)
                    SendPlayerNotFoundNotice(to);
                    return;
            }
The if (lang != LANG_ADDON) part was what I added. This prevents addons from spamming your screen with "That player is not online" if it's trying to communicate with folks that may have just logged off or the like. Unfortunately, when I was merging my edits into the new repository, I tried adding in some curly brackets like so:
Code:
if (!player || (tSecurity == SEC_PLAYER && pSecurity > SEC_PLAYER && !player->isAcceptWhispers()))
            {
                if (lang != LANG_ADDON)
                {
                    SendPlayerNotFoundNotice(to);
                    return;
                }
            }
I had failed to realize that the return is necessary regardless of whether it's an addon or not. The crashes were being caused by people trying to send a whisper to someone not online (possibly from trying to reply to someone that had just logged off). So, rejoice!
Reply
#23
I don't know what that means, Or what it is you're talking about. I would like to say Thank you for fixing whatever the problem was. I'm sure there are things you like to do with your spare time, and listening to impatient strangers can't be on the top five. Once again and always thank you for whatever it is you do, to keep this server running.
The Family Tree

TheBook of ThePharaoh

Pharaoh's Colosseum

The Four Suns Inn

"What are we, as role-players, if not authors in real time?" - MrBubbles

"I've always treated Role-play as Collaborative Writing. Co-authoring the stories of your characters, alongside other people." - Flammos200
Reply
#24
Odd .. those brackets look valid for C or Java - I wouldn't think it would matter.
- Cepht -

Randian - Sin'dorei Priest, Representative of Greystone Charities
Riley Gillespie aka "Stars" - Unhinged forsaken vagabond with a flare for fire
Alonus - Fallen holy priest with a pet serpent named "Ricky"
Haugus Bach - Forsaken Warlock with an appetite for torture and revenge. Previously a humble shoe maker.
Reply
#25
Well, it's because there's no 'else' fallback. There's like three or four 'if' statements, which everyone should fall into. My presumption is that, for those whispers that were addon messages (I think it was the addons themselves that were causing it, not people trying to send a whisper to someone not online), the server didn't know what to do with them because it didn't fit into any of the 'if' statements.
Reply
#26
I BLAME TALES.

Also, does that mean we should turn off our addons?
Reply
#27
KREEETOOOL http://www.youtube.com/watch?v=p6PZhONZ3...re=related
May the riot be the Rhyme of the Unheard.

Reply
#28
No, it's no longer a problem; that's why I was saying it was fixed! *nods sagely*
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to Connect. Blairin 36 5,517 07-05-2013, 08:14 AM
Last Post: Blairin
  Cannot connect. PhilGobatto 2 1,040 01-24-2013, 09:37 AM
Last Post: PhilGobatto
  Cannot connect RageFlayer 1 805 10-15-2012, 09:27 AM
Last Post: Bingles
  Can't Connect Phases 3 1,015 08-16-2012, 07:20 AM
Last Post: Psychyn
  Can't connect wsemler 7 1,801 04-05-2012, 05:25 AM
Last Post: wsemler



Users browsing this thread: 1 Guest(s)