Changeset 35947 in osm for applications/editors
- Timestamp:
- 2022-03-31T19:40:31+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/lwjgl/README.md
r35926 r35947 28 28 Replace `${lwjgl.version}` with the version in ivy\_settings.xml. This is due to the javaagent requiring 29 29 `org.lwjgl.system.Configuration` to be available immediately, which it is not until JOSM loads the `lwjgl` plugin. 30 31 32 You 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 35 See [LWJGLX debug #29](https://github.com/LWJGLX/debug/issues/29#issuecomment-985176717) for a workaround. 36 It pretty much comes down to manually setting the context.
Note:
See TracChangeset
for help on using the changeset viewer.