Hi all I'm trying to get my UK TaxCalc program working. I don't know a lot about how it was developed, except that it it seems to use a lot of html pages/forms. However, I haven't got past starting the program up yet. It displays a message box headed 'Microsoft Visual C++ Runtime Library' and the text --------------------- Runtime Error! Program C:\Program Files\Taxcalc 2006\TaxCalc.exe This application has requested the Runtime to terminate it in an unusual way. --------------------- And the following error message is logged by Wine:- ------------ Application tried to create a window, but no driver could be loaded. Unknown error (0). ------------ So far I have added overrides for ole32, oleaut32 and wininet in Wine Config. Can anyone suggest a cure (perhaps another override) for the above error? I'm using 0.9.16 with Ubuntu 06.06. Tony
Tony Pursell <ajp@princeswalk.fsnet.co.uk> wrote:> And the following error message is logged by Wine:- > > ------------ > Application tried to create a window, but no driver could be loaded. > Unknown error (0). > ------------Do winecfg, regedit and notepad work for you? Could you please make a run with WINEDEBUG="+user" ? Daniel
On Sun, 2006-07-02 at 18:28 +0000, Daniel Skorka wrote:> Tony Pursell <ajp@princeswalk.fsnet.co.uk> wrote: > > And the following error message is logged by Wine:- > > > > ------------ > > Application tried to create a window, but no driver could be loaded. > > Unknown error (0). > > ------------ > > Do winecfg, regedit and notepad work for you?Yes> Could you please make a run with WINEDEBUG="+user" ? >OK - this is what I get fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000001,00000000): stub fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000000,00000000): stub fixme:rpc:I_RpcServerStartListening (0x80088): stub fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000001,00000000): stub fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000000,00000000): stub Application tried to create a window, but no driver could be loaded. Unknown error (0). Is that any help? Tony
Tony Pursell <ajp@princeswalk.fsnet.co.uk> wrote:> fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000001,00000000): stub > fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000000,00000000): stub > fixme:rpc:I_RpcServerStartListening (0x80088): stub > fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000001,00000000): stub > fixme:rpc:I_RpcWindowProc (0x80088,0000001c,00000000,00000000): stub > Application tried to create a window, but no driver could be loaded. > Unknown error (0). > > Is that any help?Unfortunately, no. What entries do you have in the registry key HKEY_CURRENT_USER/Software/Wine/Drivers ? Daniel
Tony Pursell <ajp@princeswalk.fsnet.co.uk> wrote:> I've managed to get this program working with some overrides, especially > URLMON. Is it of any interest to the developers that certain programs > need overrides to work? If it is, what sort of information do they > need?I don't think the developers themself are that interested, but it would be handy if could create an appdb entry. Daniel