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

Unhandled exception at 0x5C8C3F18 (pawnc.dll) #18

Closed
zentaos opened this issue Feb 18, 2014 · 0 comments
Closed

Unhandled exception at 0x5C8C3F18 (pawnc.dll) #18

zentaos opened this issue Feb 18, 2014 · 0 comments

Comments

@zentaos
Copy link

zentaos commented Feb 18, 2014

Hi,

I have a 100k+ lines gamemode, but after i hit compile, the compiler crash after ~1 second.
I just now changed from an older version of your Compiler with the line-limit patch, the current version of the compiler is the default (without line-limit patch)
Unhandled exception at 0x5C8C3F18 (pawnc.dll) in pawncc.exe: 0xC0000005: Access violation reading location 0x00000036.

What cause this?

EDIT:
I think i found the bug, Slice's formatnumber include cause the compiler crash.
http://forum.sa-mp.com/showthread.php?t=184328

To reproduce:

#include <formatnumber>
main()
{
}

Can you fix this bug?

Thank you

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

2 participants