purduesigbots / pros-atom3

Provides integration with the PROS 3.x ecosystem
https://pros.cs.purdue.edu
Mozilla Public License 2.0
7 stars 0 forks source link

Cannot create new project on pros V5 #38

Closed ghost closed 5 years ago

ghost commented 5 years ago

Everytime i try to create a new project on Pros for Mac I get this error: image

HotelCalifornia commented 5 years ago

We're going to need some more information. How did you install PROS?

ghost commented 5 years ago

@HotelCalifornia I am using homebrew method

HotelCalifornia commented 5 years ago

what commands did you run?

ghost commented 5 years ago

@HotelCalifornia the ones listed on the website for installation

HotelCalifornia commented 5 years ago

so brew cask install pros-editor?

if so, can you hit cmd+option+i, try to make a new project again, and attach a screenshot of the output in the console on the right?

ghost commented 5 years ago

it was brew cask install pros-editor

HotelCalifornia commented 5 years ago

sorry, that's what I meant. Can you try the other thing I said?

ghost commented 5 years ago

screen shot 2019-02-25 at 5 01 20 pm

HotelCalifornia commented 5 years ago

Try following the instructions from here:

If you are using the PROS Editor, open up your init script (File > Init Script) and add the following two lines:

 export LANG="en_US.utf-8"
 export LC_ALL="en_US.utf-8"

Then restart the editor.

ghost commented 5 years ago

image

ghost commented 5 years ago

im getting this error ^^^

HotelCalifornia commented 5 years ago

ahhh... I copied the wrong lines. should be

process.env.LANG = 'en_US.utf-8'
process.env.LC_ALL = 'en_US.utf-8'
ghost commented 5 years ago

project can be created as normal but getting this error:

image

ghost commented 5 years ago

correction*** i can create the project!!

HotelCalifornia commented 5 years ago

The other issue is the same as #37. Since the original problem seems to have been solved, I'm going to close this one.

ghost commented 5 years ago

@HotelCalifornia thank you!!! you are a lifesaver :)

edjubuh commented 5 years ago

If you could help us out in reproducing/debugging #37 that would be greatly appreciated. Neither of us are able to reproduce the issue.

ghost commented 5 years ago

@edjubuh how can i help?

edjubuh commented 5 years ago

https://github.com/purduesigbots/pros-atom3/issues/37#issuecomment-466728224