SamplerFeedbackStreaming icon indicating copy to clipboard operation
SamplerFeedbackStreaming copied to clipboard

after run demo.bat or demo-hubble.bat, there is error

Open AlbertG123 opened this issue 3 years ago • 2 comments

I build SamplerFeedbackStreaming.sln by VS2019. I download release1 and Hubble-16k.zip , then put them at C:\hubble-16k folder. I run demo.bat or demo-hubble.bat, there will be an error : C:\hubble-16k\200-m51-whirlpool.xet incorrect XET version.

can you help check why? and after run " expense.exe -mediadir C:\hubble-16k " , there is also an error returned.

AlbertG123 avatar Jul 25 '22 14:07 AlbertG123

Near the top of Readme.md, I mention there was a change to the XeT file format. You can modify convert.bat to filter on .xet and perform a conversion of the whole directory from the old to the new format.

allenhux-intel avatar Aug 29 '22 15:08 allenhux-intel

I recently checked in a change to convert.bat so it enumerates .xet files in addition to dds files. Try "convert.bat c:\hubble-16k c:\hubble-16k-v2", it should convert all the files to the new format.

allenhux-intel avatar Sep 06 '22 14:09 allenhux-intel

Easiest solution: put the hubble xet files in the dds directory and re-build DdsToXet. They will be converted and placed in the target directory media folder. closing bug.

allenhux-intel avatar Nov 10 '22 19:11 allenhux-intel