https://bugs.winehq.org/show_bug.cgi?id=46031
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME URL|http://www.mechcad.net/prod |https://web.archive.org/web |ucts/acemoney/download.shtm |/20200429211625/https://s3. |l |amazonaws.com/s3.mechcad.ne | |t/downloads/acemoney/latest | |/AceMoneySetup.exe
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
no further response for a long time, hence resolving 'WORKSFORME' here. I couldn't even reproduce with Wine 2.16 this bug was reported against.
The vendor provides a .pkg for MacOS. Although it's still Wine (Wineskin) under the hood it might work better for you.
--- snip --- $ mkdir -p _unpacked && cd $_
$ xar -xf ../AceMoneySetup64.pkg
$ cd AceMoneySetup.pkg/
$ cat Payload | gunzip -dc | cpio -i 1438394 blocks
$ tree --charset=ANSI -L3 . |-- Contents | |-- Frameworks | | |-- libarchive.13.dylib | | |-- libarchive.dylib -> libarchive.13.dylib | | |-- libasprintf.0.dylib | | |-- libasprintf.dylib -> libasprintf.0.dylib ... | | |-- ObjectiveC_Extension.framework | | |-- p11-kit-proxy.dylib -> libp11-kit.0.dylib | | |-- wstools.bundle | | `-- wswine.bundle | |-- Info.plist | |-- MacOS | | `-- WineskinLauncher | `-- Resources | |-- AceMoneyDocument.icns | |-- dosdevices | |-- drive_c | |-- English.lproj | |-- Logs | |-- Scripts | |-- system.reg | |-- userdef.reg | |-- user.reg | |-- windata | `-- Wineskin.icns |-- drive_c -> ./Contents/Resources/drive_c |-- Logs -> ./Contents/Resources/Logs `-- Wineskin.app `-- Contents |-- _CodeSignature |-- Info.plist |-- MacOS |-- PkgInfo `-- Resources
20 directories, 289 files --- snip ---
$ sha1sum AceMoneySetup.exe 3781f733e8dde93b7634daff362386955a3ae362 AceMoneySetup.exe
$ du -sh AceMoneySetup.exe 7.4M AceMoneySetup.exe
$ wine --version wine-5.7-97-g7ccc45f754
Regards