-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
ankama-launcher: 3.12.26 -> 3.12.27 #363713
Conversation
|
||
If you encounter a `wine` error while running *Dofus*, delete or rename the `cinematics/` directory: | ||
- Go to the directory where you installed the game and run: `mv content/gfx/cinematics content/gfx/cinematics_DISABLE` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug with the content
folder is gone ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was only with Dofus 2. I've put a note at the end of the pr's description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh right. Thanks !
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
Successfully created backport PR for |
Git push to origin failed for release-24.11 with exitcode 1 |
Hey, I've ran into an issue with your package (I actually ran in the same issue myself trying to package it.). It seems that whenever the launcher self updates, it completely stops working, making the launcher unusable despite having deleted
As we can see above, it looks like it's related to the APPIMAGE env not being defined somehow, and some of the program's logic relying on that to self-update. There's also this API_KEY issue, which I'm unsure if it's even related. |
I tried the latest version from the nixpkgs |
Things done
cc @GaetanLepage
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Note: I have removed the text about the wine error since it was only occuring with Dofus 2 which is not available anymore.
Add a 👍 reaction to pull requests you find important.