Might And Magic Heroes VII hangs

Questions about Wine on Linux
Locked
Axon
Newbie
Newbie
Posts: 1
Joined: Wed Aug 02, 2017 12:20 pm

Might And Magic Heroes VII hangs

Post by Axon »

I am trying to run Might And Magic Heroes VII on wine 2.13 (Arch Linux x86_64), and it starts and runs perfectly for a short amount of time. But the terminal gets spammed by the following error message:

Code: Select all

err:winsock:interface_bind Failed to bind to interface, receiving broadcast packets will not work on socket $NUMBER.
The $NUMBER increments each time this message is shown, and when it reaches the open files limit for my user, the game hangs until killed. What may cause this error and how do I fix it?
Kanedias
Newbie
Newbie
Posts: 1
Joined: Fri Mar 09, 2018 9:56 am

Re: Might And Magic Heroes VII hangs

Post by Kanedias »

I mitigated this using firejail

Code: Select all

firejail --net=none wine MMH7Game-Win64-Shipping.exe
Locked