Screen size problem

Hello everyone.

I am receiving this error message:

16.9246 WARNING User requested fullscreen with size [1024 768], but screen is actually [1920, 1080]. Using actual size

Experiment ended.

Can you please help me?

That is not an error, that’s just a warning that you asked for fullscreen and your screen dimensions don’t match the resolution you put in. It won’t cause a crash, it’ll just resize the window for you.

Did the experiment end with exit code 0 or 1? If it ended with 1, then there’s a crash error, and it should include the word “Error” in its output. If not, then there’s no actual crash, but presumably it is not behaving as intended, and you’ll need to describe what it should be doing instead.