Hi
I reformatted and re-installed my windows (my summer clean up
and after that I have problems compiling within the editor. Compiling
the project outside is no problem. The editor simple hangs during compile.
As I remember it the only thing you needed installed beside EE3 is
Visual Studio (in my case Visual Studio 2013 Express).
First I though it was my compile of the source code, but then I tested
with the binary install and same thing.
This has never been an issue before, so I guess I must have forgotten
to install something.
Here is the error from windows event viewer
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Hang" />
<EventID Qualifiers="0">1002</EventID>
<Level>2</Level>
<Task>101</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-07-07T22:28:41.000000000Z" />
<EventRecordID>1690</EventRecordID>
<Channel>Application</Channel>
<Computer>roland_at_home</Computer>
<Security />
</System>
- <EventData>
<Data>Esenthel.exe</Data>
<Data>1.0.0.0</Data>
<Data>ec0</Data>
<Data>01cf9a325cae7764</Data>
<Data>31</Data>
<Data>D:\Esenthel\Esenthel.exe</Data>
<Data>09cf9649-0626-11e4-8252-001d7dd4bb44</Data>
<Data />
<Data />
<Binary>55006E006B006E006F0077006E0000000000</Binary>
</EventData>
</Event>
I could of course reinstall VS2013 but as it works fine compiling same code outside the editor I doubt it will help