Sublime Forum

Sublime Merge Won't Open

#1

Description

After the most recent update, Sublime Merge will not open. when you click on it, it attempts to open and then immediately closes. This is nearly the same behavior as https://github.com/SublimeTextIssues/Core/issues/2791, except I can’t find the sublime merge settings file.

Steps to reproduce

  1. Open Sublime Merge

Expected behavior

Sublime opens

Actual behavior

Sublime Doesn’t open

Environment

  • I don’t know, I can’t open Merge. Sublime Text is 3.2.1, Build 3207
  • Operating system and version: macOS 10.14
0 Likes

#2

This was resolved by creating a preferences file at ~/Library/Application Support/Sublime Merge/Packages/User/Preferences.sublime-settings and making it read

{
	"gpu_window_buffer": false
}
0 Likes