shinchiro/mpv-winbuild-cmake

`os.tmpname()` crashes mpv

Closed this issue · 0 comments

Reproduction steps

  1. Temporarily move your config directory somewhere else and create a fresh and empty config directory
  2. Open a media file with mpv, it should open successfully
  3. Add a lua script to your new config directory with the following line: os.tmpname()
  4. Try to open another media file, mpv will now crash

According to @avih this issue has been occurring since mpv-x86_64-20210316-git-5824d9f

More details at mpv-player/mpv#9644