http://bugs.winehq.org/show_bug.cgi?id=13008
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-07 10:17:02 --- Hi, i don't have access to my Linux-machine atm, and the next days, so i have to read through the attached log with windows' notepad which is really a pain :(
From what i can tell, i can see it loads kernel32.dll, then
version.GetFileVersionInfoW(001410e4 L"C:\windows\system32\KERNEL32.dll",00000000,000006c4,0101f4d0) ret=004405ba
version.VerQueryValueW(0101edc0,00140eec L"\StringFileInfo\040904E4\ProductName",0033fe30,0033fe34) ret=00440646
then later on: KERNEL32.CompareStringW(00000400,00000001,005029c8 L"Wine",00000004,0014639c L"Wine",00000004)
Maybe there's a problem with the info the application finds in the version-info of kernel32.dll. Could you try copy kernel32.dll from a windows partition to ~/.wine/drive_c/windows/system32/ (_DON'T_ set it to native!!, just copy it) Then wine maybe could get the version-info from the windows-dll, maybe it might change something. Also, is the application freely downloadable?