-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Fresh install of UnityHub 3.9.1 will not start #125
Comments
Gtk-Message: 10:00:06.098: Failed to load module "colorreload-gtk-module"
Gtk-Message: 10:00:06.098: Failed to load module "window-decorations-gtk-module"
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot read properties of undefined (reading '_concatLogs')
at error (/app/extra/resources/app.asar/build/main/logger.js:121:34)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5) |
Gtk-Message: 10:01:00.256: Failed to load module "colorreload-gtk-module"
Gtk-Message: 10:01:00.256: Failed to load module "window-decorations-gtk-module"
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot read properties of undefined (reading '_concatLogs')
at error (/app/extra/resources/app.asar/build/main/logger.js:121:34)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
**
GLib:ERROR:../glib/gvarianttypeinfo.c:176:g_variant_type_info_check: assertion failed: (!g_atomic_ref_count_compare (&container->ref_count, 0))
Bail out! GLib:ERROR:../glib/gvarianttypeinfo.c:176:g_variant_type_info_check: assertion failed: (!g_atomic_ref_count_compare (&container->ref_count, 0)) |
Gtk-Message: 10:05:33.912: Failed to load module "colorreload-gtk-module"
Gtk-Message: 10:05:33.912: Failed to load module "window-decorations-gtk-module"
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot read properties of undefined (reading '_concatLogs')
at error (/app/extra/resources/app.asar/build/main/logger.js:121:34)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
[2:0922/100536.310745:ERROR:browser_main_loop.cc(271)] GLib: g_variant_get_child_value: assertion 'index_ < g_variant_n_children (value)' failed |
Here is the output the first time it worked correctly:
Gtk-Message: 10:06:42.555: Failed to load module "colorreload-gtk-module"
Gtk-Message: 10:06:42.555: Failed to load module "window-decorations-gtk-module"
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
TypeError: Cannot read properties of undefined (reading '_concatLogs')
at error (/app/extra/resources/app.asar/build/main/logger.js:121:34)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
LaunchProcess: failed to execvp:
xdg-settings
[50:0922/100643.633425:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: DisplayRead|Scanout, format: YUV_420_BIPLANAR, share_between_threads: 0, gmb_type: platform
[50:0922/100643.633694:ERROR:shared_image_stub.cc(147)] SharedImageStub: Unable to create shared image
[50:0922/100647.406208:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[50:0922/100650.837332:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[50:0922/100650.845739:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times! |
I can't reproduce this. I think this is most likely related to the runtime update. Try reverting 3875d54 and see if you can still reproduce this. Are you interested in maintaining this module? |
Same issue, and I am using a laptop with hybrid A+N graphics. |
I reverted to commit 3875d54. UnityHub opens normally, but there are still some errors, such as:
It seems that the problem is not here. |
Please try the test build on #128. Does that fix your problem? |
Yes, I tested it, and everything works fine. However, the type error still exists. It seems the problem is not related to this. |
What Happened
Fresh install of UnityHub 3.9.1 will not start.
If I run UnityHub once with an invalid flag, it then will start.
I used:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=start-unityhub --file-forwarding com.unity.UnityHub --help
How to Reproduce
Operating System
Bazzite 40 (Fedora Atomic 40)
Command-line output
Anything else?
No response
The text was updated successfully, but these errors were encountered: