Skip to content
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

Unable to switch to new project from within Unity #63

Open
pajama opened this issue Jun 30, 2017 · 3 comments
Open

Unable to switch to new project from within Unity #63

pajama opened this issue Jun 30, 2017 · 3 comments

Comments

@pajama
Copy link

pajama commented Jun 30, 2017

Projony > Change Project > New > Enter name > Submit

Gives me this error -

PrjCommandException: Error occurred during 'Opening Unity': [WinError 2] The system cannot find the file specified

Projeny.Internal.PrjCommandHandler+<ProcessPrjCommand>d__3.MoveNext ()
Projeny.Internal.CoRoutine.Pump ()
Rethrow as CoRoutineException: Coroutine Object Trace: PmCreateNewProjectPopupHandler -> PrjCommandHandler
Projeny.Internal.CoRoutine.Pump ()
Projeny.Internal.AsyncProcessor.AdvanceFrameAll ()
Rethrow as AsyncOperationException: Error occurred during async operation
Projeny.Internal.AsyncProcessor.AdvanceFrameAll ()
Projeny.Internal.AsyncProcessor.Tick ()
Projeny.Internal.PmCompositionRoot.Update ()
Projeny.Internal.PmWindow.Update ()
UnityEngine.Debug:LogException(Exception)
Projeny.Internal.Log:ErrorException(Exception)
Projeny.Internal.PmWindow:OnErrorOccurred(Exception)
Projeny.Internal.PmWindow:Update()
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()

It seems to create the new project, but never opens it.

Thanks for your help!

@svermeulen
Copy link
Contributor

Is Projeny added to your system path? If you run prj in command prompt, does that do anything?

@rsdal
Copy link

rsdal commented Jul 10, 2017

@svermeulen I have the same error, I tried to use the command and it appeared all the specifications and ways of using prj. I'm using Unity 5.6.1f1.

If i try to switch platform this error appears:

Projeny: Operation aborted. Projeny encountered errors when running 'Changing platform to 'Android''. Details:

[WinError 2] System cannot find the file specified

UnityEngine.Debug:LogError(Object)
Projeny.Internal.Log:Error(String, Object[])
Projeny.PrjHelper:DisplayPrjError(String, String)
Projeny.PrjHelper:ChangePlatform(BuildTarget)
Projeny.ProjenyEditorMenu:ChangePlatformAndroid()

@pajama
Copy link
Author

pajama commented Jul 12, 2017

Also using 5.6.1, yes projeny is added to my path. I'm able to use prj to create new projects from the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants