SA-MP Forums Archive
[HELP] Pawn Compiler Timeout - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Pawn Compiler Timeout (/showthread.php?tid=627494)



[HELP] Pawn Compiler Timeout [SOLVED] - Eoussama - 28.01.2017

Good evening everyone,
So I've had a little problem that went on my nerve quite a few hours now, I looked up for some tutorials online but couldn't find any,
The problem is When I try to compile, I don't know what exactly happen, but it seems like the compiler times-out or crashes, and the compiling operation never ends,
I'm using Sublime text 3

That's what I have on the task manager


any ideas?


SOLUTION
PHP код:

    
"cmd": ["pawncc.exe""$file""-o$file_path/$file_base_name""-;+""-(+""-d3"], 
    
"file_regex""(.*?)\\(([0-9]*)[- 0-9]*\\)"
    
"selector""source.pwn"
    
"working_dir""C:/Users/oussa/Documents/Scripting/Pawn/My pawn projects/Gamemodes/EO_CnR SQLite/pawno" 




Re: [HELP] Pawn Compiler Timeout - 4D1L - 28.01.2017

Have you tried compiling with the pawno.exe program to see if you don't have a bad pawnocc.exe file?


Re: [HELP] Pawn Compiler Timeout - Eoussama - 28.01.2017

Quote:
Originally Posted by 4D1L
Посмотреть сообщение
Have you tried compiling with the pawno.exe program to see if you don't have a bad pawnocc.exe file?
Yes, but it does the same thing, it never compiles as it should


Re: [HELP] Pawn Compiler Timeout - 4D1L - 28.01.2017

Does the grandlarceny gamemode compile for you?


Re: [HELP] Pawn Compiler Timeout - Eoussama - 28.01.2017

Quote:
Originally Posted by 4D1L
Посмотреть сообщение
Does the grandlarceny gamemode compile for you?
Problem solved at last,
I just changed the build system anew again,
but thanks for help anyway,
just in case, this is the new Build system
PHP код:
{
    
"cmd": ["pawncc.exe""$file""-o$file_path/$file_base_name""-;+""-(+""-d3"],
    
"file_regex""(.*?)\\(([0-9]*)[- 0-9]*\\)",
    
"selector""source.pwn",
    
"working_dir""C:/Users/oussa/Documents/Scripting/Pawn/My pawn projects/Gamemodes/EO_CnR SQLite/pawno"