AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Extensions (https://forums.alliedmods.net/forumdisplay.php?f=134)
-   -   Accelerator - Crash Reporting That Doesn't Suck (https://forums.alliedmods.net/showthread.php?t=277703)

eric0279 02-02-2016 21:24

Re: Accelerator - Crash Reporting That Doesn't Suck
 
hello i try to compile but i get:

Code:

git clone https://github.com/asherkin/accelerator.git accelerator
cd accelerator
mkdir build && cd build
python ../configure.py --enable-optimize

Quote:

Checking c compiler (vendor test gcc)... ['gcc', 'test.c', '-o', 'test']
found gcc version 4.7
Checking cxx compiler (vendor test gcc)... ['g++', '-fno-exceptions', '-fno-rtti', 'test.cxx', '-o', 'testp']
found gcc version 4.7
git rev-list --count HEAD
git log --pretty=format:%h -n 1
Adding job breakpad.
Adding job accelerator.ext.
Adding job package.
Code:

ambuild
Quote:

Error: folder was not configured for AMBuild.

asherkin 02-04-2016 14:14

Re: Accelerator - Crash Reporting That Doesn't Suck
 
Accelerator is using AMBuild1, not AMBuild2 - see the TravisCI (.travis.yml) or AppVeyor (appveyor.yml) configs for what dependencies you need and commands you need to run.

eric0279 02-04-2016 23:39

Re: Accelerator - Crash Reporting That Doesn't Suck
 
Thanks!

Potato Uno 02-09-2016 11:56

Re: Accelerator - Crash Reporting That Doesn't Suck
 
So I just learned how to find windows signatures and how to decipher windows stack traces.

Does this extension cause any noticeable overhead while it's being run on the server or none?

Thanks!

asherkin 02-09-2016 12:08

Re: Accelerator - Crash Reporting That Doesn't Suck
 
Effectively none, it only does work on a crash and when the server first starts (which is all offloaded to a thread in current versions).

Bara 02-14-2016 08:30

Re: Accelerator - Crash Reporting That Doesn't Suck
 
Quote:

Uploaded crash dump: Crash ID: XXXX-XXXX-XXXX
Uploaded crash dump: Crash ID: XXXX-XXXX-XXXX
Uploaded crash dump: Crash ID: XXXX-XXXX-XXXX
Maybe timestamp for logs ?

asherkin 02-14-2016 08:46

Re: Accelerator - Crash Reporting That Doesn't Suck
 
You can find timestamped log messages in the SourceMod error log.

barvica 02-15-2016 10:15

Re: Accelerator - Crash Reporting That Doesn't Suck
 
My server crashes evertyime map changes during the game not like on start, accelerator says dump was created with ID ( number) but when i look at dumps folder its empty

asherkin 02-15-2016 10:27

Re: Accelerator - Crash Reporting That Doesn't Suck
 
They are deleted after upload, enter the ID you were given into the web page.

Potato Uno 02-17-2016 08:40

Re: Accelerator - Crash Reporting That Doesn't Suck
 
Just saw this in a random crash report:

"The server that this crash is from has been modified to allow pirated game clients to join."

Why aren't you just outright discarding and refusing to process these crashes? Don't we reject no-steam servers? Even if you must fully process them to determine it is a cracked server, I still don't see any harm in just discarding the processed data and saying "no-steam servers are not supported by this application".

I could be talking out of my ass so I don't know.


All times are GMT -4. The time now is 14:45.

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