-
-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fail to refresh the library #1097
Comments
Can you open the Debug Window? |
Pretty sure that that's the same error, already installed games are showing up just as usual
No error shown |
No this is actually a error coming from legendary i assume and not from heroic. So it is a different failure here. |
Error in the report is |
The error is |
Logging in and out fixed it for me |
This is what fixed this issue to me:
|
Thanks, it works for me!😃 |
Add a link to the issue in the wiki in case someone has the same issue in the future. Thanks, @cadbusca for finding it out. |
Describe the bug
It is loading all the time, but no game appears.
Add logs
[7054:0314/095912.119634:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
(09:59:12) INFO: [Backend]:
Heroic Version: 2.2.6 Oden
Legendary Version: 0.20.25 Our Benefactors
OS: Arch KERNEL: 5.16.14-arch1-1 ARCH: x64
CPU: Intel Core™ i7-8565U @1.8 GOVERNOR: powersave
RAM: Total: 8.18 GB Available: 4.33 GB
GRAPHICS: GPU0: WhiskeyLake-U GT2 [UHD Graphics 620] VRAM: 256MB DRIVER: GPU1: GP108M [GeForce MX150] VRAM: 32MB DRIVER:
PROTOCOL: x11
(09:59:12) WARNING: [Backend]: Protocol already registered.
[7023:0314/095912.945606:ERROR:browser_main_loop.cc(267)] Gtk: gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
[7023:0314/095912.945699:ERROR:browser_main_loop.cc(267)] Gtk: gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
[7023:0314/095912.945838:ERROR:browser_main_loop.cc(267)] Gtk: gtk_widget_add_accelerator: assertion 'GTK_IS_ACCEL_GROUP (accel_group)' failed
(09:59:13) INFO: [Frontend]: Refreshing Library
(09:59:13) INFO: [Legendary]: Refreshing library...
(09:59:13) INFO: [Legendary]: Refreshing Epic Games...
(09:59:13) INFO: [Legendary]: Refreshing Epic Games...
(09:59:14) INFO: [Legendary]: [cli] INFO: Logging in...
(09:59:14) INFO: [Legendary]: [Core] INFO: Trying to re-use existing login session...
(09:59:15) INFO: [Legendary]: [cli] INFO: Getting game list... (this may take a while)
(09:59:15) ERROR: [Legendary]: TypeError: Cannot read properties of undefined (reading 'includes')
Error occurred in handler for 'refreshLibrary': TypeError: Cannot read properties of null (reading 'title')
at /opt/Heroic/resources/app.asar/build/legendary/library.js:142:29
at Array.sort ()
at LegendaryLibrary.getGames (/opt/Heroic/resources/app.asar/build/legendary/library.js:141:55)
at async /opt/Heroic/resources/app.asar/build/main.js:539:12
at async node:electron/js2c/browser_init:193:563
(node:7023) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'includes')
at LegendaryLibrary.loadFile (/opt/Heroic/resources/app.asar/build/legendary/library.js:393:43)
at /opt/Heroic/resources/app.asar/build/legendary/library.js:421:99
at Array.map ()
at LegendaryLibrary.loadAll (/opt/Heroic/resources/app.asar/build/legendary/library.js:421:76)
at /opt/Heroic/resources/app.asar/build/legendary/library.js:92:18
at async LegendaryLibrary.getGames (/opt/Heroic/resources/app.asar/build/legendary/library.js:128:17)
at async /opt/Heroic/resources/app.asar/build/main.js:539:12
at async node:electron/js2c/browser_init:193:563
(Use
heroic --trace-warnings ...
to show where the warning was created)(node:7023) UnhandledPromiseRejectionWarning: Unhandled promise rejection. 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(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)(09:59:15) ERROR: [Frontend]: Error: Error invoking remote method 'refreshLibrary': TypeError: Cannot read properties of null (reading 'title')
(09:59:15) INFO: [Frontend]: No cache found, getting data from legendary...
(09:59:15) INFO: [Legendary]: Refreshing library...
(09:59:15) ERROR: [Legendary]: TypeError: Cannot read properties of undefined (reading 'includes')
Error occurred in handler for 'readConfig': TypeError: Cannot read properties of null (reading 'title')
at /opt/Heroic/resources/app.asar/build/legendary/library.js:142:29
at Array.sort ()
at LegendaryLibrary.getGames (/opt/Heroic/resources/app.asar/build/legendary/library.js:141:55)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async /opt/Heroic/resources/app.asar/build/main.js:499:20
at async node:electron/js2c/browser_init:193:563
(09:59:18) INFO: [Backend]: checking for heroic updates
Steps to reproduce
1.Log in
2.Load the library
Expected behavior
show all games in my library
Screenshots
System Information
Additional information
No response
The text was updated successfully, but these errors were encountered: