Sublime Forum

[BUG] Crash on "bold + standardantialias"

#1

Reproduce the bug:

# font Inconsolata 10 :bold standardantialias
# font Courier New 11 :bold standardantialiasing

I’ve test it on MGA G550 & i865GV

Consequence
Both configuration will cause ST crash and cannot start again.

Solution
User has to manually edit the config.file to recover to good setting.

Suggestion
Though standardantialiasing is not the keyword but it works too. Haha…

0 Likes

#2

I’ll fix the crash in the next beta, however the cause of the crash is the incorrect syntax, you should have a colon before both parameters, e.g.,

font Inconsolata 10 :bold :standardantialias
0 Likes