neophob / wpc-emu

Williams Pinball machine emulator, Play it @
https://playfield.dev
Apache License 2.0
70 stars 12 forks source link

Prevent crash if the the defaut rom is missing #27

Closed jabdoa2 closed 5 years ago

jabdoa2 commented 5 years ago

It took me some time to figure out that wpc-emu crashes on startup if the default ROM (hurcnl_2.rom) returns a 404. At the end I moved a random ROM to that file. Afterwards, any ROM works. Can we prevent the crash to improve the install experience?

neophob commented 5 years ago

ah good catch, error handling is not implemented at all.

I guess the best would be showing a loading screen, in case if an error show the message on the canvas...

neophob commented 5 years ago

thanks, fixed with release 0.8.15