Nikita
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 
# 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:...