I have been working on a custom Minecraft launcher in C# for the past month, and today I finally finished most of it. However, when I try to launch vanilla Minecraft 1.10, 1.9, or 1.8, Minecraft opens in a small rectangular view, and then when you maximize it, the main menu buttons are missing. Anyone know a solution for this? Thanks.
[17:51:25] [Client thread/INFO]: Setting user: [redacted]
[17:51:27] [Client thread/INFO]: LWJGL Version: 2.9.4
[17:51:27] [Client thread/INFO]: Reloading ResourceManager: Default
[17:51:28] [Sound Library Loader/INFO]: Starting up SoundSystem...
[17:51:28] [Thread-5/INFO]: Initializing LWJGL OpenAL
[17:51:28] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[17:51:28] [Thread-5/INFO]: OpenAL initialized.
[17:51:29] [Sound Library Loader/INFO]: Sound engine started
[17:51:30] [Client thread/INFO]: Created: 1024x512 textures-atlas
[17:51:32] [Client thread/ERROR]: Realms module missing
EDIT: Though no one replied, I thought I would mention that I figured it out. I forgot to extract the natives for each Minecraft version being launched.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI have been working on a custom Minecraft launcher in C# for the past month, and today I finally finished most of it. However, when I try to launch vanilla Minecraft 1.10, 1.9, or 1.8, Minecraft opens in a small rectangular view, and then when you maximize it, the main menu buttons are missing. Anyone know a solution for this? Thanks.
[17:51:25] [Client thread/INFO]: Setting user: [redacted]
[17:51:27] [Client thread/INFO]: LWJGL Version: 2.9.4
[17:51:27] [Client thread/INFO]: Reloading ResourceManager: Default
[17:51:28] [Sound Library Loader/INFO]: Starting up SoundSystem...
[17:51:28] [Thread-5/INFO]: Initializing LWJGL OpenAL
[17:51:28] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[17:51:28] [Thread-5/INFO]: OpenAL initialized.
[17:51:29] [Sound Library Loader/INFO]: Sound engine started
[17:51:30] [Client thread/INFO]: Created: 1024x512 textures-atlas
[17:51:32] [Client thread/ERROR]: Realms module missing
EDIT: Though no one replied, I thought I would mention that I figured it out. I forgot to extract the natives for each Minecraft version being launched.