i would disagree, since I have play the game Man of the House on the same laptop and that game runs excellent with the same settings i use for this game.
Both being made in Unity does not mean that the requirements are the same. I don't know what version Man of the House and Harem Island is made with, but Unity 2018.3 has a lot of new features in it compared to Unity 5.6, and will therefore have different requirements to run.
As I said in post
You must be registered to see the links
, 0x887a0005 means that the graphics card driver crashed. This might mean several things, such as not having enough vram to run, not having updated drivers, or if you're on Windows 7, you might have to download
You must be registered to see the links
to allow Windows 7 to run dx11 games. The developer might also try rendering the game with OpenGLCore instead of Direct3D11 to make the game work on older platforms.
And the people claiming Unity is a bad game engine should stop talking out of their asses. The reason a lot of Unity games runs like crap is bad coding and optimization. Unity is easy to learn, but hard to master. If a developer is planning on making only VNs, but have no experience with C# or Unity, they might as well go for Ren'Py, as this engine is a lot easier to create VNs on. By learning C# and Unity, you'll learn a more useful language (imo) and game engine, if you're planning on using that knowledge for more than just creating VNs though.