| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 1 post(s) |

Ilmatar
|
Posted - 2006.04.17 15:34:00 -
[1]
Linkage
got this error while looking through local and trying to dock.
First time ive ever seen this -------------------------------- Once upon a time in Lonetrek |

Jenny Spitfire
|
Posted - 2006.04.17 15:39:00 -
[2]
Ignore it. CCP is using a buggy C++ compiler.  ----------------
RecruitMe@NOINT! |

Hunters Presence
|
Posted - 2006.04.17 17:02:00 -
[3]
Ooooh beautiful error notification  -----
Lead Games Programmer | Quasit-Rushyo Games | I'm oh so sorry that my image was less than 5000 binary digits over the limit. |

Nikolai Nuvolari
|
Posted - 2006.04.17 18:18:00 -
[4]
Your computer is on her rag. -------- Tom Thumb > for a nut case you rawk [04:21:15] Mebrithiel Ju'wien > Nik's bio 4tw btw [07:38:53] Graelyn > Nikolai for Dev 108!
|

Tiel Nova
|
Posted - 2006.04.17 18:28:00 -
[5]
Visual C++, hmm...?
I've used an older one. Honestly, I found bloodshed's IDE to be on par, less overhead....and free.
But yeah, that's an error you can't do much about except wait for a patch.
|

elFarto
|
Posted - 2006.04.17 18:30:00 -
[6]
Originally by: Jenny Spitfire Ignore it. CCP is using a buggy C++ compiler. 
Jenny, Girl, C++, Compiler...
DOES NOT COMPUTE!! DOES NOT COMPUTE!!
Regards elFarto
npc.elfarto.com > Ingame NPC database Zoe: Do you really think any of us are going to get through this? Jayne: I might! |

Andrue
|
Posted - 2006.04.17 19:09:00 -
[7]
Edited by: Andrue on 17/04/2006 19:10:45
Originally by: Jenny Spitfire Ignore it. CCP is using a buggy C++ compiler. 
You can't make that assumption just from that error.
Although it's unusual to call a pure virtual function it is easy enough to trigger through poor programming.
What it means is that the function pointer in the VMT (Virtual Method Table) is NULL. This can occur because the programmer has cast an object incorrectly (got the code to treat it like it was a door when in fact it was a table) or simply because the programmer got the code to write zeros over that part of the VMT.
One would hope that the former is the explanation since it is at least vaguely excusable for something as complex as Eve to get its casts a bit mixed up. The latter is a horrible possibility :)
A less technical explanation:Imagine you present someone with a book that is ten pages long. You tell them that it is one hundred pages long. At some point they try to read page fifty - 'pure virtual page encountered'.
If you want more information on all this look at this link:
VMT -- (Battle hardened miner)
[Brackley, UK]
WARNING:This post may contain large doses of reality. |

mirel yirrin
|
Posted - 2006.04.17 19:11:00 -
[8]
Originally by: Nikolai Nuvolari Your computer is on her rag.
OMFG
BEST.NUVO.QUOTE.EVAR.
  ---------------------------------
CEO of teh Jenny Spitfire Fanclub. Wanna Join? Convo meh IG. |

Tachy
|
Posted - 2006.04.17 19:15:00 -
[9]
'... trying to dock ...' You left one area and entered another one and the chat or whatever tried to access something no longer or not yet available.
You can break your client doing that, especially when you're docking while market, journal and map are open and/or loading. It costs you your settings.
Rule one for MMOGs: Don't touch anything while you're in transit between zones, areas, nodes, whatever.
They use a C++ framework filled with Python. --*=*=*-- Megadon CCP wanted a well known artist and celebrity to test the new font so it's approval would be well known. They got Ray |

Jenny Spitfire
|
Posted - 2006.04.17 19:35:00 -
[10]
Originally by: Andrue Edited by: Andrue on 17/04/2006 19:10:45
Originally by: Jenny Spitfire Ignore it. CCP is using a buggy C++ compiler. 
You can't make that assumption just from that error.
Although it's unusual to call a pure virtual function it is easy enough to trigger through poor programming.
What it means is that the function pointer in the VMT (Virtual Method Table) is NULL. This can occur because the programmer has cast an object incorrectly (got the code to treat it like it was a door when in fact it was a table) or simply because the programmer got the code to write zeros over that part of the VMT.
One would hope that the former is the explanation since it is at least vaguely excusable for something as complex as Eve to get its casts a bit mixed up. The latter is a horrible possibility :)
A less technical explanation:Imagine you present someone with a book that is ten pages long. You tell them that it is one hundred pages long. At some point they try to read page fifty - 'pure virtual page encountered'.
If you want more information on all this look at this link:
VMT
/me <3 BTeam.   ----------------
RecruitMe@NOINT! |

Andrue
|
Posted - 2006.04.17 19:40:00 -
[11]
Originally by: Jenny Spitfire
Originally by: Andrue Edited by: Andrue on 17/04/2006 19:10:45
Originally by: Jenny Spitfire Ignore it. CCP is using a buggy C++ compiler. 
You can't make that assumption just from that error.
Although it's unusual to call a pure virtual function it is easy enough to trigger through poor programming.
What it means is that the function pointer in the VMT (Virtual Method Table) is NULL. This can occur because the programmer has cast an object incorrectly (got the code to treat it like it was a door when in fact it was a table) or simply because the programmer got the code to write zeros over that part of the VMT.
One would hope that the former is the explanation since it is at least vaguely excusable for something as complex as Eve to get its casts a bit mixed up. The latter is a horrible possibility :)
A less technical explanation:Imagine you present someone with a book that is ten pages long. You tell them that it is one hundred pages long. At some point they try to read page fifty - 'pure virtual page encountered'.
If you want more information on all this look at this link:
VMT
/me <3 BTeam.  
Well..you realise I'm speaking from second hand experience. I've never had personal experience of that error myself. I'm far too clever and careful. Ahem. -- (Battle hardened miner)
[Brackley, UK]
WARNING:This post may contain large doses of reality. |

Nikolai Nuvolari
|
Posted - 2006.04.17 19:42:00 -
[12]
Originally by: mirel yirrin
Originally by: Nikolai Nuvolari Your computer is on her rag.
OMFG
BEST.NUVO.QUOTE.EVAR.
 
Honor it by putting it in your sig then  -------- Tom Thumb > for a nut case you rawk [04:21:15] Mebrithiel Ju'wien > Nik's bio 4tw btw [07:38:53] Graelyn > Nikolai for Dev 108!
|

Jenny Spitfire
|
Posted - 2006.04.17 19:44:00 -
[13]
Edited by: Jenny Spitfire on 17/04/2006 19:44:44
Originally by: Andrue
Originally by: Jenny Spitfire
/me <3 BTeam.  
Well..you realise I'm speaking from second hand experience. I've never had personal experience of that error myself. I'm far too clever and careful. Ahem.
BTW, that was a compliment. Was going to say TeamB though. 
Thanks for the explanation too. ----------------
RecruitMe@NOINT! |

Andrue
|
Posted - 2006.04.17 20:00:00 -
[14]
Edited by: Andrue on 17/04/2006 20:01:10
Originally by: Jenny Spitfire Edited by: Jenny Spitfire on 17/04/2006 19:44:44
Originally by: Andrue
Originally by: Jenny Spitfire
/me <3 BTeam.  
Well..you realise I'm speaking from second hand experience. I've never had personal experience of that error myself. I'm far too clever and careful. Ahem.
BTW, that was a compliment. Was going to say TeamB though. 
Thanks for the explanation too.
TeamB or TeamB
You decide  -- (Battle hardened miner)
[Brackley, UK]
WARNING:This post may contain large doses of reality. |

Jenny Spitfire
|
Posted - 2006.04.17 20:50:00 -
[15]
Edited by: Jenny Spitfire on 17/04/2006 20:51:57
Originally by: Andrue Edited by: Andrue on 17/04/2006 20:01:10
Originally by: Jenny Spitfire Edited by: Jenny Spitfire on 17/04/2006 19:44:44
Originally by: Andrue
Originally by: Jenny Spitfire
/me <3 BTeam.  
Well..you realise I'm speaking from second hand experience. I've never had personal experience of that error myself. I'm far too clever and careful. Ahem.
BTW, that was a compliment. Was going to say TeamB though. 
Thanks for the explanation too.
TeamB or TeamB
You decide 
Hehehe... You know what I mean.  ----------------
RecruitMe@NOINT! |

Professor McFly
|
Posted - 2006.04.17 21:22:00 -
[16]
I like the way all the personal info is censored in that picture, that must be one paranoid n00bship pilot! __________________ Inappropriate link description. --Jorauk mods - pwning sigs since 1943 |
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |