#12 unable to recognise version / update

Открыто
1 год назад открыта liukliukliuk · комментариев: 17
liuk прокомментировал 1 год назад

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

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
loentar прокомментировал 1 год назад
Владелец

Can you start it from terminal and show here what is the output?

Can you start it from terminal and show here what is the output?
loentar прокомментировал 1 год назад
Владелец

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.
liuk прокомментировал 1 год назад
Автор

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 :/

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 :/
loentar прокомментировал 1 год назад
Владелец

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
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 ```
liuk прокомментировал 1 год назад
Автор

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
loentar прокомментировал 1 год назад
Владелец

Can you send here settings.ini from Game folder?

Can you send here settings.ini from Game folder?
liuk прокомментировал 1 год назад
Автор

you mean config.ini?

if so, then: [General] channel=1 cps=mihoyo game_version=3.1.0 sub_channel=0

you mean config.ini? if so, then: [General] channel=1 cps=mihoyo game_version=3.1.0 sub_channel=0
loentar прокомментировал 1 год назад
Владелец

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

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 ```
liuk прокомментировал 1 год назад
Автор

same, i guess :/

same, i guess :/
loentar прокомментировал 1 год назад
Владелец

Yes. The problem with Qt and SSL libraries inconsistencies. Let me think how to fix it.

Yes. The problem with Qt and SSL libraries inconsistencies. Let me think how to fix it.
liuk прокомментировал 1 год назад
Автор

off-topic but please, where is your icon from? g_g

off-topic but please, where is your icon from? g_g
loentar прокомментировал 1 год назад
Владелец

Do you mean my avatar? From "Ookami-san to Shichinin no Nakama-tachi" :)

Do you mean my avatar? From "Ookami-san to Shichinin no Nakama-tachi" :)
loentar прокомментировал 1 год назад
Владелец

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
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 ```
loentar прокомментировал 1 год назад
Владелец

Also, it's maybe possible to install libssl1.1 package.

Also, it's maybe possible to install `libssl1.1` package.
liuk прокомментировал 1 год назад
Автор

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?

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?
loentar прокомментировал 1 год назад
Владелец

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

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
liuk прокомментировал 1 год назад
Автор

everything is settled now. thank you once more <3

everything is settled now. thank you once more <3
liukliukliuk открыл снова 1 год назад
Войдите, чтобы присоединиться к обсуждению.
Нет меток
Нет этапа
Нет ответственного
2 участников
Загрузка...
Отмена
Сохранить
Пока нет содержимого.