Nexus-Mods / Vortex

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

error: missing ) after argument list #9777

Closed VortexFeedback closed 3 years ago

VortexFeedback commented 3 years ago

Application error

System

Platform win32 10.0.19043
Architecture x64
Application Version 1.4.15
Process renderer

Message

missing ) after argument list

Title

Download failed

Context

gamemode = Fallout 4,Downloading "ILER - Animation Edition (AAF) v10.6.1-21040-v10-6-1-1552506761.zip" = nxm://fallout4/mods/21040/files/154145?key=fqzryVvsgEHg-vUIbX7bEA&expires=1628518247&user_id=6418900

Stack

SyntaxError: missing ) after argument list
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:4776:102
    at Object.withContext (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:496:173)
    at DownloadObserver.handleStartDownload (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:4776:25)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:4761:91
    at EventEmitter.<anonymous> (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:98:190)
    at EventEmitter.emit (events.js:315:20)
    at ExtEventHandler.emit (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2007:42)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2540:123
    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 C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2540:70
    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)

Reported from:
Error
    at Object.showError (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:381:195)
    at Proxy.mApi.showErrorNotification (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2113:11)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:2553:83
    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:725:18)
    at _drainQueueStep (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:93:12)
    at _drainQueue (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:86:9)
    at Async._drainQueues (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:102:5)
    at Async.drainQueues (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\bluebird\js\release\async.js:15:14)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Reported by: goedigegrondmens

IDCs commented 3 years ago

Hi there - syntax errors are raised when there's something lexically wrong with the code; i.e. a typo, missing operator, etc. If something were to be lexically wrong with our download handling code, this error would affect ALL of our users and we would be bombarded with error reports saying they can't download anything.

This is more likely some sort of memory corruption on your end - which is something we can't help with.

If the error is being raised constantly, try re-installing Vortex to rule out code corruption. If you're overclocking, consider reducing the frequency as your machine might be scrambling bits.