pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
303 stars 70 forks source link

pawn.cfg is (not)missing error. #90

Closed NegativeIQ closed 8 years ago

NegativeIQ commented 8 years ago

Every time i try to compile anything i get these:

ø4Ä(0) : fatal error 100: cannot read from file: "F:\Games\Gta San Andreas\SA-MP Servers\Main Server\pawno\pawn.cfg"

Compilation aborted.

1 Error.

That file (pawn.cfg) is there like forever and it works with normal pawn compiler that comes with samp server package. It only contains -d0 flag. If i remove it, everything compiles just fine...Also file has right permissions so its not that as i checked at least twice. While i can live without debugging information i would like to have it for CrashDetect plugin as that saved my life couple of times.

If it makes any difference im on Windows 7 32bit (or x86 if you like it that way...). While i can live without -d0 flag i would like to have it for crash detect plugin just in case

Zeex commented 8 years ago

Does the file actually exist at F:\Games\Gta San Andreas\SA-MP Servers\Main Server\pawno\pawn.cfg? I mean, is the file path accurate?

NegativeIQ commented 8 years ago

Yes it is i always have only one pawno in my PC and its always in main server (stock samp server package).