About Store Forum Documentation Contact



Post Reply 
Editor hangs on compile
Author Message
rstralberg Offline
Member

Post: #1
Editor hangs on compile
Hi

I reformatted and re-installed my windows (my summer clean up smile
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
07-08-2014 10:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Editor hangs on compile
Hi
I saw your other post. Does this issue still occurs?
I didn't experience any freezes during compilation.
Does that happen to all projects including tutorials or just one?
07-08-2014 10:36 PM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #3
RE: Editor hangs on compile
Hi.

I uninstalled vc2013 and then installed vc2008 pro, vc2010 pro and vc2013 pro (to get compile of source working).
This seems to have solved the issue.

However I noticed a small thing when testing.
> Exentel64.exe
> 64Bit target
> Compile Debug OK
> Run Debug
> Visual Studio 2013 comes up, but with Debug - Win32 when it compiles. Should have been Debug - x64.
07-08-2014 10:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Editor hangs on compile
From what I remember this option is not supported by Visual Studio (can't specify custom configuration for that).
This is related to "CE Editor C++.cpp" file starting from line 7 to 12.
07-08-2014 10:58 PM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #5
RE: Editor hangs on compile
Okay. I check that. Thanks smile
07-08-2014 11:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Editor hangs on compile
I've just commited some change that might help with the editor freezes if that's related to what I was thinking.
https://github.com/Esenthel/EsenthelEngi...9f85cbc5cf
07-09-2014 05:06 AM
Find all posts by this user Quote this message in a reply
Post Reply