Games in Progress: 3 | Players logged in: 3 | Players Registered: 37413 | Games Played Total: 68649
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: HELP-Failed to initialise LWJGL Display. At the latest driver with Win7 Ultimate  (Read 70475 times)
handyd
Mule Forum Newbie
*
Posts: 7


View Profile
« on: March 01, 2010, 22:00 »

Help. I can't get by the LWJGL error.  I have Windows 7 Ultimate 64bit.

Running ATI X1600 with the latest driver

 INFO [Properties.<init>]                           VERSION: 1.2.3
  INFO [Properties.<init>]                           Classpath: data.jar
  INFO [Properties.<init>]                           Java VM: 14.0-b16
  INFO [Properties.<init>]                           Java Runtime: 1.6.0_14-b08
  INFO [Properties.<init>]                           OS: Windows 7 6.1 x86
  INFO [Properties.<init>]                           Java Library Path: lib
  INFO [Properties.<init>]                           Max Memory: 266403840
  INFO [Properties.<init>]                           Avaialble Processors: 4
  INFO [PropertiesBase.readFromFile]                 Reading Settings from file settings.txt
  INFO [Settings.<init>]                             Settings file not found: settings.txt (The system cannot find the file specified)
  INFO [SubstanceLoader.initLookAndFeel]             Window Skin: Default
  INFO [MasterClient.close]                          MasterServer: Closing...
  INFO [MasterClient.close]                          MasterServer: Closed (50ms)
  INFO [MetaFrame.<init>]                            Creating Meta Frame
  INFO [MapSkinParser.findSkins]                     No extra skins found
  INFO [MasterClient.logSend]                        MasterClient: Sending Enter Lobby
  INFO [Login.dispose]                               Disposing login
  INFO [Main.main]                                   Creating game container
  INFO [MuleGameContainer.<init>]                    LWJGL Version: 2.2.1
  INFO [MuleGameContainer.<init>]                    Desktop Display Mode: 1680 x 1050 x 32 @59Hz
  INFO [MuleGameContainer.<init>]                    Current Display Mode: 1680 x 1050 x 32 @59Hz
  INFO [MuleGameContainer.<init>]                    Display Adapter: RDPDD
  INFO [MuleGameContainer.<init>]                    Display Driver: null
  INFO [MuleGameContainer.setVSync]                  Setting vsync: true
  INFO [MuleGameContainer.<init>]                    Setting pixel format
  INFO [MuleGameContainer$1.run]                     Pixel format: Samples=0 Alpha=0 Depth=8 Stencil=0
  SEVERE [MuleGameContainer$1.run]                   Pixel format not accelerated
  SEVERE [Main.logError]                             com.turborilla.mule.MuleException: Failed to initialize LWJGL display
    at com.turborilla.mule.view.MuleGameContainer.<init>(Unknown Source)
    at com.turborilla.mule.Main.main(Unknown Source)
Logged
piete
Prototype Tester
Mule Senior
****
Posts: 156



View Profile
« Reply #1 on: March 01, 2010, 22:12 »

Out of curiousity, what is the latest driver on Windows 7 for your card? I have an ATI X1600 (Mobility), too.
Logged
handyd
Mule Forum Newbie
*
Posts: 7


View Profile
« Reply #2 on: March 01, 2010, 22:57 »

I downloaded the latest from ATI's website, but when I went to install it, it said I already had the latest:

8.56.1.15
4/24/2009
Logged
Peter
Turborilla
Administrator
Mule Expert
*****
Posts: 379


Planet M.U.L.E. Team


View Profile WWW
« Reply #3 on: March 03, 2010, 12:59 »

From your log it seems like you're still having trouble with your video card drivers. Please try to uninstall your current drivers and then reinstalling the latest drivers from ATI's website.
Logged

handyd
Mule Forum Newbie
*
Posts: 7


View Profile
« Reply #4 on: March 03, 2010, 14:31 »

I tried that several times.  Still the same error.
Logged
Stork
Jr. Planeteer
**
Posts: 13



View Profile
« Reply #5 on: March 05, 2010, 06:16 »

I have the same problem, i have the latest ATI drivers in Win 7 and i still get the error message.
Logged

"Atari tenalp eht no dnal ot ybdnats"
Stork
Jr. Planeteer
**
Posts: 13



View Profile
« Reply #6 on: March 05, 2010, 06:18 »

Here is my log:

  INFO [Properties.<init>]                           VERSION: 1.2.3
  INFO [Properties.<init>]                           Classpath: data.jar
  INFO [Properties.<init>]                           Java VM: 14.0-b16
  INFO [Properties.<init>]                           Java Runtime: 1.6.0_14-b08
  INFO [Properties.<init>]                           OS: Windows XP 5.1 x86
  INFO [Properties.<init>]                           Java Library Path: lib
  INFO [Properties.<init>]                           Max Memory: 266403840
  INFO [Properties.<init>]                           Avaialble Processors: 2
  INFO [PropertiesBase.readFromFile]                 Reading Settings from file settings.txt
  INFO [Settings.<init>]                             Settings file not found: settings.txt (The system cannot find the file specified)
  INFO [SubstanceLoader.initLookAndFeel]             Window Skin: Default
  INFO [MasterClient.close]                          MasterServer: Closing...
  INFO [MasterClient.close]                          MasterServer: Closed (40ms)
  INFO [MetaFrame.<init>]                            Creating Meta Frame
  INFO [MapSkinParser.findSkins]                     No extra skins found
  INFO [MasterClient.logSend]                        MasterClient: Sending Enter Lobby
  INFO [Login.dispose]                               Disposing login
  INFO [Main.main]                                   Creating game container
  INFO [MuleGameContainer.<init>]                    LWJGL Version: 2.2.1
  INFO [MuleGameContainer.<init>]                    Desktop Display Mode: 1600 x 1200 x 32 @60Hz
  INFO [MuleGameContainer.<init>]                    Current Display Mode: 1600 x 1200 x 32 @60Hz
  INFO [MuleGameContainer.<init>]                    Display Adapter: RDPDD
  INFO [MuleGameContainer.<init>]                    Display Driver: 6.1.7600.16385
  INFO [MuleGameContainer.setVSync]                  Setting vsync: true
  INFO [MuleGameContainer.<init>]                    Setting pixel format
  INFO [MuleGameContainer$1.run]                     Pixel format: Samples=0 Alpha=0 Depth=8 Stencil=0
  SEVERE [MuleGameContainer$1.run]                   Pixel format not accelerated
  SEVERE [Main.logError]                             com.turborilla.mule.MuleException: Failed to initialize LWJGL display
    at com.turborilla.mule.view.MuleGameContainer.<init>(Unknown Source)
    at com.turborilla.mule.Main.main(Unknown Source)
Logged

"Atari tenalp eht no dnal ot ybdnats"
piete
Prototype Tester
Mule Senior
****
Posts: 156



View Profile
« Reply #7 on: March 05, 2010, 11:06 »

For you too, try this:

http://www.planetmule.com/forum?topic=800.msg4086#msg4086

http://www.planetmule.com/forum?topic=779.0
Logged
Stork
Jr. Planeteer
**
Posts: 13



View Profile
« Reply #8 on: March 05, 2010, 13:54 »

Thank you for the advice, got it to work on my older laptop though so no worries.

Will future versions have better win 7 support?
Logged

"Atari tenalp eht no dnal ot ybdnats"
piete
Prototype Tester
Mule Senior
****
Posts: 156



View Profile
« Reply #9 on: March 05, 2010, 14:25 »

What puzzles me in your driver is the date, because the support to our graphic card model ended in March 2009, which makes the catalyst 9.3 the last driver working for me. So you may want to try this (I supposed your computer is a desktop):

http://support.amd.com/us/gpudownload/windows/9-3/Pages/radeonaiw_xp.aspx?&lang=English
Logged
handyd
Mule Forum Newbie
*
Posts: 7


View Profile
« Reply #10 on: March 05, 2010, 18:14 »

The driver date I have is newer than the one in 9.3.

The driver I has should work because it's the official driver that comes with Windows 7 and is blessed by Microsoft.
Logged
piete
Prototype Tester
Mule Senior
****
Posts: 156



View Profile
« Reply #11 on: March 05, 2010, 18:21 »

Don't trust Microsoft's blessings! Wink

If you don't mind trying version 9.3, give it a try. Back up your system first Grin
Logged
handyd
Mule Forum Newbie
*
Posts: 7


View Profile
« Reply #12 on: March 05, 2010, 22:08 »

I have already tried.

When I go to install 9.3, it says I already have the latest driver installed.
Logged
Peter
Turborilla
Administrator
Mule Expert
*****
Posts: 379


Planet M.U.L.E. Team


View Profile WWW
« Reply #13 on: March 08, 2010, 08:14 »

The driver date I have is newer than the one in 9.3.

The driver I has should work because it's the official driver that comes with Windows 7 and is blessed by Microsoft.

I'm fairly sure you will get the game to work if you install drivers downloaded from AMD/ATI. The drivers which come with Windows 7 may not support OpenGL.

So the question is not if future versions will have better support for Windows 7, but rather if future versions of Windows will have better support for Mule Wink

But we will do our best to make Planet Mule work out-of-the-box with as many system configurations as possible.
Logged

handyd
Mule Forum Newbie
*
Posts: 7


View Profile
« Reply #14 on: March 09, 2010, 13:57 »

I have already tried to install the latest driver from ATI's Website.  When I do, it won't install because it says I already have the latest driver installed.  I've already tried uninstalling the old driver and reinstalling the driver ATI's website.  I still get the same error.
Logged
Pages: [1] 2
  Print  
 
Jump to: