[opensource-dev] Windows ReleaseOS build unable to load textures

Kadah kadah.coba at gmail.com
Mon Feb 11 02:15:03 PST 2019


I'm working on a thing (some of you know what) and I've run in to a 
rather annoying issue that's sunk most of the day as it was starting to 
make testing difficult.

None of my ReleaseOS viewer-release builds are able to load textures. 
I've found that it's fine if I patch in KDU. While that is a workaround, 
it would be nice to know what I'm doing that makes OpenJPEG fail, 
assuming it does work at all.

Every texture request is generating the following on a clean build of 
viewer-release:
WARNING   LLViewerFetchedTexture::updateFetch : oversize, setting as missing
WARNING   LLViewerFetchedTexture::setIsMissingAsset : 
dc60d326-ba27-db3a-103a-e378d6dd2530: Marking image as missing

To get at least something more, I added a debug output from FS to 
updateFetch (). Output was such:

  INFO   LLViewerFetchedTexture::updateFetch : Discarding oversized 
texture, width= 4096, height= 4096
  WARNING   LLViewerFetchedTexture::updateFetch : oversize, setting as 
missing
  WARNING   LLViewerFetchedTexture::setIsMissingAsset : 
dc60d326-ba27-db3a-103a-e378d6dd2530: Marking image as missing
  INFO   LLViewerFetchedTexture::updateFetch : Discarding oversized 
texture, width= 16384, height= 16384
  WARNING   LLViewerFetchedTexture::updateFetch : oversize, setting as 
missing
  WARNING   LLViewerFetchedTexture::setIsMissingAsset : 
2aa5fd81-464f-3b76-40a7-f498a1561b76: Marking image as missing
  INFO   LLViewerFetchedTexture::updateFetch : Discarding oversized 
texture, width= 2048, height= 8192
  WARNING   LLViewerFetchedTexture::updateFetch : oversize, setting as 
missing
  WARNING   LLViewerFetchedTexture::setIsMissingAsset : 
2c007a7c-11c1-5748-e1a8-a77806efa9e3: Marking image as missing
  INFO   LLViewerFetchedTexture::updateFetch : Discarding oversized 
texture, width= 1024, height= 4096
  WARNING   LLViewerFetchedTexture::updateFetch : oversize, setting as 
missing
  WARNING   LLViewerFetchedTexture::setIsMissingAsset : 
50a3b5d7-f32f-41ce-ff7a-450a4bbf1e8f: Marking image as missing

All but the 16384 ones appear sane.

Autobuild config invocation:
setx AUTOBUILD_VARIABLES_FILE 
"C:\Users\Kadah\Desktop\Dev\viewer-build-variables\variables"
autobuild configure -c ReleaseOS -A 64


Full viewer logs:
https://pastebin.com/yzswgNnm
https://pastebin.com/WeiYf2G7

Viewer about:
Within build VM: https://pastebin.com/Q1tKdw2U
Installed on host: https://pastebin.com/PeyLBEiN

Any help would be appreciated.


More information about the opensource-dev mailing list