Hello,
I went to open my current working project this morning and it was crashing on start up. So I investigated the forums here a bit and found how to remove the default level from the DefaultEngine.ini.
Once I bypassed my default level I was able to get into the project but when I open the level it crashes the project.
I took a look at the log files and found this series of lines:
[2016.08.29-12.36.41:892][140]LogWindows: Windows GetLastError: The operation completed successfully. (0)
[2016.08.29-12.36.42:343][140]LogCrashTracker:
[2016.08.29-12.36.42:343][140]LogCrashTracker:
[2016.08.29-12.36.42:343][140]LogWindows:Error: === Critical error: ===
Fatal error: [File:D:\Build++UE4+Release-4.12+Compile\Sync\Engine\Source\Runtime\Foliage\Private\FoliageInstanceBase.cpp] [Line: 90]
Instance base cache - integrity verification(3): Counter: 15 Size: 6, InvSize: 3 (L:1 S:0 T:0)
[2016.08.29-12.36.42:367][140]LogExit: Executing StaticShutdownAfterError
[2016.08.29-12.36.42:371][140]LogWindows: FPlatformMisc::RequestExit(1)
[2016.08.29-12.36.42:371][140]Log file closed, 08/29/16 08:36:42
I’m assuming that critical error is what is crashing the level and the project. However I am not 100% sure what it means. I Was messing around with foliage the last time I was working. I saved the project and closed out as usual at the end of the day with no issues, but as of now it will not start up.
Any suggestions on how to deal with this?
Thank you,