Unknown exception - code 00000001 (first/second chance not available)
Assertion failed: ModuleManager.IsModuleLoaded(ModuleName) [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.4\Engine\Source\Runtime\Core\Public\Modules\ModuleManager.h] [Line: 283]
Tried to get module interface for unloaded module: 'MeshUti
Thanks for your report. We have assigned this issue to a member of our support staff, and they will begin investigation as soon as possible. If we are unable to reproduce issue, or we need additional information, our staff member will comment here with additional questions. Otherwise, we will post an ‘Answer’ once we have logged issue in our bug database or we have a solution for it.
In meantime, please be sure to review our suggestions for how to report a bug, and feel free to edit your post if you have additional information to provide:
Some more information:
PC is a AMD FX-8150 3.6GHz 8GB RAM, Windows 7 64
Powercolor Radeon HD 7990
I have installed all windows update and have latest drivers.
bug seems to be related to a C library, maybe engine is using some outdated version of crtexe.c
What version of editor are you currently using? Does this occur upon launching a blank project with no additional content? Are you on launcher version of editor or source version?
I just installed launcher version of unreal and downloaded version 4.4.3 (althought I also tried with other versions with same error), I launched it and it showed splash screen with “loading…”, after that, aplication crashed.
Well, I don’t use a firewall and I disabled windows firewall.
weird thing about this error is that crtexe.c is a source code from a very old Visual C++ library from 1998, is it supposed to be called ? it’s also a win32, I’m on a 64bit system.
I can’t do anything because unreal won’t launch, I click on “launch”, it shows splash screen with a “loading” text in bottom and after that crash screen.
What I mean is, if you go into filepath for Unreal Engine Projects, you should have a few project folders (if not, download one of projects from marketplace, they are free). If you right click uproject you should be able to generate project files. After doing so open VS and see if it will let you build files or if it gives you an error.
I downloaded SunTemple project, I tried to run it and it gave me same error, if I right click uproject and choose “Generate Visual Studo Project files”, it gives me following error:
Running E:/Program Files/Unreal
Engine/4.4/Engine/Binaries/DotNET/UnrealBuildTool.exe
-projectfiles -project=“D:/UnrealProjects/SunTemple/SunTemple.uproject”
-game -rocket -progress Discovering modules, targets and source code for
game… UnrealBuildTool Exception:
ERROR: Directory
‘D:\UnrealProjects\SunTemple’ is
missing ‘Source’ folder.
I see there is a lot of people who had same error but none of them found a solution, most part of them just re-installed windows or moved to another machine.
It seems this problem is not solvable due to generic error it reports. I will give 2 more days trying to solve this.