• 🏆 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!

SharpCraft: World Editor Extended

Status
Not open for further replies.

Ralle

Owner
Level 77
Joined
Oct 6, 2004
Messages
10,101
119264-5c6f590cae95c3810f2d550a6a31c430.png

Introducing, SharpCraft: World Editor Extended also known as WEX. An add on to the World Editor used to heavily expand the limits in modding Warcraft III along with making it more efficient and flexible to use. Using WEX makes it much more possible to create complex and creative maps and mods than in the vanilla editor, especially in terms of JASS usage, the code used in developing the game. WEX currently supports WC3 versions 1.27b and 1.28. In simpler terms, it’s the “World Editor 2.0”.


Some of the major features include:
  • Removal / increase various limits, such as the number of doodads, units, destructables, and more to be placed on a map.

  • JassHelper, a vJASS compiler, that replaces the internal world editor compiler completely.

  • No more crashes from bad code and many more features through vJASS.

  • Trigger Editor Syntax Highlight (TESH), a code syntax highlighter for the Trigger Editor, that makes coding in JASS/vJASS a breeze.

  • Simple to update when WC3 is patched by editing a text file.

  • Object ID dialog, that allows you to manually set the object id when creating a new object.
    Want to make a hero peasant? Just copy the peasant, and when the dialog asks, just change the first letter to uppercase, and he's ready.

  • Expanding the map dimensions (playable map area size) to 480x480, whereas the default limit was 256x256. Note that this is not working as intended at the moment, however.

Today, we are pleased to announce that SharpCraft joins Hive Workshop as our newest hosted project, with its very own forum for discussion, updates, and more! If you would like to try it out, contribute to the project, engage in discussion, or simply read more about it, visit the forum linked below.

SharpCraft Forum

WEX is a stab at creating a replacement for JNGP based on modern principles. JNGP has served the modding community well for many years with its turbocharging of many aspects of World Editor. It has support for syntax highlighting and a more modular version of JASS (vJASS) allowing for easier code sharing and development. It also comes with abilities to use custom object IDs, remove doodad/destructible limits and more.


Grimoire, which JNGP uses to inject all its features, is starting to age, and hasn't been updated since version 1.21 of Warcraft III. This means that in order for JNGP to keep working, we've had to bundle the 1.21 version of worldedit.exe along with it ever since. This has been working fine for a while, but by now so much has changed in the internal structure and workings of Warcraft III that several issues have started to come up and features are missing.

  • GUI HashTable functions like the Key of ... will immediately crash the editor.

  • The MPQ structure has changed, making it necessary to manually import the cd-keys back for the World Editor to work again.

  • The new Validate feature is completely missing from JNGP.

This is only bound to get worse, as Blizzard continues to add new features we requested, which aren’t compatible with the old 1.21 editor.


While it might be possible to patch Grimoire and keep it up to date, it will be hard to maintain because it is hardcoded to target a specific version of Warcraft 3 in a very cumbersome way. Not to mention the fact that taking the opportunity to rethink the system can be healthy sometimes.


Blizzard has picked up patching Warcraft III again and that is at this point a mixed blessing, but we trust that Blizzard will soon make it enticing to run the latest patches and we want to make sure that we can keep up with the latest versions of Warcraft 3.


The official maintainer of JNGP, @MindWorX, saw the writing on the wall and in late 2016 started work on a replacement based on his existing project SharpCraft. Some of you may have tried it already, but it hasn’t drawn much attention to itself until now.


It is already more robust and works with both 1.27b and 1.28. All features are loaded independently, so if one feature fails, the other features continue to work. This ensures a very stable environment for the users. It also uses a dynamic plugin system, which means it is much easier to add or remove plugins from the pack. This means that everyone can tailor their WEX package just to their own need. WEX builds on a programming principle called Dependency Injection, which makes it possible to switch out features without affecting the overall system. If you’re not satisfied with the way it currently uses static addresses, you can simple remove the plugin and add one that uses dynamic lookups, and it’ll continue to works just as before. The plugin system is open to anyone, and as SharpCraft and WEX mature, the plugin API will be properly documented. If you’re interested in getting in early, you can get in touch via the SharpCraft forum to get more information and help.


It is important that everyone keep in mind that WEX is new and still under very active development, and will likely lack some features you have been used to in the past. As it develops, most of these features hopefully make their way back. If you miss any particular feature, please don’t hesitate to tell us about it. Enjoy :).
 
Last edited by a moderator:

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
Currently, it's only the most specialized features that will be missing, like Risc's Colorizer or the Campaign Builder. The only critical feature missing at the moment, is the increased map dimensions, but I'm working hard on getting this fixed. My best suggestion is to give WEX a try and see if there is anything you're missing. In the future, WEX will also come with even more features, like improved saving times and perhaps even a way to import assets directly from The Hive Workshop. This should hopefully be give people a good enough incentive to leave JNGP behind before it breaks completely.
 
Level 7
Joined
Mar 10, 2013
Messages
366
It would be great to have a way to attach the optmizers to it so you can already save development, and production type maps.
 

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
Nice! Is map protection planned as a feature?
Definitely also possible. Protectors and optimizers are kinda like compilers, only they save to a different file. So imagine you enable the optimizer/protector. Whenever you save, it'll save normally, but the optimizers/protector will save to "<mapname>_optimized_protected.w3x".
 

Deleted member 219079

D

Deleted member 219079

How would I go about adding another compiler? In JNGP it would be couple of lines in wehack.lua, requiring mere English knowledge.
 
Level 7
Joined
Mar 10, 2013
Messages
366
This was recently discussed and should absolutely be possible. Are there a particular optimizer you have in mind? If so, I might be able to make an example.

I have three in mind: the Widgetizer (or the Wc3 Slk Optimizer, both do the same, so it would better if we choose the best, or if both were good, at least the most flexible), and Vexorian's Optimizer as well.

Definitely also possible. Protectors and optimizers are kinda like compilers, only they save to a different file. So imagine you enable the optimizer/protector. Whenever you save, it'll save normally, but the optimizers/protector will save to "<mapname>_optimized_protected.w3x".

Could be configurable, I usually use "opt-<mapname>.w3x".
 

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
How would I go about adding another compiler? In JNGP it would be couple of lines in wehack.lua, requiring mere English knowledge.
With SharpCraft, each plugin will need some C# to bootstrap. You can see how JassHelper works in SharpCraft. It might be some additional work, but it offers a much more flexible environment than before. Now everyone can pick and chose from whatever plugins they'd like. This new requirement only puts a bit of work in the hands of plugin developers. And, if Lua is a must, it's more than possible to make a Lua plugin for SharpCraft as well.

I have three in mind: the Widgetizer (or the Wc3 Slk Optimizer, both do the same, so it would better if we choose the best, or if both were good, at least the most flexible), and Vexorian's Optimizer as well.



Could be configurable, I usually use "opt-<mapname>.w3x".
The main importance is that the optimizers can be run with commandline arguments and don't need a window so they can be automated. I'll give those a look when I can.

Doing more for the modding community than Blizzard, nice.
<3
 
Level 7
Joined
Mar 10, 2013
Messages
366
The main importance is that the optimizers can be run with commandline arguments and don't need a window so they can be automated. I'll give those a look when I can.

Any link you can give me about it? It's always a pain to optimize my maps (ok, not a real pain, but it would make the process easier and I would take a lot of less time everytime I need to optimize a map to test it).
 

Deleted member 219079

D

Deleted member 219079

Well, I loved the idea of wehack.lua, one text file to control it all. But sure I can learn new things, seems like little effort in exchange for a more modern WE, hehe. But for now I'll stick to JNGP until it breaks beyond self-fixable, generally I tend to grow liking into software I've already tackled instead of seeking for bleeding edge features in newer technology.
 
Level 11
Joined
Oct 9, 2015
Messages
721
First congratulations on this new project, it seems it will inject some more years of life to warcraft 3. Second: Does this new tool provides support for mouse hovering and clicking detection? If so, does all users need to have sharpcraft installed aswell ?
 
Definitely also possible. Protectors and optimizers are kinda like compilers, only they save to a different file. So imagine you enable the optimizer/protector. Whenever you save, it'll save normally, but the optimizers/protector will save to "<mapname>_optimized_protected.w3x".

Looking forward to it. WEX might become as big as JNGP, possibly even bigger.
How can I use it with wurst?

No wurst => no WEX [on my pc]

Ok, not that Wurst matters..
 
Level 32
Joined
Apr 2, 2013
Messages
3,953
In case anyone was wondering, we've edited the news post so it has a brief introduction for everyone to understand what this is about. We get that pretty much all the skilled modders here understand it, though. Previously, the thread started with the background of JNGP with little detail on what WEX does and means for Warcraft III & the World Editor. Anyhow, we hope those who aren't familiar with NewGen or isn't fluent in the modding basics could understand how significant this is. Not much new, specific detail was added. That's all, cheers and enjoy.
 
Last edited:
Level 7
Joined
Mar 10, 2013
Messages
366
In case anyone was wondering, we've edited the news post so it has a brief introduction for everyone to understand what this is about. Previously, the thread started with the background of JNGP with little detail on what WEX does and means for Warcraft III & the World Editor. Anyhow, we hope those who aren't familiar with NewGen or isn't fluent in the modding basics could understand how significant this is. Not much new, specific detail was added. That's all, cheers and enjoy.
That will surely help. I'm not a newb in the concept of developing, but I'm returning from a long time ago were a I used to make maps with my friends, and I never made any really big map or used any kind of tool either, to thanks it will help alot everyone that is in a similar (or without knowledge) state as me.
 

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
Are there plans to support .w3n files?
What kind of support are you looking for?
What about JNGP 2.0 features like multiplayer testing support? Has this a faster GUI than JNGP 2.0?
The no instance limit is a trivial fix to add, and will be included with the coming debugger.
What part of the GUI is slow?
 

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
Seamlessly working like a regular .w3x file.
IIRC JNGP did not work well with .w3n files, at least not in the past.
This haven't changed much, since it still works with saving the map. I'd have to figure out how campaigns are saved to help with w3n's. It might be possible, but no promises.

Iirc, it was an issue with the new TESH but has already been fixed.
If this is the issue @Barade, then it's already fixed, as I use a more stable version of TESH.
 
Level 24
Joined
Feb 28, 2007
Messages
3,480
This haven't changed much, since it still works with saving the map. I'd have to figure out how campaigns are saved to help with w3n's. It might be possible, but no promises.


If this is the issue @Barade, then it's already fixed, as I use a more stable version of TESH.
I mean that whenever you save a map inside a .w3n file it wouldn't be compiled through JassHelper.
Sorry for herpa-derp lingo, but I can't seem to be able to word this matter better.

Edit: I recall discussing this with Vexorian way back and he had some sort of idea of how it could be fixed. I'll see if I can dig up this piece of history.
 
Last edited:

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
I've got something to request that should be fairly simple to implement that has affected me as a terrainer for a very long time, whenever you copy-paste a doodad the Z height of the new doodad will not have the same Z height as the copied one. This is very annoying.
 
Level 25
Joined
Feb 2, 2006
Messages
1,669
Yes, I think it was a TESH bug which affected the whole GUI, so the Object Editor was very slow, too. I will test this version as soon as possible. Would be cool to have multiple instances for multiplayer tests via a simple button and a loadmpq.lua recognition when pressing "Test map" so the given MPQ archives will be loaded when Warcraft is started. This didn't work with JNGP too, I think.

+rep for the great work.
 

MindWorX

Tool Moderator
Level 20
Joined
Aug 3, 2004
Messages
709
Excelent.So this is working like JassNewGen?If you could make something that removes all kind of limits for doodads and stuff like that.All in all gonna try it.
This is already how everything works.
What is this Validate feature? Is it a new feature introduced to World Editor by Blizzard? Or a new feature added by Sharpcraft?
It's a new feature from Blizzard, but it is fully supported by WEX.
Only works for 1.27b/1.28?
Yes, an update for 1.28.1 will be added later today. There have been reports of crashes with the new version, so please be careful until the update is released.
 
Please pastebin the most recent log in the logs folder, and I'll take a look.
This is it.
Code:
2017-04-29 10:14:22.945 +07:00 [SharpCraft.CLILauncher][0.1.0.0][Information] Loaded Profile { Name: "imameme", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: False, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\worldedit.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 10:14:22.985 +07:00 [SharpCraft.CLILauncher][0.1.0.0][Information] Loaded Profile { Name: "Warcraft III - World Editor (WEX)", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: True, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\war3.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 10:14:23.764 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate "SharpCraft.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:23.804 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate "SharpCraft.XmlSerializers"
2017-04-29 10:14:23.822 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:23.838 +07:00 [SharpCraft][0.1.0.0][Information] Loaded Profile { Name: "imameme", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: False, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\worldedit.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 10:14:23.840 +07:00 [SharpCraft][0.1.0.0][Information] Loaded Profile { Name: "Warcraft III - World Editor (WEX)", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: True, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\war3.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 10:14:23.847 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.Unmanaged, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:23.926 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
2017-04-29 10:14:24.039 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
2017-04-29 10:14:24.039 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
2017-04-29 10:14:24.039 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
2017-04-29 10:14:24.110 +07:00 [SharpCraft][0.1.0.0][Information] Debugging enabled.
2017-04-29 10:14:24.128 +07:00 [SharpCraft][0.1.0.0][Information] -------------------
2017-04-29 10:14:24.128 +07:00 [SharpCraft][0.1.0.0][Information] -- "Warcraft III - World Editor (WEX)" --
2017-04-29 10:14:24.129 +07:00 [SharpCraft][0.1.0.0][Information] Injecting GetModuleFileName hook . . .
2017-04-29 10:14:24.198 +07:00 [SharpCraft][0.1.0.0][Information] Composing MEF Graph . . .
2017-04-29 10:14:24.300 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.GenericAddressManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.350 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.GenericLibraryInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.378 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.SimpleAddressManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.395 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.SimpleLibraryInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.413 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.SimplePluginStorage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.450 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.478 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3 (experimental), Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.497 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.ExtendedSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.507 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.Hooks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.522 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.LegacyNewGen, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.548 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.MenuInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.572 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.ProcessingInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.586 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.TriggerEditorSyntaxHighlight, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:24.598 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.WindowsPresentationHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:25.096 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins" }
2017-04-29 10:14:25.098 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.GenericAddressManager" }
2017-04-29 10:14:25.116 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.GenericLibraryInjectionSystem" }
2017-04-29 10:14:25.118 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.SimpleAddressManager" }
2017-04-29 10:14:25.121 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.SimpleLibraryInjectionSystem" }
2017-04-29 10:14:25.123 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.SimplePluginStorage" }
2017-04-29 10:14:25.126 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3" }
2017-04-29 10:14:25.128 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3 (experimental)" }
2017-04-29 10:14:25.131 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.ExtendedSettings" }
2017-04-29 10:14:25.133 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.Hooks" }
2017-04-29 10:14:25.135 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen" }
2017-04-29 10:14:25.137 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.MenuInjectionSystem" }
2017-04-29 10:14:25.139 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.ProcessingInjectionSystem" }
2017-04-29 10:14:25.142 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.TriggerEditorSyntaxHighlight" }
2017-04-29 10:14:25.144 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.WindowsPresentationHelpers" }
2017-04-29 10:14:25.147 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\Grimex" }
2017-04-29 10:14:25.149 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\JassHelper" }
2017-04-29 10:14:25.152 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\temp" }
2017-04-29 10:14:25.155 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\Grimex\img" }
2017-04-29 10:14:25.158 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\Grimex\samples" }
2017-04-29 10:14:25.161 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\JassHelper\bin" }
2017-04-29 10:14:25.229 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\JassHelper\demos" }
2017-04-29 10:14:25.231 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.TriggerEditorSyntaxHighlight\executable" }
2017-04-29 10:14:25.235 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.TriggerEditorSyntaxHighlight\executable\Test" }
2017-04-29 10:14:25.397 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.Blizzard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 10:14:25.513 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
2017-04-29 10:14:25.589 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "JetBrains.Annotations, Version=7.1.3000.2254, Culture=neutral, PublicKeyToken=1010a0d8d6380325"
2017-04-29 10:14:25.892 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
2017-04-29 10:14:26.020 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "Basic Address Manager", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 10:14:26.040 +07:00 [SharpCraft][0.1.0.0][Information] Current version: '"1.27.0.52240 (f7ba2a3)"'
2017-04-29 10:14:26.041 +07:00 [SharpCraft][0.1.0.0][Information] Loading addresses from: "e:\warcraft iii\sharpcraft world editor extended bundle\profiles\warcraft iii - world editor (wex)\plugins\mindworx.simpleaddressmanager\addresses.xml" . .
2017-04-29 10:14:26.125 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_MenuVersionStringValue" = "2E268A"
2017-04-29 10:14:26.127 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_MenuVersionStringValue" = "2DC0DA"
2017-04-29 10:14:26.128 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_NoInstanceLimit" = "0442EF"
2017-04-29 10:14:26.129 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_NoInstanceLimit" = "04509F"
2017-04-29 10:14:26.131 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_NoCheat" = "3766C2"
2017-04-29 10:14:26.132 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_NoCheat" = "36EE72"
2017-04-29 10:14:26.134 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_NoPause" = "3792F9"
2017-04-29 10:14:26.135 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_NoPause" = "371A19"
2017-04-29 10:14:26.136 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_InitNatives" = "20D7E0"
2017-04-29 10:14:26.137 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_InitNatives" = "207490"
2017-04-29 10:14:26.138 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_BindNative" = "9150D0"
2017-04-29 10:14:26.139 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_BindNative" = "90D120"
2017-04-29 10:14:26.141 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_VirtualMachine__RunFunction" = "9242C0"
2017-04-29 10:14:26.142 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_VirtualMachine__RunFunction" = "91C310"
2017-04-29 10:14:26.145 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_VirtualMachine__RunCode" = "923410"
2017-04-29 10:14:26.147 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_VirtualMachine__RunCode" = "91B460"
2017-04-29 10:14:26.148 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_VirtualMachine__CodeToFunction" = "91F430"
2017-04-29 10:14:26.150 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_VirtualMachine__CodeToFunction" = "917480"
2017-04-29 10:14:26.159 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_GetThreadLocalStorage" = "06A8D0"
2017-04-29 10:14:26.161 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_GetThreadLocalStorage" = "06C1A0"
2017-04-29 10:14:26.162 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_JassStringHandleToString" = "06D000"
2017-04-29 10:14:26.164 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_JassStringHandleToString" = "06E8D0"
2017-04-29 10:14:26.165 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_StringToJassStringIndex" = "1FE2D0"
2017-04-29 10:14:26.167 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_StringToJassStringIndex" = "1F7F60"
2017-04-29 10:14:26.168 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_ClipCursorToWindow" = "024E70"
2017-04-29 10:14:26.170 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_CheckObjectLimitsWarning" = "151DF0"
2017-04-29 10:14:26.171 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_CheckObjectLimitsWarning" = "151580"
2017-04-29 10:14:26.173 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_CheckObjectLimitsError" = "152050"
2017-04-29 10:14:26.174 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_CheckObjectLimitsError" = "1517E0"
2017-04-29 10:14:26.175 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_SaveMap" = "16ED90"
2017-04-29 10:14:26.177 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_SaveMap" = "16E520"
2017-04-29 10:14:26.178 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_GetNextObjectId" = "1F73C0"
2017-04-29 10:14:26.179 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_GetNextObjectId" = "1F6BF0"
2017-04-29 10:14:26.180 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_CompileScript" = "22CE80"
2017-04-29 10:14:26.181 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_CompileScript" = "22C690"
2017-04-29 10:14:26.182 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_GetMaximumMapSize" = "10A540"
2017-04-29 10:14:26.184 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "Library Injection System", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 10:14:26.218 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "MindWorX.War3Editor.ExtendedSettings.War3EditorExtendedSettings", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 10:14:26.237 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_CheckObjectLimitsWarning"
2017-04-29 10:14:26.239 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_CheckObjectLimitsError"
2017-04-29 10:14:26.240 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_GetMaximumMapSize"
2017-04-29 10:14:26.241 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_ClipCursorToWindow"
2017-04-29 10:14:26.243 +07:00 [SharpCraft][0.1.0.0][Information] Installing Object Id Dialog
2017-04-29 10:14:26.245 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "MindWorX.War3Editor.Hooks.War3EditorHooks", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 10:14:26.249 +07:00 [SharpCraft][0.1.0.0][Information] Injecting "CreateProcessAHook" @ 0x6F59241B.
2017-04-29 10:14:26.281 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_SaveMap"
2017-04-29 10:14:26.282 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_GetNextObjectId"
2017-04-29 10:14:26.283 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate address for "WE_CompileScript"
 
Updated War3 to 1.27b, still crashes. Here's the log:
Code:
2017-04-29 16:00:12.482 +07:00 [SharpCraft.Launcher][0.1.0.0][Information] Loaded Profile { Name: "imameme", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: False, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\worldedit.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 16:00:12.520 +07:00 [SharpCraft.Launcher][0.1.0.0][Information] Loaded Profile { Name: "Warcraft III - World Editor (WEX)", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: True, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\war3.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 16:00:12.520 +07:00 [SharpCraft.Launcher][0.1.0.0][Information] -------------------
2017-04-29 16:00:12.521 +07:00 [SharpCraft.Launcher][0.1.0.0][Information] Composing MEF Graph for MainWindowViewModel
2017-04-29 16:00:16.391 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate "SharpCraft.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.422 +07:00 [SharpCraft][0.1.0.0][Error] Unable to locate "SharpCraft.XmlSerializers"
2017-04-29 16:00:16.425 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.441 +07:00 [SharpCraft][0.1.0.0][Information] Loaded Profile { Name: "imameme", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\imameme\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: False, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\worldedit.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 16:00:16.443 +07:00 [SharpCraft][0.1.0.0][Information] Loaded Profile { Name: "Warcraft III - World Editor (WEX)", Root: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)", PluginsDirectory: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins", TypeValue: "Blizzard.WarcraftIII.Editor", Type: ProfileType { Name: "Blizzard.WarcraftIII.Editor", FriendlyName: "Blizzard.WarcraftIII.Editor" }, EnableSharpCraft: True, EnableDebug: True, EnableDiagnosticsDebug: False, FileName: "E:\Warcraft III\war3.exe", Arguments: "", WorkingDirectory: "E:\Warcraft III" }!
2017-04-29 16:00:16.445 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.Unmanaged, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.446 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
2017-04-29 16:00:16.452 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
2017-04-29 16:00:16.452 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
2017-04-29 16:00:16.452 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
2017-04-29 16:00:16.456 +07:00 [SharpCraft][0.1.0.0][Information] Debugging enabled.
2017-04-29 16:00:16.471 +07:00 [SharpCraft][0.1.0.0][Information] -------------------
2017-04-29 16:00:16.472 +07:00 [SharpCraft][0.1.0.0][Information] -- "Warcraft III - World Editor (WEX)" --
2017-04-29 16:00:16.473 +07:00 [SharpCraft][0.1.0.0][Information] Injecting GetModuleFileName hook . . .
2017-04-29 16:00:16.477 +07:00 [SharpCraft][0.1.0.0][Information] Composing MEF Graph . . .
2017-04-29 16:00:16.479 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.GenericAddressManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.481 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.GenericLibraryInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.483 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.SimpleAddressManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.484 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.SimpleLibraryInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.487 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.SimplePluginStorage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.489 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.490 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3 (experimental), Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.492 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.ExtendedSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.494 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.Hooks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.497 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.LegacyNewGen, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.499 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.MenuInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.502 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.ProcessingInjectionSystem, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.504 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.War3Editor.TriggerEditorSyntaxHighlight, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.507 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.WindowsPresentationHelpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.515 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins" }
2017-04-29 16:00:16.517 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.GenericAddressManager" }
2017-04-29 16:00:16.519 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.GenericLibraryInjectionSystem" }
2017-04-29 16:00:16.521 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.SimpleAddressManager" }
2017-04-29 16:00:16.523 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.SimpleLibraryInjectionSystem" }
2017-04-29 16:00:16.524 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.SimplePluginStorage" }
2017-04-29 16:00:16.525 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3" }
2017-04-29 16:00:16.526 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3 (experimental)" }
2017-04-29 16:00:16.527 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.ExtendedSettings" }
2017-04-29 16:00:16.528 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.Hooks" }
2017-04-29 16:00:16.531 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen" }
2017-04-29 16:00:16.533 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.MenuInjectionSystem" }
2017-04-29 16:00:16.535 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.ProcessingInjectionSystem" }
2017-04-29 16:00:16.537 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.TriggerEditorSyntaxHighlight" }
2017-04-29 16:00:16.539 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.WindowsPresentationHelpers" }
2017-04-29 16:00:16.541 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\Grimex" }
2017-04-29 16:00:16.543 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\JassHelper" }
2017-04-29 16:00:16.544 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\temp" }
2017-04-29 16:00:16.547 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\Grimex\img" }
2017-04-29 16:00:16.549 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\Grimex\samples" }
2017-04-29 16:00:16.551 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\JassHelper\bin" }
2017-04-29 16:00:16.554 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.LegacyNewGen\JassHelper\demos" }
2017-04-29 16:00:16.557 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.TriggerEditorSyntaxHighlight\executable" }
2017-04-29 16:00:16.559 +07:00 [SharpCraft][0.1.0.0][Information]   Directory { Path: "E:\Warcraft III\SharpCraft World Editor Extended Bundle\profiles\Warcraft III - World Editor (WEX)\plugins\MindWorX.War3Editor.TriggerEditorSyntaxHighlight\executable\Test" }
2017-04-29 16:00:16.567 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "MindWorX.Blizzard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"
2017-04-29 16:00:16.570 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
2017-04-29 16:00:16.573 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "JetBrains.Annotations, Version=7.1.3000.2254, Culture=neutral, PublicKeyToken=1010a0d8d6380325"
2017-04-29 16:00:16.587 +07:00 [SharpCraft][0.1.0.0][Information] Loaded "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
2017-04-29 16:00:16.594 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "Basic Address Manager", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 16:00:16.598 +07:00 [SharpCraft][0.1.0.0][Information] Current version: '"1.27.1.7085 (1225d28)"'
2017-04-29 16:00:16.599 +07:00 [SharpCraft][0.1.0.0][Information] Loading addresses from: "e:\warcraft iii\sharpcraft world editor extended bundle\profiles\warcraft iii - world editor (wex)\plugins\mindworx.simpleaddressmanager\addresses.xml" . .
2017-04-29 16:00:16.603 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_MenuVersionStringValue" = "2E268A"
2017-04-29 16:00:16.604 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_MenuVersionStringValue" = "2DC0DA"
2017-04-29 16:00:16.605 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_NoInstanceLimit" = "0442EF"
2017-04-29 16:00:16.607 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_NoInstanceLimit" = "04509F"
2017-04-29 16:00:16.608 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_NoCheat" = "3766C2"
2017-04-29 16:00:16.609 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_NoCheat" = "36EE72"
2017-04-29 16:00:16.610 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_NoPause" = "3792F9"
2017-04-29 16:00:16.611 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_NoPause" = "371A19"
2017-04-29 16:00:16.612 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_InitNatives" = "20D7E0"
2017-04-29 16:00:16.613 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_InitNatives" = "207490"
2017-04-29 16:00:16.614 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_BindNative" = "9150D0"
2017-04-29 16:00:16.615 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_BindNative" = "90D120"
2017-04-29 16:00:16.615 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_VirtualMachine__RunFunction" = "9242C0"
2017-04-29 16:00:16.616 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_VirtualMachine__RunFunction" = "91C310"
2017-04-29 16:00:16.617 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_VirtualMachine__RunCode" = "923410"
2017-04-29 16:00:16.618 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_VirtualMachine__RunCode" = "91B460"
2017-04-29 16:00:16.619 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_VirtualMachine__CodeToFunction" = "91F430"
2017-04-29 16:00:16.622 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_VirtualMachine__CodeToFunction" = "917480"
2017-04-29 16:00:16.623 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_GetThreadLocalStorage" = "06A8D0"
2017-04-29 16:00:16.624 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_GetThreadLocalStorage" = "06C1A0"
2017-04-29 16:00:16.625 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_JassStringHandleToString" = "06D000"
2017-04-29 16:00:16.626 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_JassStringHandleToString" = "06E8D0"
2017-04-29 16:00:16.628 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."GAME_StringToJassStringIndex" = "1FE2D0"
2017-04-29 16:00:16.629 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."GAME_StringToJassStringIndex" = "1F7F60"
2017-04-29 16:00:16.630 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_ClipCursorToWindow" = "024E70"
2017-04-29 16:00:16.631 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_CheckObjectLimitsWarning" = "151DF0"
2017-04-29 16:00:16.632 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_CheckObjectLimitsWarning" = "151580"
2017-04-29 16:00:16.633 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_CheckObjectLimitsError" = "152050"
2017-04-29 16:00:16.634 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_CheckObjectLimitsError" = "1517E0"
2017-04-29 16:00:16.636 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_SaveMap" = "16ED90"
2017-04-29 16:00:16.637 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_SaveMap" = "16E520"
2017-04-29 16:00:16.638 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_GetNextObjectId" = "1F73C0"
2017-04-29 16:00:16.639 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_GetNextObjectId" = "1F6BF0"
2017-04-29 16:00:16.640 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_CompileScript" = "22CE80"
2017-04-29 16:00:16.642 +07:00 [SharpCraft][0.1.0.0][Information] ["1.27.1.7085 (1225d28)"]."WE_CompileScript" = "22C690"
2017-04-29 16:00:16.643 +07:00 [SharpCraft][0.1.0.0][Information] ["1.28.0.7205 (bd7dc19)"]."WE_GetMaximumMapSize" = "10A540"
2017-04-29 16:00:16.644 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "Library Injection System", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 16:00:16.647 +07:00 [SharpCraft][0.1.0.0][Information] Initializing { PluginName: "MindWorX.War3Editor.ExtendedSettings.War3EditorExtendedSettings", PluginVersion: "1.0.0.0", ProfileType: "Blizzard.WarcraftIII.Editor" }
2017-04-29 16:00:16.654 +07:00 [SharpCraft][0.1.0.0][Information] Injecting "CheckObjectLimitsWarningHook" @ 0x00151580.
 
Status
Not open for further replies.
Top