View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 12-21-2018 , 19:59   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #152

Quote:
Originally Posted by iceeedr View Post
First app opening

This is happening because the package Notepad++ Color Scheme has the wrong version installed.

May be you have and old version of Sublime Text installed. You should use the latest stable version right now, which is 3176.

Anyways, you can always fix this with the following steps:
  1. To the the menu `Preferences -> Browse Packages...`
  2. Close Sublime Text
  3. If you find a directory called `Notepad++ Color Scheme`, delete the directory `Notepad++ Color Scheme`.
  4. If you cannot find a directory called `Notepad++ Color Scheme`, it means the package installed on the directory `Installed Packages`.
  5. To open the `Installed Packages` directory, just move one directory up: (you will be here)
  6. Then, delete the file `Notepad++ Color Scheme.sublime-package` inside the directory `Installed Packages`
  7. Open Sublime Text again, it should complain/show an error about a missing package
  8. Just hit OK and Restart Sublime Text


Quote:
Originally Posted by iceeedr View Post
After a few seconds the errors.

This is a bug which happens on Package Control and Sublime Text when it is upgrading/updating too much packages at the same time. See these links for more information:
  1. https://github.com/wbond/package_control/issues/1191 Package Control: Advanced Install Package
  2. https://github.com/SublimeTextIssues/Core/issues/2155 Hanging when adding several packages to the `ignored_packages` setting

I managed to fix it early this month, but just noticed I had forgot release a fix for it here.

My fix was to replace the Package Control you have installed right now, by my version of it called PackagesManager.

I just released a new version on the first post replacing Package Control by PackagesManager.


Quote:
Originally Posted by iceeedr View Post
And after this question, where do I click? I already put no, I already put ... I could not install

If you select the second option, and press enter, will stop showing up.

As I already explained before for the other bug, as soon as the next Pull Request gets merged, I should release a new version improving this menu, making it more clear.
  1. https://github.com/wbond/package_control_channel/pull/7389 Fixed my dependencies URLs names not on lowercase convention
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 12-21-2018 at 20:02.
addons_zz is offline