[Problem] Player team isn't assigned at spawn on 0.3 RC8-1
#1

EDIT: JUMP TO SECOND PROBLEM


Hi scripter,

This is my problem:
I have a server 0.3 and i have fixed my GM for Pawno 0.3.
There aren't errors or warnings, but when i start my exe, server crash immediately.

This is file server.log:
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3-beta-RC8, ©2005-2009 SA-MP Team

[20:20:44] filterscripts = "" (string)
[20:20:44] 
[20:20:44] Server Plugins
[20:20:44] --------------
[20:20:44] Loaded 0 plugins.

[20:20:44] 
[20:20:44] Filter Scripts
[20:20:44] ---------------
[20:20:44]  Loaded 0 filter scripts.

[20:20:44] 
[20:20:44] Loading Config......
[20:20:44] DEBUG is on
This is file server.cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password psw
maxplayers 500
port 7778
hostname BETA 0.3
gamemode0 SopO 1
filterscripts 
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 400.0
stream_rate 500
If I use default GM, the server run.

Please help me thanks...

- SoeH
Reply
#2

does it load good with 0.2x?
Reply
#3

Same here . . It was working fine yesterday, and my server has no warnings or errors

Nothing in the server log about why its crashing either . .

Код:
Exception At Address: 0x00478066



Registers:

EAX: 0x00000000	EBX: 0x01644454	ECX: 0x00000000	EDX: 0x00DDF438

ESI: 0x00000000	EDI: 0x0000000B	EBP: 0x00000000	ESP: 0x0012F8AC

EFLAGS: 0x00010293



Stack:
Reply
#4

A few more informations would come in handy to assist you guys in this matter.
1.) What gamemode are you using
2.) Are you using any plugins?
3.) What did you fix at your script?
4.) What is that "loading config" from?
5.) What system are you running on? linux or windows.
6.) What did you do before you started the server?
7.) Have you had such a problem before?
8.) Did you try to debug your script to determine the exact location of where about the crash is?
9.) Include at least a bit of code where you assume the error to be at.
10.) Be prepared that we might or might not be able to help you, it all depends on how much information you release to public, as some try not to release anything to public. If you ask me, there is nothing special at a pawn script, but that might be because pawn isn't the only language I code in.

If you have any further informations which you assume could come in handy for us to help you, feel free to include them. You do not have to answer all of the questions stated above, they are just a small explanation of what you might and might not include in your help request. I'll be waiting for further updates.
Reply
#5

Make sure that you have all the scriptfiles needed to run the gamemode.
Reply
#6

Quote:
Originally Posted by dugi
Make sure that you have all the scriptfiles needed to run the gamemode.
Yes!! I have controll all scriptfiles and 1 missing!!! :P Now I'm trying...
EDIT: nothing...

Now I reply all, just a moment because i have bad english...
Reply
#7

1.) PEN1 by Astro + My modify = 29.000 lines of code
2.) No plugin
3.) I have removed OnPlayerPrivMsg and i have implemented on OnPlayerCommandText, so I have removed SetDisableWeapon.
4.) i've take the server default and I've modified any lines.
5.) Windows.
6.) ?
7.) With 0.2x it works good.
8.) The crash is after OnGameModeInit, because i have insert a print under OnGameModeInit and it is.
9.) This?:
Код:
Exception At Address: 0x7C911010



Registers:

EAX: 0x00000020	EBX: 0x00000080	ECX: 0x7FFDF000	EDX: 0x00000020

ESI: 0x0164CF58	EDI: 0x0164CF70	EBP: 0x0012FCE4	ESP: 0x0012FCA8

EFLAGS: 0x00010202



Stack:
10.) I have a Italian site of help scripting, i know that.

Thanks for the interest.

- SoeH


EDIT: I've see that a cfg file (pen1.cfg) was pen1.txt


Sorry and thanks all

- SoeH
Reply
#8

Quote:

Exception At Address: 0x7C911010

That address is not in the SA-MP server. It must be crashing in a plugin.

Quote:

[20:20:44] DEBUG is on

This line is also not from the SA-MP server so what ever is writing that line is also probably what is crashing the server.
Reply
#9

Quote:
Originally Posted by Kye
Quote:

Exception At Address: 0x7C911010

That address is not in the SA-MP server. It must be crashing in a plugin.

Quote:

[20:20:44] DEBUG is on

This line is also not from the SA-MP server so what ever is writing that line is also probably what is crashing the server.
Maybe I explained evil, but now the server runs. The problem it was wrong extension of a file in scriptfile.
"DEBUG is on" this line is the print of function reading of this file.

However I haven't plugin.


Now i have an other problems:
At the spawn, players aren't in right position, but are in the sky.

Why?
Reply
#10

Quote:
Originally Posted by SoeH
Now i have an other problems:
At the spawn, players aren't in right position, but are in the sky.

Why?
Have you setted the correct Interior-ID?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)