Server starting
#1

Hello! my problem is this: when i run server.exe its shows and gone (the black window) i changed the rcon password So why is like that? Somone can help me? Here is server log:

SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[21:02:19] filterscripts = "" (string)
[21:02:19]
[21:02:19] Server Plugins
[21:02:19] --------------
[21:02:19] Loading plugin: sscanf.dll
[21:02:19]

[21:02:19] ===============================

[21:02:19] sscanf plugin loaded.

[21:02:19] © 2009 Alex "******" Cole

[21:02:19] ===============================

[21:02:19] Loaded.
[21:02:19] Loading plugin: dns.dll
[21:02:19]

*** DNS Plugin v2.4 by Incognito loaded ***

[21:02:19] Loaded.
[21:02:19] Loading plugin: streamer.dll
[21:02:19]

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[21:02:19] Loaded.
[21:02:19] Loaded 3 plugins.

[21:02:19]
[21:02:19] Filter Scripts
[21:02:19] ---------------
[21:02:19] Loaded 0 filter scripts

And here is crash log!

--------------------------

SA-MP Server: 0.3c R2



Exception At Address: 0x004A319B



Registers:

EAX: 0x0012F3D0 EBX: 0x027624FC ECX: 0x00000000 EDX: 0x00405910

ESI: 0x00000000 EDI: 0x014358E8 EBP: 0x0012F3E0 ESP: 0x0012F3B8

EFLAGS: 0x00010286



Stack:

+0000: 0x014358E8 0x014358E8 0x027624FC 0xFFFFFFFF

+0010: 0x0012F3B8 0x0012EFC4 0x0012FE24 0x004A6FE4

+0020: 0x004C22A8 0xFFFFFFFF 0x02791108 0x0040591D

+0030: 0x00000000 0x00401096 0x014358E8 0x0315D160

+0040: 0x028F0EA8 0x00402BB3 0x014358E8 0x00000009

+0050: 0x0012F420 0x0315D160 0x0012F8B4 0x00000000

+0060: 0x00000000 0x014358E8 0x00000000 0x0086C2B4

+0070: 0x0086C2B8 0x0086F184 0x0086B1B8 0x0086F16C

+0080: 0x0086B1B8 0x027624FC 0x028F0EA8 0x00000000

+0090: 0x02760020 0x0018E9AC 0x004879BE 0x014358E8

+00A0: 0x0012F8A4 0x000000AF 0x65727453 0x72656D61

+00B0: 0x476E4F5F 0x4D656D61 0x4965646F 0x0074696E

+00C0: 0x014358E8 0x014358E8 0x027624FC 0x00000000

+00D0: 0x00000000 0x00000000 0x00000000 0x00000000

+00E0: 0x00000000 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x01E67A48

+0110: 0x01E62C70 0x00000139 0x01E67220 0x00000100

+0120: 0x000001B9 0x000002B4 0x00000100 0x00000000

+0130: 0x00000000 0x00000007 0x01CA1E50 0x00000000
Reply
#2

Show us some code. Posting your "OnGameModeInit" and "main( )" would be useful.
Reply
#3

Quote:
Originally Posted by Mean
Посмотреть сообщение
Show us some code. Posting your "OnGameModeInit" and "main( )" would be useful.
Here it is http://pastebin.com/9xMUzNwy
Reply
#4

Do this, every 10 lines add a print("1") then a print("2") and keep doing that till the end of OnGameModeInit. Start up your server and see which is the last number you see. Your problem would be somewhere after that line.
Reply
#5

Quote:
Originally Posted by Krx17
Посмотреть сообщение
Do this, every 10 lines add a print("1") then a print("2") and keep doing that till the end of OnGameModeInit. Start up your server and see which is the last number you see. Your problem would be somewhere after that line.
can you write please an example? i dont understand please.
Reply
#6

pawn Код:
public OnGameModeInit( ) {
    // Line 1
    print( "1" );
    // Line 2
    print( "2" );
    // etc...
}
Reply
#7

Quote:
Originally Posted by Krx17
Посмотреть сообщение
Do this, every 10 lines add a print("1") then a print("2") and keep doing that till the end of OnGameModeInit. Start up your server and see which is the last number you see. Your problem would be somewhere after that line.
So i did that and the last Number is 1 so what i need to do now?
Reply
#8

Quote:
Originally Posted by Stuf
Посмотреть сообщение
So i did that and the last Number is 1 so what i need to do now?
So the code lines before printing 1 causes the problem, check them.
Reply
#9

Quote:
Originally Posted by Amit_B
Посмотреть сообщение
So the code lines before printing 1 causes the problem, check them.
So here is pastebin can you check please ? http://pastebin.com/UzHhrX5a
Reply
#10

Quote:
Originally Posted by Stuf
Посмотреть сообщение
So here is pastebin can you check please ? http://pastebin.com/UzHhrX5a
so can help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)