V4 beta Dec-12-2017 available now

 From:  Michael Gibson
8731.58 In reply to 8731.57 
Hi Karsten, thanks for sending the crash report. The naming crash in Wine looks like a Wine bug. MoI does happen to throw an exception when it checks to see if the name dialog gave back a value of -1 meaning cancel, but that exception is caught and ignored. But on your Wine build it's not being ignored so either the SEH exception handling is not working properly or maybe there's a setting for reporting "first chance" exceptions that needs to be turned off so that exceptions that are caught by the app don't register as a crash.

I"ll modify this for the next build though so no exception will be thrown when modal dialogs are closed.

- Michael