Hello, I am in the process of getting Allegiance (http://www.freeallegiance.org/) [R5rev483 (http://freeallegiance.sourceforge.net/pub/AllSrv_R5rev480.exe)] (AppDB entry (http://appdb.winehq.org/objectManager.php?sClass=application&iId=6586) - this entry is not current) to work under Wine. The game itself runs decent but will not connect to a lobby server. Also, when I attempt to run a local lobby (http://freeallegiance.sourceforge.net/pub/AllLobby_R5rev483.exe) using the cdb command line utility (http://www.microsoft.com/whdc/devtools/debugging/default.mspx) I get the follow log: Code: wine ./debugger/cdb.exe -loga lobbycrashes.log -g ./AllLobby_R5rev483.exe fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:process:SetProcessShutdownParameters (00000000, 00000000): partial stub. Microsoft (R) Windows Debugger Version 6.11.0001.404 X86 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: ./AllLobby_R5rev483.exe Symbol search path is: *** Invalid *** **************************************************************************** * Symbol loading may be unreliable without a symbol search path. * * Use .symfix to have the debugger choose a symbol path. * * After setting your symbol path, use .reload to refresh symbol locations. * **************************************************************************** Executable search path is: Unable to add system call symbol ModLoad: 00400000 0044d000 C:\alleg_beta\AllLobby_R5rev483.exe ModLoad: 7b820000 7b96e000 C:\windows\system32\KERNEL32.dll WARNING: System version is 5.1 but kernel32.dll is version 0.0. ModLoad: 7bc10000 7bcb1000 C:\windows\system32\ntdll.dll ModLoad: 00400000 0044d000 C:\alleg_beta\AllLobby_R5rev483.exe ModLoad: 7eb90000 7ebdb000 C:\windows\system32\advapi32.dll ModLoad: 7ebf0000 7ec7d000 C:\windows\system32\gdi32.dll ModLoad: 7eca0000 7edc9000 C:\windows\system32\user32.dll ModLoad: 7edd0000 7ee65000 C:\windows\system32\winmm.dll ModLoad: 7eb60000 7eb84000 C:\windows\system32\ws2_32.dll ModLoad: 7eb20000 7eb2f000 C:\windows\system32\iphlpapi.dll ModLoad: 7eb40000 7eb56000 C:\windows\system32\netapi32.dll ModLoad: 7e9a0000 7e9fd000 C:\windows\system32\rpcrt4.dll ModLoad: 7ea20000 7eaf9000 C:\windows\system32\ole32.dll ModLoad: 7e8c0000 7e98f000 C:\windows\system32\oleaut32.dll ModLoad: 78aa0000 78b5d000 C:\alleg_beta\MSVCR100.dll ModLoad: 78050000 780bc000 C:\alleg_beta\MSVCP100.dll ModLoad: 7e560000 7e578000 C:\windows\system32\imm32.dll ModLoad: 7e6f0000 7e77a000 C:\windows\system32\winex11.drv ModLoad: 7e500000 7e52a000 C:\windows\system32\winealsa.drv fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer ModLoad: 7e380000 7e3a4000 C:\windows\system32\msacm32.dll ModLoad: 7e4e0000 7e4f3000 C:\windows\system32\msacm32.drv ModLoad: 7e370000 7e37e000 C:\windows\system32\midimap.dll fixme:heap:HeapSetInformation 0x670000 0 0x33fd38 4 Running as an executable. fixme:ole:CoInitializeSecurity (0x674090,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! Allegiance Lobby started Creating Lobby Registry String Missing/Invalid: GameInfoServers Initializing Lobby ModLoad: 78000000 78044000 C:\windows\system32\msvcrt.dll ModLoad: 00880000 00934000 C:\windows\system32\dpnet.dll ModLoad: 7e2b0000 7e32f000 C:\windows\system32\crypt32.dll ModLoad: 7e340000 7e369000 C:\windows\system32\rsaenh.dll fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses Could not host dplay session. Check for correct dplay installation Allegiance Lobby Initialization failed (hopefully some other more descriptive event has been fired already. Shutting down Lobby GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 GetContextState failed, 0x80070005 Unable to get program counter GetContextState failed, 0x80070005 Unable to retrieve register information 00000000 ?? ??? 0:000> q quit: It appears the application is attempting to use IPv6 for some reason, which obviously won't work under Wine. Any ideas how I can bypass this?