Sublime Forum

Sublime freezes when while 1

#1

Sublime freezes and can not be recovered, it seems.
I have spent time trying.
The program is in an infinate loop.
My keyboard does not have a break key.
Without it being active I can not modify the keys to give ctrl-alt-c the break.
what a mess.
The only thing keeping me here is that every other IDE seems to have freeze problems at one time or other.
I am just beginning. I can not ever run a simple hello world program currently

0 Likes

#2

Are you doing anything specific when ST freezes? This kind of thing is usually caused by plugins, have you tried reverting to a freshly installed state?

0 Likes

#3

Got two machines, want to explore and learn python, got 3 ides stuck in one state or another.

This is the laptop sublime problem (as opposed to the desktop sublime/python/what is an sfile problem
I have been tinering with it. deleting and reinstalling and it is more of a mess than before.
So this is not the problem I need work on.

0 Likes

#4

wow reloaded win 64 version and got my program back.
The program has a while infinate loop and freezes the IDE

0 Likes

#5

on another problem, what is an sfile and what do I do to cure if missing?

from a simple hello program:

Python3: can’t open file ‘sfile’: [Errno 2] No such file or directory
[Finished in 0.1s with exit code 2]
[cmd: [‘python3’, ‘-u’, ‘sfile’]]
[dir: /home/sean/.config/sublime-text-3/Packages/User]
[path: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

0 Likes

#6

sfile is the name of the file you’re trying to run. Have you saved the file?

0 Likes

#7

yes.
Ok I have not a clue why but it is now running on one machine very well no sfile problems. I did a rebuild?
Anyway thanks.

0 Likes