forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Windows 7: No console output. Fatal error #239

Open VassiliosRendoumis opened 10 years ago

VassiliosRendoumis commented 10 years ago

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