2,552
edits
Changes
→I have Intel integrated graphics and MatterControl crashes
* The version number of your Intel graphics drivers
In the mean timemeantime, there is a workaround. You can launch MatterControl with the {{ic|FORCE_SOFTWARE_RENDERING}} option, which disables all 3D graphics. Add the parameter {{ic|FORCE_SOFTWARE_RENDERING}} to the Target field of the MatterControl shortcut. To do so, right click MatterControl shortcut either in the start menu or elsewhere. Select 'Properties' and edit the 'Target' field. Just add {{ic|FORCE_SOFTWARE_RENDERING}} after the quotes. The whole target should read like this:
<code>"C:Program Files (x86)\MatterControl\MatterControl.exe" FORCE_SOFTWARE_RENDERING</code>