matanui159 / ReplaySorcery

An open-source, instant-replay solution for Linux
GNU General Public License v3.0
854 stars 27 forks source link

Not running #86

Closed guglovich closed 3 years ago

guglovich commented 3 years ago

изображение

A clear and concise description of what the bug is.

Desktop:

Configuration: Please upload your copy of /usr/local/etc/replay-sorcery.conf (/usr/etc/replay-sorcery.conf on Arch) and a copy of ~/.config/replay-sorcery.conf if it exists. replay-sorcery.log

Logs: Please run journalctl --user -eu replay-sorcery -n 100 > replay-sorcery.log [replay-sorcery.log](https://github.com/matanui159/ReplaySorcery/files/5739745/replay-sorcery.log) and upload the result.

matanui159 commented 3 years ago

Do you still have a ~/.config/replay-sorcery.conf file from the old version? Alot of the options have been changed.

guglovich commented 3 years ago

Do you still have a ~/.config/replay-sorcery.conf file from the old version? Alot of the options have been changed.

I only changed the saving folder of the video, the rest was so originally.

matanui159 commented 3 years ago

Can you check if there is a ~/.config/replay-sorcery.conf file? It seems to be reading old config from somewhere else.

guglovich commented 3 years ago

Can you check if there is a ~/.config/replay-sorcery.conf file? It seems to be reading old config from somewhere else.

Yes, it was, I deleted it. It was created through Goverlay. I thought I didn't have the program working, so I tried Goverlay. Now I'm wondering if there is a hotkey to stop? Or does the systemd process need to be set to stop? And where is the temporary file cached?

matanui159 commented 3 years ago

It was created through Goverlay

Ah, that makes sense. I think Goverlay is in the process of being updated for the latest version.

Now I'm wondering if there is a hotkey to stop? Or does the systemd process need to be set to stop?

Theres no hotkey to stop, you can stop it with systemctl --user stop replay-sorcery.

And where is the temporary file cached?

There is no temporary file, the saved file at the end is saved to your Videos directory by default. You can change this with the outputFile option. You can see replay-sorcery.conf for all the new options and documentation.