Hi, I tried to run a setup.exe (Installshiled). The setup started but when I click the next button on third Dialog I get an exception message "unimplemented function .... msvcrt.dll:_ui64toa ..". The setup is using the builtin msvcrt.dll. I defined the msvcrt.dll as native in the DllOverrides section but the setup.exe/wine ignored it and loaded the builtin. Any idea?? TIA Stefan
Do a 'ps -ef |grep wine'. The 'setup' must be launching another program with different name. In the ps output, check what process is the parent of winedbg. It will give you the name of the program that must have msvcrt native. If you don't success post ps output and the relevant tail of your DllOverrides section. --- Stefan Fritz <stefan.fritz@aon.at> a ?crit :> Hi, > > I tried to run a setup.exe (Installshiled). > The setup started but when I click the next button on third Dialog I > get > an exception message "unimplemented function .... msvcrt.dll:_ui64toa > ..". > > The setup is using the builtin msvcrt.dll. I defined the msvcrt.dll > as > native in the DllOverrides section but the setup.exe/wine ignored it > and > loaded the builtin. > > Any idea?? > > TIA > Stefan > > > > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
I tried it but nothing changed. Same error!! The msvcrt.dll is still loaded "builtin" ! I added the 2 overrrieds in the general DllOverrides section --> the same --> no effect Maybe the msvcrt.dll gets loaded by a builin dll in its dependencies!? 10.10.2002 08:50:10, Sylvain Petreolle <spetreolle@yahoo.fr> wrote:> --- Stefan Fritz <stefan.fritz@aon.at> a ?crit : > thanks, but I had >no success :-(( >> >> I attached my 2 config files (etc/wine/config and ~/.wine/config) and >> the shell output. >> >> any idea? >> >Gotcha ! >your log shows the name of the program that is executed : >this is a known installer. > >Threads: >process tid prio >0807d9d0 (D) E:\_ISTMP55.DIR\_INS5576._MP > >so try: >[AppDefaults\\_INS5576._MP\\DllOverrides] >"msvcrt20" = "native" >"msvcrt" = "native" > > >If you have a bugs.winehq.com account, could you submit a bug ? >We could then implement a stub. > >___________________________________________________________ >Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! >Yahoo! Mail : http://fr.mail.yahoo.com > >