Screwed Display
Re:Screwed Display
Okay it doesn't look like that, looks like it got corrupted whne uploaded. Basically the whole thing looks like the top part.
Peter
Peter
Re:Screwed Display
Thats the biggest problem im not quite sure where its happenign so can't give you the relevant code. I was just looking for suggestions for what it could be. Im guessing im just writing into the video memory or something.
Peter
Peter
Re:Screwed Display
Your stack or something, maybe your MM ( memory manager ) must be writing to the wrong memory...the video card.
Re:Screwed Display
I'm thinking his video write/print function is mixed up or he used it incorrectly.
Re:Screwed Display
I found out what it was. If i declared a variable in one of my classes it caused this but when i declared the variable in the header it stopped this. The weirdest error i have seen in a long time.
Peter
Peter
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Screwed Display
in early times, i had similar problems with a loop on some memcpy that was writing to memory at some address under 0xa0000 and which didn't stop because of a wrong loop condition ...
So the writing goes over 0xA0000, overwrote the video area and goes on until it finally wrapped back to address 0000 and overwrote the writing code itself ... then the CPU finally crashed.
So the writing goes over 0xA0000, overwrote the video area and goes on until it finally wrapped back to address 0000 and overwrote the writing code itself ... then the CPU finally crashed.
Re:Screwed Display
I'd sure like to know what hex that nice light blue text color is...though...
Re:Screwed Display
I can tell you that im using it for my text. The only problem is it comes out dark blue in Bochs and light blue on my machine i guess its probably the vid card code in bochs. Its 0x09 for light/dark blue.
Peter
Peter