Sublime Forum

Sublime Text 3 Dropping Licence

#1

I have a licence for ST3. ST3 accepts that licence but every now and then ST3 just drops the licence and claims to be unregistered. I think it drops the licence when it does an update check (which I do not need or want).

My Preferences.sublime-settings - User looks like this:

{
	"ignored_packages":
	[
		"Vintage"
	],
	"update_check": false
}

But ST3 is still doing update checks so I must have done something wrong.

So, two questions.

  • How do I stop ST3 dropping my licence
  • How do I stop update checks.
0 Likes

#2

One possibility is that you are using a license, which has been revoked on the server side.

0 Likes

#3

Why would that be the case? It’s only ever been used on this machine and if that is the case how do I get it fixed?

0 Likes

#4

Are you using Mac OS?

0 Likes

#5

Yep. 12.6.

0 Likes

#6

A wild guess https://github.com/sublimehq/sublime_text/issues/5144 and you may try this workaround https://github.com/sublimehq/sublime_text/issues/5389#issuecomment-1133546300 to see whether the issue persists.

The license of ST 3 is at ~/Library/Application Support/Sublime Text 3/Local/License.sublime_license

0 Likes

#7

Hmmm. That does look promising. I’ll give that a go. Thanks.

0 Likes