IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

3D Java Discussion :

LWJGL 3 problème de compilation


Sujet :

3D Java

  1. #1
    Nouveau membre du Club
    Homme Profil pro
    Lycéen
    Inscrit en
    Août 2018
    Messages
    31
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 21
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Lycéen
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2018
    Messages : 31
    Points : 25
    Points
    25
    Par défaut LWJGL 3 problème de compilation
    Bonjour je me suis mis à LWJGL 3 en suivant ce tuto https://www.youtube.com/watch?v=8b3D...FYo&index=1(je tiens à dire que je ne fais pas de pub ) et quand je compile j'obtiens ça

    Scanning for projects...

    ------------------------------------------------------------------------
    Building engine 1.0.0
    ------------------------------------------------------------------------

    --- exec-maven-plugin:1.2.1:exec (default-cli) @ engine ---
    [LWJGL] GLFW_VERSION_UNAVAILABLE error
    Description : WGL: Driver does not support OpenGL version 4.3
    Stacktrace :
    org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1361)
    org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1521)
    core.kernel.Window.create(Window.java:61)
    core.kernel.CoreEngine.createWindow(CoreEngine.java:41)
    core.Main.main(Main.java:10)
    Exception in thread "main" java.lang.RuntimeException: Failed to create window
    at core.kernel.Window.create(Window.java:64)
    at core.kernel.CoreEngine.createWindow(CoreEngine.java:41)
    at core.Main.main(Main.java:10)
    ------------------------------------------------------------------------
    BUILD FAILURE
    ------------------------------------------------------------------------
    Total time: 2.611s
    Finished at: Thu Oct 25 16:46:16 CEST 2018
    Final Memory: 5M/109M
    ------------------------------------------------------------------------
    Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project engine: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]

    To see the full stack trace of the errors, re-run Maven with the -e switch.
    Re-run Maven using the -X switch to enable full debug logging.

    For more information about the errors and possible solutions, please read the following articles:
    [Help 1] http://cwiki.apache.org/confluence/d...utionException



    pouvez-vous m'aider svp

  2. #2
    Membre régulier
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Août 2017
    Messages
    57
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Ille et Vilaine (Bretagne)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Août 2017
    Messages : 57
    Points : 71
    Points
    71
    Par défaut
    Citation Envoyé par BabaProg Voir le message
    Bonjour je me suis mis à LWJGL 3 en suivant ce tuto https://www.youtube.com/watch?v=8b3D...FYo&index=1(je tiens à dire que je ne fais pas de pub ) et quand je compile j'obtiens ça

    Scanning for projects...

    ------------------------------------------------------------------------
    Building engine 1.0.0
    ------------------------------------------------------------------------

    --- exec-maven-plugin:1.2.1:exec (default-cli) @ engine ---
    [LWJGL] GLFW_VERSION_UNAVAILABLE error
    Description : WGL: Driver does not support OpenGL version 4.3
    Stacktrace :
    org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1361)
    org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1521)
    core.kernel.Window.create(Window.java:61)
    core.kernel.CoreEngine.createWindow(CoreEngine.java:41)
    core.Main.main(Main.java:10)
    Exception in thread "main" java.lang.RuntimeException: Failed to create window
    at core.kernel.Window.create(Window.java:64)
    at core.kernel.CoreEngine.createWindow(CoreEngine.java:41)
    at core.Main.main(Main.java:10)
    ------------------------------------------------------------------------
    BUILD FAILURE
    ------------------------------------------------------------------------
    Total time: 2.611s
    Finished at: Thu Oct 25 16:46:16 CEST 2018
    Final Memory: 5M/109M
    ------------------------------------------------------------------------
    Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project engine: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]

    To see the full stack trace of the errors, re-run Maven with the -e switch.
    Re-run Maven using the -X switch to enable full debug logging.

    For more information about the errors and possible solutions, please read the following articles:
    [Help 1] http://cwiki.apache.org/confluence/d...utionException



    pouvez-vous m'aider svp

    C'est écrit : "Description : WGL: Driver does not support OpenGL version 4.3"

  3. #3
    Nouveau membre du Club
    Homme Profil pro
    Lycéen
    Inscrit en
    Août 2018
    Messages
    31
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 21
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : Lycéen
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2018
    Messages : 31
    Points : 25
    Points
    25
    Par défaut
    et je peux faire quoi ducoup ?

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. problème de compilation sous visual C++
    Par fabmili dans le forum MFC
    Réponses: 4
    Dernier message: 08/02/2004, 19h52
  2. problème de compil devc++ socket
    Par stefdem dans le forum Autres éditeurs
    Réponses: 2
    Dernier message: 11/12/2003, 11h33
  3. Réponses: 1
    Dernier message: 29/10/2003, 12h16
  4. Problème de compilation de la DLL du XMLRad
    Par [DreaMs] dans le forum XMLRAD
    Réponses: 2
    Dernier message: 16/04/2003, 16h46
  5. Réponses: 1
    Dernier message: 27/05/2002, 01h44

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo