SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
810 stars 165 forks source link

Crash on closing UE4.4 #9

Closed DomGries closed 9 years ago

DomGries commented 10 years ago

I have been getting crashes on closing UE4.4 if this Git plugin is enabled and source control is activated. This did not happen in 4.2 or 4.3. I have the most recent version of this plugin.

[2014.08.17-14.48.11:654][234]LogModuleManager: Shutting down and abandoning module GitSourceControl (67)
[2014.08.17-14.48.11:655][234]LogModuleManager: Shutting down and abandoning module SubversionSourceControl (66)
[2014.08.17-14.48.11:655][234]LogModuleManager: Shutting down and abandoning module SourceControl (65)
First-chance exception at 0x00007FFC913E018B (UE4Editor-SourceControl.dll) in UE4Editor.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
Unhandled exception at 0x00007FFC913E018B (UE4Editor-SourceControl.dll) in UE4Editor.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
SRombauts commented 10 years ago

Hi @stfx, thanks for reporting this.

Actually, I have been looking for this myself since yesterday.

It appears that it is a known bug of the Unreal Engine Editor Source Control, so not specific to Git (found on SVN)

Its specific to the 4.4 release, and already fixed on "master" for 4.5 : see https://github.com/EpicGames/UnrealEngine/commit/ee3213c7 "Fixed crash closing the editor with SVN source control enabled

TTP# 342872 - EDITOR: Regression: CRASH: FSourceControlModule::ShutdownModule

The SVN source control provider module was being shutdown before the main source control module, leading to a crash."

Cheers!

SRombauts commented 10 years ago

I'll keep this open until UE4.5 release for everyone to find it easily

SRombauts commented 10 years ago

Thanks for the tip!

SRombauts commented 9 years ago

Fixed by Epic as of UE 4.5