Git Product home page Git Product logo

Comments (12)

Adamcake avatar Adamcake commented on July 28, 2024

Where is the logfile located?

If you installed from flatpak, runelite's logs will be stored here:
cd ~/.var/app/com.adamcake.Bolt/data/bolt-launcher/.runelite/logs

if not flatpak, then try:
cd $XDG_DATA_HOME/bolt-launcher/.runelite/logs
and if that doesn't exist then it's here:
cd ~/.local/share/bolt-launcher/.runelite/logs

The plugin issue is unlikely to be related to Bolt, but I'd suggest keeping your graphics drivers up-to-date by updating your package manager and/or flatpak.

from bolt.

Adamcake avatar Adamcake commented on July 28, 2024

Closing as old, re-open if you need anything else, thanks

from bolt.

Yggnar avatar Yggnar commented on July 28, 2024

Hi, so I'm having this problem as well, specifically when running Runelite using Bolt. The plugins work fine on the normal Runelite appimage.

from bolt.

Adamcake avatar Adamcake commented on July 28, 2024

from bolt.

Yggnar avatar Yggnar commented on July 28, 2024

So, I'm not sure if this is helpful, but this is what the crash gives me when I try to launch HDOS:

java.lang.RuntimeException: Exception while creating the OpenGL context
at org.lwjgl.opengl.awt.AWTGLCanvas.beforeRender(AWTGLCanvas.java:81)
at hdos.Lt.D(Lt.java:11)
at hdos.Lt.i(Lt.java:3)
at hdos.Main.main(Main.java:46)
Caused by: java.awt.AWTException: No supported framebuffer configurations found
at org.lwjgl.opengl.awt.PlatformLinuxGLCanvas.create(PlatformLinuxGLCanvas.java:68)
at org.lwjgl.opengl.awt.PlatformLinuxGLCanvas.create(PlatformLinuxGLCanvas.java:121)
at org.lwjgl.opengl.awt.AWTGLCanvas.beforeRender(AWTGLCanvas.java:79)
... 3 more

Based on that and the FAQ on the Runelite GPU plugin, it looks like bolt is causing Runelite and HDOS to not be able to properly detect my OpenGL settings? As mentioned before these plugins seem to work fine on vanilla runelite. I'm using Linux Mint if that makes any difference.

from bolt.

Adamcake avatar Adamcake commented on July 28, 2024

The error suggests glXChooseFBConfig or eglChooseConfig is failing to find any configs that meet the requirements for your screen. I don't know why that would happen, it would be nothing to do with Bolt but I suppose might be related to flatpak.

from bolt.

Yggnar avatar Yggnar commented on July 28, 2024

Any suggestions on how I might go about further troubleshooting? I'm very new to Linux. I appreciate all your help so far, especially with making Bolt to begin with.

from bolt.

Adamcake avatar Adamcake commented on July 28, 2024

I assume you've already checked to make sure your system meets the requirements in the FAQ you linked? What GPU do you have, and are your graphics drivers up-to-date? Do a full update of everything in your package manager and flatpak to be on the safe side.

Haven't been able to reproduce this on my system by the way.

from bolt.

Adamcake avatar Adamcake commented on July 28, 2024

This looks like the same issue

flatpak/flatpak#138

This could be an nvidia issue? Make sure you have any proprietary nvidia stuff installed correctly, or just save yourself the headache and switch to AMD. Nvidia is a constant uphill battle to get stuff working.

from bolt.

charlesalec avatar charlesalec commented on July 28, 2024

So I hadn't played in a while, and for the the issue simply fixed itself, but I'm noticing it's appearing again. The error is:

2024-02-06 14:22:44 CET [Client] ERROR n.r.client.plugins.gpu.GpuPlugin - Error starting GPU plugin java.lang.RuntimeException: unable to find a fb config at net.runelite.rlawt.AWTContext.createGLContext(Native Method) at net.runelite.client.plugins.gpu.GpuPlugin.lambda$startUp$1(GpuPlugin.java:308) at net.runelite.client.callback.ClientThread.invokeList(ClientThread.java:119) at net.runelite.client.callback.ClientThread.invoke(ClientThread.java:101) at net.runelite.client.callback.Hooks.tick(Hooks.java:218) at client.uz(client.java:2380) at client.bc(client.java) at by.za(by.java:403) at by.io(by.java) at by.run(by.java:7195) at java.base/java.lang.Thread.run(Thread.java:840)

What is 'fb config' here?

Thanks for your time and help!

from bolt.

Adamcake avatar Adamcake commented on July 28, 2024

It means framebuffer config, it's opengl terminology. The error means there are 0 supported graphics configurations for your screen. Most likely you have an nvidia card without all the proprietary nvidia stuff installed via your package manager and/or flatpak to make it work correctly. Look into nvidia packages or upgrade to AMD.

from bolt.

charlesalec avatar charlesalec commented on July 28, 2024

A couple reboots somehow fixed it.
I work in AI so my GPU setup is crucial, and I avoid messing with it as it can then cause all sorts of issues with CUDA which is too much of a hassle.

For anyone who is experincing this error: reboot. I think it's caused if you boot, sleep, and then try enable HD or GPU plugin.
I know it's a hassle, but being on Linux is chosing life in hardmode anyway.

Thanks for the support

from bolt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.