-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Labels
appRelates to Modrinth AppRelates to Modrinth App
Description
Please confirm the following.
- I checked the existing issues for duplicate problems
- I have tried resolving the issue using the support portal
- I have ensured my Modrinth App installation is up to date
What version of the Modrinth App are you using?
0.11.2
What operating systems are you seeing the problem on?
Linux, Windows
Describe the bug 
We did not attempt to discuss this via the Support portal, but Prospector requested we open a GitHub issue on Discord.
While the JVM is running the premain phase (i.e. Java agents, or external debug facilities via JDWP) the Modrinth app fails to surface log messages sent to stdout. This makes debugging issues with Java agents extremely difficult.
Steps to reproduce
Example using existing software, and the reason we even noticed this bug.
- Put any version of unsup into the game directory for any instance, named
unsup.jar. - Create an
unsup.inithat containsversion=2, to cause a crash during launch. - Add
-javaagent:unsup.jarto the JVM arguments. - Start the instance.
- Observe that it shows "Loading..." forever and does not produce any output under "Live Log".
Expected behavior
Log output appears in "Live Log".
Additional context
Support request in our Discord related to this bug: https://discord.com/channels/813954820460642336/1279321490466279547/1469813615140929727
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
appRelates to Modrinth AppRelates to Modrinth App