hackwrench / dmgboy

Automatically exported from code.google.com/p/dmgboy
0 stars 0 forks source link

Doesnt run because of uncaught bad allocation Exception in Blip_Buffer::set_sample_rate #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile the code successfully on linux
2. try to run the gui from a shell

What is the expected output? What do you see instead?
Excepted output would be the emulator running, instead it crashes with no error 
messages or warnings

What version of the product are you using? On what operating system?
linux mint and dmgboy 1.0

Please provide any additional information below.
I didnt test this on any other operating system but linux. Also the fix is 
pretty easy done by a try/catch in the named method.
I'm pretty new to c++ so i hope this helps in any way!

Original issue reported on code.google.com by phillu...@gmail.com on 10 Nov 2012 at 2:10