Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command load-config-file ~~/mpv.conf failed to open ~~/mpv.conf #14766

Closed
6 tasks done
Ace-Who opened this issue Aug 30, 2024 · 0 comments · Fixed by #14767
Closed
6 tasks done

Command load-config-file ~~/mpv.conf failed to open ~~/mpv.conf #14766

Ace-Who opened this issue Aug 30, 2024 · 0 comments · Fixed by #14767
Labels

Comments

@Ace-Who
Copy link

Ace-Who commented Aug 30, 2024

mpv Information

mpv v0.38.0-706-ga3baf94a Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
 built on Aug 17 2024 00:13:00
libplacebo version: v7.349.0 (v7.349.0-5-g82bf46a-dirty)
FFmpeg version: N-116720-g5c1c0325c
FFmpeg library versions:
   libavcodec      61.11.100
   libavdevice     61.2.100
   libavfilter     10.2.102
   libavformat     61.5.101
   libavutil       59.34.100
   libswresample   5.2.100
   libswscale      8.2.100


mpv c890635 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
 built on Aug 29 2024 22:57:31
libplacebo version: v7.349.0
FFmpeg version: 44b8ea4
FFmpeg library versions:
   libavcodec      61.3.100
   libavdevice     61.1.100
   libavfilter     10.1.100
   libavformat     61.1.100
   libavutil       59.8.100
   libswresample   5.1.100
   libswscale      8.1.100

Other Information

- Windows version: 10.0.19045.2965
- GPU model, driver and version: AMD Radeon RX 6900 XT, 23.40.33.01-240508a1-403196C-AMD-Software-Adrenalin-Edition
- Source of mpv:
    - https://sourceforge.net/projects/mpv-player-windows/files/
    - https://github.com/mpv-player/mpv/actions/runs/10623604613/artifacts/1872364788
- Introduced in version:

Reproduction Steps

  1. Put config files mpv.conf and input.conf under portable_config directory next to mpv.exe.
  2. Run mpv.exe without argument. Both config files are automatically loaded.
  3. Press ` to open the console.
  4. (Not necessary). Run load-input-conf ~~/input.conf. Loaded again without problem.
  5. (Not necessary). Run load-config-file <fullpath of mpv.conf>. Again no problem.
  6. Run load-config-file ~~/mpv.conf. Raise errors:
[file] Cannot open file '~~/mpv.conf': Invalid argument
[stream] Failed to open ~~/mpv.conf.

Expected Behavior

Command load-config-file ~~/mpv.conf loads mpv.conf without error.

Actual Behavior

It doesn't load mpv.conf but raises errors:

[file] Cannot open file '~~/mpv.conf': Invalid argument
[stream] Failed to open ~~/mpv.conf.

Log File

output.txt

Sample Files

No response

I carefully read all instruction and confirm that I did the following:

  • I tested with the latest mpv version to validate that the issue is not already fixed.
  • I provided all required information including system and mpv version.
  • I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
  • I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
  • I attached the full, untruncated log file.
  • I attached the backtrace in the case of a crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant