Hello all,
I am trying to get a game of mine working in VMware Workstation 9 and I have done quit a bit of reading. I have read that you need to add these lines found in this tutorial: Enabling Accelerated 3-D for a Virtual Machine
mks.enable3d = TRUE
svga.vramSize = 67108864
Now the problem is when I have seen some of the examples of where people added them in their .vmxf configuration files, those seem to be flat files. My .vmxf file is in XML format and I am unsure as to where / how to add these key/value pairs.
The error I am getting when Launching the game 'Dragons Prophet' is: "Cannot initialize engine, please check Direct3D or driver configuration.
I have also ensured that the check-box to enable acceleration is enabled as well. Any help on getting this game to run would be great.