ramensoftware / windhawk

The customization marketplace for Windows programs: https://windhawk.net/
https://windhawk.net
GNU General Public License v3.0
2.18k stars 70 forks source link

Running Windows Installer on Wine Linux is failed #245

Closed GermanAizek closed 3 months ago

GermanAizek commented 3 months ago

@m417z, not working windows installer on Wine (socket failure during downloading assets).

изображение

m417z commented 3 months ago

Wine is not supported, I'd be very surprised if Windhawk worked even to some degree in Wine. Most mods have zero chance of working as they're tailored for Windows executables. Windhawk itself also does many assumptions around Windows internals, which I'm not sure Wine replicates in such detail.

Regarding the error you saw - the installer was unable to download the required dependencies. The installer uses the Inetc plug-in, not sure why it doesn't work in Wine. As the message says, you can download an offline installer and try it.

GermanAizek commented 3 months ago

@m417z, offline installer is really better for installation on Linux Wine, but why is there access to socket if it is offline installer? изображение

m417z commented 3 months ago

Where do you see the word "socket"? Error 1053 means: The service did not respond to the start or control request in a timely fashion.

Maybe the service crashed or something. Not surprising. As I said, Windhawk wasn't designed for Wine. If you have a crash dump or log, I can take a look, but don't plan on investigating it.

GermanAizek commented 3 months ago

Where do you see the word "socket"?

Indeed, I accidentally said wrong thing. I can try Portable installation, but is there no way to download ready-made archive with binaries?

m417z commented 3 months ago

No. You can run it with /portable if that helps. You can extract it on Windows and copy the files to Wine.

GermanAizek commented 3 months ago

No. You can run it with /portable if that helps. You can extract it on Windows and copy the files to Wine.

Well, it didn't work out to launch Portable :(

изображение

m417z commented 3 months ago

You can try enabling logs: Set LoggingVerbosity=2 in AppData\settings.ini and in AppData\Engine\settings.ini, then use DebugView or a similar program.