Results 4 comments of Nikita

[crash.zip](https://github.com/Facepunch/garrysmod-issues/files/13855152/crash.zip) latest crash dump

we already have (as I understand it) a ready-made solution for this - https://github.com/Facepunch/gmod-html/pull/3 - but the facepunch don't want to accept it

same with 0.5.17, btw import won't woking too ![Image](https://github.com/user-attachments/assets/38739939-d500-44d4-bc1d-62e519fcc04d)

# workaround 1. change ``shadow`` in ``tauri.conf.json`` to ``false``, like that: ```json "windows": [ { "title": "Window", "width": "", "height": "", "shadow": false, } ], ``` 2. install ``os_info`` crate:...