-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I know these issues have been reported before but most of them are at least 3 years old so I figured maybe my problem isn't related. I'm also getting an error that hasn't been reported.
First off I did all of the command line configurations. I had to set the required variables on the command line because no matter what I did I couldn't get P4 to recognize my configurations in my P4CONFIG. But I know they're set because I get the correct info when I run p4 info.
When I try to login to P4 on Sublime I get the following error in the console:
Traceback (most recent call last):
File "./python3.3/subprocess.py", line 1104, in _execute_child
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\Perforce\Perforce.py", line 995, in on_done
p = subprocess.Popen(command, stdin=subprocess.PIPE,stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=global_folder, shell=True)
File "./python3.3/subprocess.py", line 819, in __init__
File "./python3.3/subprocess.py", line 1110, in _execute_child
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect
Traceback (most recent call last):
File "./python3.3/subprocess.py", line 1104, in _execute_child
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect
But then I realized that if I'm logged in to P4V then I don't get that error in Sublime when I attempt to login. Everything works then except for the auto checkout feature. I did some research and found out that I had to add the Perforce settings file. So I copied Perforce.sublime-settings file from the Perforce directory into my Sublime Text 3->Packages->User directory. But I still have the same problem. I'm thinking maybe that login problem is causing the auto checkout problem.
I wouldn't mind having to login to P4V before using Sublime as long as the auto-checkout feature worked.
Any help would be appreciated.
Thanx