Skip to content

Commit

Permalink
disable software rasterizer (#183)
Browse files Browse the repository at this point in the history
Closes RQA-3788

The opentrons-robot-app gets stuck in a restart loop after the recent Electron upgrade due to a seg fault. The core dump shows this is due to an interaction with wayland. Disabling the software rasterizer prevents the seg fault.

Co-authored-by: Seth Foster <[email protected]>
  • Loading branch information
mjhuff and sfoster1 authored Dec 13, 2024
1 parent 594d4cd commit d0bc197
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ sleep 1
--enable-features=UseOzonePlatform \
--ozone-platform=wayland \
--in-process-gpu \
--disable-software-rasterizer \
--python.pathToPythonOverride=/usr/bin/python3\

0 comments on commit d0bc197

Please sign in to comment.