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

Server Not Start When User Name Has Space #34

Open
kubilayerislik opened this issue Nov 26, 2022 · 3 comments
Open

Server Not Start When User Name Has Space #34

kubilayerislik opened this issue Nov 26, 2022 · 3 comments

Comments

@kubilayerislik
Copy link

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.

resim

@essenciary
Copy link
Member

essenciary commented Nov 27, 2022

Thanks for reporting this, we'll look into it.

@AbhimanyuAryan
Copy link
Member

is this resolved @kubilayerislik with new version update?

@X3Coyote
Copy link

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.
I went to the Directory and manually ran runbj.jl with no problems after that. I'm not sure why it can't see the file in the directory.

here is the error code:

`/.vscode/extensions/geniebuilder.geniebuilder-insider-0.4.11/scripts
ERROR: SystemError: opening file "C:\Users\Rene\.vscode\extensions\geniebuilder.geniebuilder-insider-0.4.11\scripts\UsersRene.vscodeextensionsgeniebuilder.geniebuilder-insider-0.4.11scripts\rungb.jl": No such file or directory
Stacktrace:
[1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
@ Base .\error.jl:176
[2] #systemerror#82
@ .\error.jl:175 [inlined]
er-0.4.11scripts\rungb.jl": No such file or directory
Stacktrace:
[1] systemerror(p::String, errno::Int32; extrainfo::Nothing)
@ Base .\error.jl:176
[2] #systemerror#82
@ .\error.jl:175 [inlined] [2] #systemerror#82
@ .\error.jl:175 [inlined]

[3] systemerror
@ .\error.jl:175 [inlined]

[4] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Nothing, append::Nothing)
@ Base .\iostream.jl:293
[5] open
@ .\iostream.jl:275 [inlined]
[6] open(f::Base.var"#418#419"{String}, args::String; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) @ Base .\io.jl:393
[7] open
[10] include(mod::Module, _path::String)
@ Base .\Base.jl:457
[11] exec_options(opts::Base.JLOptions)
@ Base .\client.jl:307
[12] _start()
@ Base .\client.jl:522`

Any ideas?

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

4 participants