-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find match for YAML element PackageFolders #14
Comments
You shouldn't run Did you try following the instructions here? |
If that link doesn't work just search for "How do I start an entirely new set of Projeny-based packages/projects from scratch?" in the docs |
I didn't create a Projeny.yaml. I used the one from the installation folder 😄. I will test it if i'm at home. |
Now i executed the following commands
|
Can you attach the PrjLog.txt file? Should be in the same directory you are running |
I already posted it up there but here as an attachment edit: well this is after i executed the pjr --init as you can see |
What version of windows? |
Windows 8.1 Pro (German) |
That's probably related. I only tested on Windows 7 unfortunately. It's failing when it tries to create the directory junctions. What happens when you run this directly yourself?
|
Does already exist. I deleted and recreated it with the command. Without any problems. |
What's the output from that command? It's failing when it parses that |
|
Ah it's the "ü" character for some reason. |
Are you running from source or exe? |
I'm running from exe |
This is a longshot but can you try running |
Same error again |
Ok, I have a VM of windows 8, I'll try and repro it myself |
Well i think the problem is the language. I will change it to english and test it again |
After i changed the system language to english |
And change project results in a crash if the other project isn't initlized by unity |
It should initialize on first open. Can you post the log? |
PrjLog.txt |
I can't reproduce either of these issues. Can you provide repro-steps for the freeze you're talking about starting from creating an initial config? |
I set my system language to english You couldn't reproduce the utf8 thing? Did you change the system language to german? Does projeny depend on some 3d-party stuff? |
Ok, changing to german allowed me to reproduce the utf8 issue so I'll fix that. Before that I was just outputting the bad character manually. But no luck on the second issue. I'll try it with windows 8 |
Projeny depends on some python libraries, but those should all be packaged in if you're using the exe build |
I changed the line 107 of ProcessRunner.py in mtm/util to the upper line and i have no error :P |
Oh are you running from source now? This should be fixed in commit 009a20a |
Yeah i downloaded it 30 minutes ago. |
Well with your fix 009a20a you generate the following error. ProcessRunner.py on line 108 works fine
|
So you're saying that my fix 009a20a didn't work for you and I should change it to those lines instead? I wonder if this would solve it too:
Would you mind trying that? I am not seeing this error. |
Yes this works fine. |
Ok great. Thanks. |
Hello @svermeulen. I have the same situation now. Did you push this fix into the last release tag |
Oh, oops, I didn't make a release for this fix. I'll do that today. If you don't want to wait for that you can install by source which should have the fix. |
Ok I made a new release. If you end up trying it, let me know if it addresses your issue |
Could someone help me out with this one.
Didn't find anything in the readme
The text was updated successfully, but these errors were encountered: