GenieFramework / GenieBuilder.jl

Other
16 stars 1 forks source link

Server Not Start When User Name Has Space #34

Open kubilayerislik opened 1 year ago

kubilayerislik commented 1 year ago

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 commented 1 year ago

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

AbhimanyuAryan commented 1 year ago

is this resolved @kubilayerislik with new version update?

X3Coyote commented 1 year ago

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?