Skip to content

Latest .net issues #52

Description

@xXBuilderBXx

Looks like current .net core/.net (not .net framework) has issues loading the encoding used for this lib.

This occurs in the SendLoginPacket method with a try catch this gives an error of No data is available for encoding 1252

People can fix this by adding this at the start of your program.
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions