question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I still cannot get it works on Windows 7 64bit, Sublime 3 (3065)

See original GitHub issue

My ImageMagick’s installed location

According to someone’s comment, I’ve installed 32bit version of ImageMagick, I couldn’t get the 64 bit version to work anyway

Gutter Color user’s setting

"convert_path" : "C:\\Program Files (x86)\\ImageMagick\\convert.exe",, I also had tried "convert_path" : "C:/Program Files (x86)/ImageMagick/convert.exe",, and trying to restart Sublime for several times.

Result

I still cannot get it works anyway

Please help, thanks.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
tedbeercommented, Nov 3, 2014

What I did after inspecting the source code:

  • use path with trailing slash in configuration: “convert_path” : "D:\win_\ImageMagick6728" It may work but I also changed source code in “%USERPROFILE%\Application Data\Sublime Text 3\Packages\Gutter Color\line.py”:
  • modified line 136 - … paths = [ self.settings.get(“convert_path”), “/usr/bin/convert”, “/usr/local/bin”, “/usr/bin” ]
  • removed somewhere around line 150: paths.append(self.settings.get(“convert_path”));
  • restart the editor

At this moment I don’t have time to make a proper pull request. I’ll make it in couple days if the bug is not fixed at that moment.

0reactions
Tim-Galeevcommented, Nov 19, 2014

Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Win7 64 bit can not open sublime text3 - Technical Support
Win7 64-bit, the installation of sublime text3, open only in the catalog to generate a(xxx. Dmp) file, but the procedure is not open, ......
Read more >
Anaconda doesn't work in sublime text 3 build 3065 after v1.4.0
Hi, Windows 7 64-bit Sublimetext Build 3065 Anaconda v1.4.2 I have installed, and the python_interpreter is set to "python" because my PATH ...
Read more >
Installing Sublime Text on Windows 32/64 bit
Go to http://www.sublimetext.com/3 and download the relevant file for 32-bit or 64-bit. A file called Sublime Text Build # Setup.exe will be downloaded....
Read more >
Sublime Text from Command Line - windows - Stack Overflow
Cygwin · Open command prompt and type sysdm.cpl · In Advanced tab, select Environment variables · Under system variables, select variable named " ......
Read more >
opening php files in browser through sublime - Treehouse
you should be able to do the simple install. You might have to restart sublime after the install is done. next you will...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found