Does anyone know what the error below (cannot seek to data offset) means and how I can debug this further? Steps to test: wget --http-user="I accept www.opensource.org/licenses/eclipse" --http-passwd="." 'http://www2.research.att.com/~gsf/download/beta/uwin-base.2013-02-08.win32.i386.exe' wine uwin-base.2013-02-08.win32.i386.exe wine version is wine-1.5.23 Simon ---------- Forwarded message ---------- From: Simon Toedt <simon.toedt@xxxxxxxxx> Date: Sun, May 19, 2013 at 7:23 PM Subject: Re: [uwin-users] UWIN on Wine? To: ольга крыжановская <olga.kryzhanovska@xxxxxxxxx> Cc: uwin-developers@xxxxxxxxxxxxxxxx, uwin-users@xxxxxxxxxxxxxxxx On Tue, May 14, 2013 at 11:36 PM, ольга крыжановская <olga.kryzhanovska@xxxxxxxxx> wrote: > Has anyone tried to run UWIN on the Windows emulator Wine > (http://www.winehq.org/)? I am looking for a solution to do UWIN > development without a Windows license. No, it doesn't work: The output of the first attempt: wine uwin-base.2013-02-08.win32.i386.exe wine: created the configuration directory '/home/stoe/.wine' fixme:storage:create_storagefile Storage share mode not implemented. err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:iphlpapi:NotifyAddrChange (Handle 0xf3e308, overlapped 0xf3e320): stub fixme:storage:create_storagefile Storage share mode not implemented. err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:iphlpapi:NotifyAddrChange (Handle 0x114e8d0, overlapped 0x114e8dc): stub wine: configuration in '/home/stoe/.wine' has been updated. Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe: Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe: cannot seek to data offset The output of the second attempt: wine uwin-base.2013-02-08.win32.i386.exe Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe: Z:\home\stoe\winetest\uwin-base.2013-02-08.win32.i386.exe: cannot seek to data offset I have no clue whatsoever what this means. Simon