Xotabych / wot-xvm

Automatically exported from code.google.com/p/wot-xvm
0 stars 0 forks source link

Works only sometimes on Windows 7 x64 #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 Debug("Dokan thread: Starting main loop");
      int status = DokanNet.DokanMain(opt as DokanOptions, new Server(serverVersion));
      Debug("Dokan thread: Main loop ended");

case -6: // DOKAN_MOUNT_POINT_ERROR
          Console.WriteLine("Mount point is invalid");
          break;

This causes the problem on my system and the effects in game are:
- Does not show player stats.
- Does not show Battle win chance in start display 
- ... 
I wonder if that dokan lib is really necessary to get the HUD done. 
Maybe you are better off without it, then having a more robust solution.
The .stat folder shows up in windows explorer - so this path is obviously 
created.

WoT XVM Proxy v1.1.5.10469
DEBUG MODE: ON
DEBUG: Change dir: C:\Games\World_of_Tanks
DEBUG: Check start file exists: WOTLauncher.exe
DEBUG: MountPoint: C:\Games\World_of_Tanks\res_mods\.stat
DEBUG: Unmount previous mount
DEBUG: Create MountPoint directory
DEBUG: Creating server thread
DEBUG: Starting server thread
DEBUG: Dokan thread: Starting main loop
DEBUG: Dokan thread is alive
Starting game process: WOTLauncher.exe /wotdir:C:\Games\World_of_Tanks
LogLevel: 1
MountPoint: .stat
Timeout: 7000
WoT version is: EU
HTTP - 001
DEBUG: Check game process

Original issue reported on code.google.com by Ruffia...@googlemail.com on 16 Apr 2012 at 5:17

GoogleCodeExporter commented 9 years ago
if you see the /wotdir: part, this I added to be able to debug and to work 
around the  string game_dir = 
Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
construct, which would force me to set the output directory of the project to 
the world of tanks directory. I keep my CS Project output in the usual place, 
add /wotdir: ... to the debug command line arguments and can merily debug...
This does not change the problem I have nor does it make it worse. With the 
binary version as downloaded, the problem is the same.

Original comment by Ruffia...@googlemail.com on 16 Apr 2012 at 5:21

GoogleCodeExporter commented 9 years ago
1. Please post your question at support forum (read docs).
2. What file system you using?
3. Does service DokanMounter have enough permissions to game dir?

Original comment by m.schedr...@gmail.com on 16 Apr 2012 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by m.schedr...@gmail.com on 18 Apr 2012 at 5:34

GoogleCodeExporter commented 9 years ago
I seem to have a similar problem after updating to 7.3 and XVM v2.2, I get 
"Mount point is invalid" when trying to start the proxy from Windows Explorer. 
No stats shown in game.

For some reason I was able to start from command line, but not always. It fails 
about 4 times in 5, with the same "Mount point is invalid".

This never happened before. I have Windows 7 x64, and HD is NTFS.

Original comment by jouni.merikari on 9 May 2012 at 6:04

GoogleCodeExporter commented 9 years ago
my entire pc crashes when using xvm proxy application.
win7 x64 
Gameversion 07.4

Original comment by tome0...@gmail.com on 31 Jul 2012 at 4:27

GoogleCodeExporter commented 9 years ago
possible AV conflict.

Original comment by m.schedr...@gmail.com on 31 Jul 2012 at 6:29

GoogleCodeExporter commented 9 years ago
"possible AV conflict"
with what? dokan lib or anything else?

Original comment by tome0...@gmail.com on 9 Aug 2012 at 12:36

GoogleCodeExporter commented 9 years ago
Yes, Dokan lib.

Original comment by m.schedr...@gmail.com on 9 Aug 2012 at 1:18