Hello @rottekruid,
I looks like Robocraft is currently using Unity 5.3.6f1. The engine log should be at ~/.config/unity3d/Freejam/RobocraftClient/Player.log, please copy and paste it into a gist and include a link in this issue report.
Hi @Tele42,
Sure, I have created the requested gist.
Thank you for your help @Tele42, you have pointed me in the right direction. I got Robocraft to launch now.
The screen resolution values were invalid in the preference file ~/.config/unity3d/Freejam/RobocraftClient/prefs
After changing the resolution values to 768 X 1280, the game launched just fine.
<pref name="Screenmanager Resolution Height" type="int">768</pref>
<pref name="Screenmanager Resolution Width" type="int">1280</pref>
My issue seem related to a Robocraft update (or some other process) that changed the resolution values and not the Steam Linux client.
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
Robocraft used to launch and work fine, however a few weeks ago it just would not launch anymore with the following errors:
Things I have tried so far:
steam --reset, but without having any effect on the problem.