http://bugs.winehq.org/show_bug.cgi?id=18126
--- Comment #4 from yugandhar yugandhar_bireddy@satyam.com 2009-05-07 15:24:00 ---
When I traced the bug further,I could see that the following exception is coming(at component ntdll in loader.c)for the above error:
000d:exception in PE entry point (proc=0x584171b0,module=0x58500000,reason=PROCESS_ATTACH,res=(nil))
Is this error getting caused due to both the process and module address being 32bit instead of 64bit?
I need some clue to fix this error as its blocking my application.