Girl Problems...

For issues with communication ports, protocols, etc.
Post Reply
rolliebollocks
Posts: 2655
Joined: Aug 28, 2008 10:54
Location: new york

Girl Problems...

Post by rolliebollocks »

My fiancee installed a new video card yesterday and it is causing my game engine to crash on the destructor, and sometimes at startup.

I need a good general theory as to what would cause a perfectly functioning game to crash after my fiancee installed the video card.

The video card is in fact installed properly, so the problem is elsewhere.

Any ideas?

Let us also assume the behavior is inconsistant.

rb
vdecampo
Posts: 2992
Joined: Aug 07, 2007 23:20
Location: Maryland, USA
Contact:

Post by vdecampo »

What OS is this? I found that when my app worked on one PC but would crash on another, the problem was generally traced to a memory seg-fault that my other system was letting pass.

Look for places where you may be deallocating a buffer that has already been deallocated. Stuff like that.

-Vince
rolliebollocks
Posts: 2655
Joined: Aug 28, 2008 10:54
Location: new york

Post by rolliebollocks »

Thanks, Vince.

rb
jevans4949
Posts: 1188
Joined: May 08, 2006 21:58
Location: Crewe, England

Post by jevans4949 »

Cancel the wedding!
marcov
Posts: 3503
Joined: Jun 16, 2005 9:45
Location: Netherlands
Contact:

Post by marcov »

Wrong mode stored somewhere? Try to redo the video config of the app, or zap config files.

Anyway, if your fiancee is the hardware support, let here take care of it :-)
rolliebollocks
Posts: 2655
Joined: Aug 28, 2008 10:54
Location: new york

Post by rolliebollocks »

She is, I'm way too twitchy to deal with small fragile things.

Anyway, she bought the Witcher like a year ago and tried to play it, and shortly realized we did not have a video card. So over the course of the next year her desire to play this game built and built until she finally bought a video card and an extra gig of RAM.

Sadly, she loaned out the witcher and she still has yet to play it. I still haven't played Civ 4.

rb
TbbW
Posts: 348
Joined: Aug 19, 2005 10:08
Contact:

Post by TbbW »

Wow... you let you'r girl manhandle you'r computer?
rdc
Posts: 1745
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Have you compiled with -exx? This might give you some ideas.
vdecampo
Posts: 2992
Joined: Aug 07, 2007 23:20
Location: Maryland, USA
Contact:

Post by vdecampo »

Who dug up this dead thread? It's like over six months old.
TheMG
Posts: 376
Joined: Feb 08, 2006 16:58

Post by TheMG »

It was TbbW. However, it was rdc who thought the problem was yet to be solved.
rdc
Posts: 1745
Joined: May 27, 2005 17:22
Location: Texas, USA
Contact:

Post by rdc »

Heh. I didn't check the date. I guess we can all move on. :)
cha0s
Site Admin
Posts: 5319
Joined: May 27, 2005 6:42
Location: USA
Contact:

Post by cha0s »

Try removing the girlfriend and recompiling.
roook_ph
Posts: 402
Joined: Apr 01, 2006 20:50
Location: philippines
Contact:

Post by roook_ph »

Its nice to know what fantasies other than program
ideas occupy our minds.
Post Reply