SA-MP Forums Archive
Bcrypt server crash - 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: Bcrypt server crash (/showthread.php?tid=661360)



Bcrypt server crash - GloomY - 01.12.2018

I'm having problems with my server crashing after I enter my login password.
This is the error:

pawn Code:
[23:05:38] [debug] Server crashed due to an unknown error
[23:05:38] [debug] Native backtrace:
[23:05:38] [debug] #0 60708590 in ?? () from plugins\bcrypt-samp.DLL
[23:05:38] [debug] #1 607182d0 in ?? () from plugins\bcrypt-samp.DLL
[23:05:38] [debug] #2 60717c5c in ?? () from plugins\bcrypt-samp.DLL
[23:05:38] [debug] #3 60715f09 in ?? () from plugins\bcrypt-samp.DLL
[23:05:38] [debug] #4 58aaf358 in ?? () from C:\Windows\SYSTEM32\MSVCP120.dll
[23:05:38] [debug] #5 58b2c15d in ?? () from C:\Windows\SYSTEM32\MSVCR120.dll
[23:05:38] [debug] #6 58b2c141 in ?? () from C:\Windows\SYSTEM32\MSVCR120.dll
[23:05:38] [debug] #7 749a8484 in ?? () from C:\Windows\System32\KERNEL32.DLL
[23:05:38] [debug] #8 77d2302c in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[23:05:38] [debug] #9 77d22ffa in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[23:05:38] [debug] Registers:
[23:05:38] [debug] EAX: 00000000 EBX: 05017370 ECX: 00000000 EDX: 00563724
[23:05:38] [debug] ESI: 00563724 EDI: 0056370c EBP: 0093ffec ESP: 0093ffe4
[23:05:38] [debug] EIP: 77d22ffa EFLAGS: 00010212
[23:05:38] [debug] Stack:
[23:05:38] [debug] ESP+00000000: ffffffff 77d3ec45 00000000 00000000



Re: Bcrypt server crash - GloomY - 02.12.2018

I didn't fix it, but found a solution.
It crashes with Bcrypt_REHASH, so I can't use this option.