effects: Do not call RHI QQuickRenderControl methods when using software rendering
As per the docs: Note: This function does not need to be, and must not be, called when using the software adaptation of Qt Quick.
This sets up RHI on the render control, which in turn sets RHI on the window, which shouldn't exist when using software rendering.
Edited by David Edmundson