Windows & Linux Simulator repository on github

wel that sorta works i it gave me an error in BmpImage.cpp not knowing what min max was
i added this and that seemed to fix the isue

    #define min(a,b) ((a)<(b)?(a):(b))```

Ok. Who broke the Linux sim? :grimacing:

No just kidding. But yes, the graphics pops up and after a while the program crashes. It used to be rock solid.

Even turning the sound off does not help.

I am going to have to backtrack the history of the repo to see what has happened. Any help is appreciated.

EDIT: it is a sound issue. that is confirmed

I having the same problem too. I hear a small sound clip playing then it crashes. Iā€™m on Ubuntu 16.04 using Code Blocks 13.12

2 Likes

Turn sound off for now from your project settings (PROJ_ENABLE_SOUND 0). I have not been able to locate the source of the problem. CORRECTION: I have not had time to locate the problem in Linux

2 Likes

I got same errors when I was trying Code::Blocks on Fedora 24 !!!