Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
193 stars 42 forks source link

Cannot invoke "java.io.InputStream.read(byte[])" because "input" is null #62

Open ghost opened 2 years ago

ghost commented 2 years ago

Describe the bug

when loading discord rpc the program crashes

Source

    // initialize Discord Rich Presence
    DiscordEventHandlers handlers = new DiscordEventHandlers();
    DiscordRPC.discordInitialize("968887179994624100", handlers, true);
    DiscordRichPresence presence = new DiscordRichPresence();

Error

Caused by: java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read(byte[])" because "input" is null

Versions (Must be completed):

Additional info

Masu-Baumgartner commented 2 years ago

I have the same issue :(