https://bugs.winehq.org/show_bug.cgi?id=48144
Bug ID: 48144 Summary: Dream Aquarium (screensaver) fails to read monitor power state (support for 'SPDRP_DEVICE_POWER_DATA' property missing) Product: Wine Version: 4.20 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: setupapi Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
continuation of bug 39210
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Dream Aquarium
$ WINEDEBUG=+seh,+relay,+setupapi wine ./Dream_Aquarium.scr -S >>log.txt 2>&1 ... 0039:Call setupapi.SetupDiGetDeviceRegistryPropertyW(001802d0,007dfdc4,0000001e,00000000,007dfd8c,00000038,00000000) ret=00415839 0039:trace:setupapi:SetupDiGetDeviceRegistryPropertyW devinfo 001802D0, device_data 007DFDC4, prop 30, type 00000000, buffer 007DFD8C, size 56, required 00000000 0039:Ret setupapi.SetupDiGetDeviceRegistryPropertyW() retval=00000000 ret=00415839 0039:Call KERNEL32.GetLastError() ret=00415841 0039:Ret KERNEL32.GetLastError() retval=00000000 ret=00415841 ... --- snip ---
Application log files:
--- snip --- $ pwd /home/focht/.wine/drive_c/users/focht/Application Data/Dream Aquarium
$ cat stdout.txt setVerbose(5,init) CERROR allowed ec:3 allow:3 CERR allowed activetimes= aqua versions: 1.27 1.27 build:5 installDir=C:\Program Files (x86)\Dream Aquarium\ countryCode=-1 countryName=�lK TRIAL has valid license 0 use full version: 0 hasValidLicenseButIsRunningTrialVersion:0 about to check if monitors are asleep --- snip ---
--- snip --- $ pwd /home/focht/.wine/drive_c/users/focht/Application Data/Dream Aquarium
$ cat runLog.txt start 2737: Tue Nov 19 23:19:57 2019 -S 2737: Monitors Asleep 2737: Closing (0 secs) Tue Nov 19 23:19:57 2019 --- snip ---
https://source.winehq.org/git/wine.git/blob/ab92627e19f10d7ad23abb101b21ec7b...
$ wine --version wine-4.20-46-g288a6625ad
Regards