Sublime Forum

Windows 10 unable to launch Sublime Text 3 build 3126

#1

After installing sublime Text, trying to Launch sublime Text generates crash dump file.

0 Likes

#2

Can you show it to us? Have you installed Sublime Text before?

0 Likes

#3

Yeah. I installed it before. Never ran into the problem before. This was on my new laptop. I installed it successfully. It ran good for few weeks. Then suddenly it stopped launching. Uninstalling and reinstalling didn’t help.

Thanks

0 Likes

#4

You should maybe revert to a fresh stage. A plugin maybe, or wrong formatted settings file.

I think I had the same problem once: If you ctrl+alt+suppr, task manager, you’ll find ST. Select it and click end task. If you restart ST, you should get an error message. If it’s the case, or not, revert, it’s probably the cause.

0 Likes

#5

There is no process running for ST.

“If you restart ST, you should get an error message. If it’s the case, or not, revert, it’s probably the cause.” - I didn’t get this.

Further I have not installed any plugins.

0 Likes

#6

What happens when you try to start ST?

Anyway, it doesn’t really matter. Revert to a fresh state and tell me if it works.

0 Likes

#7

How to revert to fresh state?

0 Likes

#8

I tried reverting to fresh state. It didn’t worked. Crash dump file is being created when I tried to launch ST

0 Likes

#9

What have you done before it stopped working?

0 Likes

#10

I am trying to change system fonts by altering system font registries. Everything else is working fine.
Other text edit editors are working fine.

0 Likes

#11

Sorry, I’m not really good when it comes to this kind of things… ::frowning: I guess Google’s you new best friend :wink:

0 Likes

#12

I have googled enough and couldn’t find anything. My last resort is to approach ST forums…

0 Likes

#13

Hum… Maybe open your setting file (%appdata%\Sublime Text 3\Packages\User\Preferences.sublime-settings) and change the font name, so that ST doesn’t try to load the font that you edited

0 Likes

#14

not too sure on the rules about old posts but i do think this is a bug.
earlier today i decided to change my system font for fun by using this .reg file.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"=""
"Segoe UI Black (TrueType)"=""
"Segoe UI Black Italic (TrueType)"=""
"Segoe UI Bold (TrueType)"=""
"Segoe UI Bold Italic (TrueType)"=""
"Segoe UI Emoji (TrueType)"=""
"Segoe UI Historic (TrueType)"=""
"Segoe UI Italic (TrueType)"=""
"Segoe UI Light (TrueType)"=""
"Segoe UI Light Italic (TrueType)"=""
"Segoe UI Semibold (TrueType)"=""
"Segoe UI Semibold Italic (TrueType)"=""
"Segoe UI Semilight (TrueType)"=""
"Segoe UI Semilight Italic (TrueType)"=""
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"=""
"Segoe Print Bold (TrueType)"=""
"Segoe Script (TrueType)"=""
"Segoe Script Bold (TrueType)"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"="courier new"

i tried multiple fonts in place of courier new and sublime text 3 would not launch.
but when i set Segoe UI back to its default like the .reg file below, sublime launches without a problem.
i didn’t test every single line to see if i could find the problem, but hopefully this guides you in the right direction.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Segoe UI (TrueType)"="segoeui.ttf"
"Segoe UI Black (TrueType)"="seguibl.ttf"
"Segoe UI Black Italic (TrueType)"="seguibli.ttf"
"Segoe UI Bold (TrueType)"="segoeuib.ttf"
"Segoe UI Bold Italic (TrueType)"="segoeuiz.ttf"
"Segoe UI Emoji (TrueType)"="seguiemj.ttf"
"Segoe UI Historic (TrueType)"="seguihis.ttf"
"Segoe UI Italic (TrueType)"="segoeuii.ttf"
"Segoe UI Light (TrueType)"="segoeuil.ttf"
"Segoe UI Light Italic (TrueType)"="seguili.ttf"
"Segoe UI Semibold (TrueType)"="seguisb.ttf"
"Segoe UI Semibold Italic (TrueType)"="seguisbi.ttf"
"Segoe UI Semilight (TrueType)"="segoeuisl.ttf"
"Segoe UI Semilight Italic (TrueType)"="seguisli.ttf"
"Segoe UI Symbol (TrueType)"="seguisym.ttf"
"Segoe MDL2 Assets (TrueType)"="segmdl2.ttf"
"Segoe Print (TrueType)"="segoepr.ttf"
"Segoe Print Bold (TrueType)"="segoeprb.ttf"
"Segoe Script (TrueType)"="segoesc.ttf"
"Segoe Script Bold (TrueType)"="segoescb.ttf"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes]

"Segoe UI"=-

sublime is awesome and i would like to use it despite having a different system font.
have a good day.

0 Likes

#15

Can you try reproducing with dev build 3131? The font selection for the theme engine works differently now, so it may no longer run into that issue.

0 Likes

#16

thanks wbond
dev build 3131 does launch.
sadly i don’t have a license but used a friend’s license to make sure.
can’t wait til this gets pushed to beta.

0 Likes