How to load newer wine dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
hcfw007
Newbie
Newbie
Posts: 4
Joined: Tue Oct 12, 2021 2:39 am

How to load newer wine dll

Post by hcfw007 »

I'm trying to run a node project to control wechat on wine. With wine 6.21(devel), everything works, but wechat crash a lot. With wine 6.0.2(stable), wechat works well, but node would crash with

Code: Select all

wine: Call from 7BC2CDF0 to unimplemented function WS2_32.dll.GetHostNameW, aborting
So is there anyway for wine 6.0.2 to run a newer dll which have WS2_32.dll.GetHostNameW implemented?
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: How to load newer wine dll

Post by DarkShadow44 »

IMHO the best way would be to find out why wechat is crashing. Also see https://wiki.winehq.org/Regression_Testing
Locked