What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

WOT crashing everytime I launch TL2

akrima

New Member
Joined
Jul 4, 2013
Messages
13
Reaction score
0
Hello,

So I just downloaded the last version of TL2 (I checked that, archive 2.0.234.96), and I also have the last version of WoT. I've done everything as indicated in the sticky threads : all graphics are low, AA and VSync off, resolution down to 1024x768 in windowed mode. I've even run the demonbuddy wizard after uninstalling .NET Framework 4.0 and Visual C++ 2010 x86 & x64.

Once logged in and in the garage, I Alt+Tab and launch TL2 (both executed as administrator), enter my key and then I get a Windows crash report and end up with the following logs :

[01:18:29.107 D] Reloading AssemblyLoader<Scylla.CommonBot.ITargetingProvider> - Initializing
[01:18:29.527 D] Reloading AssemblyLoader<Scylla.CommonBot.ITankRoutine> - Initializing
[01:18:38.132 N] Logging in...
[01:18:38.335 N] Login Success!
[01:18:38.337 N] Welcome to TankLeader 2. Please wait until initialisation finishes.
[01:18:38.337 N] Windows NT 6.1.7601 Service Pack 1
[01:18:39.685 N] Intel(R) Core(TM)2 Duo CPU E8600 @ 3.33GHz
[01:18:39.685 N] Checking for updates...
[01:18:39.685 N] Update check concluded!
[01:18:39.685 N] [ProfileManager] Reloading profiles from disk.
[01:18:39.686 N] Finished loading profiles; found 0 profiles in total.
[01:18:39.690 D] Custom Python types set up successfully.
[01:18:43.430 D] Scylla.Common.Memory.ProcessManipulationException: Could not create remote thread! ---> System.ComponentModel.Win32Exception: Access refused
--- End of inner exception stack trace ---
at Scylla.Common.Memory.ProcessManipulation.CallRemote(IntPtr address, IntPtr arg)
at Scylla.Common.Memory.ProcessManipulation.CallExport(String moduleName, String exportName, IntPtr arg)
at Scylla.Python.EkansInterface.(String )
at Scylla.Python.EkansInterface.(String )
at Scylla.Python.EkansInterface.Initialize(Int32 processId, String imports)
at Scylla.Wot.ScyllaWot.(Byte[] )
at TankLeader.MainWindow.Initialise()
[01:18:43.430 D] System.ComponentModel.Win32Exception (0x80004005): Access refused
[01:18:43.430 N] Initialisation failed! See the above error messages.

Can you help me please ? I really don't know where the problem comes from.

Cheers
 
I just tried on another computer and it does the exact same thing (though I used the installer to install TL and not directly extract the ZIP) :

[01:48:26.223 D] Reloading AssemblyLoader<Scylla.CommonBot.ITargetingProvider> - Initializing
[01:48:26.486 D] Reloading AssemblyLoader<Scylla.CommonBot.ITankRoutine> - Initializing
[01:48:39.948 N] Logging in...
[01:48:43.137 N] Login Success!
[01:48:43.138 N] Welcome to TankLeader 2. Please wait until initialisation finishes.
[01:48:43.139 N] Windows NT 6.1.7601 Service Pack 1
[01:48:44.234 N] Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
[01:48:44.234 N] Checking for updates...
[01:48:44.234 N] Update check concluded!
[01:48:44.235 N] [ProfileManager] Reloading profiles from disk.
[01:48:44.235 N] Finished loading profiles; found 0 profiles in total.
[01:48:44.239 D] Custom Python types set up successfully.
[01:48:50.046 D] Scylla.Common.Memory.ProcessManipulationException: Could not create remote thread! ---> System.ComponentModel.Win32Exception: Access refused
--- End of inner exception stack trace ---
? Scylla.Common.Memory.ProcessManipulation.CallRemote(IntPtr address, IntPtr arg)
? Scylla.Common.Memory.ProcessManipulation.CallExport(String moduleName, String exportName, IntPtr arg)
? Scylla.Python.EkansInterface.(String )
? Scylla.Python.EkansInterface.(String )
? Scylla.Python.EkansInterface.Initialize(Int32 processId, String imports)
? Scylla.Wot.ScyllaWot.(Byte[] )
? TankLeader.MainWindow.Initialise()
[01:48:50.047 D] System.ComponentModel.Win32Exception (0x80004005): Access refused
[01:48:50.047 N] Initialisation failed! See the above error messages.
 
Right this definitely has something to do with the permissions on your system. Make sure you are running both TL2 and World of Tanks as an administrator, or disable UAC entirely. Windows is actively refusing us access to a function, which leads me to believe that this is a machine specific issue.

More information on how to disable UAC can be found here for Windows 7 and Vista: Disable User Account Control (UAC) the Easy Way on Win 7 or Vista
 
UAC is disabled on all computers, programs are executed as administrator (users are admins already by the way). What makes me believe it's not a problem on my side is that my both home computers + my laptot encounter the exact same issue with TL2+WoT
 
I'm 99% sure it's something related to your machines specifically. Maybe it's anti-virus or anti-malware stuff, some of them aren't very happy with us doing fun stuff with other processes on the machine. Honestly though, it could be a billion things but I seriously doubt it's our code.

What antivirus are you running?
 
I'm 99% sure it's something related to your machines specifically. Maybe it's anti-virus or anti-malware stuff, some of them aren't very happy with us doing fun stuff with other processes on the machine. Honestly though, it could be a billion things but I seriously doubt it's our code.

What antivirus are you running?
All computers are running Bitdefender, I'll try to uninstall it on one on the computers since disabling it doesn't seem to work.
 
I just uninstalled Bitdefender on one of my computers and restarted, Windows Firewall is disabled too but it still does the same error :(
 
Back
Top