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

Gamemaker Export: Cannot find folder path 'folders/Rooms.yy'. #4173

Open
MangoB1 opened this issue Feb 22, 2025 · 1 comment
Open

Gamemaker Export: Cannot find folder path 'folders/Rooms.yy'. #4173

MangoB1 opened this issue Feb 22, 2025 · 1 comment
Labels
bug Broken behavior.

Comments

@MangoB1
Copy link

MangoB1 commented Feb 22, 2025

Describe the bug
I am unable to open my Gamemaker project after exporting my Tiled map by overwriting an existing .yy room file. It appears to provide a filepath and file that does not exist. If i manually edit the overwritten exported .yy file with original filepath then my project successfully loads.

Error I receive:
**\room1.yy(435,4): Cannot find folder path 'folders/Rooms.yy'.

I opened up the replaced yy file and see that the filepath below is pointing to a file that does not exist.

  "name":"room1",
  "parent":{
    "name":"Rooms",
    "path":"folders/Rooms.yy",
  },

The original and working .yy file showed this:

  "name":"room1",
  "parent":{
    "name":"1. Cave1",
    "path":"folders/6. Rooms/1. Cave1.yy",
  },

To Reproduce
Steps to reproduce the behavior:

  1. Export an existing Tiled Map by overwriting an existing .yy room file
  2. Try to load Project
  3. See error

Expected behavior
If I export and overwrite an existing .yy file it should allow me to open my project and/or see changes live.
explain your problem.

Specifications:
Windows 11
Tiled 1.11.2

@MangoB1 MangoB1 added the bug Broken behavior. label Feb 22, 2025
@MangoB1
Copy link
Author

MangoB1 commented Feb 22, 2025

I moved the room out of the 2 subfolders and into the root and tried overwriting the .yy room file again. Issue still persists.

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

No branches or pull requests

1 participant