On one computer, after one update some time ago, projects stopped loading correctly (sorry for being so unspecific). After a few re-installs following various tips about it from the community, a new project that was copied from another machine would only load partially - some scripts were loaded, others not. If it’s of interest, it seemed the older scripts loaded but not the newer content - the project had been started about a year ago.
Windows 11
Defold not in Programs folder
Logs show no errors
Did not experience it with Defold but one of the latest Windows Update has also caused some problems with another engine. Solved it by rolling back to the previous version and undoing the update. Lately the updates have become less stable
What do you mean by “only load partially,” and where exactly? If you mean the Editor, it just shows all files from the project folder in the Assets panel, as far as I know, there’s nothing special going on there. Can you see those files listed on Assets panel?
What happens when you build the project? Does it work?
Again, what does “loading” refer to here?
I can only make a lucky guess, but if you’re using Git, you could try deleting the .git folder from the project root.
I’m not a Windows user, but this might cause a permission issue.
“Loaded”, sorry, I meant the things that showed up int he Assets panel. Those were older parts of the project but not the newer ones - if that even is the difference. Only scripts showed, not .lua files. Only one folder fromt he project had loaded.
No, we are German but have long learned to not use an special characters in any file names, we are good with naming.
We are not ignoring any files.
The engine also does not finish starting up for any older projects.
Yet another guess: maybe try deleting the build and .internal folders from the project root, then build again. It should at least give an error about missing files (if there are any).
Actually If you can share the project here, we can take a closer look.
Deleting those helps me load old projects. I got the project I initially wrote about to work now. It’s difficult to describe, but it seems Defold tried to load from a wrong folder (unless I got confused myself of course). When I opened Defold and chose Open from Disk it loaded all parts of the project.