portablemc icon indicating copy to clipboard operation
portablemc copied to clipboard

A fast, reliable and cross-platform command-line Minecraft launcher and API for developers. Including fast and easy installation of common mod loaders such as Fabric, Forge, NeoForge and Quilt.

Results 34 portablemc issues
Sort by recently updated
recently updated
newest added

When trying to log in using Microsoft's alias email feature, the following error show up. ``` [ .. ] Processing authentication against Minecraft services... [FAILED] Incoherent authentication data, please retry....

help wanted

It would be very cool, if we can start a server with portablemc too. So that its download forge, fabric and so on automatic too.

enhancement
help wanted

Would it be possible to have a version where just the game launches in the console (without a graphics card or associated screen size)? This would make it easy to...

question

I'm currently quite bored with Python packaging and environment in general. This is just an idea and I know the work is really huge (already tried PoC in the past),...

help wanted

Some user get now the DoesNotOwnMinecraftError Exception, then they want refresh the session: ```python from portablemc.fabric import FabricVersion from portablemc.standard import Context if data.get("auth_mails").get(email, {}).get("auth"): auth_session = data.get("auth_mails").get(email, {}).get("auth") if...

triage

I put this command in the terminal: `python3.11 -m portablemc start a1.1.0` And received a message in the terminal that LWGL couldn't be found! As the launcher normal takes care...

triage

Failure details: We are unable to initialize the graphics system. glfwinit failed. ![image](https://github.com/mindstorm38/portablemc/assets/89991471/685b493e-ec52-4273-a7a8-355585da8fe0)

triage

My code ```python from portablemc.standard import Version Version("1.12.2").install().run() ``` Crashes with ``` Traceback (most recent call last): File "/Users/joram/PycharmProjects/EastShoreLauncher/portablemc/standard.py", line 851, in _resolve_jvm with jvm_manifest_file.open("rt") as jvm_manifest_fp: File "/opt/homebrew/Cellar/[email protected]/3.10.12_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/pathlib.py", line...

enhancement
api

[13:35:30] [main] [INFO] Building optimized datafixer [13:35:41] [main] [WARN] Unrecognized user type: [13:35:42] [Render thread] [INFO] [STDERR]: [LWJGL] Platform/architecture mismatch detected for module: org.lwjgl [13:35:42] [Render thread] [INFO] [STDERR]: JVM...

triage