"Kevin" == Kevin DeKorte kdekorte@yahoo.com writes:
Kevin> Since the latest Wine Release I have had the following error in Kevin> Wine when opening a file.
Kevin> fixme:seh:EXC_RtlRaiseException call to unimplemented function Kevin> wininet.dll.GetUrlCacheEntryInfoW
Kevin> This error causes Word to crash. If you never open the file Kevin> dialog everything seems to work fine. I think a stub for this Kevin> function would be good enough to get going, but I'm unsure how to Kevin> add it.
Kevin> My setup: RedHat 8.0 wine release 20030219 and CVS (updated on Kevin> 3/9 and still crashed) Wine no-windows setup. Apps I have Kevin> installed and working Notes, WordPro (but these to can't run at Kevin> the same time problem in windows/class.c) Word, Excel, Visio Kevin> RoadRash QuickTime Acrobat Reader
Look at how the GetUrlCacheEntryInfoA stub is implemented in ../wine/dlls/wininet/urlcache.c and ../wine/dlls/wininet/wininet.spec.
Recompile and you should proceed. Then submit the patch.
Bye