03-31-2012, 22:21
So, I read somewhere that you can start a BF3 server with
After origin said 'launching BF3' it showed this:
However, after exactly 1 second. It crashes.
With some basic VS C++ debugger skills, I managed to get the full error:
I hope one of our reverse engineer geniuses (@Nukem/@SuperNovaAO) could help me figure out what the hell is going on here....?
Code:
bf3.exe -server -platform win32
After origin said 'launching BF3' it showed this:
However, after exactly 1 second. It crashes.
With some basic VS C++ debugger skills, I managed to get the full error:
Code:
First-chance exception at 0x00000000 in bf3.exe: 0xC0000005: Access violation.
Unhandled exception at 0x00000000 in bf3.exe: 0xC0000005: Access violation.
The program '[372] bf3.exe: Native' has exited with code 0 (0x0).
I hope one of our reverse engineer geniuses (@Nukem/@SuperNovaAO) could help me figure out what the hell is going on here....?