Posted July 04, 2018
GOG version has wrong value in registry key for multiplayer server, there is only server name and server address is empty string.
GOG installer writes only server name
[HKEY_LOCAL_MACHINE\SOFTWARE\Topware\Earth 2150\BaseGame\Network\EarthNet]
"AddressIP"="netserver.earth2150.com"
correct value should look like this for x64 OS:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Topware\Earth 2150\BaseGame\Network\EarthNet]
"AddressIP"="\"netserver.earth2150.com\"\"netserver.earth2150.com\""
for x86 OS:
[HKEY_LOCAL_MACHINE\SOFTWARE\Topware\Earth 2150\BaseGame\Network\EarthNet]
"AddressIP"="\"netserver.earth2150.com\"\"netserver.earth2150.com\""
GOG installer writes only server name
[HKEY_LOCAL_MACHINE\SOFTWARE\Topware\Earth 2150\BaseGame\Network\EarthNet]
"AddressIP"="netserver.earth2150.com"
correct value should look like this for x64 OS:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Topware\Earth 2150\BaseGame\Network\EarthNet]
"AddressIP"="\"netserver.earth2150.com\"\"netserver.earth2150.com\""
for x86 OS:
[HKEY_LOCAL_MACHINE\SOFTWARE\Topware\Earth 2150\BaseGame\Network\EarthNet]
"AddressIP"="\"netserver.earth2150.com\"\"netserver.earth2150.com\""