Hi, I just built banks in 2.02.15 and now when I try to open my UE project I see the UE editor for a second, and then it crashes.
I don’t know if it means anything, but I am confused by the messages about ‘C:\jk\workspace..’ folders. I have no such folders on my system, and I notice that the path says UE4 in it.
I see others talking about the Assertation failed: PathStr[0] == ‘/’ … error and how it was solved by adding a ‘/’ in the FMOD settings in UE. Problem is, I can’t get there before UE crashes. I checked DefaultGame.ini and the only FMOD refs I see are these:
+DirectoriesToAlwaysCook=(Path=“/Game/FMOD/Banks”)
+DirectoriesToAlwaysCook=(Path=“/Game/FMOD/Buses”)
+DirectoriesToAlwaysCook=(Path=“/Game/FMOD/Events”)
+DirectoriesToAlwaysCook=(Path=“/Game/FMOD/Reverbs”)
+DirectoriesToAlwaysCook=(Path=“/Game/FMOD/Snapshots”)
+DirectoriesToAlwaysCook=(Path=“/Game/FMOD/VCAs”)
+DirectoriesToAlwaysStageAsNonUFS=(Path=“FMOD/Desktop”)
Tried adding a / to the last one as well as deleting them but still the same crash. Any ideas? Everything was working fine until I did the FMOD build with UE closed.