pawno crash
#1

hi, when i use #include <sqlitei> my pawno crashed. i downloaded it from github. if i delete this line all works fine
Reply
#2

Try #include <sqlite>

Copy paste this
Reply
#3

ofc this
Код:
\gamemodes\new.pwn(12) : fatal error 100: cannot read from file: "sqlite"
if i rename the include to "sqlite" it's still crash
Reply
#4

Did you put it on SERVER_FOLDER/pawno/include ?
This error means that you don't have the file in the include folder of pawncc. (it is not a pawn compiler crash)
Reply
#5

Quote:
Originally Posted by 10MIN
Посмотреть сообщение
Did you put it on SERVER_FOLDER/pawno/include ?
Ofc i does it.
in first message i mean this

Quote:
Originally Posted by 10MIN
Посмотреть сообщение
Did you put it on SERVER_FOLDER/pawno/include ?
This error means that you don't have the file in the include folder of pawncc. (it is not a pawn compiler crash)
this error coming if i rename line like in message from GamezCEO
Reply
#6

Here is another reason.

1) You are opening PAWNO.exe from a DIFFERENT folder where your desired GAMEMODE or FILTERSCRIPT is located. e.g.

MyFolder\nGamemodes\nCODTDM.pwn
MyFolder\nPAWNO\nPawno.exe

If I open the Pawno.exe from the same folder from where my gamemode or whatever I'm trying to edit is located, there won't be a problem.

But if it is like this:

MyFolder\Gamemodes\CODTDM.pwn
AnotherFolder\PAWNO\Pawno.exe

Then Pawno will give you an error that it cannot read from the file.
Reply
#7

Quote:
Originally Posted by GamezCEO
Посмотреть сообщение
Here is another reason.

1) You are opening PAWNO.exe from a DIFFERENT folder where your desired GAMEMODE or FILTERSCRIPT is located. e.g.

MyFolder\nGamemodes\nCODTDM.pwn
MyFolder\nPAWNO\nPawno.exe

If I open the Pawno.exe from the same folder from where my gamemode or whatever I'm trying to edit is located, there won't be a problem.

But if it is like this:

MyFolder\Gamemodes\CODTDM.pwn
AnotherFolder\PAWNO\Pawno.exe

Then Pawno will give you an error that it cannot read from the file.
Unfortunately no

Problem still here
Reply
#8

Try Notepad++ or sublime
Reply
#9

Something is wrong... I can compile without a crash my gm with sqlitei included (not used) with Zeex's Experimental and server package compilers without any error... Try to check your code and re-check the include. (make sure you've downloaded it from: https://github.com/oscar-broman/sqlitei)
Reply
#10

Quote:
Originally Posted by OneDay
Посмотреть сообщение
Try Notepad++ or sublime
i will try it later, thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)