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

Parser bug: Mismatch in extents tracking stack. #76564

Closed
riazey opened this issue Apr 28, 2023 · 3 comments · Fixed by #79301
Closed

Parser bug: Mismatch in extents tracking stack. #76564

riazey opened this issue Apr 28, 2023 · 3 comments · Fixed by #79301

Comments

@riazey
Copy link

riazey commented Apr 28, 2023

Godot version

4.0.2

System information

Windows 10

Issue description

EDIT: this was fixed by removing the offending files listed with the MRP and then dragging them back in from my desktop after opening the project~

I was developing my game then suddenly this started happening. I can no longer playtest my game.
I am not 100% sure what caused this but I believe at the time I was making a new inherited scene, saved it, then moved some scenes in the FileSystem tab?

image

Steps to reproduce

No idea aaa- x-x

Minimal reproduction project

Since I have no idea what caused it here's my early project :'D
https://drive.google.com/file/d/14JFZ420AelUNjBIth78msHY29rNjB55_/view?usp=share_link

I was working on these when the error occurred:

  • Slot_0.tcsn
  • Slot_Clickable.tscn
  • Slot_Orphan.tscn
  • Slot_Orphan.gd
@Calinou
Copy link
Member

Calinou commented Apr 29, 2023

EDIT: this was fixed by removing the offending files listed with the MRP and then dragging them back in from my desktop after opening the project~

Can you reproduce this in a new project?

@riazey
Copy link
Author

riazey commented Apr 29, 2023

I was unable to reproduce this in a new project but I remember this happening in an alpha version as well, at the time I had no idea why it happened and chalked it up to "alpha stuff". I'm not sure specifically what is triggering it tbh but thought I'd get the issue out there in case other people see it!

Sorry I can't be more help! (︶^︶)

@dalexeev
Copy link
Member

This happens when you edit a script and leave the lines unfinished for a couple of seconds:

const
func _ready():
    match 1:
        .

@dalexeev dalexeev closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2023
@YuriSizov YuriSizov added this to the 4.2 milestone Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants