Jump to content

I can't open my project


Go to solution Solved by Qulex,

Recommended Posts

Posted

Is it possible to upload this project in a zip file so I can try it out?

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Did anything change on your computer recently? Maybe a graphics driver update?

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

The only thing that changed recently was the addition of the 2D drawing system. Maybe this has some problem with your card? It seems unlikely though, I am using an AMD card right now.

Does version 0.9.8 still work?

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Okay, that is a strong indication. Is there any information at all you can give me? What actually happens?

If you enable the "flush log after write" setting, does the log file have anything in it? You can do this by modifying the settings.json file so that this value is included:

	"general":
	{
		"flushlogafterwrite": true
	},

 

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

That looks correct. Are you using Build 2169? That is the very latest build on Steam. The build number will be shown in the splash screen when the program starts.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

It is likely the code is expecting to find that file and causes a crash if it is missing. It should be written so the editor does not crash if the file is missing, but it is not surprising something that is brand new might not have that safeguard added in yet.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

That still does not explain the problem though. I tried deleting my 2D.fam file and the editor still works, but displays an error saying it failed to load.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

However, I am seeing the 2D shapes still drawn with the PBR shader, which should not be happening...so maybe it is accessing some invalid memory on the GPU, causing a silent crash.

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

There is an update on Steam now. I think this will handle the situation better if 2d.fam is missing.

  • Thanks 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...