Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash (unknown cause) #5

Closed
oscar-broman opened this issue Apr 10, 2012 · 6 comments
Closed

Crash (unknown cause) #5

oscar-broman opened this issue Apr 10, 2012 · 6 comments

Comments

@oscar-broman
Copy link
Contributor

Dump file: http://goo.gl/NTQ71

@Zeex
Copy link
Owner

Zeex commented Apr 10, 2012

What's this?

@oscar-broman
Copy link
Contributor Author

I tried the JIT plugin on a script (using YSI, I might add). I started the server via procdump -e -ma -x samp-server.exe samp-server.dmp, and there's the dump file I got.

@Zeex
Copy link
Owner

Zeex commented Apr 10, 2012

Ah OK, thanks. I didn't notice it's JIT, thought it's crashdetect :)

@testname1
Copy link

#include <a_samp>
#include

main(){}

public OnGameModeInit()
{
Streamer_TickRate(7777);
}

Нашёл причину этого краша, он появился в версии v0.3
Если подгружать jit раньше чем другие плагины, как в этом случае раньше стримера, то крашит

@zentaos zentaos mentioned this issue Apr 12, 2012
@Zeex
Copy link
Owner

Zeex commented Apr 15, 2012

Does this apply to v0.3.4?

@oscar-broman
Copy link
Contributor Author

Works fine now!

Zeex pushed a commit that referenced this issue Sep 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants