Package Details: vpn-unlimited-bin 9.0.0-1

Git Clone URL: https://aur.archlinux.org/vpn-unlimited-bin.git (read-only, click to copy)
Package Base: vpn-unlimited-bin
Description: VPN Unlimited client application
Upstream URL: https://www.vpnunlimitedapp.com
Licenses: custom
Conflicts: vpn-unlimited
Provides: vpn-unlimited
Submitter: carsme
Maintainer: ItachiSan
Last Packager: carsme
Votes: 17
Popularity: 0.000226
First Submitted: 2023-08-10 08:56 (UTC)
Last Updated: 2024-01-28 23:19 (UTC)

Pinned Comments

carsme commented on 2023-12-28 16:59 (UTC)

NOTE: Issues regarding icu library files not being found, such as

vpn-unlimited: error while loading shared libraries: libicudata.so.73: cannot open shared object file: No such file or directory

are not strictly related to this package, but to boost174. Each time the icu package in the official repositories is updated to a new major version, boost174 needs to be rebuilt.

You don't need to install any version of icu other than the package available in the official repositories. To resolve the issue, either rebuild boost174 yourself or, even better, leave a comment in boost174 so I can publish a new pkgver and as such force a rebuild for all users.

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

carsme commented on 2024-07-06 17:27 (UTC)

Unfortunately I no longer have time or interest to maintain this, disowning.

Cre8teQ commented on 2024-06-01 10:16 (UTC)

Package is broken, after updates to supporting packages. Suspect icu updating is the culprit breaking boot174 again but, not sure, as not my field. I've tried in VMs on fresh installs & same problem so, not specific to my system. Been like this for a week now. Probably just needs a rebuild from source. As you know, hence you building this, the Keep Solid dev(s)are absolutely useless. They're still on Debian 11 & Ubuntu 22.04.I've suggested to them "Just open source the package & give it to us or, if not, build a flatpak so, we don't have this constamt meery-go-round?" Would appreciate the help.

Bureaucrat commented on 2024-02-29 15:10 (UTC)

Mine is stuck connecting, and I simply see "failed" repeated over and over as it connects. Any idea how to solve this one?

> vpn-unlimited                                                                                                           
Translation file loaded:  ":/translations/translations/VPN_Unlimited_English.qm"
Translation file loaded:  ":/translations/translations/VPN_SDK_English.qm"
Translation file loaded:  ":/translations/translations/KS_Auth_(EMA)_English.qm"
js: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
"failed"  ---  38 

"failed"  ---  904 

"failed"  ---  1200 

"failed"  ---  950 
...

carsme commented on 2023-12-28 16:59 (UTC)

NOTE: Issues regarding icu library files not being found, such as

vpn-unlimited: error while loading shared libraries: libicudata.so.73: cannot open shared object file: No such file or directory

are not strictly related to this package, but to boost174. Each time the icu package in the official repositories is updated to a new major version, boost174 needs to be rebuilt.

You don't need to install any version of icu other than the package available in the official repositories. To resolve the issue, either rebuild boost174 yourself or, even better, leave a comment in boost174 so I can publish a new pkgver and as such force a rebuild for all users.

alireza6677 commented on 2023-12-27 13:32 (UTC)

For me removing this file fixed the issue:

"~/.config/KeepSolid Inc./VPN Unlimited.conf"

greektex commented on 2023-12-26 12:41 (UTC)

@mmkodali Have you tried restarting the daemon, the wifi, and/or the app? It seems this has resolved the error for some. See https://bbs.archlinux.org/viewtopic.php?pid=2134413#p2134413.

mmkodali commented on 2023-12-26 06:38 (UTC) (edited on 2023-12-26 06:39 (UTC) by mmkodali)

@greetex i have installed icu73-bin from aur packages. but i have got the following error when launching the app.

Translation file loaded:  ":/translations/translations/VPN_Unlimited_English.qm"
Translation file loaded:  ":/translations/translations/VPN_SDK_English.qm"
Translation file loaded:  ":/translations/translations/KS_Auth_(EMA)_English.qm"
qrc:/qml/qml/LoginSocialRegistrationPage.qml:75: TypeError: Cannot call method 'getKeyPrivacyLink' of null
qrc:/qml/qml/LoginSocialRegistrationPage.qml:67: TypeError: Cannot call method 'getKeyPolicyLink' of null
qrc:/qml/qml/LoginRegistrationPage.qml:80: TypeError: Cannot call method 'getKeyPrivacyLink' of null
qrc:/qml/qml/LoginRegistrationPage.qml:72: TypeError: Cannot call method 'getKeyPolicyLink' of null

greektex commented on 2023-12-25 14:52 (UTC) (edited on 2023-12-25 14:54 (UTC) by greektex)

@mmkodali I got the same error yesterday. I worked around by installing ICU 73 manually.

  1. Download ICU 73.2 from https://github.com/unicode-org/icu/releases/tag/release-73-2
  2. For convenience, I downloaded the binary package for Ubuntu 22.04 and copied all the libraries into /usr/local/lib (I disregarded the other content, lest it interferes with files installed and managed by my system)
  3. I then linked all the new libraries in /usr/local/lib from /usr/lib, e.g. sudo ln -s /usr/local/lib/libicudata.so.73 /usr/lib/libicudata.so.73 (you need to apply this for the other libicu* files as well).
  4. I restarted the vpn-unlimited daemon by running sudo systemctl start vpn-unlimited-daemon
  5. Check if it started up correctly: sudo systemctl status vpn-unlimited-daemon
  6. Now that the daemon has started, vpn-unlimited should run fine without the mentioned error message.

I think the better approach would be to install ICU 73 from source, or to link a package containing ICU 73 in the package build. Maybe this one would work: https://aur.archlinux.org/packages/icu73-bin

mmkodali commented on 2023-12-25 13:37 (UTC)

giving the following error at startup :

vpn-unlimited: error while loading shared libraries: libicudata.so.73: cannot open shared object file: No such file or directory

0xh3xa commented on 2023-12-03 22:02 (UTC) (edited on 2023-12-03 22:09 (UTC) by 0xh3xa)

@carsme Yes, just adding exception handling for this case when loading the UI in incoming releases/updates to avoid any breaking while loading the application. This case happens when the network is enabled, but when disconnected and trying to load it will load successfully. This scenario should be handled.