drewdeponte / sublime_guard

Sublime Text 2 Guard Plugin - helps create a smoother development workflow.
MIT License
175 stars 15 forks source link

Guard not Starting #80

Closed redbassett closed 7 years ago

redbassett commented 9 years ago

Running ST3, Guard simply doesn't start when I run the start command. At first I thought my error was similar to #11 (like @ticktricktrack, there is no process running for Guard), however the error @dagobar found in the console differed from mine. I am getting the following:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/[username]/Library/Application Support/Sublime Text 3/Packages/Guard/guard_wrapper'

natecox commented 9 years ago

Confirmed, I'm getting the same error.

natecox commented 9 years ago

It should be noted that my installation is also looking for ~/Library/Application Support/Sublime Text 3/Packages/Guard/guard_wrapper, when there is no Guard directory inside of Packages. There are other package folders there, so Sublime would seem to be aware of it.

Edit: I'm on OSX 10.10.2 using Sublime 3066

natecox commented 9 years ago

Here's the console output of attempting to install Guard, looks like it's having a hard time finding files

ignored packages updated to: [Djaneiro, Guard]
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
reloading Packages/User/Package Control.sublime-settings
ignored packages updated to: [Djaneiro]
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
error: Error loading colour scheme Packages/Guard/GuardOutput.tmTheme: Unable to open Packages/Guard/GuardOutput.tmTheme
reloading plugin Guard.guard
reloading Packages/Guard/Guard.sublime-settings
generating syntax summary
reloading Packages/User/Preferences.sublime-settings
natecox commented 9 years ago

Looks like #76 is the same issue.

natecox commented 9 years ago

72 also seems to be the same issue.

redbassett commented 9 years ago

Yeah, I was able to get it running by manually cloning the repo to the Packages folder and renaming it "Guard". That said, obviously fixing it to use dynamic paths would be best.

nightpool commented 8 years ago

fixed by #83