LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.

Home Page:https://livesplit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[autosplitting] Network paths are not exposed in the WASI file system on Windows

Jujstme opened this issue · comments

On Windows, network drives are not exposed through WASI, as network paths via samba use a pattern (\\server\resource\path\to.exe) which is not considered by WASI.

This doesn't affect normal autosplitters (the only notable sign in this case is the asr debugger reporting <Unknown process name>), but effectively makes WASI features unusable/unavailable when an autosplitter is hooked to a process launched from a network drive.