"set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform"

Questions about Wine on macOS.
Locked
will4938
Newbie
Newbie
Posts: 2
Joined: Sat Dec 04, 2021 9:44 am

"set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform"

Post by will4938 »

On starting Tomb Raider Legacy Multiplayer Server http://tombraidermodlauncher.co.uk/downloads/ with Wine Stable 5.0 on macOS 10.14.6:

Code: Select all

will$ wine Server.exe 
[2021-12-04 02:30 PM]: Loading resources...
[2021-12-04 02:30 PM]: 11 resources in the resource cache

[2021-12-04 02:30 PM]: Starting resources...
[2021-12-04 02:30 PM]: START: Starting resource joinquit...
[2021-12-04 02:30 PM]: START: Resource joinquit started.
[2021-12-04 02:30 PM]: 1/1 Resources loaded, 0 failed

[2021-12-04 02:30 PM]: Server is starting...

0061:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0061:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv6 not supported in this platform
[2021-12-04 02:30 PM]: Failed to start the server!
Press any key to continue... [2021-12-04 02:40 PM]: STOP: Stopping resource joinquit...
[2021-12-04 02:40 PM]: STOP: Resource joinquit stopped.
0061:fixme:ver:GetCurrentPackageId (0x31fe94 0x0): stub
I think the

Code: Select all

fixme
messages are from Wine. Please could you tell me what's causing this?
Locked