http://bugs.winehq.org/show_bug.cgi?id=13274
--- Comment #6 from David Hagood ccf2egd02@sneakemail.com 2008-11-18 06:22:51 --- Created an attachment (id=17344) --> (http://bugs.winehq.org/attachment.cgi?id=17344) standard out & error from program run
This is the requested output.
The program runs right up until you select "Plan a trip", then the error happens and the program displays an "Caught unhandled exception (RefMessage)" error dialog. Selecting "Ok" then terminates the program.
I had instrumented this long ago, and determined that due to the function failing and returning NULL, the program then immediately crashed derefing the NULL (as in the program didn't expect that function to every fail).