#MegaMek 0.51.00, bash startup scripts

1 messages · Page 1 of 1 (latest)

worldly swan
#

Well, partially a bug report I keep forgetting to submit:
add cd $APP_HOME to the next to last line of each bash startup script. I run these out of $PATH so having it assume I started from the base MekHQ directory is a bother and I've just been adding that myself every release.

Second... well, very little go on here:

openjdk version "21.0.11" 2026-04-21
OpenJDK Runtime Environment (Red_Hat-21.0.11.0.10-2) (build 21.0.11+10)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.11.0.10-2) (build 21.0.11+10, mixed mode, sharing)```

```bin/MekHQ
2026-06-06T20:02:23.186780996Z main WARN RollingFileAppender 'UnifiedLog': The bufferSize is set to 8192 but bufferedIO is not true
2026-06-06T20:02:23.197136814Z main WARN RollingFileAppender 'BotLog': The bufferSize is set to 8192 but bufferedIO is not true
2026-06-06T20:02:23.208623773Z main INFO Starting configuration XmlConfiguration[location=/home/rie/Games/MekHQ-0.51.00/mmconf/log4j2.xml, lastModified=2026-06-06T18:04:08Z]...
2026-06-06T20:02:23.208743953Z main INFO Configuration XmlConfiguration[location=/home/rie/Games/MekHQ-0.51.00/mmconf/log4j2.xml, lastModified=2026-06-06T18:04:08Z] started.
2026-06-06T20:02:23.209605509Z main INFO Stopping configuration org.apache.logging.log4j.core.config.DefaultConfiguration@77be656f...
2026-06-06T20:02:23.209764189Z main INFO Configuration org.apache.logging.log4j.core.config.DefaultConfiguration@77be656f stopped.
2026-06-06T20:02:24.665941731Z pool-1-thread-1 INFO Stopping configuration XmlConfiguration[location=/home/rie/Games/MekHQ-0.51.00/mmconf/log4j2.xml, lastModified=2026-06-06T18:04:08Z]...
2026-06-06T20:02:24.666430635Z pool-1-thread-1 INFO Configuration XmlConfiguration[location=/home/rie/Games/MekHQ-0.51.00/mmconf/log4j2.xml, lastModified=2026-06-06T18:04:08Z] stopped.```

Nobara is a lightly customized Fedora 43.  The Java is, as seen above, the base stock Java release though.
```cat /etc/redhat-release
Nobara release 43 (Forty Three)```
#

I'm running wayland but due to high DPI display I actually launch a pre-scaled Xwayland instance and run it inside of there. I tried it outside of that (rootless system Xwayland). My hardware doesn't work under native Xorg though or I'd test that.

hollow arch
#

@vital musk sorry for the ping, is this something you're familiar with?

vital musk
#

@worldly swan you need to install temurin Java, stock Java on fedora is headless these days

worldly swan
#

OH.

#

Well, thank you. :> Now I feel like a durp. Another reason for me to get off my rear and make a flatpak build pipeline.

vital musk
#

I had this exact problem testing our release on Linux this morning