flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.5k stars 287 forks source link

Log is not exported #472

Closed FabioSedia closed 3 years ago

FabioSedia commented 3 years ago

Toggling log on VKcube works fine, and i get the csv when i stop the logging at the folder i set it in mangohud.conf. However, this does not work with battlefield 1, as log starts and ends properly with the message "Logging finished: Duration etc..." but there's no file in the folder. no relevant log from lutris. Why this happens? I also have set MANGOHUD_CONFIG=output_file=/home/fabio/mangologs/bf1_mangohud in the lutris env vars. so what's the problem?

flightlessmango commented 3 years ago

output_file is deprecated, use output_folder instead

FabioSedia commented 3 years ago

output_file is deprecated, use output_folder instead

Yes but even when not setting anything vkcube exports to home and battlefield does not. Is this a known difference and the env var is required on lutris, or the problem still exists and this is just a workaround?

flightlessmango commented 3 years ago

If you don't set output_folder, no log file is created. It must be in a config file that you're unaware of