Can't Index UEFN Verse Code Project

:lady_beetle: Can’t Index UEFN Verse Code Project
:counterclockwise_arrows_button: Open Project In UEFN, Open code-workspace, try indexing
:camera:

:laptop: Cursor v1.0.1 Windows 10 19045.5608
:prohibited: So i can’t use Tab Completion, for what i buy cursor.

So tried to index on 0.49.6, then updated to latest version and indexing somehow working. But Tab Competion still don’t so i can’t use cursor

So to fix this you need to modify .code-workspace of your project and delete all name sections in folders or delete all “/” from name sections.

For example:

“folders”: [
{
“name”: “/Verse.org”,
“path”: “C:/Users/Admin/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/TestProject/Verse”
}

Should be:

“folders”: [
{
“path”: “C:/Users/Admin/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/TestProject/Verse”
}

Or:

“folders”: [
{
“name”: “Verse.org”,
“path”: “C:/Users/Admin/AppData/Local/UnrealEditorFortnite/Saved/VerseProject/TestProject/Verse”
}

And also i have not working cursor tab. Changing HTTP Compability Mode from HTTP/2 to HTTP/1.1 fixed this issue.

Cursor Team please fix this bugs! Thanks in advance!

Helloooo Cursor Bug Team??? Why are you ignoring email and this thread?

Hi @devintly

It seems the post was flagged automatically due to cyrilic file name or file label, I relisted your bug report. The forum rules require english as post language so everyone can read and reply, so it was a mistake in the system.

The issue with HTTP2 to HTTP1 is not a bug but has to do with your internet access which most likely has a firewall that prevents HTTP2 requests.

Could you try a new project with same code to see if the indexing issue still occurs?

So Unreal Editor for Fortnite Automaticly generates multy-folder .code-workspace file with “/” symbols in folders names. Error still exists on latest 1.1.3 version of cursor. So cursor is trying to get path from name field and it is not needed for UEFN. Can you make an exception for UEFN from your side please?

Thanks for bumping up bug report and answer!

@danperks could you please have a look?

Hey, I’ve flagged this to the right members of the team to take a look at!

Just to add, our indexing team has had a look into this, and we believe we may have a fix.

While we’ve not tested it directly with UEFN, it should make it into v1.2 when that is release in the near future!

2 Likes

Hello again, so just updated to cursor v1.2.0 and problem still exists.

изображение
изображение

@devintly thanks for the update, I forwarded it to Cursor Team.

1 Like

1.2.2 Still there

1.2.4 still exists

Hey, this isn’t an issue we’ve actually seen before your report,k and our previous fix unfortunately seems not to have helped.

Would it be possible for you to share:

  • A screenshot of your file explorer pane, showing the structure of the project that causes this indexing issue
  • The logs from the ‘Output’ tab, under the ‘Cursor Indexing & Retrival’ tab

These should help us get a better idea of what the setup that causes this looks like!



That’s all i have. I don’t have output tab in cursor settings.

So is this some type of useful functionality that index engine is trying to build Merkle tree and read content with / symbol from name field as a path?

Hey, it looks like the existence of slashes in the folder names was causing the issue.

We may have a fix, which should come out in v1.4 :raising_hands:

It is finally fixed! Thank you so much!

1 Like

So now a new problem again) No more indexing errors, but now cursor tab not working in folders, which have / in name. After i delete a /, tab starts working