Skip to content

Commit

Permalink
Update wine mono version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Apr 3, 2024
1 parent e702e78 commit 3386391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wine/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [[ $WINETRICKS_RUN =~ mono ]]; then
WINETRICKS_RUN=${WINETRICKS_RUN/mono}

if [ ! -f "$WINEPREFIX/mono.msi" ]; then
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/8.0.0/wine-mono-8.0.0-x86.msi
wget -q -O $WINEPREFIX/mono.msi https://dl.winehq.org/wine/wine-mono/9.0.0/wine-mono-9.0.0-x86.msi

This comment has been minimized.

Copy link
@chriszo111

chriszo111 Apr 7, 2024

Hey @QuintenQVD0 I'm getting the following error when trying to use latets egg for Sons of the Forest:

wine: cannot get path to ntdll.so

I attached the full log output. Pterodactyl host is running on Ubuntu 22.04.4.

Could the error be related to this change?

wine-error-full-log.txt

This comment has been minimized.

Copy link
@chriszo111

chriszo111 Apr 7, 2024

Tried using the wine-8 branch but I seem to get the same error

This comment has been minimized.

Copy link
@QuintenQVD0

QuintenQVD0 Apr 7, 2024

Author Collaborator

This should not have broken anything? As ir would brake before this. Bevause mono 8 with wine 9. And the wine-8 branch is a pr and not build.

fi

wine msiexec /i $WINEPREFIX/mono.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log
Expand Down

0 comments on commit 3386391

Please sign in to comment.