Тёмный

Mario Paint "Data Over Flow" error 

NovaSquirrel
Подписаться 1,2 тыс.
Просмотров 653 тыс.
50% 1

Newer version of this video: • Mario Paint "Data Over...
Mario Paint only has 32KB of save RAM, which isn't enough to fit an uncompressed copy of both the regular canvas and the animation canvas. Because of that, I wondered what would happen if the two canvases were so complicated that it couldn't compress them small enough, and I guess the answer is this.
If you want to replicate this yourself, other people have had success getting enough entropy by just using the spray tool and using all of the colors (but remember that you need to fill the animation frames too, not just the main canvas).

Игры

Опубликовано:

 

16 дек 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 906   
@BagelNosed3DSuser
@BagelNosed3DSuser 2 года назад
Imagine as a kid, it’s night. You’re all alone. you make a masterpiece in Mario paint. And save it. And this happens
@Daigorou-xp1bj
@Daigorou-xp1bj 2 года назад
As if the robot didn’t scare you enough
@KingsbreeTV
@KingsbreeTV Год назад
I'd have been more terrified than mad lol!
@plateshutoverlock
@plateshutoverlock Год назад
This is because the game compresses the images and music before saving it to the cart's battery backed ram. Any piece of data that is made up mostly of the same bytes (like a simple drawing of a red house against a solid blue background will compress down to a very tiny size. A complicated piece of colorful art with many bytes that are different from each other will not compress so much, and it's possible that it wouldn't be compressed enough to fit in the save RAM of the cart. And why the overflow error. All compression algorithims including modern ones have this issue due to the way compression generally works. Lets say: Top half of screen is white bottom half is green and the screen is 200 by 200 pixels. The algorithim would only have to store something like White pixels 1 to 20,000 Green pixels 20,001 to 40,000 Now if the screen is top white, middle red, and bottom green the algorithim has to store it as White pixels 1 to 13,333 (give or take) Red pixels 13,333 to 26,666 Green pixels 26,666 to 40,000 You can see that the compressed data grew and it will continue to grow as more unique things are added to the image, even if it's something as simple as a black dot. If there are enough 'unique' elements on the screen that the compression has to have descriptions of, the less effective the compression actually is and it might not compress down the images enough to fit in the tiny amount of save ram a SNES cart typically has.
@Michaeledits
@Michaeledits Год назад
that is my dream, and my nightmare
@mirabilis
@mirabilis Год назад
I would've been so mad.
@ardentdrops
@ardentdrops 3 года назад
Surprising that it has such error handling for a game of its age.
@cardboardbox_tech
@cardboardbox_tech 3 года назад
*cough* gen 1 pokemon
@SkeleCrafteronYT
@SkeleCrafteronYT 2 года назад
Good software has good exceptions
@plateshutoverlock
@plateshutoverlock Год назад
There are degugging tools such as hex ram viewers that you'd never expect to find on a console hidden in many of these old 8 and 16 bit games. Sometimes they are accessed through a cheat code but other times you have to use an Action Replay or Game Genie to access these tools.
@AllThoughts3rased
@AllThoughts3rased Год назад
Eh not really, this is easily achievable by a user in a regular scenario and the consequence would either be half written saves or a full crash if it didn't account for a poor compression ratio. It's not like Pokémon where an oversight caused missingno to be accessible, this is a possibility the developers were likely very aware could happen under unintentional circumstances.
@Fry09294
@Fry09294 5 месяцев назад
Why?
@toceeno874
@toceeno874 3 года назад
Imagine trying to save a recreation of the Mona Lisa and this happens
@aaydinturk
@aaydinturk 2 года назад
That's what happened with most logos, it was too much, so they had to simplify it.
@BagelNosed3DSuser
@BagelNosed3DSuser 2 года назад
DEPRESSION
@poweroffriendship2.0
@poweroffriendship2.0 Год назад
Imagine Vincent van Gogh created the Starry Night painting on Mario Paint and this happened.
@plateshutoverlock
@plateshutoverlock Год назад
The image would not be compressable enough to fit in the cart's save RAM. The more complex the image, the less effective the compression is.
@ShyGuy83
@ShyGuy83 Год назад
[Insert Da Vinci Rage Quit Here]
@FairPlay137
@FairPlay137 Год назад
For those who don't know: Mario Paint splits saving into three steps: 100-25: Compress the data for storing within NVRAM 25-12: Erase the old NVRAM data 12-0: Write data to NVRAM (the amount of time this takes depends on how much needs to be saved) If it reaches 0 (indicating that the save memory has been completely filled) before all the data is saved, it errors out like what's shown here. Pretty remarkable that Nintendo added such an error handler, considering this is such an extreme edge case.
@MrNanukes
@MrNanukes 11 месяцев назад
I wonder what would happen then if someone were to modify the board by adding more ram (if that’s even possible)
@right_hand_power7960
@right_hand_power7960 10 месяцев назад
@@MrNanukes Modifying just the board likely wouldn't be enough, because the software in the cartridge needs to be programmed to access the additional ram. Many games of this era put extra horsepower into the cartridges, so in this case, only the cartridge, and rom would need modification. The Super NES wouldn't need any modifications, because the cartridge hardware, and on-board rom would handle accessing the cartridge memory.
@stevenpavelish6017
@stevenpavelish6017 5 месяцев назад
Bank switching would be possible to add a lot more memory to the cartridge
@JillofTrades
@JillofTrades 5 месяцев назад
@@right_hand_power7960 @MrNanukes not to mention...wouldn't the anti piracy measure kick in for the game and console?
@right_hand_power7960
@right_hand_power7960 5 месяцев назад
@@JillofTrades Yes, depending on the particular anti-piracy measures Nintendo programmed into Mario Paint. as well as factoring in the SNES hardware, and firmware anti-piracy measures.
@Beelze_Bubbles
@Beelze_Bubbles 5 месяцев назад
The music that plays when the robot is trying to save your image is pretty cool
@SussyGuy35
@SussyGuy35 5 месяцев назад
Its mario maker course bot music i think edit: okey you guys that reply to me just to tell me that the mario paint one is the original. i know that, but english isnt my native language so my english is pretty bad, and also nintendo games are not officially release on my country so im not having memory playing mario games on childhood like you guys
@mattgroening8872
@mattgroening8872 5 месяцев назад
Sort of saves the robot from being creepy as shit
@ollea60
@ollea60 5 месяцев назад
@@SussyGuy35 i own a copy and i can agree
@Orangnus
@Orangnus 5 месяцев назад
That shit is straight up BUMPIN'!
@luviana_
@luviana_ 5 месяцев назад
@@SussyGuy35 Mario Paint came out 23 years before Super Mario Maker. The course bot music is taken from this game
@RF-Ataraxia
@RF-Ataraxia 3 года назад
YOOO, I KNEW I WASN'T MAKING IT UP! Thanks for posting! The thought of having seen an error screen like this was killing me, because it was a very vivid memory, but it wasn't documented anywhere until now
@franklinfleming1237
@franklinfleming1237 2 года назад
Gets censored.. Nooooooo!!!!!
@idaholana
@idaholana Год назад
I think the reason it displays that error is due to hardware purposes Sam’s too much save data code fly up the consul so it doesn’t accept it well at least that’s what I think
@RF-Ataraxia
@RF-Ataraxia Год назад
@@idaholana Yeah, the size of the save data in this case depended on the way the colors were used, I think. Kinda like adding a "noise" effect in digital art, the more colors, and the more they're spread out, will increase its size quite a bit, so the game's RAM can't handle it and gives you this screen
@thatbootlegninja
@thatbootlegninja Год назад
yeah, i played it on switch and tbh i out loud shouted DA FUCK MARO MAKER
@ilonachan
@ilonachan 5 месяцев назад
wow so you just managed to trigger it unintentionally by playing normally? That's kinda crazy, compared to the very specifically crafted payload in this example... I guess it's still rare, but good thing Nintendo did prepare an error screen instead of a crash.
@buttguy
@buttguy 5 месяцев назад
not only is it crazy to even program an error handler for something that would almost never happen, but to dedicate any amount of limited memory to the smoke animation and the explosion sound effect (although the sound effect may be used elsewhere in the program, most likely...)
@Templarfreak
@Templarfreak 4 месяца назад
while this may never reasonably happen, it is still in theory *very easy* to have occured naturally. so of course they'd think about this :D
@erikkonstas
@erikkonstas 4 месяца назад
​@@TemplarfreakLOL, children are unpredictable 😂 I've broken many damn things in not at all obvious ways, one of which a tablet I messed up with after rooting it... yes, it went to the trash (I had corrupted the bootloader I think, including the function of ROM flashing).
@vadnegru
@vadnegru 4 месяца назад
​@@erikkonstasi remember flashing my mtk phone many times so when i offered my friend to do this on his phone nvram got corrupted and no longer flashed. I don't even remember if custom firmware flashed, maybe it was left in stock. The guy bought it as a tablet, since at that time 6" screen were huge.
@fuki98
@fuki98 4 месяца назад
Actually it's happened before casually, the comment right above says they triggered this unintentionally as a kid
@johnrickard8512
@johnrickard8512 4 месяца назад
Nintendo knows full well that "impossible edge cases" are something that kids are very good at finding somehow.
@plateshutoverlock
@plateshutoverlock Год назад
The robot is working hard and taking a long time to do his task. This is because the game compresses the images and music before saving it to the cart's battery backed ram which is a very CPU intensive task. But why did the robot fail at the task he was assigned to perform? Any piece of data that is made up mostly of the same bytes (like a simple drawing of a red house against a solid blue background will compress down to a very tiny size. A complicated piece of colorful art with many bytes that are different from each other will not compress so much, and it's possible that it wouldn't be compressed enough to fit in the save RAM of the cart. And why the overflow error. All compression algorithims including modern ones have this issue due to the way compression generally works. Lets say: Top half of screen is white bottom half is green and the screen is 200 by 200 pixels. The algorithim would only have to store something like White pixels 1 to 20,000 Green pixels 20,001 to 40,000 Now if the screen is top white, middle red, and bottom green the algorithim has to store it as White pixels 1 to 13,333 (give or take) Red pixels 13,333 to 26,666 Green pixels 26,666 to 40,000 You can see that the compressed data grew and it will continue to grow as more unique things are added to the image, even if it's something as simple as a black dot. If there are enough 'unique' elements on the screen that the compression has to have descriptions of, the less effective the compression actually is and it might not compress down the images enough to fit in the tiny amount of save ram a SNES cart typically has.
@josha254
@josha254 Год назад
Nice explanation there.
@SaturnzBarzzz
@SaturnzBarzzz Год назад
This is so underrated
@xisktrl
@xisktrl Год назад
WOW
@Proxyy7
@Proxyy7 10 месяцев назад
You belong in the hall of fame
@verband6829
@verband6829 8 месяцев назад
wow dont like this
@thecorruptedbit5585
@thecorruptedbit5585 5 месяцев назад
The robot looks like something out of Machinarium. Such a simple yet uncanny looking design
@03bgood
@03bgood 4 месяца назад
As a kid, i thought it looked like something out of Gumby!
@georgieippolito9924
@georgieippolito9924 2 месяца назад
Machinarium is so underrated! That and sammorest are the best! I have machinarium and sammorest 3 on my phone
@Radioaktivitaet
@Radioaktivitaet 6 месяцев назад
at least an error message that really tells what happened. Today's error messages are just like "LOL PROBLEM!" and if asking for support it like tells you to restart your router, reinstall the game, reinstall windows, shove a light bulb up your left ear and pet The Elephant's Foot.
@trustytrest
@trustytrest 5 месяцев назад
>Tries to get a wifi adapter to work >Error happens >"Would you like support?" >opens up a browser then does nothing because it can't connect 10/10 i love modern design
@luxie8097
@luxie8097 5 месяцев назад
Old error messages: WINDOWS HAS PERFORMED AN ILLEGAL OPERATION AND MUST CLOSE New error message: Oopsie oh noes there was a problem :( i miss the old days when computers were scary
@Neogeddon
@Neogeddon 5 месяцев назад
@@luxie8097Kid me thought I was gonna get scooped up by the feds for making the pc do something "illegal". Fatal errors were scary too cuz I thought I had managed to put the whole system on a death timer lmao
@cerulity32k
@cerulity32k 5 месяцев назад
That's why I like to put tips in my panic functions. A simple "Vulkan couldn't be initialized. Tip: Make sure your drivers are updated." is much easier than you'd expect.
@yeetusdeletus8565
@yeetusdeletus8565 5 месяцев назад
Error 55 What error? *55, duh.* Welp, time to Google.
@petergriscom3431
@petergriscom3431 2 месяца назад
My dreams of making magic eye puzzles in Mario Paint have been shattered.
@Schnort
@Schnort Месяц назад
L
@huss2891
@huss2891 Месяц назад
​@@Schnort no
@babykata-dt3ys
@babykata-dt3ys Месяц назад
​@@huss2891omg Gordon Freeman
@morphosoftware
@morphosoftware 24 дня назад
@@babykata-dt3ysGorden fremen
@huss2891
@huss2891 19 дней назад
Gordon Frohman, in the flesh - or, rather, in the hazard suit. I took the liberty of relieving you of your weapons. Most of them were government property. As for the suit... I think you've earned it. The borderworld, Xen, is in our control, for the time being... thanks to you. Quite a nasty piece of work you managed over there - I am impressed. That's why I'm here, Mr. Freeman. I have recommended your services to my... employers, and they have authorized me to offer you a job. They agree with me that you have 'limitless potential. You've proved yourself a decisive man so I don't expect you'll have any trouble deciding what to do. If you're interested, just step into the portal and I will take that as a yes. Otherwise, well... I can offer you a battle you have no chance of winning. Rather an anticlimax after what you've just survived.
@Saratheartist2
@Saratheartist2 4 месяца назад
0:12 that music, combined with the robot gives me chills.
@Damian_1989
@Damian_1989 5 месяцев назад
Moral of the story: don't attempt to recreate a Jackson Pollock painting in Mario Paint
@andygup1585
@andygup1585 3 месяца назад
speaking of jackson pollock, i think his ghost is in my tv, when i go to specific radio stations at specific times it shows one of his paintings flickering (i don't know witch one) everytime i try to tell somebody about this say they it's just tv static but i don't know😕😕😕🤷‍♂🤷‍♂🤷‍♂🤷‍♂🤷‍♂🤷‍♂
@fxlkpunkrapper
@fxlkpunkrapper 2 месяца назад
wdym radio​ stations @@andygup1585
@Okarabouzouklis
@Okarabouzouklis 11 дней назад
Record or evil lie ​@@andygup1585
@bunnybismuth
@bunnybismuth 3 года назад
I don't think that sound effect is even used anywhere else
@huskytheidiot
@huskytheidiot 3 года назад
same
@Bagel_Le_Stinky
@Bagel_Le_Stinky 3 года назад
@@huskytheidiot same what?!
@kabanfriends5764
@kabanfriends5764 3 года назад
i think that's the bomb sound lower pitched
@bunnybismuth
@bunnybismuth 3 года назад
@@kabanfriends5764 I think you're right
@ChonkyYT
@ChonkyYT 2 года назад
@@Bagel_Le_Stinky They don’t think it’s been used anywhere else.
@greenberrygk
@greenberrygk 24 дня назад
This isn’t really as scary as people think it’s just a goofy robot with a smoke coming out of its ears animation for overflowing and malfunctioning which is a neat addition
@Bromon655
@Bromon655 4 месяца назад
That robot and music would’ve scared me and given me nightmares as a little kid
@MMT--Games
@MMT--Games 3 года назад
i cant be the only one who just randomly press this, hear this song and go "omg, wtf this song was from this??"
@HeavyWeaponsGuyisHorny
@HeavyWeaponsGuyisHorny 5 месяцев назад
"And that means you made a masterpiece my little painter boy" Me to my child if i ever give him this instead of Paint
@greenbeanster
@greenbeanster 3 месяца назад
The mario paint robot already freaks me out, i would be terrified if I saw this
@stratodough
@stratodough 5 месяцев назад
noone talks about the small Mario peeking near the bomb icon 😢
@bushytail
@bushytail 5 месяцев назад
That was because I accidentally drew on the randomized canvas a little bit and instead of realizing that I could have just used the rewind feature I covered it up with a stamp
@hio7019
@hio7019 4 месяца назад
The robot is already scary enough lmaooo
@karimitickaeloogreattemlor3486
@karimitickaeloogreattemlor3486 3 года назад
Wait that's the origin of the bot and his song? I thought it was from Mario Maker!
@bushytail
@bushytail 3 года назад
Yeah Nintendo really likes to reference their older games
@karimitickaeloogreattemlor3486
@karimitickaeloogreattemlor3486 3 года назад
@@bushytail funny
@smuglife64gaming21
@smuglife64gaming21 3 года назад
@@karimitickaeloogreattemlor3486 funny
@notathr0waway
@notathr0waway 3 года назад
@@karimitickaeloogreattemlor3486 (fuuny edition))
@fanta_ferret
@fanta_ferret 2 года назад
funny animal
@netsendjoe
@netsendjoe 4 месяца назад
Mario Paint was pretty underrated. So as a child.. prior to me having Mario Paint, I used a VTech Video Painter to play around with art on screen. It was a canvas like device you used with a pen that connected to the TV through RCA Video. There were a couple of things you could do with it, but Mario Paint surpassed every aspect of that device. By having mouse support, and being able to not only make drawings, Mario Paint also let you create basic music and animations, or just color. And it came with a cool bonus game as well. Wish Nintendo kept on making 'creation' studio-like 'games' that could inspire people into creative arts of music and animation. An excellent effort for game creation came from Mario Maker though.
@grain9640
@grain9640 4 месяца назад
Flipnote Studio on the DSi was pretty cool I was disappointed that the 3DS didn't ship with it's own flipnote studio (thought I think Flipnote 3d was a free download) I didn't get a 3DS because someone told me it had no flipnote lol
@wolfetteplays8894
@wolfetteplays8894 4 месяца назад
Colors live on switch is kinda like Mario Paint, but nowhere near as whimsical.
@supraman_
@supraman_ Месяц назад
what if you wanted to go to heaven but god said DATA OVER FLOW
@KennethPlaysOfficial
@KennethPlaysOfficial 5 месяцев назад
That robot is terrifying
@SuperBlooper057
@SuperBlooper057 4 месяца назад
Nintendo HATES Jackson Pollock!
@awesomechad7716
@awesomechad7716 Год назад
So this is where the Mario Maker Coursebot Music originated
@user-yw8sr3uj1w
@user-yw8sr3uj1w 7 месяцев назад
I really like how they reused it as a theme.. really suits well
@_space_cat_
@_space_cat_ Месяц назад
Mario and Sonic were such mortal enemies in 90s that Mario even had to rival Sonic in giving kids nightmares with spooky hidden message imagery.
@Odolwa2
@Odolwa2 Год назад
wow they actually programmed that in as a function? wonder how many people have ever seen this till now?
@Ianwillslapyou72
@Ianwillslapyou72 4 месяца назад
So I tried it by using all the colors with the spray paint and... IT FRICKING WORKED!!
@cantin8697
@cantin8697 Месяц назад
The robot is so unsettling even brfore the error...
@chim-chimney
@chim-chimney 5 месяцев назад
Man even just the robot loading normally is unsettling. It’s probably a mix of the song and the weird robot “lips”
@anactualmotherbear
@anactualmotherbear 3 года назад
I always wondered if this was possible but I've never been able to create anything that could do this.
@plateshutoverlock
@plateshutoverlock Год назад
Take a look at the image being saved. Unique colored pixels that the compressor built into the program has to have 'descriptors' for each and every one of them. Because of the tiny amount of save RAM in a typical SNES cart, it can't be compressed enough to fit in that memory. If the image was simple, there would not be as many 'discriptors' needed and it would fit in the save ram of the cart. This is an age old problem that is with us to this day simply because the basics of how compression works does not change.
@PauwerFurry
@PauwerFurry 2 года назад
It’s crazy we *just now* found this error in this game that’s been out since the 90’s. What other old games could we find hidden errors like this in?
@shadesoftime
@shadesoftime Год назад
It's not just now, it's just very obscure and nobody talks about it
@Helladamnleet
@Helladamnleet 5 месяцев назад
Judging from the comments a lot of people knew about it
@onesyphorus
@onesyphorus 5 месяцев назад
WAIT SO THAT ROBOT WAS NEVER SUPPOSED TO BE SEEN ?! 💀💀💀😭 im joking guys please put down your pitchforks it's not that deep 💀
@onesyphorus
@onesyphorus 5 месяцев назад
yo was that grime banger supposed to be heard to? im joking
@nesyboi9421
@nesyboi9421 4 месяца назад
​@@onesyphorus The robot was always meant to be seen it just showed up when you saved, the error itself is new. The song has also been known, in fact Nintendo used it and the robot in reference to Mario Paint in Super Mario Maker.
@azure_06
@azure_06 4 месяца назад
i was today years old when i found out the coursebot music is also from mario paint holy shit
@yepthatsmyyoutubename
@yepthatsmyyoutubename 4 месяца назад
The music is kinda lit tho 💀
@tingsteph
@tingsteph Год назад
To be fair, why would you ever what to save something like *THAT*
@plateshutoverlock
@plateshutoverlock Год назад
This was done on purpose. To make an image that the compression built into the Mario Paint program cannot compress down enough to fit in the save ram of the SNES cart. Whatever emulator he is using is also emulating the limitations of the save memory of a real SNES cart.
@OzeCovers
@OzeCovers 3 месяца назад
@@plateshutoverlockThanks for the explanation. Some sort of RLE?
@KombatGod
@KombatGod Месяц назад
That's easy. So that you can show this rare Over Flow Error to your friends any time you want, duh.
@Gecko1993HogheadIncOfficial
@Gecko1993HogheadIncOfficial 3 года назад
It just stopped at 12. Only for it to stop. I’ve NEVER seen this before!
@Klopford
@Klopford 3 года назад
It almost always stops at 12 for a bit when saving. It's happened every time I've played.
@smuglife64gaming21
@smuglife64gaming21 3 года назад
When it's compression it (auto correct won't let me type correctly)
@elisahill6583
@elisahill6583 Год назад
@@smuglife64gaming21 then turn it off.
@CoreDreamStudios
@CoreDreamStudios 3 года назад
Welp, that's a new one to me and I played Dr. Mario religiously back in the day. Good find!
@Vexcenot
@Vexcenot 3 года назад
Explain by what you meant by religiously?
@CoreDreamStudios
@CoreDreamStudios 3 года назад
@@Vexcenot Means I played it a lot and was loyal to the game, sorta like a faith I guess.
@Vexcenot
@Vexcenot 3 года назад
@@CoreDreamStudios oh so you didn't saw Mario as Jesus like I did?
@rowboat10
@rowboat10 3 года назад
@@Vexcenot mario is the god of video games
@DuskusCB
@DuskusCB 2 года назад
Explain what you mean by Dr. Mario cause this is OBVIOUSLY Mario Paint
@bensmith5612
@bensmith5612 3 месяца назад
I like how the data overload song is practically “Magic Penny” by Malvina Records. Nintendo is all for going against copyright infringement laws, unless it’s their property that’s being infringed upon.
@ChaossX77
@ChaossX77 2 года назад
This is one of the most important videos on RU-vid.
@sporedoutofmymind
@sporedoutofmymind 4 месяца назад
SimEarth for SNES actually has a similar condition if there are too many entities on the planet - it will give you a popup that it can only save enough of them to a certain point and the rest will be discarded.
@Koettnylle
@Koettnylle 4 месяца назад
I like how the music changes to a level finished type tune as soon as the data overflow error occurs
@SinisterScoundrel6562
@SinisterScoundrel6562 4 месяца назад
Never knew you could burn out the robot. Now I guess it only handle certain bitmaps, but not all of em. Well that's some creativity now flushed!
@WEENIEHUTTBOSS
@WEENIEHUTTBOSS 3 месяца назад
Imagine you’re a kid, playing this on the computer in the basement, and it’s completely dark because you stayed up until 11 working on your masterpiece. And then this shit happens
@somerandomnesspoo8467
@somerandomnesspoo8467 5 месяцев назад
This feels like nightmare fuel for a 5 year old
@Ambipie
@Ambipie 5 месяцев назад
"IT WONT GO SMALLER THAN 12" "reject it"
@sscuba_diver
@sscuba_diver 2 года назад
Ngl I’d be scared if that appeared on my tv at 3 am
@xxlinxx3531
@xxlinxx3531 2 года назад
SAME the robot is scary but I like it
@sscuba_diver
@sscuba_diver 2 года назад
@@xxlinxx3531 yea me too
@TheOfficialDorianelevator
@TheOfficialDorianelevator 5 месяцев назад
so that robot is how the coursebot was born in super mario maker...
@right_hand_power7960
@right_hand_power7960 5 месяцев назад
Yes, Super Mario Maker itself was originally going to be another sequel to Mario Paint, with a mini game of creating SMB courses. The development team had so much fun creating courses, that the entirety of the game flipped to be about creating SMB style courses, with Mario Paint's Gnat Attack being the mini game. That's why SMM has a lot of MP references. It was originally intended to be a sequel. I say "another" sequel, because MP already has a suite of game cartridges for one game, Mario Artist. Mario Artist was a suite of programs for the Nintendo 64 Disk Drive.
@1eris.
@1eris. 4 месяца назад
​@@right_hand_power7960me when i spread miss information on the internet:
@Patashu
@Patashu 3 года назад
Newly documented for the world!
@NesrocksGamingVideos
@NesrocksGamingVideos 4 месяца назад
WOW extra points for the coder to cover this case!
@Wegetsignal
@Wegetsignal 5 месяцев назад
Never got this error back in the day, very interesting!
@mattkaczorowski3099
@mattkaczorowski3099 4 месяца назад
This is the best error handling I've seen.
@kewoshk
@kewoshk Год назад
That robot would scare the living daylight out of me if I ever saw it as a kid 😅 I was already traumatized enough with the Valve guy with a valve in his eye 😅 On top of that my aunt made up a super creepy story to explain that pic: apparently that guy cried too much and had doctors put a valve in place of his eye to be able to control his crying 😂
@Tony_Cardoza
@Tony_Cardoza 8 месяцев назад
Lol @ your aunts valve face backstory.
@kewoshk
@kewoshk 8 месяцев назад
@@Tony_Cardoza lol thanks, she and her Windows 98 PC had a lasting effect on me as you can see 😅 She would troll us with stuff like these 😅
@Tony_Cardoza
@Tony_Cardoza 8 месяцев назад
@@kewoshk If you were just a bit younger, your aunt would have been trolling you with those screamer videos that were all the rage in the early 2000s. I think I was 11 or 12 when I first played Half-life, so I just thought the valve face guy was funny. Then again, I didn't have the "valve installed to regulate crying" backstory like you did.
@kewoshk
@kewoshk 8 месяцев назад
@@Tony_Cardoza I was born in 1995 so I had some experience with those screamers 😅 It was not my aunt but a friend of mine sent me a mock find the difference game via MSN, I searched for a difference for about 3 minutes then one odf those horrible screaming faces popped 😅
@TMHLBPFan
@TMHLBPFan 5 месяцев назад
Why is it always the aunts and uncles being wild af 💀💀💀
@launay98
@launay98 3 месяца назад
I'm surprise they make an error animation like if they was expecting this to happen in the future.
@user-mi3hp7wm7k
@user-mi3hp7wm7k 4 месяца назад
I like how it continues playing the music like nothing ever happened. It’s like, “welp shit, oh well”
@oshabot1646
@oshabot1646 4 месяца назад
I keep getting recommended this video and i love rewatching it
@Mrdotwaffle
@Mrdotwaffle 4 месяца назад
This is definitely one of the videos of all time
@xDecibelx
@xDecibelx 4 месяца назад
It most certainly is one of the videos of all time
@Ambipie
@Ambipie 5 месяцев назад
Static is the most convoluted picture a TV screen can interpret. A scrambled, chaotic signal of waste
@six_buck_dlc
@six_buck_dlc 5 месяцев назад
i enjoy how the music just resumes like nothing’s happening
@All4Tanuki
@All4Tanuki 5 месяцев назад
That high-pitched whistly instrument that comes in around 0:35 reminds me of that sound Bill Wurtz uses to underscore bad things like deadly lazers or eating porridge (but you've heated it for the wrong amount of time)
@WindowsDrawer
@WindowsDrawer 4 месяца назад
Oddly specific but true
@melteveryone
@melteveryone 10 месяцев назад
this tune kicks ass
@joeyjax
@joeyjax 8 месяцев назад
Check out my remix to this track: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-jfVrtEfNrC0.htmlsi=lJCsX6AdA7maTb55
@Tony_Cardoza
@Tony_Cardoza 8 месяцев назад
I used to love the save song and the alternate game start song that would play around 1/5 times at game start. The one where the voice says, "Mario Paint, ooooooooh." at the end of the song.
@jameslockwood8008
@jameslockwood8008 Месяц назад
Pretty funny how the music changes, it makes the error feel like a "game over" screen
@oonami
@oonami 2 дня назад
I like how this silly sqrl video randomly got recommended to me ;3
@GamerShyUncut
@GamerShyUncut 4 месяца назад
Imagine actually putting hours into something in Mario Paint, wait for it to save cuz you really like it, and this happens
@1eris.
@1eris. 4 месяца назад
thats kinda impossible to happen. check the image its VERY specific it means it has some sort of color thingy or something that makes it happen it would never happen if u did drawed something normal like a dog or anything
@RetroPixelLizard
@RetroPixelLizard 4 месяца назад
Congratulations, you beat the game. :3
@usernamq
@usernamq 4 месяца назад
:3
@Daigorou-xp1bj
@Daigorou-xp1bj 11 месяцев назад
As if that damn thing wasn’t horrifying enough
@solouno2280
@solouno2280 4 месяца назад
The face was scarier
@officialabnormalnightmare
@officialabnormalnightmare 3 месяца назад
Just watching this for the first time as practically an adult and it's lowkey giving me chills.
@konvitalik
@konvitalik 10 дней назад
so this is where the Coursebot theme originates
@MailMainbutnot
@MailMainbutnot 5 месяцев назад
semi-unrelated but i really do love how mario paint stuff was used in the mario maker games
@lyrimetacurl0
@lyrimetacurl0 5 месяцев назад
Interesting thought experiment: * For every possible image, either store the raw image or a compressed one depending which is smaller in bytes. This will be a subset of them where the size is small enough to also encompass the data of how it was compressed. * This is apparently impossible mathematically? (Due to the pigeonhole principle). * Maybe not? There are a couple of caveats. Some images raw would be smaller than the set number of bytes (e.g. "3" is smaller in digits than "3849"). And the raw ones which just happen to have the compression sequence could be a mix up. So this would have to perfectly cancel out if it was a perfect compression algorithm.
@Aweoe
@Aweoe 5 месяцев назад
You don't know how compression works
@yeetusdeletus8565
@yeetusdeletus8565 5 месяцев назад
Lossless compression works by compressing a file to a smaller size without altering the data. An example of lossless compression is Run Length Encoding. Instead of storing every pixel individually, an array of all pixels with the same data is stored. Say you have green in pixels 1, 2, 3, and 4. Instead of storing this data as green 1, green 2, green 3, green 4; you can store this data as green 1-4. This compresses the file without actually altering the data.
@renakunisaki
@renakunisaki 5 месяцев назад
Probably the raw image is too large, or else why use compression at all?
@Vince7778
@Vince7778 5 месяцев назад
This is a concept known in computer science as Kolmogorov complexity, which is basically the smallest size some data can be compressed to (while including compression instructions). An interesting theorem is that random data, with rather high probability, cannot be compressed more than a constant amount. This can be proven via the Pigeonhole principle, like you mentioned. I would highly recommend looking up more if you're interested, it's quite a cool topic!
@Sage_the_Turt
@Sage_the_Turt 4 месяца назад
@@Aweoe do you think telling somebody they don't understand something will make people think that you, in fact, do understand it? because it doesn't. you don't come off looking smart, you just look like an asshole.
@ScottTheWoz_
@ScottTheWoz_ Год назад
It amazes me that nintendo cared so much that they put a error handling of this kind in an snes game but in 2022 can't even release their games in full
@plateshutoverlock
@plateshutoverlock Год назад
You are comparing a game that is only a megabyte or less in size compared to one that could be a gigabyte or more that requires a vast more amount of code and resources. Like comparing a 4 function calculator to a desktop PC.
@ScottTheWoz_
@ScottTheWoz_ Год назад
@@plateshutoverlock 🤓
@TMHLBPFan
@TMHLBPFan 5 месяцев назад
They also can't even release games that run all that well in most cases *looks at Scarlett and Violet*
@bloosnoc
@bloosnoc 5 месяцев назад
@@TMHLBPFan i've been playing scarlet for a while, and it runs fine idk what you talkin bout
@TMHLBPFan
@TMHLBPFan 5 месяцев назад
@@bloosnoc Have you not seen the glitches?
@SyRose901
@SyRose901 2 месяца назад
After playing OMORI, I realize that this might have been the inspiration for the recycling machine.
@samschmit7181
@samschmit7181 8 месяцев назад
It is important that this be preserved.
@stevenpavelish6017
@stevenpavelish6017 5 месяцев назад
Saving ALOT of data. Do not remove game pak. WARNING! File compression error. Data cannot be saved.
@ls190v2
@ls190v2 3 месяца назад
The game can't handle that much data! You gave it an aneurism.
@139_Scarbon
@139_Scarbon Месяц назад
Mario hiding in the corner
@bobbob-gg4eo
@bobbob-gg4eo 5 месяцев назад
Seriously though, why can't we have error messages like this for everything!? It would be hilarious
@Whydoiexist223
@Whydoiexist223 4 месяца назад
BRU- I DIDNT KNOW THAT ONE SONG FROM MARIO MAKER TWO WAS HERE!
@ggdasherr6453
@ggdasherr6453 4 месяца назад
Its been used since the mario maker from the wii u👍
@noaht2005
@noaht2005 4 месяца назад
I love how they made a little animation for it as well
@charliefullwood4522
@charliefullwood4522 Месяц назад
I had no idea the course bot theme in both mario makers were a DIRECT rip of this song. I also had no idea an SNES could make music like this.
@theraymansonicandretrogamesfan
@theraymansonicandretrogamesfan 2 года назад
Poor coursebot got overloaded
@Klopford
@Klopford 3 года назад
Is this legit?! I couldn’t find any references to this on sites like TCRF! I’m going to try this myself, first on emulator and then on real hardware. This robot scared the shit out of me when I was little and if I’d seen this it would have haunted my dreams lol
@bushytail
@bushytail 3 года назад
Here's a savestate for the Mesen-S emulator to reproduce this: bin.smwcentral.net/u/1780/mario%2Bpaint%2Boverflow.mss
@Klopford
@Klopford 3 года назад
@@bushytail thanks, I don’t have that emulator but I’ll grab it. How tough was it to make the image complex enough? Just airbrush all over? Did you fill out animation and music too?
@bushytail
@bushytail 3 года назад
@@Klopford I found where the canvas was held in RAM and I overwrote it with stuff I generated using www.pcg-random.org/ which I figured would be random enough. I had to do the same to the animation canvas, because without it I think think the main canvas barely fits. Maybe you could do it with an airbrush? I guess you'd need to in order to try it on console.
@Klopford
@Klopford 3 года назад
@@bushytail I just tried it on console. IT ACTUALLY WORKED! And I don't think my image is *quite* as random as yours! I will have a video up soon with proof!
@official-obama
@official-obama 2 года назад
@@Klopford the video is ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-t2A2NbsJ8wo.html
@glassowlie
@glassowlie 5 месяцев назад
Even the error screen has charm.
@waxfrenzy
@waxfrenzy 2 месяца назад
Moments later, Jackson Pollock threw his NES out the window.
@gatokal
@gatokal 4 месяца назад
Bro defeated the Mario paint secret boss
@matthewrease2376
@matthewrease2376 5 месяцев назад
I'm moreso just shocked to find out that Mario Paint must use some form of image compression. Why couldn't they just give it enough SRAM for the whole thing 😭
@DankRedditMemes
@DankRedditMemes 5 месяцев назад
money
@matthewrease2376
@matthewrease2376 5 месяцев назад
@@DankRedditMemes I mean yeah but that doesn't feel like the whole story. This was already a game shipping with save memory and even an entire peripheral (the mouse) + mousepad. This was not a standard SNES package to begin with, and I doubt it would have hurt their bottom line much to increase the save memory.
@Skorpeonismyrealname
@Skorpeonismyrealname 5 месяцев назад
TL;DR it would have been expensive to do so. At the time, they were measuring everything in *bits,* which is 1/8th the size of a standard byte. We've advanced so far along in the last 40 years, we've had to move the minimum goalposts for data storage just to accommodate all the software to organize data in ALL this space. Beforehand, you were incredibly hard pressed to find a gigaBIT system, it's too big, it's too valuable, what are we data retention offices? Now, you're hard pressed to find a gigaBYTE thing unless you're just handing out digital fliers on cheapo sweatshop made devices because they're that useless you struggle to GIVW them away. And that's ignoring the fact that we've discovered disk systems have too many tolerances, so now we've invented data storage with zero moving parts that just so happens to make speeds roughly eight times more powerful and faster. @@matthewrease2376
@scott0852
@scott0852 4 месяца назад
It was 1992. 32 kilobytes was already quite large for a SNES game's save (16x larger than DKC3 or F-Zero and 4x larger than Earthbound, Super Metroid, and Kirby's Dream Course, for example). They couldn't just throw a gigabyte in and call it a day.
@shylom
@shylom 4 месяца назад
that robot scares me so much, I guess I won’t sleep in the past
@jaredjones1846
@jaredjones1846 3 месяца назад
I got this for Christmas as a kid with zelda link to the past. Loved both of them
@toastedavacado100
@toastedavacado100 3 года назад
my 9 year old self trying to save a random art that is a colour spam type :
@matthewguinn7977
@matthewguinn7977 2 года назад
One time I played Mario Paint so long the game blacked out.
@darc9925
@darc9925 3 месяца назад
dude that robot haunts my dream.
@Adiee5Priv
@Adiee5Priv 2 месяца назад
\*Music casually switches to Creative exercise\*
@nahimgudfam
@nahimgudfam 2 года назад
I remember figuring this out at a young age. I got a 8088 IBM PS/2 computer before my Super Nintendo so I understood what was happening. It couldn't even get on AOL but I did unzip .BAS games. 😀
@plateshutoverlock
@plateshutoverlock Год назад
Unzipping a large .ZIP. file from a floppy to another floppy on a 4~ mhz 8088. Great time for a long bathroom break or maybe walk the dog. Also when downloading a gigantic one MEGABYTE file over a 2400 baud modem was an hour plus long affair. Hope the line didn't drop when you got to 98% dl'ing that huge 1MB from a BBS that didn't have any resume capabilities (been there, done that).
@solarflare9078
@solarflare9078 4 месяца назад
A 8088 computer? Please tell me you upgraded to a 286-486, lol.
@nahimgudfam
@nahimgudfam 4 месяца назад
@@solarflare9078 no, my next computer was a AMD 80486 66mhz
@RaposaCadela
@RaposaCadela 5 месяцев назад
Very interesting to see, was it docummented before? I also wonder if there are any other games that can have this happen. I thought of SMB3 on GBA which had eReader card levels, and I heard that the cartridge didn't actually have enough memory to store them all
@meowcat7124
@meowcat7124 5 месяцев назад
That's true! The cartridge of Super Mario Advance 4 (SMB3 remaster for GBA) had memory for 32 bonus levels, but there were 73 of them including Japan exclusives AFAIR
@RaposaCadela
@RaposaCadela 5 месяцев назад
@@meowcat7124 Neat! What happens if you cross the limit? Is there a file management system or something?
@jekksit
@jekksit 5 месяцев назад
I too would like to know the answer
@scott0852
@scott0852 4 месяца назад
@@RaposaCadela I believe it just wipes the oldest ones, although I've never actually tested as I've only ever played the Wii U Virtual Console version that has every level card included.
@1eris.
@1eris. 4 месяца назад
​@@scott0852well or it could have a error screen! it was never documented before but it can happen!
@acestreamline7024
@acestreamline7024 2 месяца назад
This was one of the first video games I've played, and I had no idea this was a thing.
@opalpersonal
@opalpersonal 2 месяца назад
i was perfectly content to sit through the bangin' save music and bop
@aaydinturk
@aaydinturk 2 года назад
0:48 Edit, yooo mario in bottom left
@WonkyTonkBotty
@WonkyTonkBotty 5 месяцев назад
I love how...immersive (shall we say?)...this error is.
@theorangeoof926
@theorangeoof926 5 месяцев назад
There is an Easter egg in that picture, look at the bottom left.
@gertproodian9111
@gertproodian9111 5 месяцев назад
thats where the mario maker saving music comes from
Далее
Mario Paint - All Erase Animations
1:36
Просмотров 65 тыс.
How did they do?! 😂👀🕺 | Triple Charm #Shorts
00:16
Я ТВОЙ ОТЕЦ #большоешоу
01:01
Просмотров 145 тыс.
Dumping the ROM of a GBA game by crashing it
7:15
Просмотров 230 тыс.
The Horn of Geddon
1:35
Просмотров 1,5 млн
Wiiの間 (Wii Room) Anti Piracy Screen
2:30
Просмотров 27 тыс.
Mario Paint Fly Swatting Challenge, Levels 1-8 Part 1
13:44
future gen. consels wii2 ps4 xbox720?
1:44
Просмотров 15 млн
SM64’s Unopenable Door Has Finally Been Opened!
11:49