This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps stderr: Exception in thread "main" | |
(anonymous) @ instrument.ts:130 | |
(anonymous) @ actions.js:2816 | |
emit @ node:events:394 | |
addChunk @ node:internal/streams/readable:312 | |
readableAddChunk @ node:internal/streams/readable:287 | |
Readable.push @ node:internal/streams/readable:226 | |
onStreamRead @ node:internal/stream_base_commons:190 | |
instrument.ts:130 ps stderr: java.io.UncheckedIOException: java.io.IOException: Invalid paths argument, contained no existing paths: [/home/--/.config/gdlauncher_next/datastore/libraries/net/minecraft/client/1.18-20211130.085255/client-1.18-20211130.085255-srg.jar, /home/--/.config/gdlauncher_next/datastore/libraries/net/minecraft/client/1.18-20211130.085255/client-1.18-20211130.085255-extra.jar, /home/--/.config/gdlauncher_next/datastore/libraries/net/minecraftforge/forge/1.18-38.0.16/forge-1.18-38.0.16-client.jar] | |
at [email protected]/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:74) |