How to get log file from wine debug information

Do you have any idea how to get the debugging information from wine written to a file?

Background: There is a game (WC3 Reforged) that spontaneously let my machine restart. I enabled the debugging information but am not able to check them because after the restart of the machine the log window is gone and reopening it via “show log” always start an empty one. I’ve also tried to add " > wine.log" to the arguments (game options). But no log file was created.

This could work:

From a terminal:

lutris > lutris.log

Thanks a lot. That was so easy and obvious worked as expected. :slight_smile:

Yes and it works because it’s not a feature of Lutris but of Linux. All applications can be started this way. That’s the cool thing about Linux.

Happy gaming!

1 Like