-
Notifications
You must be signed in to change notification settings - Fork 1
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
Server Not Start When User Name Has Space #34
Comments
Thanks for reporting this, we'll look into it. |
is this resolved @kubilayerislik with new version update? |
Hello, I have a similar problem. When I click "Start Server", I get an error rungb.jl isn't found. It says the file is not in the directory. Except it is. here is the error code: `/.vscode/extensions/geniebuilder.geniebuilder-insider-0.4.11/scripts [3] systemerror [4] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing) Any ideas? |
PC USERNAME = Harley V2.0
I install genie builder in vs market.
When i click the start server.
julia --startup-file=no --depwarn=no c:\Users\Harley V2.0\.vscode\extensions\geniebuilder.geniebuilder-0.2.5\scripts/rungb.jl
This code try to start and it throws an error.
ERROR: SystemError: opening file "c:\\Users\\Harley": No such file or directory
When i try to fix path issue and start this code.
julia --startup-file=no --depwarn=no c:\Users\'Harley V2.0'\.vscode\extensions\geniebuilder.geniebuilder-0.2.5\scripts/rungb.jl
It throw an error again
ERROR: LoadError: SystemError: opening file ".gbver": No such file or directory
When i check the file location. I found .gbver file, in vscode\extensions\geniebuilder.geniebuilder-0.2.5\script folder location.
The text was updated successfully, but these errors were encountered: