Page 6 of 55
Re: When your OS goes crazy - Screenshots
Posted: Sun Aug 01, 2010 10:59 pm
by chibicitiberiu
jrepan wrote:Bug in kmalloc made it give wrong addresses.
Lol looks like your kmalloc showed you something went wrong with a lot of love
Re: When your OS goes crazy - Screenshots
Posted: Mon Aug 02, 2010 7:07 pm
by bobman801
found out what was wrong with my screen-shot this code solves the problem
I was testing words not bytes so my lodsw grabed my 0 at the end of the line and then some untill it started printing the idt, it probably stopped at the offset[16-31] part of the first desctriptor because I'm still working in the real mode memory range. I feel better now but just a bit silly.
Re: When your OS goes crazy - Screenshots
Posted: Tue Aug 03, 2010 6:15 am
by Jezze
Not exactly a screenshot but rather a commit message.
I unintentionally wrote:
"did some cleaning. broke arm."
Thats why I never vacuum =)
Re: When your OS goes crazy - Screenshots
Posted: Tue Aug 03, 2010 11:29 pm
by Yargh
Incremented the cursor position 1 too many.
Re: When your OS goes crazy - Screenshots
Posted: Tue Aug 10, 2010 10:20 am
by chibicitiberiu
- strange_crash.png (4.65 KiB) Viewed 9693 times
A small mispell, wrote putc instead of putcolor
Re: When your OS goes crazy - Screenshots
Posted: Tue Aug 10, 2010 11:36 am
by Candy
Jezze wrote:Not exactly a screenshot but rather a commit message.
I unintentionally wrote:
"did some cleaning. broke arm."
Thats why I never vacuum =)
That's pretty funny
. I hope you can still program with the broken arm...
Re: When your OS goes crazy - Screenshots
Posted: Fri Sep 10, 2010 10:18 am
by Candy
The cause:
- Add alpha blending support for the mouse
- Regenerate all textures in ARGB format. Forget to do the user background (because it's in a different folder).
- Not clear the backbuffer when switching users (as they all have an opaque background)
- Draw those opaque backgrounds with transparency aware code.
- Login as that user.
Re: When your OS goes crazy - Screenshots
Posted: Sat Sep 11, 2010 5:19 am
by Karlosoft
This is what I see loading a bitmap -.- And in reverse order too =.=
Re: When your OS goes crazy - Screenshots
Posted: Sat Sep 11, 2010 6:27 am
by Combuster
Bitmaps are actually stored the wrong way around
Re: When your OS goes crazy - Screenshots
Posted: Sun Sep 12, 2010 4:09 pm
by TylerH
Who's to say which way is right and which is wrong?
Re: When your OS goes crazy - Screenshots
Posted: Mon Sep 13, 2010 1:59 am
by Combuster
Me?
Consider this: did you ever find a case where you could load a bitmap and use it as-is, without flipping it upside down in software (that also means not using API calls as they do it as well)
Re: When your OS goes crazy - Screenshots
Posted: Mon Sep 13, 2010 2:18 am
by Owen
Combuster wrote:Me?
Consider this: did you ever find a case where you could load a bitmap and use it as-is, without flipping it upside down in software (that also means not using API calls as they do it as well)
Yes. When you're running OS/2
Re: When your OS goes crazy - Screenshots
Posted: Tue Sep 28, 2010 10:08 pm
by arjo129
My OS Bootloader simply gives a bios message:
No bootable device found
May have messed up when I typed the dd stuf
Re: When your OS goes crazy - Screenshots
Posted: Sun Oct 17, 2010 2:39 pm
by piranha
Waking this thread up!
My new panic screen is now:
Yeah. I'm a bad person. But I find it amusing. So, theres that.
-JL
Re: When your OS goes crazy - Screenshots
Posted: Sun Oct 17, 2010 2:43 pm
by piranha
berkus wrote:piranha wrote:My new panic screen is now:
EPIC.
Why thank you. I fully agree
-JL