• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Error: SharpCraft.Launcher has stopped working

Status
Not open for further replies.
Level 10
Joined
Aug 19, 2008
Messages
491
Hi!

I'm trying to use SharpCraft for the first time, but so far I've only gotten the classic Windows error "SharpCraft.Launcher has stopped working."

b9gGhXF.png


The problem occurs immediately after I press "Launch" on either "Warcraft III - The Frozen Throne (WEX)" or "Warcraft III - World Editor (WEX)" (after having configured the install path of both).

I'm running
  • SharpCraft 0.1.3.0-FIX
  • WarCraft III version 1.28.5.7680
  • Windows 10 Pro x64 version 1709 on a Kaby Lake CPU.
  • .NET 4.7.02556
  • Visual C++ Redistributable for Visual Studio 2012 Update 4
So far I've tried
  • Running SharpCraft.Launcher as Administrator
  • Running SharpCraft.Launcher in compatibility mode with Windows 7
  • Running World Editor.exe as Administrator and in compatibility mode with Windows 7
  • Renaming World Editor.exe to worldedit.exe
  • Deleting the folder ObjectDataExtractor
  • All of the above on both 0.1.2.9 and 0.1.3.0-FIX
Everything gives the same result: the program crashes.

Looking at the Windows Event logs there's always a .NET Runtime error followed by a Application error


Code:
Application: SharpCraft.Launcher.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ApplicationException
   at EasyHook.NativeAPI.Force(Int32)
   at EasyHook.RemoteHooking.InjectEx(Int32, Int32, Int32, Int32, System.String, System.String, Boolean, Boolean, Boolean, System.Object[])
   at EasyHook.RemoteHooking.Inject(Int32, System.String, System.String, System.Object[])
   at SharpCraft.ProfileLauncher.LaunchSharpCraft(SharpCraft.Framework.Profile, System.String)
   at SharpCraft.ProfileLauncher.Launch(SharpCraft.Framework.Profile, System.String)
   at SharpCraft.Launcher.ViewModels.ProfileViewModel.<.ctor>b__5_0(System.Object)
   at SharpCraft.Launcher.RelayCommand.Execute(System.Object)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource, Boolean)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object)
   at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
   at System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject, System.Windows.RoutedEventArgs, System.Windows.RoutedEvent)
   at System.Windows.UIElement.OnMouseUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object)
   at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
   at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
   at System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)
   at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs, Boolean)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs)
   at System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawMouseActions, Int32, Int32, Int32)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr, Boolean ByRef)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
   at System.Windows.Application.RunDispatcher(System.Object)
   at System.Windows.Application.RunInternal(System.Windows.Window)
   at System.Windows.Application.Run(System.Windows.Window)
   at System.Windows.Application.Run()
   at SharpCraft.Launcher.App.Main()
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name=".NET Runtime" />
  <EventID Qualifiers="0">1026</EventID>
  <Level>2</Level>
  <Task>0</Task>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2018-03-31T16:49:25.514903300Z" />
  <EventRecordID>18381</EventRecordID>
  <Channel>Application</Channel>
  <Computer>DESKTOP-5CCR2DO</Computer>
  <Security />
  </System>
- <EventData>
  <Data>Application: SharpCraft.Launcher.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ApplicationException at EasyHook.NativeAPI.Force(Int32) at EasyHook.RemoteHooking.InjectEx(Int32, Int32, Int32, Int32, System.String, System.String, Boolean, Boolean, Boolean, System.Object[]) at EasyHook.RemoteHooking.Inject(Int32, System.String, System.String, System.Object[]) at SharpCraft.ProfileLauncher.LaunchSharpCraft(SharpCraft.Framework.Profile, System.String) at SharpCraft.ProfileLauncher.Launch(SharpCraft.Framework.Profile, System.String) at SharpCraft.Launcher.ViewModels.ProfileViewModel.<.ctor>b__5_0(System.Object) at SharpCraft.Launcher.RelayCommand.Execute(System.Object) at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(System.Windows.Input.ICommandSource, Boolean) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs) at System.Windows.UIElement.OnMouseLeftButtonUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject, System.Windows.RoutedEventArgs, System.Windows.RoutedEvent) at System.Windows.UIElement.OnMouseUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs) at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object) at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs) at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean) at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs) at System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs) at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs, Boolean) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs) at System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawMouseActions, Int32, Int32, Int32) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr, Boolean ByRef) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr) at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) at System.Windows.Application.RunDispatcher(System.Object) at System.Windows.Application.RunInternal(System.Windows.Window) at System.Windows.Application.Run(System.Windows.Window) at System.Windows.Application.Run() at SharpCraft.Launcher.App.Main()</Data>
  </EventData>
  </Event>



Code:
Faulting application name: SharpCraft.Launcher.exe, version: 0.1.0.0, time stamp: 0x595280f4
Faulting module name: KERNELBASE.dll, version: 10.0.16299.248, time stamp: 0x13ae3814
Exception code: 0xe0434352
Fault offset: 0x001008c2
Faulting process id: 0x4a8
Faulting application start time: 0x01d3c910393b93f6
Faulting application path: D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.Launcher.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 9825c07b-0b34-418b-8085-46e926aaadbf
Faulting package full name:
Faulting package-relative application ID:
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">


- <System>


  <Provider Name="Application Error" />

  <EventID Qualifiers="0">1000</EventID>

  <Level>2</Level>

  <Task>100</Task>

  <Keywords>0x80000000000000</Keywords>

  <TimeCreated SystemTime="2018-03-31T16:49:25.576066100Z" />

  <EventRecordID>18382</EventRecordID>

  <Channel>Application</Channel>

  <Computer>DESKTOP-5CCR2DO</Computer>

  <Security />
  </System>

- <EventData>


  <Data>SharpCraft.Launcher.exe</Data>

  <Data>0.1.0.0</Data>

  <Data>595280f4</Data>

  <Data>KERNELBASE.dll</Data>

  <Data>10.0.16299.248</Data>

  <Data>13ae3814</Data>

  <Data>e0434352</Data>

  <Data>001008c2</Data>

  <Data>4a8</Data>

  <Data>01d3c910393b93f6</Data>

  <Data>D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.Launcher.exe</Data>

  <Data>C:\Windows\System32\KERNELBASE.dll</Data>

  <Data>9825c07b-0b34-418b-8085-46e926aaadbf</Data>

  <Data />

  <Data />
  </EventData>
  </Event>


2018-03-31 18:39:27.244 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook.dll", Zone: Internet }
2018-03-31 18:39:27.246 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook32.dll", Zone: Internet }
2018-03-31 18:39:27.247 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook32Svc.exe", Zone: Internet }
2018-03-31 18:39:27.248 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook64.dll", Zone: Internet }
2018-03-31 18:39:27.248 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook64Svc.exe", Zone: Internet }
2018-03-31 18:39:27.249 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyLoad32.dll", Zone: Internet }
2018-03-31 18:39:27.250 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyLoad64.dll", Zone: Internet }
2018-03-31 18:39:27.251 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Fasm.NET.dll", Zone: Internet }
2018-03-31 18:39:27.253 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\JetBrains.Annotations.dll", Zone: Internet }
2018-03-31 18:39:27.254 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\MindWorX.Blizzard.dll", Zone: Internet }
2018-03-31 18:39:27.254 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\MindWorX.Unmanaged.dll", Zone: Internet }
2018-03-31 18:39:27.255 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.dll", Zone: Internet }
2018-03-31 18:39:27.256 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.Sinks.File.dll", Zone: Internet }
2018-03-31 18:39:27.258 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.Sinks.Literate.dll", Zone: Internet }
2018-03-31 18:39:27.258 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.Sinks.RollingFile.dll", Zone: Internet }
2018-03-31 18:39:27.259 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.CLILauncher.exe", Zone: NoZone }
2018-03-31 18:39:27.260 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.dll", Zone: Internet }
2018-03-31 18:39:27.261 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.263 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.Launcher.exe", Zone: NoZone }
2018-03-31 18:39:27.263 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.TroubleShooter.exe", Zone: NoZone }
2018-03-31 18:39:27.263 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\World Editor Extended.exe", Zone: NoZone }
2018-03-31 18:39:27.263 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\logs\diagnostics-20180331.txt", Zone: NoZone }
2018-03-31 18:39:27.263 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\logs\log-20180331.debug.txt", Zone: NoZone }
2018-03-31 18:39:27.263 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\logs\log-20180331.txt", Zone: NoZone }
2018-03-31 18:39:27.263 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\addresses.xml", Zone: Internet }
2018-03-31 18:39:27.264 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\HookingSystem.dll", Zone: Internet }
2018-03-31 18:39:27.265 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\LibraryInjectionSystem.dll", Zone: Internet }
2018-03-31 18:39:27.266 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\MindWorX.Generic.dll", Zone: Internet }
2018-03-31 18:39:27.267 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\PluginStorage.dll", Zone: Internet }
2018-03-31 18:39:27.268 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\WindowsPresentationHelpers.dll", Zone: Internet }
2018-03-31 18:39:27.269 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\XmlAddressManager.dll", Zone: Internet }
2018-03-31 18:39:27.270 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\icon.png", Zone: Internet }
2018-03-31 18:39:27.271 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\profile.xml", Zone: Internet }
2018-03-31 18:39:27.273 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\plugins\MindWorX.War3.dll", Zone: Internet }
2018-03-31 18:39:27.274 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\plugins\MindWorX.War3Game.dll", Zone: Internet }
2018-03-31 18:39:27.275 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\icon.png", Zone: Internet }
2018-03-31 18:39:27.276 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\profile.xml", Zone: NoZone }
2018-03-31 18:39:27.276 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\BitMiracle.LibJpeg.NET.dll", Zone: Internet }
2018-03-31 18:39:27.277 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\BitMiracle.LibJpeg.NET.xml", Zone: Internet }
2018-03-31 18:39:27.278 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\LegacyNewGen.dll", Zone: Internet }
2018-03-31 18:39:27.279 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\LegacyNewGen.pdb", Zone: Internet }
2018-03-31 18:39:27.280 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\MindWorX.Blizzard.dll", Zone: Internet }
2018-03-31 18:39:27.281 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.283 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.File.dll", Zone: Internet }
2018-03-31 18:39:27.284 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.File.xml", Zone: Internet }
2018-03-31 18:39:27.285 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.Literate.dll", Zone: Internet }
2018-03-31 18:39:27.286 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.Literate.xml", Zone: Internet }
2018-03-31 18:39:27.286 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.RollingFile.dll", Zone: Internet }
2018-03-31 18:39:27.287 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.RollingFile.xml", Zone: Internet }
2018-03-31 18:39:27.288 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.289 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\StormLib.dll", Zone: Internet }
2018-03-31 18:39:27.290 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\StormLibSharp.dll", Zone: Internet }
2018-03-31 18:39:27.293 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\AutocastBorder.tga", Zone: Internet }
2018-03-31 18:39:27.294 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\AutocastCorners.tga", Zone: Internet }
2018-03-31 18:39:27.295 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\cmtest.lua", Zone: Internet }
2018-03-31 18:39:27.295 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\ConstantMerger.exe", Zone: Internet }
2018-03-31 18:39:27.296 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\contextmenu.gif", Zone: Internet }
2018-03-31 18:39:27.297 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\DisabledBorder.tga", Zone: Internet }
2018-03-31 18:39:27.298 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\fetest.lua", Zone: Internet }
2018-03-31 18:39:27.299 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\FileExporter.exe", Zone: Internet }
2018-03-31 18:39:27.300 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\FileImporter.exe", Zone: Internet }
2018-03-31 18:39:27.302 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\fitest.lua", Zone: Internet }
2018-03-31 18:39:27.303 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\grimex.dll", Zone: Internet }
2018-03-31 18:39:27.304 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\GrimexManual.html", Zone: Internet }
2018-03-31 18:39:27.305 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardBorder.tga", Zone: Internet }
2018-03-31 18:39:27.306 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardCorners.tga", Zone: Internet }
2018-03-31 18:39:27.307 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardLevelBorder.tga", Zone: Internet }
2018-03-31 18:39:27.308 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardLevelCorners.tga", Zone: Internet }
2018-03-31 18:39:27.309 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\log.lua", Zone: Internet }
2018-03-31 18:39:27.309 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\mapsizehack.gif", Zone: Internet }
2018-03-31 18:39:27.310 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\minus.gif", Zone: Internet }
2018-03-31 18:39:27.313 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\NormalBorder.tga", Zone: Internet }
2018-03-31 18:39:27.314 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\NormalCorners.tga", Zone: Internet }
2018-03-31 18:39:27.315 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\ObjectMerger.exe", Zone: Internet }
2018-03-31 18:39:27.316 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\oehack.gif", Zone: Internet }
2018-03-31 18:39:27.317 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\omtest.lua", Zone: Internet }
2018-03-31 18:39:27.317 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PassiveBorder.tga", Zone: Internet }
2018-03-31 18:39:27.318 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PassiveCorners.tga", Zone: Internet }
2018-03-31 18:39:27.319 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PatchGenerator.exe", Zone: Internet }
2018-03-31 18:39:27.320 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PathMapper.exe", Zone: Internet }
2018-03-31 18:39:27.323 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\plus.gif", Zone: Internet }
2018-03-31 18:39:27.324 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\pmtest.lua", Zone: Internet }
2018-03-31 18:39:27.324 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\sfmpq.dll", Zone: Internet }
2018-03-31 18:39:27.325 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\testmap.gif", Zone: Internet }
2018-03-31 18:39:27.326 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\tilepicker.gif", Zone: Internet }
2018-03-31 18:39:27.327 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\TileSetter.exe", Zone: Internet }
2018-03-31 18:39:27.328 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\tmtest.lua", Zone: Internet }
2018-03-31 18:39:27.329 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\TriggerMerger.exe", Zone: Internet }
2018-03-31 18:39:27.330 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\tstest.lua", Zone: Internet }
2018-03-31 18:39:27.332 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\contextmenu.gif", Zone: Internet }
2018-03-31 18:39:27.333 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\mapsizehack.gif", Zone: Internet }
2018-03-31 18:39:27.334 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\minus.gif", Zone: Internet }
2018-03-31 18:39:27.335 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\oehack.gif", Zone: Internet }
2018-03-31 18:39:27.336 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\plus.gif", Zone: Internet }
2018-03-31 18:39:27.337 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\testmap.gif", Zone: Internet }
2018-03-31 18:39:27.338 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\tilepicker.gif", Zone: Internet }
2018-03-31 18:39:27.339 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\cmtest.lua", Zone: Internet }
2018-03-31 18:39:27.340 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\fetest.lua", Zone: Internet }
2018-03-31 18:39:27.341 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\fitest.lua", Zone: Internet }
2018-03-31 18:39:27.343 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\log.lua", Zone: Internet }
2018-03-31 18:39:27.344 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\omtest.lua", Zone: Internet }
2018-03-31 18:39:27.345 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\pmtest.lua", Zone: Internet }
2018-03-31 18:39:27.346 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\tmtest.lua", Zone: Internet }
2018-03-31 18:39:27.347 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\tstest.lua", Zone: Internet }
2018-03-31 18:39:27.348 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\clijasshelper.exe", Zone: Internet }
2018-03-31 18:39:27.349 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\jasshelper.conf", Zone: Internet }
2018-03-31 18:39:27.350 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\jasshelper.exe", Zone: Internet }
2018-03-31 18:39:27.351 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\jasshelpermanual.html", Zone: Internet }
2018-03-31 18:39:27.353 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\LICENSE.txt", Zone: Internet }
2018-03-31 18:39:27.354 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\lua5.1.dll", Zone: Internet }
2018-03-31 18:39:27.355 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\pjass-readme.txt", Zone: Internet }
2018-03-31 18:39:27.356 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\pjass.exe", Zone: Internet }
2018-03-31 18:39:27.357 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\sfmpq.dll", Zone: Internet }
2018-03-31 18:39:27.358 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\zincmanual.html", Zone: Internet }
2018-03-31 18:39:27.359 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\bin\sfmpq.dll", Zone: Internet }
2018-03-31 18:39:27.360 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\demos\interfaces.w3x", Zone: Internet }
2018-03-31 18:39:27.361 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\demos\slkdemo.slk", Zone: Internet }
2018-03-31 18:39:27.363 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\demos\slkdemo.w3x", Zone: Internet }
2018-03-31 18:39:27.364 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\BitMiracle.LibJpeg.NET.dll", Zone: Internet }
2018-03-31 18:39:27.365 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\BitMiracle.LibJpeg.NET.xml", Zone: Internet }
2018-03-31 18:39:27.366 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\MindWorX.Blizzard.dll", Zone: Internet }
2018-03-31 18:39:27.367 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\MindWorX.War3.dll", Zone: Internet }
2018-03-31 18:39:27.368 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\MindWorX.War3.pdb", Zone: Internet }
2018-03-31 18:39:27.369 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.370 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor\MindWorX.War3Editor.dll", Zone: Internet }
2018-03-31 18:39:27.370 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor\MindWorX.War3Editor.pdb", Zone: Internet }
2018-03-31 18:39:27.373 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.374 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.375 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.376 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\TestMapFixerPlugin.dll", Zone: Internet }
2018-03-31 18:39:27.376 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\TestMapFixerPlugin.pdb", Zone: Internet }
2018-03-31 18:39:27.377 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.378 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.379 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\War3EditorDebuggerLauncher.dll", Zone: Internet }
2018-03-31 18:39:27.380 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\War3EditorDebuggerLauncher.pdb", Zone: Internet }
2018-03-31 18:39:27.383 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.384 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.384 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\War3EditorExtendedSettings.dll", Zone: Internet }
2018-03-31 18:39:27.385 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\War3EditorExtendedSettings.pdb", Zone: Internet }
2018-03-31 18:39:27.386 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.387 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.388 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\War3EditorHooks.dll", Zone: Internet }
2018-03-31 18:39:27.389 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\War3EditorHooks.pdb", Zone: Internet }
2018-03-31 18:39:27.390 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.392 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.393 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\War3EditorMenuInjectionSystem.dll", Zone: Internet }
2018-03-31 18:39:27.394 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\War3EditorMenuInjectionSystem.pdb", Zone: Internet }
2018-03-31 18:39:27.395 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.396 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.397 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\War3EditorProcessingInjectionSystem.dll", Zone: Internet }
2018-03-31 18:39:27.398 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\War3EditorProcessingInjectionSystem.pdb", Zone: Internet }
2018-03-31 18:39:27.399 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\nunit_random_seed.tmp", Zone: Internet }
2018-03-31 18:39:27.400 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.File.dll", Zone: Internet }
2018-03-31 18:39:27.402 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.File.xml", Zone: Internet }
2018-03-31 18:39:27.403 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.Literate.dll", Zone: Internet }
2018-03-31 18:39:27.404 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.Literate.xml", Zone: Internet }
2018-03-31 18:39:27.405 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.RollingFile.dll", Zone: Internet }
2018-03-31 18:39:27.406 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.RollingFile.xml", Zone: Internet }
2018-03-31 18:39:27.407 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.408 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\War3EditorTriggerEditorSyntaxHighlight.dll", Zone: Internet }
2018-03-31 18:39:27.409 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\War3EditorTriggerEditorSyntaxHighlight.pdb", Zone: Internet }
2018-03-31 18:39:27.410 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\license.txt", Zone: Internet }
2018-03-31 18:39:27.413 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\tesh.dll", Zone: Internet }
2018-03-31 18:39:27.414 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\options.ini", Zone: Internet }
2018-03-31 18:39:27.414 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\styles.ini", Zone: Internet }
2018-03-31 18:39:27.415 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\trigger_editor_name.ini", Zone: Internet }
2018-03-31 18:39:27.416 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\themes\styles_standard.ini", Zone: Internet }
2018-03-31 18:39:27.417 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\data\tesh_keywords.db", Zone: Internet }
2018-03-31 18:39:27.418 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\includes\includes.txt", Zone: Internet }
2018-03-31 18:39:27.419 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\license.txt", Zone: Internet }
2018-03-31 18:39:27.420 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\SciLexer.dll", Zone: Internet }
2018-03-31 18:39:27.423 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\Scintilla.dll", Zone: Internet }
2018-03-31 18:39:27.423 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\tesh_interface.h", Zone: Internet }
2018-03-31 18:39:27.424 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\scope.txt", Zone: Internet }
2018-03-31 18:39:27.425 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\standard.txt", Zone: Internet }
2018-03-31 18:39:27.426 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\struct.txt", Zone: Internet }
2018-03-31 18:39:27.427 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\benchmarks\op limit benchmark.txt", Zone: Internet }
2018-03-31 18:39:27.428 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\benchmarks\timer benchmark.txt", Zone: Internet }
2018-03-31 18:39:27.429 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\timer\scope with timer.txt", Zone: Internet }
2018-03-31 18:39:27.430 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\timer\struct with timer.txt", Zone: Internet }
2018-03-31 18:39:27.433 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\BitMiracle.LibJpeg.NET.dll", Zone: Internet }
2018-03-31 18:39:27.434 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\BitMiracle.LibJpeg.NET.xml", Zone: Internet }
2018-03-31 18:39:27.435 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\MindWorX.Blizzard.dll", Zone: Internet }
2018-03-31 18:39:27.436 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.dll", Zone: Internet }
2018-03-31 18:39:27.437 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.File.dll", Zone: Internet }
2018-03-31 18:39:27.437 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.File.xml", Zone: Internet }
2018-03-31 18:39:27.438 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.Literate.dll", Zone: Internet }
2018-03-31 18:39:27.439 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.Literate.xml", Zone: Internet }
2018-03-31 18:39:27.440 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.RollingFile.dll", Zone: Internet }
2018-03-31 18:39:27.442 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.RollingFile.xml", Zone: Internet }
2018-03-31 18:39:27.443 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.xml", Zone: Internet }
2018-03-31 18:39:27.444 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\SharpCraft.Framework.dll", Zone: Internet }
2018-03-31 18:39:27.445 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\StormLibSharp.dll", Zone: Internet }
2018-03-31 18:39:27.446 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript.dll", Zone: Internet }
2018-03-31 18:39:27.447 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript.pdb", Zone: Internet }
2018-03-31 18:39:27.448 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\antlr4-4.5.3.jar", Zone: Internet }
2018-03-31 18:39:27.449 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\Blizzard.j", Zone: Internet }
2018-03-31 18:39:27.450 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\common.j", Zone: Internet }
2018-03-31 18:39:27.451 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\commons-collections-3.2.1.jar", Zone: Internet }
2018-03-31 18:39:27.453 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\commons-lang-2.4.jar", Zone: Internet }
2018-03-31 18:39:27.454 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\gson-2.6.2.jar", Zone: Internet }
2018-03-31 18:39:27.455 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\guava-21.0.jar", Zone: Internet }
2018-03-31 18:39:27.456 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\jchardet-1.0.jar", Zone: Internet }
2018-03-31 18:39:27.457 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\JMPQ3-1.5.0.jar", Zone: Internet }
2018-03-31 18:39:27.457 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\JMPQ3-1.5.1.jar", Zone: Internet }
2018-03-31 18:39:27.458 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\JMPQ3-1.5.3.jar", Zone: Internet }
2018-03-31 18:39:27.459 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\jzlib-1.1.3.jar", Zone: Internet }
2018-03-31 18:39:27.460 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\minlog-1.2.jar", Zone: Internet }
2018-03-31 18:39:27.462 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\natives_bj.pscript", Zone: Internet }
2018-03-31 18:39:27.463 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\org.eclipse.jdt.annotation-2.1.0.jar", Zone: Internet }
2018-03-31 18:39:27.464 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\slf4j-api-1.7.12.jar", Zone: Internet }
2018-03-31 18:39:27.465 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\velocity-1.7.jar", Zone: Internet }
2018-03-31 18:39:27.466 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\wurstscript.exe", Zone: Internet }
2018-03-31 18:39:27.467 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\wurstscript.jar", Zone: Internet }
2018-03-31 18:39:27.468 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\wurstscript_b.exe", Zone: Internet }
2018-03-31 18:39:27.469 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font.clh", Zone: Internet }
2018-03-31 18:39:27.470 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font.exp", Zone: Internet }
2018-03-31 18:39:27.472 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font.gid", Zone: Internet }
2018-03-31 18:39:27.473 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font_roc.ccd", Zone: Internet }
2018-03-31 18:39:27.474 +02:00 [Warning] Unblocked file: { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font_tft.ccd", Zone: Internet }
2018-03-31 18:39:53.326 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook.dll", Zone: NoZone }
2018-03-31 18:39:53.333 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook32.dll", Zone: NoZone }
2018-03-31 18:39:53.333 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook32Svc.exe", Zone: NoZone }
2018-03-31 18:39:53.334 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook64.dll", Zone: NoZone }
2018-03-31 18:39:53.334 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyHook64Svc.exe", Zone: NoZone }
2018-03-31 18:39:53.335 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyLoad32.dll", Zone: NoZone }
2018-03-31 18:39:53.335 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\EasyLoad64.dll", Zone: NoZone }
2018-03-31 18:39:53.335 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Fasm.NET.dll", Zone: NoZone }
2018-03-31 18:39:53.335 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\JetBrains.Annotations.dll", Zone: NoZone }
2018-03-31 18:39:53.336 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\MindWorX.Blizzard.dll", Zone: NoZone }
2018-03-31 18:39:53.336 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\MindWorX.Unmanaged.dll", Zone: NoZone }
2018-03-31 18:39:53.337 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.dll", Zone: NoZone }
2018-03-31 18:39:53.337 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.Sinks.File.dll", Zone: NoZone }
2018-03-31 18:39:53.337 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.Sinks.Literate.dll", Zone: NoZone }
2018-03-31 18:39:53.338 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\Serilog.Sinks.RollingFile.dll", Zone: NoZone }
2018-03-31 18:39:53.338 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.CLILauncher.exe", Zone: NoZone }
2018-03-31 18:39:53.338 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.dll", Zone: NoZone }
2018-03-31 18:39:53.339 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.339 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.Launcher.exe", Zone: NoZone }
2018-03-31 18:39:53.339 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\SharpCraft.TroubleShooter.exe", Zone: NoZone }
2018-03-31 18:39:53.339 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\World Editor Extended.exe", Zone: NoZone }
2018-03-31 18:39:53.339 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\logs\diagnostics-20180331.txt", Zone: NoZone }
2018-03-31 18:39:53.340 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\logs\log-20180331.debug.txt", Zone: NoZone }
2018-03-31 18:39:53.340 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\logs\log-20180331.txt", Zone: NoZone }
2018-03-31 18:39:53.340 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\addresses.xml", Zone: NoZone }
2018-03-31 18:39:53.340 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\HookingSystem.dll", Zone: NoZone }
2018-03-31 18:39:53.341 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\LibraryInjectionSystem.dll", Zone: NoZone }
2018-03-31 18:39:53.341 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\MindWorX.Generic.dll", Zone: NoZone }
2018-03-31 18:39:53.341 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\PluginStorage.dll", Zone: NoZone }
2018-03-31 18:39:53.341 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\WindowsPresentationHelpers.dll", Zone: NoZone }
2018-03-31 18:39:53.342 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\plugins\XmlAddressManager.dll", Zone: NoZone }
2018-03-31 18:39:53.342 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\icon.png", Zone: NoZone }
2018-03-31 18:39:53.342 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\profile.xml", Zone: NoZone }
2018-03-31 18:39:53.343 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\plugins\MindWorX.War3.dll", Zone: NoZone }
2018-03-31 18:39:53.343 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - The Frozen Throne (WEX)\plugins\MindWorX.War3Game.dll", Zone: NoZone }
2018-03-31 18:39:53.343 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\icon.png", Zone: NoZone }
2018-03-31 18:39:53.344 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\profile.xml", Zone: NoZone }
2018-03-31 18:39:53.344 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\BitMiracle.LibJpeg.NET.dll", Zone: NoZone }
2018-03-31 18:39:53.345 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\BitMiracle.LibJpeg.NET.xml", Zone: NoZone }
2018-03-31 18:39:53.345 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\LegacyNewGen.dll", Zone: NoZone }
2018-03-31 18:39:53.345 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\LegacyNewGen.pdb", Zone: NoZone }
2018-03-31 18:39:53.345 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\MindWorX.Blizzard.dll", Zone: NoZone }
2018-03-31 18:39:53.345 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.346 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.File.dll", Zone: NoZone }
2018-03-31 18:39:53.346 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.File.xml", Zone: NoZone }
2018-03-31 18:39:53.346 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.Literate.dll", Zone: NoZone }
2018-03-31 18:39:53.346 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.Literate.xml", Zone: NoZone }
2018-03-31 18:39:53.347 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.RollingFile.dll", Zone: NoZone }
2018-03-31 18:39:53.347 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Serilog.Sinks.RollingFile.xml", Zone: NoZone }
2018-03-31 18:39:53.347 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.347 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\StormLib.dll", Zone: NoZone }
2018-03-31 18:39:53.348 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\StormLibSharp.dll", Zone: NoZone }
2018-03-31 18:39:53.348 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\AutocastBorder.tga", Zone: NoZone }
2018-03-31 18:39:53.348 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\AutocastCorners.tga", Zone: NoZone }
2018-03-31 18:39:53.349 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\cmtest.lua", Zone: NoZone }
2018-03-31 18:39:53.349 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\ConstantMerger.exe", Zone: NoZone }
2018-03-31 18:39:53.349 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\contextmenu.gif", Zone: NoZone }
2018-03-31 18:39:53.349 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\DisabledBorder.tga", Zone: NoZone }
2018-03-31 18:39:53.349 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\fetest.lua", Zone: NoZone }
2018-03-31 18:39:53.350 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\FileExporter.exe", Zone: NoZone }
2018-03-31 18:39:53.350 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\FileImporter.exe", Zone: NoZone }
2018-03-31 18:39:53.350 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\fitest.lua", Zone: NoZone }
2018-03-31 18:39:53.350 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\grimex.dll", Zone: NoZone }
2018-03-31 18:39:53.350 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\GrimexManual.html", Zone: NoZone }
2018-03-31 18:39:53.351 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardBorder.tga", Zone: NoZone }
2018-03-31 18:39:53.351 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardCorners.tga", Zone: NoZone }
2018-03-31 18:39:53.351 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardLevelBorder.tga", Zone: NoZone }
2018-03-31 18:39:53.351 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\InfocardLevelCorners.tga", Zone: NoZone }
2018-03-31 18:39:53.351 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\log.lua", Zone: NoZone }
2018-03-31 18:39:53.351 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\mapsizehack.gif", Zone: NoZone }
2018-03-31 18:39:53.352 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\minus.gif", Zone: NoZone }
2018-03-31 18:39:53.352 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\NormalBorder.tga", Zone: NoZone }
2018-03-31 18:39:53.352 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\NormalCorners.tga", Zone: NoZone }
2018-03-31 18:39:53.352 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\ObjectMerger.exe", Zone: NoZone }
2018-03-31 18:39:53.352 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\oehack.gif", Zone: NoZone }
2018-03-31 18:39:53.352 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\omtest.lua", Zone: NoZone }
2018-03-31 18:39:53.353 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PassiveBorder.tga", Zone: NoZone }
2018-03-31 18:39:53.353 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PassiveCorners.tga", Zone: NoZone }
2018-03-31 18:39:53.353 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PatchGenerator.exe", Zone: NoZone }
2018-03-31 18:39:53.353 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\PathMapper.exe", Zone: NoZone }
2018-03-31 18:39:53.353 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\plus.gif", Zone: NoZone }
2018-03-31 18:39:53.353 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\pmtest.lua", Zone: NoZone }
2018-03-31 18:39:53.354 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\sfmpq.dll", Zone: NoZone }
2018-03-31 18:39:53.354 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\testmap.gif", Zone: NoZone }
2018-03-31 18:39:53.354 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\tilepicker.gif", Zone: NoZone }
2018-03-31 18:39:53.354 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\TileSetter.exe", Zone: NoZone }
2018-03-31 18:39:53.354 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\tmtest.lua", Zone: NoZone }
2018-03-31 18:39:53.354 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\TriggerMerger.exe", Zone: NoZone }
2018-03-31 18:39:53.355 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\tstest.lua", Zone: NoZone }
2018-03-31 18:39:53.355 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\contextmenu.gif", Zone: NoZone }
2018-03-31 18:39:53.355 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\mapsizehack.gif", Zone: NoZone }
2018-03-31 18:39:53.355 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\minus.gif", Zone: NoZone }
2018-03-31 18:39:53.355 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\oehack.gif", Zone: NoZone }
2018-03-31 18:39:53.355 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\plus.gif", Zone: NoZone }
2018-03-31 18:39:53.356 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\testmap.gif", Zone: NoZone }
2018-03-31 18:39:53.356 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\img\tilepicker.gif", Zone: NoZone }
2018-03-31 18:39:53.356 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\cmtest.lua", Zone: NoZone }
2018-03-31 18:39:53.356 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\fetest.lua", Zone: NoZone }
2018-03-31 18:39:53.356 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\fitest.lua", Zone: NoZone }
2018-03-31 18:39:53.357 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\log.lua", Zone: NoZone }
2018-03-31 18:39:53.357 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\omtest.lua", Zone: NoZone }
2018-03-31 18:39:53.357 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\pmtest.lua", Zone: NoZone }
2018-03-31 18:39:53.357 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\tmtest.lua", Zone: NoZone }
2018-03-31 18:39:53.357 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\Grimex\samples\tstest.lua", Zone: NoZone }
2018-03-31 18:39:53.357 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\clijasshelper.exe", Zone: NoZone }
2018-03-31 18:39:53.358 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\jasshelper.conf", Zone: NoZone }
2018-03-31 18:39:53.358 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\jasshelper.exe", Zone: NoZone }
2018-03-31 18:39:53.358 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\jasshelpermanual.html", Zone: NoZone }
2018-03-31 18:39:53.358 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\LICENSE.txt", Zone: NoZone }
2018-03-31 18:39:53.358 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\lua5.1.dll", Zone: NoZone }
2018-03-31 18:39:53.358 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\pjass-readme.txt", Zone: NoZone }
2018-03-31 18:39:53.359 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\pjass.exe", Zone: NoZone }
2018-03-31 18:39:53.359 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\sfmpq.dll", Zone: NoZone }
2018-03-31 18:39:53.359 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\zincmanual.html", Zone: NoZone }
2018-03-31 18:39:53.359 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\bin\sfmpq.dll", Zone: NoZone }
2018-03-31 18:39:53.359 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\demos\interfaces.w3x", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\demos\slkdemo.slk", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\LegacyNewGen\JassHelper\demos\slkdemo.w3x", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\BitMiracle.LibJpeg.NET.dll", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\BitMiracle.LibJpeg.NET.xml", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\MindWorX.Blizzard.dll", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\MindWorX.War3.dll", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\MindWorX.War3.pdb", Zone: NoZone }
2018-03-31 18:39:53.360 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.361 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor\MindWorX.War3Editor.dll", Zone: NoZone }
2018-03-31 18:39:53.361 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor\MindWorX.War3Editor.pdb", Zone: NoZone }
2018-03-31 18:39:53.361 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.361 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.361 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.361 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\TestMapFixerPlugin.dll", Zone: NoZone }
2018-03-31 18:39:53.362 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\TestMapFixerPlugin\TestMapFixerPlugin.pdb", Zone: NoZone }
2018-03-31 18:39:53.362 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.362 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.362 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\War3EditorDebuggerLauncher.dll", Zone: NoZone }
2018-03-31 18:39:53.362 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorDebuggerLauncher\War3EditorDebuggerLauncher.pdb", Zone: NoZone }
2018-03-31 18:39:53.362 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\War3EditorExtendedSettings.dll", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorExtendedSettings\War3EditorExtendedSettings.pdb", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\War3EditorHooks.dll", Zone: NoZone }
2018-03-31 18:39:53.363 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorHooks\War3EditorHooks.pdb", Zone: NoZone }
2018-03-31 18:39:53.364 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.364 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.364 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\War3EditorMenuInjectionSystem.dll", Zone: NoZone }
2018-03-31 18:39:53.364 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorMenuInjectionSystem\War3EditorMenuInjectionSystem.pdb", Zone: NoZone }
2018-03-31 18:39:53.364 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.364 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\War3EditorProcessingInjectionSystem.dll", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorProcessingInjectionSystem\War3EditorProcessingInjectionSystem.pdb", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\nunit_random_seed.tmp", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.File.dll", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.File.xml", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.Literate.dll", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.Literate.xml", Zone: NoZone }
2018-03-31 18:39:53.365 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.RollingFile.dll", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\Serilog.Sinks.RollingFile.xml", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\War3EditorTriggerEditorSyntaxHighlight.dll", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\War3EditorTriggerEditorSyntaxHighlight.pdb", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\license.txt", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\tesh.dll", Zone: NoZone }
2018-03-31 18:39:53.366 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\options.ini", Zone: NoZone }
2018-03-31 18:39:53.367 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\styles.ini", Zone: NoZone }
2018-03-31 18:39:53.367 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\trigger_editor_name.ini", Zone: NoZone }
2018-03-31 18:39:53.367 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\config\themes\styles_standard.ini", Zone: NoZone }
2018-03-31 18:39:53.367 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\data\tesh_keywords.db", Zone: NoZone }
2018-03-31 18:39:53.367 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\includes\includes.txt", Zone: NoZone }
2018-03-31 18:39:53.367 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\license.txt", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\SciLexer.dll", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\Scintilla.dll", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\lib\tesh_interface.h", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\scope.txt", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\standard.txt", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\struct.txt", Zone: NoZone }
2018-03-31 18:39:53.368 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\benchmarks\op limit benchmark.txt", Zone: NoZone }
2018-03-31 18:39:53.369 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\benchmarks\timer benchmark.txt", Zone: NoZone }
2018-03-31 18:39:53.369 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\timer\scope with timer.txt", Zone: NoZone }
2018-03-31 18:39:53.369 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\War3EditorTriggerEditorSyntaxHighlight\tesh\templates\timer\struct with timer.txt", Zone: NoZone }
2018-03-31 18:39:53.369 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\BitMiracle.LibJpeg.NET.dll", Zone: NoZone }
2018-03-31 18:39:53.369 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\BitMiracle.LibJpeg.NET.xml", Zone: NoZone }
2018-03-31 18:39:53.369 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\MindWorX.Blizzard.dll", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.dll", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.File.dll", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.File.xml", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.Literate.dll", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.Literate.xml", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.RollingFile.dll", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.Sinks.RollingFile.xml", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\Serilog.xml", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\SharpCraft.Framework.dll", Zone: NoZone }
2018-03-31 18:39:53.370 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\StormLibSharp.dll", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript.dll", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript.pdb", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\antlr4-4.5.3.jar", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\Blizzard.j", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\common.j", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\commons-collections-3.2.1.jar", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\commons-lang-2.4.jar", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\gson-2.6.2.jar", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\guava-21.0.jar", Zone: NoZone }
2018-03-31 18:39:53.371 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\jchardet-1.0.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\JMPQ3-1.5.0.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\JMPQ3-1.5.1.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\JMPQ3-1.5.3.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\jzlib-1.1.3.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\minlog-1.2.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\natives_bj.pscript", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\org.eclipse.jdt.annotation-2.1.0.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\slf4j-api-1.7.12.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\velocity-1.7.jar", Zone: NoZone }
2018-03-31 18:39:53.372 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\wurstscript.exe", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\wurstscript.jar", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\wurstscript_b.exe", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font.clh", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font.exp", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font.gid", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font_roc.ccd", Zone: NoZone }
2018-03-31 18:39:53.374 +02:00 [Verbose] { File: "D:\Games\Warcraft III\SharpCraft WEX Bundle (0.1.3.0-FIX)\profiles\Warcraft III - World Editor (WEX)\plugins\WurstScript\WurstScript\font\font_tft.ccd", Zone: NoZone }


I hope I didn't miss anything. I'd be happy to provide more information.
 
Last edited:
Level 10
Joined
Aug 19, 2008
Messages
491
So I installed Windows 7 x64 in a VirtualBox and SharpCraft works fine there (almost... it can't start DirectX which is probably related to VB's lackluster 3D acceleration support).

Anyway, I hypothesize that the
Code:
EasyHook.NativeAPI.Force(Int32)
call produces an exception when using .NET 4.7, or at least in this context. Which is a problem because .NET 4.7 is included in Windows 10 and can't be downgraded. Microsoft has also stated that it won't support Kaby Lake processors for anything less than Windows 10 so I'm stuck with it.

I've been trying to solve this myself by editing the project directly (from the GitLab repo) but limited experience with Visual Studio has left me dead in my tracks.
 
Level 10
Joined
Aug 19, 2008
Messages
491
Yup. Line 142 of SharpCraft\ProfileLauncher.cs
Code:
RemoteHooking.Inject( (int)processInformation.dwProcessId, "SharpCraft.dll", "SharpCraft.dll", processInformation.dwThreadId, profile );
causes an unhandled exception
Code:
System.ApplicationException: 'STATUS_INTERNAL_ERROR: Unknown error in injected C++ completion routine. (Code: 15)'
 
Status
Not open for further replies.
Top