Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.78k stars 243 forks source link

[Bug]: Blank screen upon opening #458

Open codingnooob opened 3 days ago

codingnooob commented 3 days ago

What happened?

Whenever I open rivet it turns into a white screen, and then after a while into a grey screen.

What was the expected functionality?

Rivet opens into my project

Describe your environment

OS: Fedora Linux 40 Node version: v20.17.0 Rivet version: 1.9.0 (Appimage)

Relevant log output

/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
Gtk-Message: 22:49:42.288: Failed to load module "xapp-gtk3-module"
Gtk-Message: 22:49:42.768: Failed to load module "xapp-gtk3-module"
GStreamer element appsink not found. Please install it
GStreamer element autoaudiosink not found. Please install it

(WebKitWebProcess:21155): GLib-GObject-WARNING **: 22:49:47.934: invalid (NULL) pointer instance

(WebKitWebProcess:21155): GLib-GObject-CRITICAL **: 22:49:47.934: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Relevant screenshots

Snapshot_2024-11-22_22-54-19 Snapshot_2024-11-22_22-54-39

Code of Conduct

codingnooob commented 3 days ago

The last thing I recall doing before was adding an audio parsing and an audio playing module to the project. There was no content loaded in either one.

abrenneke commented 2 days ago

Interesting, so it was working fine before? Are you able to open the F12 console?

codingnooob commented 21 hours ago

Interesting, so it was working fine before? Are you able to open the F12 console?

It was working fine before. When I pressed F12 nothing happened, as was the case when trying to open the console from the help menu.

abrenneke commented 19 hours ago

Can't say I know what's going on without any kind of console logs... seems that something isn't supported on Fedora 40 maybe?