You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get occasional error on Windows - see below. Perhaps this is caused by multiple globes trying to access the same texture file at the same time?
I don't quite understand this, because the C:/ProgramData/WorldWindData directory does not exist. Maybe it's not really a locking issue, maybe it's really FileNotFound?
Might need some help from the WW devs on this.
SEVERE: Exception attempting to read texture file file:/C:/ProgramData/WorldWindData/Earth/BMNGWMS2/BMNG(Shaded%20+%20Bathymetry)%20Tiled%20-%20Version%201.1%20-%205.2004/2/16/16_21.dds java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read(BufferedInputStream.java:254) at com.jogamp.opengl.util.texture.spi.DDSImage.isDDSImage(DDSImage.java:259) at gov.nasa.worldwind.util.OGLUtil.newTextureData(Unknown Source) at gov.nasa.worldwind.util.OGLUtil.newTextureData(Unknown Source) at gov.nasa.worldwind.layers.BasicTiledImageLayer.readTexture(Unknown Source) at gov.nasa.worldwind.layers.BasicTiledImageLayer.loadTexture(Unknown Source) at gov.nasa.worldwind.layers.BasicTiledImageLayer$RequestTask.run(Unknown Source)
Note: This issue has been automatically migrated from Bitbucket
Created by jonblower on 2014-02-07 16:00:57+00:00, last updated: 2014-02-07 16:08:51+00:00
The text was updated successfully, but these errors were encountered:
Get occasional error on Windows - see below. Perhaps this is caused by multiple globes trying to access the same texture file at the same time?
I don't quite understand this, because the C:/ProgramData/WorldWindData directory does not exist. Maybe it's not really a locking issue, maybe it's really FileNotFound?
Might need some help from the WW devs on this.
SEVERE: Exception attempting to read texture file file:/C:/ProgramData/WorldWindData/Earth/BMNGWMS2/BMNG(Shaded%20+%20Bathymetry)%20Tiled%20-%20Version%201.1%20-%205.2004/2/16/16_21.dds java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:272) at java.io.BufferedInputStream.read1(BufferedInputStream.java:273) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read(BufferedInputStream.java:254) at com.jogamp.opengl.util.texture.spi.DDSImage.isDDSImage(DDSImage.java:259) at gov.nasa.worldwind.util.OGLUtil.newTextureData(Unknown Source) at gov.nasa.worldwind.util.OGLUtil.newTextureData(Unknown Source) at gov.nasa.worldwind.layers.BasicTiledImageLayer.readTexture(Unknown Source) at gov.nasa.worldwind.layers.BasicTiledImageLayer.loadTexture(Unknown Source) at gov.nasa.worldwind.layers.BasicTiledImageLayer$RequestTask.run(Unknown Source)
Note: This issue has been automatically migrated from Bitbucket
Created by jonblower on 2014-02-07 16:00:57+00:00, last updated: 2014-02-07 16:08:51+00:00
The text was updated successfully, but these errors were encountered: