i have reseved this error while trying to start genshin impact

Questions about Wine on Linux
Locked
V01d
Newbie
Newbie
Posts: 1
Joined: Thu Nov 12, 2020 1:50 am

i have reseved this error while trying to start genshin impact

Post by V01d »

when ever i try to start the game through the game launcher i get this error
the procedure entry point startthreadpoolIo could not be located in the dynamic link library KERNEL32.dll
Attachments
Screenshot from 2020-11-12 09-10-23.png
Screenshot from 2020-11-12 09-10-23.png (11.08 KiB) Viewed 2744 times
Screenshot from 2020-11-12 09-10-23.png
Screenshot from 2020-11-12 09-10-23.png (11.08 KiB) Viewed 2744 times
brisk
Newbie
Newbie
Posts: 1
Joined: Thu Dec 10, 2020 2:29 am

Re: i have reseved this error while trying to start genshin impact

Post by brisk »

I have this problem too .....
spoon0042
Level 6
Level 6
Posts: 570
Joined: Thu Dec 24, 2009 11:00 am

Re: i have reseved this error while trying to start genshin impact

Post by spoon0042 »

What wine version / branch are you using? Current devel is 6.0-rc2 and it's possible this may work with recent versions. Or not. But that would be the first thing to try.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: i have reseved this error while trying to start genshin impact

Post by Bob Wya »

V01d wrote: Thu Nov 12, 2020 1:58 am the procedure entry point startthreadpoolIo could not be located in the dynamic link library KERNEL32.dll
Wine 6.0-rc3 definitely supports the StartThreadpoolIo API call.

Can you attempt to run the game using:

Code: Select all

cd ???
WINEDEBUG=+timestamp,+tid,+threadpool wine ???.exe &> ~/wine_genshin_impact_log.txt
I.e. change directory to directory where the game executable is, and run it directly with Wine (so replace the ??? characters with the required paths!!)
This will create the log file wine_genshin_impact_log.txt in your Linux user's HOME directory.

See: WineHQ FAQ.
Especially sections 5 & 10 ...

Bob
Locked