Big problem about TextureState,which shut down the HotSpot Virtual Machine

When i load a texture, an error occur and the HotSpot Virtual Machine shut down with the message of



#

An unexpected error has been detected by HotSpot Virtual Machine:

#

Are you probably executing that code in another thread than the redering? openGL does not allow multi threaded access to the drawing functions.



Texture loading should though be possible from another thread in the development version of jME (CVS or nightly build).

Right.  Using the latest dev version should solve that issue.