UEGitPlugin icon indicating copy to clipboard operation
UEGitPlugin copied to clipboard

Syncing Crashes Editor

Open Exhaston opened this issue 1 year ago • 6 comments

Hey! I really want this to work, as the plugin and the new refactoring looks amazing. I'm having some issues when trying to sync from engine. Pushing and checking works perfectly. UE5.4.2 - Verified Engine files, tried Blank project as well The plugins/content errors appear when pushing too, but does not crash the editor

Crash.log

Exhaston avatar Jun 26 '24 18:06 Exhaston

I'm also getting a similar behavior: pushing works ( I haven't figured out if checking works correctly ), while syncing causes a crash. Interestingly, my logs contain an access violation error. I'm using UE5.4.3 Crash.log

MaxKessler5 avatar Jul 18 '24 03:07 MaxKessler5

Same issue here with access violation error. I've had issues where pushing/submit content shows as done in the 5.3.2 editor. But no git commit is seen on the git server and others do not get the work when they update. I have had to manually push from git command line.

The access error may be due to stuff being loaded in memory and pulling tries to update those files. You can switch to a new blank/empty map and try pulling again and see if the access violation error happens or not.

BlackOpsDown avatar Aug 29 '24 05:08 BlackOpsDown

Could any of you try PackageReload.EnableFastPath 0 in console before pulling?

mastercoms avatar Sep 05 '24 00:09 mastercoms

I tried it now, and it seems to produce the same crash without any difference I can see from the Logs I had earlier :( Log.txt

Exhaston avatar Sep 05 '24 20:09 Exhaston

Unfortunately this plugin is not ready for production use

BlackOpsDown avatar Sep 06 '24 06:09 BlackOpsDown

This is hard to figure out since I can't reproduce it in my projects (even in a blank project). If there is a minimally reproducible project/git setup you can create with this issue, it would be really nice.

mastercoms avatar Oct 17 '24 08:10 mastercoms