Interesting... because DAoC Portal uses dolloader.exe which injects connection information into game.dll
I just used the DAoC Portal to log into Storm, without any problem, after moving login.dll to my desktop. DAoC Portal doesn't use or even access login.dll at all... only the live servers access/use it.
When you run camelot.exe, it runs login.dll which reads server IP and port information from login.dat and then camelot.exe passes that data along with the account information entered into it, to game.dll (just as tlogin.dll gets information from tlogin.dat when camtest.exe is run). DAoC Portal allows us to connect to private servers without making any modifications to the client by skipping the use of camelot.exe, login.dll, and login.dat to provide information to game.dll.
So, DAoC Portal isn't accessing login.dll and something else is happening on your machine to generate the error.
Did you try using dolloader.exe from the command line or in a batch file?
Example:
- Code: Select all
"C:\Program Files (x86)\DAoC Portal\Contents\dolloader.exe" "D:\Games\Labyrinth\game.dll" 127.0.0.1 10300 1 Username Password
This would give you greater control during your troubleshooting, and allow you to see if AVG realtime scanning is taking place on directory access or on file access.