http://bugs.winehq.org/show_bug.cgi?id=13274
--- Comment #7 from Austin English austinenglish@gmail.com 2008-11-18 10:36:39 --- (In reply to comment #6)
Created an attachment (id=17344)
--> (http://bugs.winehq.org/attachment.cgi?id=17344) [details]
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).
Can you attach a +bitmap log?