Page MenuHomeFeedback Tracker

BIS_fnc_exportEditorPreviews not saving PNG previews
Closed, ResolvedPublic

Description

I am trying to create images for eden editor previews by utilizing BIS_fnc_exportEditorPreviews function but it does not seem to work for me no matter what I try to do. What I did so far:

Adjusted video setting as described here > https://community.bistudio.com/wiki/Eden_Editor:_Configuring_Asset_Previews
Adjusted arma3profile as described here > https://community.bistudio.com/wiki/screenshot
Adjusted function call as described here > https://community.bistudio.com/wiki/BIS_fnc_exportEditorPreviews
Tried Stable branch
Tried Devbranch and diag.exe

Nothing of this above made it work, as the Screenshot folder always remains empty and RPT/Logs contain errors.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce

Steps to reproduce:

Start Arma 3
Go to Editor and open Virtual Reality
Click on Tools in Menu and choose Debug console
Try to execute function

Observed: Game will be unresponsive for a few seconds and then console window can be closed and there will be popup with the error stating "DX11 error : Saving of screenshot to file failed: : E_FAIL", closing the popup window makes function to proceed normally wihout additional errors on screen but it wont save any screenshots and RPT will contain errors for every unit attempted to load and save screen of.

Expected: Function to execute properly and save screenshots to \Documents\Arma3\Screenshots\...

Additional Information

Function as I used it

0 = [nil,"vehicles",[independent],[],["rhssaf_c_troops"]] spawn BIS_fnc_exportEditorPreviews;

Adding logs related to issue

Event Timeline

Jastreb created this task.Sep 24 2016, 9:41 PM
Jastreb edited Steps To Reproduce. (Show Details)Sep 24 2016, 9:56 PM
Jastreb added a comment.EditedOct 25 2016, 11:32 AM

With fresh intel from @kju-PvPscene I got this resolved.

-profiles= paramater should not be used as startup parameter as it interferes somehow

HDR should be HDR>=16, I had it on 8 and it was failing

BIKI should be updated with this info.

Can be closed as resolved.

LouMontana closed this task as Resolved.Nov 6 2020, 3:32 PM