https://bugs.winehq.org/show_bug.cgi?id=41112
Bug ID: 41112 Summary: Wine does not open .log files automatically Product: Wine Version: 1.9.16 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 00cpxxx@gmail.com Distribution: Debian
When running CPU-Z sometimes it will fail to load its driver and then will ask if you want to see the log file. This will always fail with a second message box saying the file was not found. By running +process we can see this:
trace:process:create_process_impl app (null) cmdline L""C:\users\wine\Temp\\cpuz_driver_8.log""
Then I opened the .exe and changed .log for .txt and voilà, the file was opened in notepad.
trace:process:create_process_impl app (null) cmdline L""C:\users\wine\Temp\\cpuz_driver_8.txt"" ... trace:process:create_process_impl starting L"C:\windows\system32\notepad.exe" as Win32 binary (0x10000000-0x1002f000, arch 014c, fakedll)
Is it possible to make .log files also open in notepad?