My sublime text 3 woun’t open the project file. The name of the currently opened project is set correctly (titlebar) but neither the file tree view is loaded, nor are
sublime.active_window().project_file_name() or sublime.active_window().project_data() set, “Project->Edit project” is disabled.
This happens if I open the project via Menu->Project->Open Project… or Menu->Project->Open Recent->[Project File].
If I activate logging via sublime.log_commands(True) I see
command: open_recent_project_or_workspace {"index": 0}
but nothing happens, no error, no nothing.
Only if I open sublime alike
subl ProjectName.sublime-project the project is opened.
I’m runing a Linux Mint 17.1, licenced sublime for x64 build 3083,
So what can I do now, do you need any other information for debugging?