Changeset 35947 in osm for applications/editors/josm


Ignore:
Timestamp:
2022-03-31T19:40:31+02:00 (2 years ago)
Author:
taylor.smock
Message:

lwjgl: Improve debugging instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/lwjgl/README.md

    r35926 r35947  
    2828Replace `${lwjgl.version}` with the version in ivy\_settings.xml. This is due to the javaagent requiring
    2929`org.lwjgl.system.Configuration` to be available immediately, which it is not until JOSM loads the `lwjgl` plugin.
     30
     31
     32You will most likely encounter issues where the application fails due to
     33`No OpenGL context has been made current through recognized API methods (glfwMakeContextCurrent).`
     34
     35See [LWJGLX debug #29](https://github.com/LWJGLX/debug/issues/29#issuecomment-985176717) for a workaround.
     36It pretty much comes down to manually setting the context.
Note: See TracChangeset for help on using the changeset viewer.