http://bugs.winehq.org/show_bug.cgi?id=10061
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #7 from Juan Lang juan_lang@yahoo.com 2007-10-17 17:25:20 --- And from a +relay trace of that application: 0009:Starting process L"C:\Program Files\NokiaFREE Unlock Codes Calculator\NokiaFREE_Calc.exe" (entryproc=0x564062) 0009:Call KERNEL32.LoadLibraryA(0050f591 "MSVBVM60.DLL") ret=00564126 0009:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=00564126
It's missing the VB6 runtime. Install that using winetricks: wget http://www.kegel.com/wine/winetricks sh winetricks vbrun60
You'll then need the Visual Basic 6.0 common controls. Search for those and you'll find a download from Microsoft's website.
After that, it runs fine. Closing as working.