http://bugs.winehq.org/show_bug.cgi?id=8036
------- Additional Comments From sick_soul@yahoo.it 2007-16-04 11:25 ------- Created an attachment (id=5805) --> (http://bugs.winehq.org/attachment.cgi?id=5805&action=view) trace of calls to GetPrivateProfileStringW
added a trace in WritePrivateProfileStringW and attached result of
export WINEDEBUG=trace+profile wine "The Spirit Engine.exe" 2>&1 | grep GetPrivateProfileString >get.log wine "The Spirit Engine.exe" 2>&1 | grep WritePrivateProfileString >write.log
showing the calls to the two functions with the empty string as section name and key name, as done by the original application.