[HELP] Pawn Compiler Timeout
#1

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" 

Reply
#2

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

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
Reply
#4

Does the grandlarceny gamemode compile for you?
Reply
#5

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"

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)