-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update conan and icarus #134
base: main
Are you sure you want to change the base?
Conversation
updates for both Conan: Exiles and ICARUS servers Removed un-needed winetricks packages as they are no longer needed. Remove WINE flags for ARCH, DEBUG, and PATH as they are set in the containers already.
Fixed Icarus Crash Issue #121
updates for both Conan: Exiles and ICARUS servers Removed un-needed winetricks packages as they are no longer needed. Remove WINE flags for ARCH, DEBUG, and PATH as they are set in the containers already.
had to rebase after merging #131 |
I tested the Conan Exiles egg, and it still results in failure.
This is consistent with my testing yesterday as well. Manually adding the missing DLL resolves the issue.
Here's the one I'm manually adding.
I'm not sure what's the best (and legal) way to get this file distributed publicly, but so far winetricks isn't cutting it and Conan requires this missing file. |
Fresh install as else you have leftovers what will brake things. |
If you have already ran the server with the old egg you need to remove the |
Gotcha! I nuked the entire filesystem and tried again, and it appears to be working without modification. 🥳 It might be worth adding your above note to the README.md so users have a documented upgrade path. |
Description
updates for both Conan: Exiles and ICARUS servers
Removed un-needed winetricks packages as they are no longer needed.
Remove WINE flags for ARCH, DEBUG, and PATH as they are set in the containers already.
resolves #121
resolves #118
Has the same fix as #131 with a few other changes I found along the way. Full credit on removing winetricks goes to @BolverBlitz for that fix. It also resolves the issue with Conan Exiles.
Checklist for all submissions