I just tried it myself. In my case connection to the server gets established but it looks like server doesn't send any data. This may both temp error or maybe they added detection for non-official clients?
Also please try pinging sdk-os-static.mihoyo.com and autopatchhk.yuanshen.com. It may be the network/firewall problem.
I just tried it myself. In my case connection to the server gets established but it looks like server doesn't send any data. This may both temp error or maybe they added detection for non-official clients?
Also please try pinging `sdk-os-static.mihoyo.com` and `autopatchhk.yuanshen.com`. It may be the network/firewall problem.
It should lead to something like 404 page not found.
If you see a page like "This site can’t be reached" this is a network failure. Your firewall blocked connection to the required resource or your local DNS is unable to resolve the given address.
Also try open terminal and enter there ping -c 4 sdk-os-static.mihoyo.com
You should see something like this:
$ ping -c 4 sdk-os-static.mihoyo.com
PING sdk-os-static.mihoyo.com.a.lahuashanbx.com (47.246.2.175) 56(84) bytes of data.
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=1 ttl=50 time=13.6 ms
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=2 ttl=50 time=13.7 ms
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=3 ttl=50 time=14.0 ms
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=4 ttl=50 time=13.6 ms
--- sdk-os-static.mihoyo.com.a.lahuashanbx.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 13.620/13.749/14.048/0.175 ms
Try opening this link https://sdk-os-static.mihoyo.com/
It should lead to something like `404 page not found`.
If you see a page like "This site can’t be reached" this is a network failure. Your firewall blocked connection to the required resource or your local DNS is unable to resolve the given address.
Also try open terminal and enter there `ping -c 4 sdk-os-static.mihoyo.com`
You should see something like this:
```
$ ping -c 4 sdk-os-static.mihoyo.com
PING sdk-os-static.mihoyo.com.a.lahuashanbx.com (47.246.2.175) 56(84) bytes of data.
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=1 ttl=50 time=13.6 ms
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=2 ttl=50 time=13.7 ms
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=3 ttl=50 time=14.0 ms
64 bytes from 47.246.2.175 (47.246.2.175): icmp_seq=4 ttl=50 time=13.6 ms
--- sdk-os-static.mihoyo.com.a.lahuashanbx.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 13.620/13.749/14.048/0.175 ms
```
there's something wrong with paimon launcher recognising the game version. when i select any other folder it suggests the installation. when i select the game folder it shows me this error message.
i managed to update from dawn commands directly tho
there's something wrong with paimon launcher recognising the game version. when i select any other folder it suggests the installation. when i select the game folder it shows me this error message.
i managed to update from dawn commands directly tho
Ok, thank you. It looks fine indeed..
Can you start launcher from terminal and check for errors?
I faced the similar error on other PC. I can see this error in terminal:
```
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate
qml: SyntaxError: JSON.parse: Parse error
```
download SSL library version 1.1.1f and unpack everything from /usr/lib/x86_64-linux-gnu/ to somewhere (not to the /lib or /usr/lib dir, else it may broke the system).
Start launcher with LD_LIBRARY_PATH=/THAT/PATH
If you're under ubuntu 22.04 try this:
mkdir ~/.local/lib/tmp
cd ~/.local/lib/tmp
wget https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/24138080/+files/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
dpkg-deb -R libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb unpacked
mv -f unpacked/usr/lib/x86_64-linux-gnu/* ~/.local/lib
cd ..
rm -r tmp
# to start launcher:
cd /path/to/Paimon_Launcher
LD_LIBRARY_PATH=~/.local/lib ./Paimon_Launcher-1.4.5-2fae1f9-x86_64.AppImage
I found a workaround:
download SSL library version 1.1.1f and unpack everything from `/usr/lib/x86_64-linux-gnu/` to somewhere (not to the /lib or /usr/lib dir, else it may broke the system).
Start launcher with LD_LIBRARY_PATH=/THAT/PATH
If you're under ubuntu 22.04 try this:
```
mkdir ~/.local/lib/tmp
cd ~/.local/lib/tmp
wget https://launchpad.net/~ubuntu-security/+archive/ubuntu/ppa/+build/24138080/+files/libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
dpkg-deb -R libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb unpacked
mv -f unpacked/usr/lib/x86_64-linux-gnu/* ~/.local/lib
cd ..
rm -r tmp
# to start launcher:
cd /path/to/Paimon_Launcher
LD_LIBRARY_PATH=~/.local/lib ./Paimon_Launcher-1.4.5-2fae1f9-x86_64.AppImage
```
don't forget to replace paths to the actual location
Hmm, I cannot attach it as a file, so here is content:
```
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=env LD_LIBRARY_PATH=/home/user/.local/lib /home/user/Downloads/Paimon_Launcher-1.4.5-2fae1f9-x86_64.AppImage
Name=Paimon Launcher
```
don't forget to replace paths to the actual location
No matter how many times I try to install it, it just doesn't work. It even suggests that I'm offline, which is not true
Can you start it from terminal and show here what is the output?
I just tried it myself. In my case connection to the server gets established but it looks like server doesn't send any data. This may both temp error or maybe they added detection for non-official clients?
Also please try pinging
sdk-os-static.mihoyo.com
andautopatchhk.yuanshen.com
. It may be the network/firewall problem.i'm a total noob, i have no idea what you're talking about.
trying to update to 3.1 but it just stays the same error :/
Try opening this link https://sdk-os-static.mihoyo.com/
It should lead to something like
404 page not found
.If you see a page like "This site can’t be reached" this is a network failure. Your firewall blocked connection to the required resource or your local DNS is unable to resolve the given address.
Also try open terminal and enter there
ping -c 4 sdk-os-static.mihoyo.com
You should see something like this:
there's something wrong with paimon launcher recognising the game version. when i select any other folder it suggests the installation. when i select the game folder it shows me this error message.
i managed to update from dawn commands directly tho
Can you send here settings.ini from Game folder?
you mean config.ini?
if so, then: [General] channel=1 cps=mihoyo game_version=3.1.0 sub_channel=0
Ok, thank you. It looks fine indeed..
Can you start launcher from terminal and check for errors?
I faced the similar error on other PC. I can see this error in terminal:
same, i guess :/
Yes. The problem with Qt and SSL libraries inconsistencies. Let me think how to fix it.
off-topic but please, where is your icon from? g_g
Do you mean my avatar? From "Ookami-san to Shichinin no Nakama-tachi" :)
I found a workaround:
download SSL library version 1.1.1f and unpack everything from
/usr/lib/x86_64-linux-gnu/
to somewhere (not to the /lib or /usr/lib dir, else it may broke the system).Start launcher with LD_LIBRARY_PATH=/THAT/PATH
If you're under ubuntu 22.04 try this:
Also, it's maybe possible to install
libssl1.1
package.it worked, thank you so much!
is it possible to create some desktop file with this command taking me directly to the correct instance of appimage?
Hmm, I cannot attach it as a file, so here is content:
don't forget to replace paths to the actual location
everything is settled now. thank you once more <3