Skip to content

XeSS 2.3.0 crashes in 5.7 DX11 RHI Mobile Preview. #36

@maitetsu

Description

@maitetsu

The following discussion is based on the code in version 2.3.0.

  • FXeSSRHI::FXeSSRHI() registers some callbacks, which are canceled OnPreShutdown.

  • However, if XeSS is not supported in the case of DX11 Mobile Preview, FXeSSModule::Init() will call XeSSRHI.Reset() (XeSSModule.cpp line 81) . It will destruct FXeSSRHI, making the callback invalid.

  • Perhaps we should confirm that XeSS is supported before adding the callback?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions