Skip to content

Can't get first indexing to finish: processedFiles is not defined #5

@Ir7000129

Description

@Ir7000129

Runs for like 20 mins (creates the indexed files) then get this : Failure in MCP tool execution: calling "tools/call": processedFiles is not defined
then clears caches and tries again (retry doesn't work at all need fresh restart). Also after nodejs has a memory leak and needs to be force ended

I did the setup for antigravity and did the npm install (got this if at all relevant: npm warn deprecated boolean@3.2.0: Package no longer supported..)

I am using uefn/verse, it could because of my workspace file(the way its setup is neccesary). mcp path is set to "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"

{
"folders": [
{
"name": "Game1Path",
"path": "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
},
{
"name": "Game1 (Assets)",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Game1-Assets"
},
{
"name": "VersePath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Verse"
},
{
"name": "UEPath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/UnrealEngine"
},
{
"name": "FNPath",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Fortnite"
},
{
"name": "/{fnuser}@fortnite.com/Game1",
"path": "C:/Users/{user}/Documents/Fortnite Projects/Game1/Plugins/Game1/Content"
},
{
"name": "/{fnuser}@fortnite.com/Game1 (Assets)",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Game1-Assets"
},
{
"name": "vproject - DO NOT MODIFY",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/vproject"
},
{
"name": "/Verse.org",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Verse"
},
{
"name": "/UnrealEngine.com",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/UnrealEngine"
},
{
"name": "/Fortnite.com",
"path": "C:/Users/{user}/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/Game1/Fortnite"
}
],
"settings": {
"files.exclude": {
},
"files.autoSave": "onWindowChange",
"editor.bracketPairColorization.enabled": false,
"editor.acceptSuggestionOnEnter": "off"
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Verse Debug",
"type": "verse",
"request": "attach",
"debugServer": 1961
}
]
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions