mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-29 07:45:26 +00:00
Bump and lock PSCrypto version to 1.1
This commit is contained in:
parent
261d665195
commit
004f36219b
3 changed files with 40 additions and 12 deletions
|
|
@ -123,8 +123,14 @@ object PsLogin {
|
|||
}
|
||||
catch {
|
||||
case e : UnsatisfiedLinkError =>
|
||||
logger.error(e)("Unable to initialize " + CryptoInterface.libName)
|
||||
CryptoInterface.printEnvironment()
|
||||
logger.error("Unable to initialize " + CryptoInterface.libName)
|
||||
logger.error(e)("This means that your PSCrypto version is out of date. Get the latest version from the README" +
|
||||
" https://github.com/psforever/PSF-LoginServer#downloading-pscrypto")
|
||||
sys.exit(1)
|
||||
case e : IllegalArgumentException =>
|
||||
logger.error("Unable to initialize " + CryptoInterface.libName)
|
||||
logger.error(e)("This means that your PSCrypto version is out of date. Get the latest version from the README" +
|
||||
" https://github.com/psforever/PSF-LoginServer#downloading-pscrypto")
|
||||
sys.exit(1)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue