You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
I installed Julia Studio 0.4.4 64-bit version on a Windows 7 (64 bit) machine. When I try to run a simple tutorial code like println("Hello, world!"), I get the following message in the console tab:
Access is denied.
fatal: error thrown and no exception handler available.
Base.KeyError(key="PATH")
The exact same behavior happens when I try to reset the console by clicking on reset button at the console tab.
I read the issue thread #124 and tried to apply the proposed solution, that is, deleting the JuliaStudio folder in "C:\Users\My-username\AppData\Roaming". It didn't work; The folder keeps coming back after deleting it, whenever I re-open JuliaStudio and the problem remains the same, as for the console message mentioned above.
I installed Julia Studio 0.4.4 64-bit version on a Windows 7 (64 bit) machine. When I try to run a simple tutorial code like println("Hello, world!"), I get the following message in the console tab:
Access is denied.
fatal: error thrown and no exception handler available.
Base.KeyError(key="PATH")
The exact same behavior happens when I try to reset the console by clicking on reset button at the console tab.
I read the issue thread #124 and tried to apply the proposed solution, that is, deleting the JuliaStudio folder in "C:\Users\My-username\AppData\Roaming". It didn't work; The folder keeps coming back after deleting it, whenever I re-open JuliaStudio and the problem remains the same, as for the console message mentioned above.
vassilios.rendoumis@gmail.com