Skip to content
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

Crash: skip.indexOf is not a function #15721

Closed
VortexFeedback opened this issue May 18, 2024 · 2 comments · Fixed by #15766
Closed

Crash: skip.indexOf is not a function #15721

VortexFeedback opened this issue May 18, 2024 · 2 comments · Fixed by #15766

Comments

@VortexFeedback
Copy link
Collaborator

Application Crash

System

Platform win32 10.0.22631
Architecture x64
Application Version 1.11.4
Process renderer

Message

skip.indexOf is not a function

Context

gamemode = Starfield,Resuming "4K Landing Strip Tanlines-1471-2-0-1697414338.zip" = nxm://starfield/mods/1471/files/18327?campaign=collection

Stack

TypeError: skip.indexOf is not a function
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:112
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11

External file: tmp-6428Kj1aCDrNEIis.7z

Reported by: DucesX

@VortexFeedback
Copy link
Collaborator Author

Application Crash

System

Platform win32 10.0.22631
Architecture x64
Application Version 1.11.4
Process renderer

Message

skip.indexOf is not a function

Context

gamemode = Skyrim Special Edition,Resuming "Patch - Immersive Start-2227-1-1-1-1692039878.zip" = nxm://skyrimspecialedition/mods/2227/files/417071?campaign=collection,Resuming "Patch for JaySerpa's Pet the Dog animations-41856-PetTheDogPatch2-0-1620543456.zip" = nxm://skyrimspecialedition/mods/41856/files/202464?campaign=collection,Installing = SPIDforFootprintUltimateFix_v1.03-96086-1-03-1690832296

Stack

TypeError: skip.indexOf is not a function
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:112
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11
    at Array.forEach (<anonymous>)
    at objDiff (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10044:69)
    at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\renderer.js:10045:11

External file: tmp-8624Z8Qvo42bKUkW.7z

Reported by: victooo000r

@IDCs
Copy link
Contributor

IDCs commented May 22, 2024

Hi there - I scoured the codebase several times to ensure we don't use the objDiff utility function incorrectly and we're 100% not; this error appears to be raised by a community developed extension which also uses that utility function but provides incorrect parameters.

We can't detect which extension is causing that from the little data your reports are giving us - but we did add an extra check to the function to ensure that the application does not crash even if the extension authors aren't using the function correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants