Skip to content

Crash when launching on Mac #35

@CoreyHendrey

Description

@CoreyHendrey

Hello,

We found that Tolgee will cause a crash on Mac launch due to its runtime dependency on the WebBrowserWidget plugin.

Currently have worked around it by moving the Plugin to the editor module:

{ "Name": "TolgeeEditor", "Type": "Editor", "LoadingPhase": "Default", "WhitelistPlatforms": [ "Linux", "Mac", "Win64" ], "Plugins": [ { "Name": "WebBrowserWidget", "Enabled": true } ] },

Might be worth moving there if its only needed in the editor. :)

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