Hello Community!
I recently learned about the project and immediately sat down and tried to create a server.
On Windows it worked with the help of the instructions and I was able to start a server on my PC.
Also the connection with ProCon worked without problems.
I could import the config from my old rented Battlefield 3 Server and theoretically continue where I left off.
Now I want to get the whole thing running on Linux.
but there I have big problems to get Wine to run at all and to verify the game afterwards.
Problem 1:
Wine is installed, but as soon as I try to install vcredist_x86.exe, I only get the error message:
user@ubuntu-lxc:~$ wine ~/vu/client/vu.com -gamepath ~/bf3 -activate -o_mail [email protected] -o_pass MySuperSecureNSAverifiedPassword
0009:fixme:wbemprox:client_security_SetBlanket 6795E768, 02695FA0, 10, 0, (null), 3, 3, 00000000, 0x00000000
0009:fixme:wbemprox:client_security_Release 6795E768
0009:fixme:wbemprox:client_security_SetBlanket 6795E768, 02696090, 10, 0, (null), 3, 3, 00000000, 0x00000000
0009:fixme:wbemprox:client_security_Release 6795E768
0009:fixme:wbemprox:client_security_SetBlanket 6795E768, 02696090, 10, 0, (null), 3, 3, 00000000, 0x00000000
0009:fixme:wbemprox:client_security_Release 6795E768
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:fixme:wbemprox:client_security_SetBlanket 6795E768, 0267B450, 10, 0, (null), 3, 3, 00000000, 0x00000000
0009:fixme:wbemprox:client_security_Release 6795E768
0009:fixme:wbemprox:client_security_SetBlanket 6795E768, 0267B450, 10, 0, (null), 3, 3, 00000000, 0x00000000
0009:fixme:wbemprox:client_security_Release 6795E768
0009:fixme:wbemprox:client_security_SetBlanket 6795E768, 0267B450, 10, 0, (null), 3, 3, 00000000, 0x00000000
0009:fixme:wbemprox:client_security_Release 6795E768
Please wait while your game is being activated. This process can take up to one minuteâŚ
002b:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0D22FF14
Failed to activate game. The specified credentials could not be validated.
The setup does not abort by itself. Only when I press ENTER, I get my input back.
I have tested it with Debian 10 and Ubuntu 18.04. Last one I tested in a virtual machine (VMware) and on a vServer (LXC).
Problem 2:
On my vServer (LXC) it maby worked after the 2nd try with vcredist_x86.exe.
But there I can not verify the game.
I only get the following error message:
user@ubuntu18:~$ xvfb-run wine vcredist_x86.exe /q
0009:fixme:clusapi:GetNodeClusterState ((null),0032EC64) stub!
0009:fixme:advapi:DecryptFileA (âc:\ca3662c8603afaf0f23179\â, 00000000): stub
002c:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002c:fixme:advapi:LsaOpenPolicy ((null),0x32f348,0x00000001,0x32f33c) stub
002c:fixme:security:GetWindowsAccountDomainSid (0032F1A4 00637B74 0032F1A0): semi-stub
002c:fixme:secur32:GetComputerObjectNameW NameFormat 7 not implemented
002c:fixme:advapi:LsaClose (0xcafe) stub
002c:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
002d:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
002d:err:mscoree:LoadLibraryShim error reading registry key for installroot
002d:err:mscoree:LoadLibraryShim error reading registry key for installroot
002d:err:mscoree:LoadLibraryShim error reading registry key for installroot
002d:err:mscoree:LoadLibraryShim error reading registry key for installroot
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server â:99â
after 13 requests (13 known processed) with 0 events remaining.
user@ubuntu18:~$ XIO: fatal IO error 11 (Resource temporarily unavailable) on X server â:99â
after 187 requests (185 known processed) with 0 events remaining.
2FA is active on my account. Is this possibly the problem?
Hope you have a solution!
Until then, Merry Christmas!