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

Stuck on loading screen (Typescript project is initializing [ = ]) #39

Closed
loucyx opened this issue Mar 21, 2015 · 5 comments
Closed

Stuck on loading screen (Typescript project is initializing [ = ]) #39

loucyx opened this issue Mar 21, 2015 · 5 comments

Comments

@loucyx
Copy link

loucyx commented Mar 21, 2015

I get stuck in the initial loading screen and I get this error on console:

Exception in thread Thread-[Some Number]
    File "./subprocess.py", line 1112, in _execute_child
PremissionError: [WinError 5] Access is denied

I'm running ST3 in Windows 8.1. I tested with Python 2.7 and 3.4, witno node and io.js, and all behave the same way. I tried with a new project, and it gets the same result.

example

@loucyx
Copy link
Author

loucyx commented Mar 21, 2015

It was working until a few days ago, I guess this bugs is related with the recent updates.

@loucyx loucyx changed the title Stuck on loading screen Stuck on loading screen (Typescript project is initializing [ = ]) Mar 21, 2015
@Phaiax
Copy link
Owner

Phaiax commented Mar 21, 2015

I have seen it and I'll take a look soon ... I think I have fixed it for mac and broke it for windows... damn :D

@loucyx
Copy link
Author

loucyx commented Mar 21, 2015

hahahaha ... no problem, if I had any idea of how to code in python, I would try to fix it myself. This is, by far, the best package for Sublime Text, so the wait is worth.

@Phaiax
Copy link
Owner

Phaiax commented Mar 21, 2015

Hm, I can't figure out why exactly this is happening.

The change I did a few days ago, was to fix a bug that otherwise ignored settings made in the general user settings files. Maybe you have set your node_path somewhere, and now it is no longer ignored.

AT (with version 0.6.4, it'll take 1-2 hours after it will automatically be upgraded with your next sublime restart) will now catch that exception and will print out the exact command that failed to execute and that has raised the PermissionError. Maybe the exact message will help you. If not, just c'n'p the error into this issue.

@loucyx
Copy link
Author

loucyx commented Mar 21, 2015

Fixed, I had the directory of node instead of the node executable in the node_path. That new error message is great: Informative and it avoids getting stuck in the "Typescript project is initializing" message.

Thanks!

@Phaiax Phaiax closed this as completed Mar 21, 2015
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

2 participants