https://bugs.winehq.org/show_bug.cgi?id=43546
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@gmail.com --- (In reply to Jim from comment #0)
Created attachment 58949 [details] astrotoaster crash backtrace
Astrotoaster runs with default settings, but trying to manipulate and convert images, the attached backtrace is created every time.
Works fine in native windows and windows VMs.
To reproduce, download (free) astrotoaster application:
http://www.astrotoaster.com/download/SetupAstroToaster_205a. msi?attredirects=0
put a couple fits files in a folder from a set for image stacking, and configure the image directory in the application to point to the folder with the fits files in it.
Click on the buttons labeled "monitor", "refresh" and "stack"
A viewer window will pop up with a dark image that needs adjusting. Click the color adj button and move the "expand" slider to any value, then click the "apply E/G" button to reproduce the crash. It may have already crashed before this.
convert.exe is the module with the crash.
"unimplemented function vcomp100.dll._vcomp_for_static_simple_init_i8"
That might be the likely culprit that is causing the crash. Does running the following command in your terminal work around the problem:
winetricks vcrun2010
?