Nexus-Mods / Vortex

Vortex Development
GNU General Public License v3.0
901 stars 131 forks source link

Crash: Game is not discovered #12986

Closed VortexFeedback closed 2 years ago

VortexFeedback commented 2 years ago

Application Crash

System

Platform win32 10.0.19043
Architecture x64
Application Version 1.6.8
Process renderer

Message

Game is not discovered

Details

mExtraInfo: undefined
name: ProcessCanceled

Context

gamemode = METAL GEAR RISING: REVENGEANCE

Stack

ProcessCanceled: Game is not discovered
    at GameVersionManager.getGameVersion (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3303:97)
    at Proxy.<anonymous> (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:3117:147)
    at t.getGameVersion (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\test-gameversion\index.js:1:4574)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\test-gameversion\index.js:1:3623
    at Generator.next (<anonymous>)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\test-gameversion\index.js:1:1675
    at Promise.cancellationExecute [as _execute] (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\debuggability.js:406:9)
    at Promise._resolveFromExecutor (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:518:18)
    at new Promise (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise.js:103:10)
    at r (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\test-gameversion\index.js:1:1420)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\test-gameversion\index.js:1:3556
    at Object.query (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar.unpacked\bundledPlugins\test-gameversion\index.js:1:3710)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2900:101
    at tryCatcher (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\util.js:16:23)
    at MappingPromiseArray._promiseFulfilled (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\map.js:68:38)
    at PromiseArray._iterate (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\promise_array.js:115:31)

External file: tmp-29096F41u5EjMJJTI.7z

Reported by: BaarinOmistaja1

IDCs commented 2 years ago

I'm assuming you're developing this game extension yourself - either the discovery path is not set in the application's state, or you did not provide the executable callback which is mandatory when registering your game.

This is something you'll have to fix on your end.