Assasans / found-footage

Content Warning mod that adds real lost footage from other players to your Old World.
MIT License
2 stars 0 forks source link

Failed to get video path error #17

Closed Shadodix closed 2 months ago

Shadodix commented 2 months ago

It fails to get the video path when you try to play the file, I looked into it and saw that it tried to open a file called fullRecording.webm when the file in the folder was output.webm I am on windows 11 if that helps.. image_2024-04-27_012012464 image_2024-04-27_012042771

Assasans commented 2 months ago

Possibly same issue as #14. Do you have any other mods installed? I have never encountered this in a vanilla game.

Shadodix commented 2 months ago

Possibly same issue as #14. Do you have any other mods installed? I have never encountered this in a vanilla game.

After looking at that I found the issue, its a mod called MoreCameras I believe. thanks for the help!

Assasans commented 2 months ago

Found the problem, I was not calling Clip.SetValid(true) on fake clip, so MoreCameras just skipped processing those recordings. Will be fixed in next release.