• Tracker

    Spaces
    Browse
    Statistics
  • /
  • /Reforger Modding
  • /ARMD-63
Back
1

Workbench crashes when entering Edit Prefab mode after viewport turns black

General
1

State

Assigned
Issue key
ARMD-63
Access
Public
Space
Arma Reforger
Project
Reforger Modding
Creator
neekap
Created
Sep 11, 2026
Views
65
Platform
PC Steam
Game Version

1.8.0.13

Modlist

No mods

Description

Workbench crashes when clicking "Edit Prefab" on a prefab.

Immediately before the crash, the 3D viewport freezes and becomes completely black. Both the scene/background and the character/model turn black.
And Workbench then crashes.

The issue initially appeared mid-development during a session where Workbench had previously been working normally. After the first occurrence, it became consistently reproducible.

Steps to reproduce

  1. Launch Arma Reforger Workbench.

  2. Open a project.

  3. Open a prefab.

  4. Click Edit Prefab.

  5. The 3D viewport turns black.

  6. Workbench crashes shortly afterward.

The issue can also occur with an empty project, so it does not appear to be caused solely by the project's dependencies or addons.


Crash information

The crash is an Access Violation:

Illegal read at 0x2e0

The crash stack points into Qt6Gui while painting a QPlainTextEdit:

QRasterPaintEngine::fillRect
→ QPainter::fillRect
→ QPlainTextEdit
→ QWidgetPrivate::paintBackground

The dump also shows the NVIDIA/D3D rendering stack being loaded.

Troubleshooting already performed

  • Reinstalled Arma Reforger Tools / Workbench

  • Reverted the NVIDIA graphics driver

  • Deleted the Workbench Documents/user-data folder

  • Tested with an empty project with no project dependencies

  • Tested launching ArmaReforgerWorkbenchSteamDiag.exe directly rather than through Steam

  • Issue persists after all of the above

The issue appears to be related to the transition into Prefab Edit mode / viewport rendering, with the black viewport occurring immediately before the crash.


Latest crash guid: 049eeede-5e42-4631-9173-826c6d49dfcb

Attachment2 files · visible to everyone

Edit_prefab.webp

99 KB

2026_09_11_20_23_53.mp4

1.9 MB

Reactions

Activity

    9 days ago
  • neekap
    created issue9 days ago
  • neekap
    changed9 days ago
  • neekap
    9 days ago
    neekap
    9 days ago

    I was able to get into the prefab editor by bypassing the button and using this command in powershell:
    & "S:\SteamLibrary\steamapps\common\Arma Reforger Tools\Workbench\ArmaReforgerWorkbenchSteamDiag.exe" -wbModule=WorldEditor -run -load "C:\Users\USER\Documents\My Games\ArmaReforgerWorkbench\addons\Crash Test\Prefabs\Vehicles\Wheeled\BRDM2\BRDM2.et"


    But when attempting to open it using "Edit Prefab" the issue comes back

  • neekap
    9 days ago
    neekap
    9 days ago

    Workaround found:

    I believe I have found a reliable workaround and some additional information that helps narrow down the issue.

    The crash consistently occurred when using Edit Prefab normally. The viewport would briefly/fully turn black and Workbench would then crash.

    I discovered that I could bypass the crash by launching Workbench directly into World Editor with a random prefab:

    & "S:\SteamLibrary\steamapps\common\Arma Reforger Tools\Workbench\ArmaReforgerWorkbenchSteamDiag.exe" -wbModule=WorldEditor -run -load "C:\Users\USER\Documents\My Games\ArmaReforgerWorkbench\addons\Crash Test\Prefabs\Vehicles\Wheeled\BRDM2\BRDM2.et"
    

    This successfully opened the prefab in Prefab Edit Mode.

    Interestingly, simply opening it this way was not enough. After closing Workbench, the normal Edit Prefab action still crashed.

    However, I then reopened the prefab using the same command, made a small change to the prefab, and saved it.

    After doing that, I closed and reopened Workbench, and the normal Edit Prefab action started working again. I have since tested multiple prefabs and they now enter Edit Prefab mode normally.

    Reproduction / workaround

    1. Normal Edit Prefab → crash.

    2. Launch directly with -wbModule=WorldEditor -run -load <prefab>.

    3. Prefab opens correctly in Prefab Edit Mode.

    4. Make any change and save the prefab.

    5. Restart Workbench.

    6. Normal Edit Prefab now works again, including for other prefabs.

    This makes me suspect some prefab/editor state, generated metadata, or initialization data was missing or stale, and successfully entering and saving a prefab through the direct World Editor path initialized/rebuilt whatever was required.

    The original crash was an access violation in Qt6Gui.dll during QPlainTextEdit painting, but the black viewport occurring immediately before the crash suggests the Qt crash may have been a secondary symptom.

    The issue appears to be resolved on my installation after performing the above workaround, but the fact that a direct World Editor launch + save can restore normal Edit Prefab functionality may be useful for identifying the underlying bug.

  • 6 days ago
  • l909
    changed state to
    ASSIGNED
    6 days ago
  • 5 days ago
  • datboydbz619
    5 days ago
    datboydbz619
    5 days ago

    I have the exact same issue. Hope a better fix is found so tools is normally able to open prefab editor

You are not signed in. Please sign in to see more details and to reply.

State

Assigned
Issue key
ARMD-63
Access
Public
Space
Arma Reforger
Project
Reforger Modding
Creator
neekap
Created
Sep 11, 2026
Views
65