Page 1 of 1

Funniest Python Log Error I've seen yet

PostPosted: Wed Jun 25, 2008 10:12 pm
by GPNMilano
Well, was trying to get all the stuff in Eder Delin working this evening. And I came across a very funny python error that I'd thought I'd share.

Code: Select all
(06/26 01:03:00) xBlueSpiral.OnServerInitComplete(): Empty Age - self.consecutive = 0
(06/26 01:03:17) xBlueSpiral.OnNotify: I had SDL issues earlier
(06/26 01:03:17) Something wrong, try grabbing SDL later
(06/26 01:03:17) xBlueSpiral.OnNotify: And I still do

Re: Funniest Python Log Error I've seen yet

PostPosted: Wed Jun 25, 2008 11:00 pm
by Tsar Hoikas
While we're in the spirit of sharing funny things about Plasma...

In the function plRegistryPageNode::LoadKeysFromStream() there is a variable that looks something like this:

Code: Select all
plKeyImp* keyToReadInAndThrowAwaySoJustLiveWithIt


no joke.

(Don't even ask how I know this O.o... I SERIOUSLY have too much time on my hands)

Let's not even mention plSillyLightKonstants

Re: Funniest Python Log Error I've seen yet

PostPosted: Thu Jun 26, 2008 3:42 am
by Deledrius
One that I had forgotten about until messing with some PotS Vaults today was the chronicle named Blah, and the accompanying Responder RespBlah. It's used to determine which stage of the final link-tour and speech you're on. The local variable in the python scripts for this value are called MyBlah.

Re: Funniest Python Log Error I've seen yet

PostPosted: Thu Jun 26, 2008 5:09 am
by andylegate
My favorite is the one that says:

Code: Select all
something has gone terribly wrong. Head for the hills

Re: Funniest Python Log Error I've seen yet

PostPosted: Thu Jun 26, 2008 6:12 am
by GPNMilano
There's also the less funny:

you've obviously cheated cause thats not possible
one.

Re: Funniest Python Log Error I've seen yet

PostPosted: Thu Jun 26, 2008 12:43 pm
by Tsar Hoikas
andylegate wrote:My favorite is the one that says:

Code: Select all
something has gone terribly wrong. Head for the hills


Except whoever wrote that code is grammatically challenged and wrote "Something terribly has gone wrong. Head for the cover!"