What? Y_users crashing pawncc? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What? Y_users crashing pawncc? (
/showthread.php?tid=531419)
What? Y_users crashing pawncc? -
Mennims - 12.08.2014
So, I'm trying to use ******'s Y_users library, and when I tried implementing it into my script pawncc crashed, so I ran the y_users.pwn script included in his Y_Ini download package. Even if I compile that it crashes! I have completely up to date Y_Ini files, I don't see what the problem could be? Here is the crash details
Код:
Problem signature:
Problem Event Name: APPCRASH
Application Name: pawncc.exe
Application Version: 3.2.3664.0
Application Timestamp: 4655bfe0
Fault Module Name: PAWNC.dll
Fault Module Version: 3.2.3664.0
Fault Module Timestamp: 4655bfdf
Exception Code: c0000005
Exception Offset: 000119ec
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
My Pawncc compiles other scripts perfectly, and I've tried different IDE's
Re: What? Y_users crashing pawncc? -
Faisal_khan - 12.08.2014
Use sscanf? Update it, someone got it working after updating his sscanf.
Source:******.
Re: What? Y_users crashing pawncc? -
0x123456789 - 12.08.2014
Or update the latest version of YSI .
Re: What? Y_users crashing pawncc? -
Mennims - 12.08.2014
sscanf is updated and YSI aswell, I told you that already
Re: What? Y_users crashing pawncc? -
Faisal_khan - 12.08.2014
Check out for missing braces. Use some tools for big chunk of codes, like
codegenerators.pl
Re: What? Y_users crashing pawncc? -
Clad - 12.08.2014
Quote:
Originally Posted by ******
Try Zeex's compiler.
|
I beleive Zeex's compiler have been removed from his own site, I'm still searching for it so far and didn't found.
Re: What? Y_users crashing pawncc? -
Mennims - 13.08.2014
https://github.com/Zeex/pawn
Is that the compiler I should use? I just drag all the folders across?
Re: What? Y_users crashing pawncc? -
Mennims - 16.08.2014
Guys for fuck sakes, Zeex compiler also makes it crash. This is bullshit no one has a solution?
Re: What? Y_users crashing pawncc? -
Faisal_khan - 16.08.2014
Did you even read my post?
Quote:
Originally Posted by Faisal_khan
Check out for missing braces. Use some tools for big chunk of codes, like codegenerators.pl
|