View Single Post
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 06-15-2017 , 13:30   Re: [TUT] Compiling AMXX plugins with Sublime Text
Reply With Quote #53

Quote:
Originally Posted by Depresie View Post
any idea wtf happened here ?
I am not sure yet.
  1. Does this happens every time, for every file, or just for that plugin?
  2. Can you enable the debug mode on the `AmxxPawn.bat` file, run it again and post here the full output?
To enable debug mode, you need to edit the `AmxxPawn.bat` and remove its third line `@echo off`, or just change it to `@echo on`:
Code:
File: Packages\Amxx Pawn\AmxxPawn.bat 1: 2: 3: @echo off 4: 5: rem AMXX Plugin Compiler Script 6: rem ...
To open the `AmxxPawn.bat` you can press `Ctrl+Shift+P` and type `amxx conf bat` on the command palette:



For reference I found this other thread about the error 255:
  1. https://social.msdn.microsoft.com/Fo...-with-code-255
It seems the `.bat` file is not finding the file. I think is it a missing "" double quotes on a file path with spaces.
__________________
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; 06-15-2017 at 13:33.
addons_zz is offline