http://bugs.winehq.org/show_bug.cgi?id=28798
Bug #: 28798 Summary: GearoticMotion.exe: Getting NTE_BAD_DATA calling crypt32.dll Product: Wine Version: 1.3.30 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: allistar.m@gmail.com Classification: Unclassified
Created attachment 36996 --> http://bugs.winehq.org/attachment.cgi?id=36996 Output with WINEDEBUG=+crypt
wine --version returns: wine-1.3.30
A demo version of GeareoticMotion is available from:
http://www.gearotic.com/downloads.html
After installing GearotiMotion using the installer, when running GearoticMotion with this command:
wine GearoticMotion.exe
I get an error message (in a UI dialog) saying "Importation Error 80090005 Contact Support". I assume this is an error coded into GearoticMotion itself. This does not happen when running the application on Windows. 80090005 is NTE_BAD_DATA.
The output from wine is attached when running:
WINEDEBUG=+relay,+crypt wine GearoticMotion.exe
This is running from an amd64 install of Gentoo linux, Wine is compiled with these USE flags:
USE="X alsa cups dbus fontconfig gecko gphoto2 jpeg lcms mp3 ncurses nls%* opengl oss perl png ssl threads truetype win32 win64 xcomposite xinerama -capi -custom-cflags -gnutls -gsm (-gstreamer) -hardened -ldap -openal -opencl% -samba -scanner -test -v4l -xml (-esd%) (-jack%) (-nas%) (-pulseaudio%)"
This error is preventing the application from opening an encrypted license file which causes it to think it is unregistered, disabling some key features. This error is reproducible even with no license file.