#12 unable to recognise version / update

Open
opened 1 year ago by liukliukliuk · 17 comments
liuk commented 1 year ago

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 commented 1 year ago
Owner

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 commented 1 year ago
Owner

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 commented 1 year ago
Poster

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 commented 1 year ago
Owner

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 commented 1 year ago
Poster

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 commented 1 year ago
Owner

Can you send here settings.ini from Game folder?

Can you send here settings.ini from Game folder?
liuk commented 1 year ago
Poster

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 commented 1 year ago
Owner

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 commented 1 year ago
Poster

same, i guess :/

same, i guess :/
loentar commented 1 year ago
Owner

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 commented 1 year ago
Poster

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

off-topic but please, where is your icon from? g_g
loentar commented 1 year ago
Owner

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 commented 1 year ago
Owner

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 commented 1 year ago
Owner

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

Also, it's maybe possible to install `libssl1.1` package.
liuk commented 1 year ago
Poster

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 commented 1 year ago
Owner

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 commented 1 year ago
Poster

everything is settled now. thank you once more <3

everything is settled now. thank you once more <3
Sign in to join this conversation.
No Label
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.