https://bugs.winehq.org/show_bug.cgi?id=47955
Bug ID: 47955 Summary: Vminteq defaults app fails to start Product: Wine-staging Version: 4.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: divestoclimb@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: Ubuntu
Created attachment 65461 --> https://bugs.winehq.org/attachment.cgi?id=65461 wine trace when running Vmindefault.exe (first 5000 lines)
The chemical equilibrium software Visual MINTEQ (also called VMINTEQ) installs and runs in Wine with dotnet45, but one component does not work: the "Various default settings" window, which is part of a separate .exe. It did not work in Wine 4.0.2 either, but in that version the error was different.
To reproduce: - create a clean 32-bit WINEPREFIX with winecfg - run winetricks dotnet45 - download Visual MINTEQ 3.1 (it's freeware) from https://vminteq.lwr.kth.se. Run the unzipped setup.exe file in wine, and accept the defaults for installation. - option one: launch Visual MINTEQ (Program Files/Vminteq31/Vminteq17.exe), open the Parameters menu, and select "Various default settings." This attempts to launch Vmindefault.exe which fails to start, leading Visual MINTEQ to crash ostensibly because a settings file was not created. - option two: directly launch Program Files/Vminteq31/Vmindefault.exe.
The only error message given without setting WINEDEBUG is "0009:err:seh:setup_exception_record stack overflow 1072 bytes in thread 0009 eip f7c19df3 esp 00230f00 stack 0x230000-0x231000-0x330000" I have attached a logfile generated with WINEDEBUG=trace+all