You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error when managing a game that uses Unreal Engine Mod Installer code, whether within the extension or as a dependency. Reinstalled 1.12.6 and the error was gone, so it is definitely something from the beta changes.
To Reproduce
Steps to reproduce the behavior:
Manage a game using UE Mod Installer code in Vortex.
Get Error and "Failed to set game mode".
Expected behavior
No error when managing game.
Platform (please complete the following information):
OS: Windows 11
Vortex Version 1.13.0-Beta.1
Additional context
TypeError: (0 , storeHelper_1.getSafe)(...).reduce is not a function
at UpdateSet.genExtendedItemsFromState (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2750:71)
at init (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2748:88)
at EventEmitter.<anonymous> (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10191:190)
at EventEmitter.emit (node:events:529:35)
at ExtEventHandler.emit (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:8805:42)
at GameModeManager.mOnGameModeActivated (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3169:180)
at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3039:126
at tryCatcher (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\util.js:16:23)
at Promise._settlePromiseFromHandler (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:547:31)
at Promise._settlePromise (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:604:18)
at Promise._settlePromise0 (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:649:10)
at Promise._settlePromises (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:729:18)
at Promise._fulfill (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:673:18)
at Promise._resolveCallback (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:489:14)
at Promise._settlePromiseFromHandler (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:559:17)
at Promise._settlePromise (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:604:18)
The text was updated successfully, but these errors were encountered:
Describe the bug
Error when managing a game that uses Unreal Engine Mod Installer code, whether within the extension or as a dependency. Reinstalled 1.12.6 and the error was gone, so it is definitely something from the beta changes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error when managing game.
Platform (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: