Not sure if I should even post this, 'cause I realize this may be due to unimplemented features. But someone put in the apps database a while back that they had made this work, so here goes: I was able to run the turbotax instaler under WINE just fine. But when I tried to run the turbotax binary itself, I got the following on the console: fixme:ole:CoRegisterMessageFilter stub err:win32:fixup_imports No implementation for RPCRT4.dll.162(NdrDllUnregisterProxy) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.265(NdrStubInitialize) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.159(NdrDllCanUnloadNow) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.229(NdrProxyGetBuffer) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.264(NdrStubGetBuffer) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.230(NdrProxyInitialize) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.228(NdrProxyFreeBuffer) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.231(NdrProxySendReceive) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.152(NdrConvert) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef err:win32:fixup_imports No implementation for RPCRT4.dll.227(NdrProxyErrorHandler) imported from C:\Tax99\32bit\ttsisps.dll, setting to 0xdeadbeef fixme:ole:NdrDllRegisterProxy (10156000,0x1015c030,{22a1d721-e292-11d2-8a92-00105acaf6fa}), stub! err:ntdll:RtlpWaitForCriticalSection Critical section 0x40b6333c wait timed out, retrying (60 sec) fs=0257 err:ntdll:RtlpWaitForCriticalSection Critical section 0x40666570 wait timed out, retrying (60 sec) fs=0257 err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr 0x40062570 Terminated I'm using the latest CVS. At no time do any windows pop up. I get similar output trying to run the turbotax updater or the turbotax uninstaller. Any ideas? Thanks, Ian Turner
hello, i have this problem : [y.moya@yves y.moya]$ cd /mnt/cdrom [y.moya@yves cdrom]$ ls 3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll setup.bmp DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat setup.ins DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin setup.lid Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat sierra.inf Media _ISDEL.EXE autorun.inf dsetup32.dll readme.txt valve.ico [y.moya@yves cdrom]$ wine SETUP.EXE Warning: configuration loaded by the server from /home/y.moya/.wine/config, file /etc/wine.conf was ignored. Cannot load user32.dll what's wrong ? Yves (Il y a des fran?ais ici ?)
Yves MOYA wrote:> > hello, > > i have this problem : > > [y.moya@yves y.moya]$ cd /mnt/cdrom > [y.moya@yves cdrom]$ wine SETUP.EXE > Warning: configuration loaded by the server from > /home/y.moya/.wine/config, > file /etc/wine.conf was ignored. > Cannot load user32.dll > > what's wrong ? >Your configuration in ~/.wine/config must be setting "user32.dll" to a format that your don't have (ex: "native" without Windoze installed). See if you have at least one of these files: $(WINDOWS_DIR)/windows/system/user32.dll $(WINE_PREFIX_DIR)/lib/libuser32.so if you don't have the second, your installation may be broken. if you have one of them, you must see your configuration file. Try putting a "builtin, native, so" on user32.dll key. See ya, Eduardo Costa -- http://www.tpk.com.br Computer Projects and Stuff
To Eduardo Costa : (and all people want to help me ;) ) hello, I have not windoze installed. I have not user32.dll file but I have libuser32.so file. In my configuration file I have not the user32.dll key. when I wrote in the file "user32" = "builtin" in DllOverrides section I have no changes. thanks :) Yves
hello, (answering Eduardo) I have in my config file : "DefaultLoader" = "native, builtin, so" I doesn't know if libuser32.so is cached or in LD_LIBRARYPATH so I do the attachement : bash-2.04# locate libuser32.so /usr/lib/libuser32.so bash-2.04# /sbin/ldconfig -p | grep libuser32.so libuser32.so (libc6) => /usr/lib/libuser32.so bash-2.04# echo $LD_LIBRARY_PATH (that output nothing) bash-2.04# cat /etc/ld.so.conf /usr/X11R6/lib /usr/lib /usr/kerberos/lib /usr/lib/qt-2.2.0/lib /usr/lib/qt-1.45/lib /usr/lib/sane /usr/lib/mysql I'm sad. nothing to do... (a little bit: in french we say windaube for windows) (answering Lawson) my libuser32.so is in the directory /usr/lib (I am the administrator.) this path is already in /etc/ld.so.conf (see top). must I run /sbin/ldconfig ? Yves PS: more information about my computer. it is a P2 233 128Mo with RedHat7.0. need more ?
hello, Yes it is a typo : ... [DllDefaults] "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib" "DefaultLoadOrder" = "native, builtin, so" [DllOverrides] ... I have only one libuser32.so file. My wine is wine-20001220-1.rpm (zell.redhat.de, http://www.winehq.com) bash-2.04# ls 3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll setup.bmp DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat setup.ins DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin setup.lid Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat sierra.inf Media _ISDEL.EXE autorun.inf dsetup32.dll readme.txt valve.ico bash-2.04# wine --debugmsg warn+module,+fixup SETUP.EXE Warning: configuration loaded by the server from /root/.wine/config, file /etc/wine.conf was ignored. FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock Could not stat /mnt/floppy, ignoring drive A: Aucun fichier ou r?pertoire de ce type warn:module:BUILTIN32_dlopen failed to load user32.dll: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference warn:module:MODULE_LoadLibraryExA Failed to load module 'C:\WINDOWS\SYSTEM\user32.dll'; error=0x00000002, Cannot load user32.dll bash-2.04# (the "Could not stat /mnt/floppy..." line is because I have not the directory /mnt/floppy but /mnt/floppyA and /mnt/floppyB) the command wine --debugmsg +module,+fixup SETUP.EXE output too much for write here. libc.so.6 is in the directory /lib it is a link to the file libc-2.1.92.so in /lib too
On Mon, 5 Feb 2001 11:29:02 +0100, "Yves MOYA" <yves.moya@waika9.com> wrote: <snip>>warn:module:BUILTIN32_dlopen failed to load user32.dll: symbol __sysconf, >version GLIBC_2.2 not defined in file libc.so.6 with link time reference<snip> This error message warns you that the package you installed needs a library more recent that the one you have on your system. The right way is either : - find another package needing a compatible glibc ls -l /lib/libc.so.6 should give your glibc version. - compile Wine from source; In most cases upgrading the glibc is *dangerous* Gerard