Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

Jenny - parsing the project file takes several minutes

Open kdrzymala opened this issue 5 years ago • 6 comments

Hi! Looks like I'm facing similar issue like #758 but solution provided there does not work. I don't have multiple csproj files (just ProjectName.csproj).

Here's the output of doctor.

https://gist.github.com/kdrzymala/718a161b170745d023cd736ea81a9388

It's taking ages on step 'parsing RopeRunnerUnity' (same for gen command). Using Unity 2018.2.4.

I had it working fine on my other machine (it was using Assembly-CSharp.csproj there)

Any ideas? Is there anything I missed?

kdrzymala avatar Aug 18 '18 14:08 kdrzymala

To identify the issue, please tun jenny gen -v When the logs are printed, is there some point where it takes a long time waiting? If so, where?

sschmid avatar Aug 18 '18 16:08 sschmid

Yep, I did that. It gets stuck at the parsing step. Here's the output: https://gist.github.com/kdrzymala/e947c30eebdc9c3c2d9e84c359aeed99

kdrzymala avatar Aug 18 '18 17:08 kdrzymala

Ok, so here:

Opened RopeRunnerUnity
Parsing RopeRunnerUnity

<------ Takes long time here?


Complete RopeRunnerUnity

sschmid avatar Aug 19 '18 06:08 sschmid

Yes, that's right! :)

kdrzymala avatar Aug 19 '18 06:08 kdrzymala

I've tested it on some other machines and I noticed that each time Unity generates ProjectName.csproj this bugs happens. Didn't notice it when I had AssemblyCSharp.csproj

Is there any rule why Unity generates one over the other?

kdrzymala avatar Aug 23 '18 13:08 kdrzymala

I had this issue when I deleted the Generated/ folder and it was stuck at Parsing Project. I simply deleted all the Generated/ entries in the .csproj and everything worked smoothly again.

nbreum15 avatar Aug 10 '19 18:08 nbreum15