New version 2.24.6 does not work for me (same with git package):
The file /usr/lib/mscorlib.dll is an invalid CIL image
Downgrading to 2.21.8 solves the issue.
Git Clone URL: | https://aur.archlinux.org/eddie-ui.git (read-only, click to copy) |
---|---|
Package Base: | eddie-ui |
Description: | Eddie - VPN tunnel - UI |
Upstream URL: | https://eddie.website |
Licenses: | GPLv3 |
Conflicts: | airvpn, airvpn-beta-bin, airvpn-git |
Provides: | eddie-ui |
Submitter: | Eddie.website |
Maintainer: | Eddie.website |
Last Packager: | Eddie.website |
Votes: | 33 |
Popularity: | 0.99 |
First Submitted: | 2018-05-20 19:09 (UTC) |
Last Updated: | 2025-01-14 13:14 (UTC) |
New version 2.24.6 does not work for me (same with git package):
The file /usr/lib/mscorlib.dll is an invalid CIL image
Downgrading to 2.21.8 solves the issue.
I just updated to the newest version 2.24.6, the older version 2.21.8 was so much better (slim&fast).
The new version is terrible! So much new bloat from Microsoft with endless new additional packages.
The whole client is stuttering and feels like a cheap Windows11 crapware emulation that we can run now with 5fps :(
Edit: Im running the client on Manjaro KDE (Wayland) with LTS 6.6
I run a virtual machine (VMWare Workstation) with EndeavourOS. On my system installing eddie-ui 2.24.6-1 with makepkg fails with the following error message: cp: cannot stat '/home/altae/.mono/targets/mono-6.8.0-debian-10-x64/etc/mono/config': No such file or directory. The latest mono version is installed (6.12.0.206-1). Any help would be appreciated.
Why was this marked out of date?
The stable branch version is still 2.21.8
@Eddie.website: Forgot to mention, the dependencies are incorrect. Here are the proper dependencies:
depends=('gtk3' 'libayatana-appindicator' 'libnotify' 'mono' 'openvpn' 'sudo')
makedepends=('desktop-file-utils' 'patchelf')
optdepends=('hummingbird: increased OpenVPN performance'
'openssh: VPN over SSH'
'stunnel: VPN over SSL')
Add mono-msbuild
to makedepends if you want to build with msbuild
instead of xbuild
.
@Eddie.website: Using msbuild
works fine without restricting the TargetFrameworkVersion
:
# Compile C# sources
if [ "ui" = "cli" ]; then
msbuild /verbosity:minimal /p:Configuration="Release" /p:Platform="$_pkgarch" src/eddie.linux.cli.sln
elif [ "ui" = "ui" ]; then
msbuild /verbosity:minimal /p:Configuration="Release" /p:Platform="$_pkgarch" src/eddie2.linux.ui.sln
fi
Hello. I need to install nftables to be able to activate network lock (without it, it throws an error as described in this thread: https://airvpn.org/forums/topic/50033-activate-network-lock-causes-error/). Could you please make it a dependency ? This would also apply to the beta versions *-git.
Oh I'm sorry, thanks for the help!
@lencho Relog in Eddie. It's all summarized in a stickied post in the Troubleshooting forum.
Pinned Comments