https://bugs.winehq.org/show_bug.cgi?id=55869
Bug ID: 55869 Summary: Citavi 6.17: successfully installs, but it fails to launch on Wine 8.18, Mac OS on Apple Silicon Product: Wine Version: 8.18 Hardware: aarch64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: athanasiusofalex@gmail.com
Created attachment 75398 --> https://bugs.winehq.org/attachment.cgi?id=75398 Error logs after trying to run Citavi
Citavi 6.17 successfully installs, but it crashes when you try to run it.
Hardware: Apple Silicon M1 Max, ram: 32 GB
I used the following steps to do this on Apple Silicon:
I installed the latest version of wine-devel available on Homebrew, which is currently 8.18:
brew tap homebrew/cask-versions
followed by
brew install --cask --no-quarantine wine-devel
and
brew install winetricks
I then created a clean Wine prefix:
mkdir -p /path/to/prefix WINEPREFIX=/path/to/prefix wineboot --init
and installed dotnet48:
WINEPREFIX=/path/to/prefix winetricks dotnet48
When all was done, I ran the installer for Citavi:
WINEPREFIX=/path/to/prefix /path/to/installer/Citavi6Setup.exe
It installed without issue. However, when I attempted to start it up, it crashed. On one occasion, the splash screen appeared first, but now that I retried it, it fails to run at all:
cd /path/to/prefix WINEPREFIX=/path/tp/prefix wine drive_c/Program\ Files\ (x86)/Citavi\ 6/bin/Citavi.exe
I have enclosed the error logs as attachments.
https://bugs.winehq.org/show_bug.cgi?id=55869
Louis Melahn athanasiusofalex@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|8.18 |8.20
--- Comment #1 from Louis Melahn athanasiusofalex@gmail.com --- I just tested version 8.20, which was just released on Homebrew. Now, the splash screen appears reliably, but the program crashes right away.
https://bugs.winehq.org/show_bug.cgi?id=55869
--- Comment #2 from Louis Melahn athanasiusofalex@gmail.com --- Created attachment 75478 --> https://bugs.winehq.org/attachment.cgi?id=75478 Backtrace from the crash on wine-devel 8.20