PDA

View Full Version : Can't enable opengl



Spartan 117
01-03-2014, 03:35 AM
I keep getting the error where it says Runescape was unable to load that display setting when I try to use openGL.

I have tried uninstalling and reinstalling java,

I have cleared my cache,

my PATH is set to "C:\Program Files\Java\jre7\bin\java.exe"
I have also tried with it set to "C:\Program Files\Java\jre7\bin"
and "C:\Program Files\Java\jre7"

are there any other fixes?
any help is appreciated!

Ian
01-03-2014, 03:55 AM
Check to make sure your graphics card's drivers are updated

Spartan 117
01-03-2014, 04:08 AM
Check to make sure your graphics card's drivers are updated

The problem is I'm on a mac using VMware for windows 7. So, there is no graphics driver to update.

Olly
01-03-2014, 04:27 AM
Hmm, making the path correct is the only thing i know.. and it seems right (to me atleast).

You could try out the direct-x plugin though.

Download d3d9.rar (attached), and extract the .dll into simba/plugins.

Find where setupSRL(), is located in the script and put smartPlugins := ['d3d9.dll']; above setupSRL();

Soo.. it should look something like



smartPlugins := ['d3d9.dll'];
setupSRL();

//blah blah blah


And switch rs to direct-x mode, and it should run. :)

Spartan 117
01-03-2014, 05:40 AM
@Olly The SMART console loader said plugin d3d9.dll failed to load.

Foundry
01-03-2014, 06:43 AM
@Olly The SMART console loader said plugin d3d9.dll failed to load.

Obvious question, but do you have hardware acceleration enabled on the VM? If you do, install a program like this (http://www.ozone3d.net/gpu_caps_viewer/) that tells you your DX version and your OpenGL version and extensions. Watch out for the ads in that link btw.

Spartan 117
01-03-2014, 06:46 AM
I have found the solution to my problem. I installed the vmware tools package and everything works now. I may post a tutorial with screenshots later in case others have the same problem.

srhrich
04-16-2014, 11:20 AM
Dude.... i have the same problem like you can you help me?