You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen this crash report form a user. This is probably fairly rare and specific to a SMB server or setup:
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Integer
at com.hierynomus.ntlm.messages.TargetInfo.writeTo(TargetInfo.java:88)
at com.hierynomus.ntlm.functions.NtlmFunctions.getNTLMv2ClientChallenge(NtlmFunctions.java:196)
at com.hierynomus.smbj.auth.NtlmAuthenticator.authenticate(NtlmAuthenticator.java:103)
at com.hierynomus.smbj.connection.SMBSessionBuilder.processAuthenticationToken(SMBSessionBuilder.java:178)
at com.hierynomus.smbj.connection.SMBSessionBuilder.setupSession(SMBSessionBuilder.java:141)
at com.hierynomus.smbj.connection.SMBSessionBuilder.establish(SMBSessionBuilder.java:109)
at com.hierynomus.smbj.connection.Connection.authenticate(Connection.java:202)
The text was updated successfully, but these errors were encountered:
I've seen this crash report form a user. This is probably fairly rare and specific to a SMB server or setup:
The text was updated successfully, but these errors were encountered: