Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 59
Search took 0.00 seconds.
Search: Posts Made By: Fruchtzwerg
Forum: General 03-12-2012, 14:49
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
Re: How to enable the debug logging?

Wow, thanks 8088, that's an answer which I expected 2 pages before, something useful. Unfortunatly, it doesn't help me to debug the plugin. Is there another way to debug faulting plugins or is it...
Forum: General 03-11-2012, 17:00
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
Re: How to enable the debug logging?

It does not matter which plugin. I would like to enable the binary logging described in core.ini
Forum: General 03-11-2012, 16:55
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
Re: How to enable the debug logging?

core.ini is a config file to enable logging. The logs in addons/amxmodx/logs/ does not show additional logging besides the normal stuff. I would like to enable the binary logging described in core.ini
Forum: General 03-11-2012, 04:44
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
Re: How to enable the debug logging?

This information comes from the core.ini. Currently, I can't say which errors happens, the plugin just crashes.
Forum: General 03-11-2012, 04:17
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
Re: How to enable the debug logging?

I don't get any additional debug information logged with these settings.

There is a comment about binary logging in the config file:

; Binary logging level
; add these up to get what you want...
Forum: General 03-10-2012, 16:41
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

I have to, because your "help" wasn't meaningful.
Forum: General 03-10-2012, 16:38
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
Re: How to enable the debug logging?

This doesn't help. Even amx_debug is set to 2 (all plugins in debug mode).
Forum: General 03-10-2012, 14:42
Replies: 15
Views: 3,384
Posted By Fruchtzwerg
How to enable the debug logging?

I want to debug a crashing plugin. I have tried to enable some debug infos, my settings:

amxxcfg:
amx_debug 2

core.ini:
amxx_logging 2
bin_logging 63
max_binlog_size 2000
Forum: General 03-10-2012, 14:40
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

wickedd: are you able to read, what I write or do you always play the bullshit bingo with people?
Forum: General 03-10-2012, 12:42
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

How can I enable the damn debug logging?
Forum: General 03-10-2012, 12:29
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

I would like to debug the problem instead of running a senseless server. amxmodx is able to provide such debug infos, unfortunatly I don't get them working.
Forum: General 03-10-2012, 03:44
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

I have tried to enable some debug infos, my settings:

amxxcfg:
amx_debug 2

core.ini:
amxx_logging 2
bin_logging 63
max_binlog_size 2000
Forum: General 03-09-2012, 12:23
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

The WC3 FT plugin uses amxmodx as base system. It was working fine before the hlds update. The base system is broken, because it uses some crazy hooks to do fancy stuff. It's clear, the base system...
Forum: General 03-09-2012, 12:10
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

What sense does it make to run a WC3 FT server without the WC3 FT plugin?
Forum: General 03-08-2012, 15:06
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Re: Server crashing with latest build 5447

Only wc3 FT and its needed plugins are running, nothing else.
Forum: General 03-08-2012, 13:33
Replies: 20
Views: 3,972
Posted By Fruchtzwerg
Server crashing with latest build 5447

The latest hlds update 48/1.1.2.6/Stdio 5447 has broken amxmodx somehow. Our server with amxmodx and wc3mod FT 3.0 is crashing 20 times a round, our other server with adminmod only is running stable...
Forum: HL1 Servers (HLDS) 07-12-2011, 04:50
Replies: 150
Views: 1,706,161
Posted By Fruchtzwerg
Re: [Release] CS 1.5 Anti "cmd dlfile" Plugin V1.4 [Open Source]

You don't need that plugin anymore, it is fixed with the latest beta build.
Forum: HL1 Servers (HLDS) 07-08-2011, 03:19
Replies: 150
Views: 1,706,161
Posted By Fruchtzwerg
Re: [Release] CS 1.5 Anti "cmd dlfile" Plugin V1.4 [Open Source]

Just get the latest hlds beta update, it will cover this exploit. I was able to point Alfred to the right direction.
Forum: HL1 Servers (HLDS) 07-06-2011, 13:54
Replies: 150
Views: 1,706,161
Posted By Fruchtzwerg
Forum: HL1 Servers (HLDS) 06-29-2011, 09:34
Replies: 150
Views: 1,706,161
Posted By Fruchtzwerg
Re: [Release] CS 1.5 Anti "cmd dlfile" Plugin V1.4 [Open Source]

This will affect spray downloading right?
Forum: HL1 Servers (HLDS) 06-29-2011, 07:24
Replies: 150
Views: 1,706,161
Posted By Fruchtzwerg
Re: [Release] CS 1.5 Anti "cmd dlfile" Plugin V1.4 [Open Source]

Yes we need this for build 5006. We have alot of crashes these days by server crashers.
Forum: HL1 Servers (HLDS) 06-29-2011, 07:22
Replies: 3
Views: 2,053
Posted By Fruchtzwerg
Re: One people is crashing my server

What is the solution?
Forum: Coding MM:S Plugins & SM Extensions 04-02-2005, 10:56
Replies: 8
Views: 3,956
Posted By Fruchtzwerg
You can do it much better, try isdigit() and...

You can do it much better, try isdigit() and ispunct() from ctype.h.
Forum: Coding MM:S Plugins & SM Extensions 04-02-2005, 05:57
Replies: 1
Views: 1,402
Posted By Fruchtzwerg
Its for single player games, the same function...

Its for single player games, the same function exists in HL1.
Forum: German 03-11-2005, 09:09
Replies: 14
Views: 5,308
Posted By Fruchtzwerg
Es handelt sich dabei um unser Serverplugin...

Es handelt sich dabei um unser Serverplugin welches auch gleichzeitig Adminfunktionalitäten zur Verfügung stellt.
Showing results 1 to 25 of 59

 
Forum Jump

All times are GMT -4. The time now is 23:43.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode