Sublime Forum

Display Issue

#1

I restarted my computer like I always do on monday mornings, then I kicked open a project in Sublime Text 3 and this is what I keep getting.

Things I’ve Tried

  • Restarting the app
  • Reopening the project
  • Crying a little
  • Opening other projects (same thing)
  • Reinstalling the App

0 Likes

#2

I had a similar looking issue yesterday and it turned out that I was missing the theme referenced in the user preferences. I edited the user preferences by hand and restarted Sublime and everything returned to normal…

0 Likes

#3

You are a beautiful person, this worked. Thank you so much.

Sublime needs better error handling. :cry:

0 Likes

#4

[quote=“allanbranch”]You are a beautiful person, this worked. Thank you so much.

Sublime needs better error handling. :cry:[/quote]

Hehe…glad I could help. I guess it would be difficult for Sublime to know when a theme is corrupt… But it might be nice to be able to start Sublime up in some kind of “safe” mode where the user plugins and settings are all disabled.

0 Likes

#5

I’ve submit a fix that should resolve this terrible, terrible issue.

0 Likes

#6

I had the same issue but the root cause of mine came from Sublime somehow adding my current theme to the ignored packages list in user settings.

[code]“ignored_packages”:

	"Soda", <--- one does not simply ignore the theme currently being used
],

[/code]

Maybe the same issue you guys had :smile:

Hope this helps anyone else with this issue

0 Likes