SFML community forums

General => SFML projects => Topic started by: Foaly on September 22, 2012, 12:08:53 pm

Title: Crazy Painter
Post by: Foaly on September 22, 2012, 12:08:53 pm
Hey everybody!
I want to show you a little program I have been working on lately, which in the lack of a better name I called Crazy Painter. It's neither a game nor a real multimedia application. It's just an artsy, fun little program for when you bored. Give it a try and tell me what you think :)

The controls are really simple: Grab the red dot with the mouse an drag it around.
Pressing "c" clears the screen
Pressing "a" toggles the automatic mode
Pressing "h" toggles between linear and hermite interpolation in the automatic mode
Pressing "f" toggles a slow fade

Here is a screenshot:
(http://img6.imagebanana.com/img/e9n8vop7/screenshotdone.png)

Caution: Don't use this program drunk or on drugs! :D

Downloadlink: www.max.jewieft.de/games/Crazy%20Painter.zip (http://www.max.jewieft.de/games/Crazy%20Painter.zip)
Title: Re: Crazy Painter
Post by: eXpl0it3r on September 22, 2012, 02:15:54 pm
I would've liked to test it, but unfortunately it just crashes when starting it... :-\
Title: Re: Crazy Painter
Post by: Foaly on September 22, 2012, 02:34:00 pm
Really?! What does the crash look like? Is there any error message?

Is it working for everybody else?
Title: Re: Crazy Painter
Post by: eXpl0it3r on September 22, 2012, 03:07:54 pm
Well I get the following information:
Problem signatur:
  Problem event name: APPCRASH
  Application name:   Crazy Painter.exe
  Error module:       libstdc++-6.dll
  Exception code:     c0000005
  Exception offset:   00049542

Not sure if that will help you in anyway though. ;D
Title: Re: Crazy Painter
Post by: Foaly on September 22, 2012, 04:04:48 pm
No that doesn't help to much... I compiled a debug version, that also does some logging. Maybe that help us finding the error.
www.max.jewieft.de/games/Crazy%20Painter%20Debug.zip
Title: Re: Crazy Painter
Post by: eXpl0it3r on September 22, 2012, 04:17:53 pm
So from my message you could've guess that the runtime library was missing (libstdc++-6.dll) and since you now included it with the other zip it now works (although you forgot to include the shader in the debug zip). :)

Looks good! ;D
Title: Re: Crazy Painter
Post by: Foaly on September 22, 2012, 04:26:07 pm
Haha ok I get it! Never mind I was a little confused, because on another forum somebody experienced a real crash, eventhough he has the standart library, so I just assumed you have the standart library. I'll update the release .zip :)
Title: Re: Crazy Painter
Post by: eXpl0it3r on September 22, 2012, 04:45:16 pm
Well mine was also a real crash (same as his) and I've also installed the standard runtime lib, but I guess the versions do not match. ;)
Title: Re: Crazy Painter
Post by: Foaly on September 22, 2012, 05:09:00 pm
so let me get this straight. If you use the updated version of my "Release" .zip first post (by updated I mean the standard runtime library  is included) it works without crash?
Title: Re: Crazy Painter
Post by: eXpl0it3r on September 22, 2012, 05:31:35 pm
Yes it works without crash. ;)