Zeex / samp-plugin-profiler

Performance profiler plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=271129
BSD 2-Clause "Simplified" License
46 stars 8 forks source link

Profiler not outputting any data #14

Closed westingham closed 9 years ago

westingham commented 9 years ago

I recently updated from a much older version of this plugin to the most recent one and now it won't output any data when the server is closed. The usual gamemode-profile.html file is created, but it only contains the HTML for the column headers.

profiler

The server log shows the plugin attaching to the gamemode, no errors there; It also shows no errors when the server closes, just that the profiler is writing data.

Any idea why this might be happening?

Zeex commented 9 years ago

What version of profiler are you using and what operating system? Also, are you loading it together with any other plugins? If yes, I'd like to know which ones.

westingham commented 9 years ago

profiler-2.12.1 Ubuntu 14.04.1 LTS plugins crashdetect.so sscanf.so streamer.so filemanager.so Whirlpool_Ubun12_64-bit.so mysql_static.so irc.so nativechecker.so profiler.so

Zeex commented 9 years ago

Is it streamer 2.7.5? If not, try updating to 2.7.5.

westingham commented 9 years ago

Switching to streamer 2.7.5 did the trick, thank you!

Zeex commented 9 years ago

OK, closing this then.