Page 1 of 1

Heli-x on Windows 10

Posted: 10 Jun 2015 08:47
by cvs
Hi,

Anybody has Heli-x running on Windows 10 (64bit) ?
It doesn't seem to continue after the language selection.

Thanks
Best regards
Christophe

Re: Heli-x on Windows 10

Posted: 10 Jun 2015 21:00
by Michael
It is likely that you do not have the correct driver for your graphics adapter. Download it from the vendor's web site.

Any output in the console window?

Michael

Re: Heli-x on Windows 10

Posted: 11 Jun 2015 11:45
by cvs
Hi,

Because of older graphic card, V6 is not working. V4 works.

Thanks
Best regards
Christophe

Re: Heli-x on Windows 10

Posted: 13 Sep 2015 16:16
by eXhaLe
Same problem here. After updating to Windows 10, Heli-X V6 doesn't work any longer. I reinstalled Heli-X, Java and the display driver for Geeforce 310M aswell but it didn't fix the issue. After selecting the language, the console window closes.
On Windows 7 everything was fine.

Re: Heli-x on Windows 10

Posted: 13 Sep 2015 21:52
by Michael
You need to find a graphics driver supporting openGL.

Michael

Re: Heli-x on Windows 10

Posted: 06 Nov 2015 11:41
by RolfHeller
Hello,
i 'd like to use Heli-X V6 in a Windows 10 64k-environment. I' m getting the following answer, when starting heli-x from the command-line:

...
C:\HELI-X6>Java\jre8\bin\java.exe -Djava.library.path=. -Xms512m -classpath ./libs/HeliX/HeliX6.jar;./libs/HeliX/Translation.jar;./libs/HeliX/Media.jar;./libs/jme/jME3-core.jar;./libs/jme/jME3-plugins.jar;./libs/jme/jME3-terrain.jar;./libs/jme/jME3-desktop.jar;./libs/jme/jME3-blender.jar;./libs/jme/jME3-jogg.jar;./libs/jme/jME3-lwjgl.jar;./libs/jme/jME3-effects.jar;./libs/jme/eventbus.jar;./libs/jme/lwjgl.jar;./libs/jme/nifty.jar;./libs/jme/jME3-niftygui.jar;./libs/jme/xmlpull-xpp3.jar;./libs/jme/joal.jar;./libs/jme/jinput.jar;./libs/jdom/jdom.jar;./libs/javagamenetworking/jgn.jar;./libs/math/openmali.jar;./libs/jme/gluegen-rt.jar;./libs/jme/j-ogg-oggd.jar;./libs/jme/j-ogg-vorbisd.jar;./libs/jme/styles.zip;./libs/jme/nifty-default-controls.jar;./libs/jme/nifty-style-black.jar HELIX
handleError
SCHWERWIEGEND b 12:24:03 Failed to create display
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:252)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at com.jme3.system.lwjgl.LwjglDisplay.createContext(LwjglDisplay.java:140)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:113)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:207)
at java.lang.Thread.run(Thread.java:745)

C:\HELI-X6>rem If you want to configure the proxy server manually, use this:

C:\HELI-X6>rem Java\jre8\bin\java.exe -Dsun.java2d.noddraw=true -Dhttp.proxyHost=<PROXY_NAME_OR_IP> -Dhttp.proxyPort=<PROXY_PORT> -Djava.library.path=. -Xms512m -classpath ./libs/HeliX/HeliX6.jar;./libs/HeliX/Translation.jar;./libs/HeliX/Media.jar;./libs/jme/jME3-core.jar;./libs/jme/jME3-plugins.jar;./libs/jme/jME3-terrain.jar;./libs/jme/jME3-desktop.jar;./libs/jme/jME3-blender.jar;./libs/jme/jME3-jogg.jar;./libs/jme/jME3-lwjgl.jar;./libs/jme/jME3-effects.jar;./libs/jme/eventbus.jar;./libs/jme/lwjgl.jar;./libs/jme/nifty.jar;./libs/jme/jME3-niftygui.jar;./libs/jme/xmlpull-xpp3.jar;./libs/jme/joal.jar;./libs/jme/jinput.jar;./libs/jdom/jdom.jar;./libs/javagamenetworking/jgn.jar;./libs/math/openmali.jar;./libs/jme/gluegen-rt.jar;./libs/jme/j-ogg-oggd.jar;./libs/jme/j-ogg-
...

and the following message is displayed:

Failed to create Display
LWJGLException: Pixel format not accelerated


Does it show that OpenGL is lacking?

The graphics-card from "ATI Radeon HD 4600 Series" is run with an actual Microsoft PNP-Monitor (Standard)-driver. The monitor is HannsG HW191D.

Any idears?

Re: Heli-x on Windows 10

Posted: 19 Dec 2015 18:49
by RolfHeller
Hey,
I inplemented a new graphics card and Heli-x starts.
Rolf