-
A user of my app ran into this native crash trying to open it. I can't reproduce it directly, but I've asked them to keep an eye on this thread and answer questions.
```
#
# A fatal error has bee…
-
I don't know if Guarding conflicts with my other mods but it makes the game crash on start. Here is the log:
MultiMC version: 0.7.0-3863
Launched instance in online mode
authserver.mojang.c…
-
I've been trying to launch minecraft with the DarkRPG modpack, but it keeps crashing on me and I have no idea why.
here's the full crash report:
`---- Minecraft Crash Report ----
// Surprise!…
-
Hi!
I have been trying to use PyNetLogo inside a container because my university HPC does not have NetLogo 6.3 installed. I have not been able to load a model successfully so far.
I am on a Ubu…
-
Hello,
Our Project needs org.icepdf.ri.common.print.PrintHelperImpl#print(java.awt.Graphics, java.awt.print.PageFormat, int)
In the current version of icepdf it seems like this method got somewhat…
-
When starting a compose application **on Linux under Wayland**, it crashes with the following error:
```
# Problematic frame:
# C [libskiko-linux-x64.so+0x3b6230] skgpu::v1::AtlasTextOp::create…
-
```kotlin
import androidx.compose.ui.window.Window
import androidx.compose.ui.window.application
fun main() = application {
Window(::exitApplication, transparent = true, undecorated = true) …
-
### 近期的会议记录及研究成果
-
Hello! I'm observing an interesting behaviour. The following code:
```kotlin
println(Thread.currentThread().toString())
Window("Title") {
Surface(modifier = Modifier.fillMaxSize())…
-
Platform: Linux Desktop JVM
Compose Version: 1.2.0-alpha01-dev755
I'm using a LazyVerticalGrid that has full-width items. Upon resizing the window (and therefore the Grid) I can reliably produce a…