http://bugs.winehq.org/show_bug.cgi?id=21583
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #9 from Anastasius Focht focht@gmx.net 2010-02-08 14:18:19 --- Hello,
dupe of bug 16418
Download link: http://www.memeo.info/download/instantbackup/general/Memeo%20Instant%20Backu... Prerequisite: winetricks -q dotnet20 (and optionally gdiplus)
WINEDEBUG=+tid,+seh,+relay wine ./InstantBackup.exe >>log.txt 2>&1
Unmanaged trace (C++ and then CLR exception):
--- snip --- ... 0034:Call advapi32.LsaLookupSids(0000cafe,00000001,0098bb98,0032f144,0032f138) ret=04ad0dc0 0034:Ret advapi32.LsaLookupSids() retval=00000000 ret=04ad0dc0 ... 0034:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032f0c0) ret=78158dd3 0034:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b835dc2 ip=7b835dc2 tid=0034 0034:trace:seh:raise_exception info[0]=19930520 0034:trace:seh:raise_exception info[1]=0032f104 0034:trace:seh:raise_exception info[2]=7a35d54c 0034:trace:seh:raise_exception eax=7b824dad ebx=7b883668 ecx=00000000 edx=0032f0ac esi=0032f0ac edi=0032f020 0034:trace:seh:raise_exception ebp=0032f008 esp=0032efa4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000246 ... 0034:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0032f098) ret=79f97065 0034:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b835dc2 ip=7b835dc2 tid=0034 0034:trace:seh:raise_exception info[0]=80131508 0034:trace:seh:raise_exception eax=7b824dad ebx=7b883668 ecx=00000000 edx=0032f078 esi=0032f078 edi=0032eff0 0034:trace:seh:raise_exception ebp=0032efd8 esp=0032ef74 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000246 --- snip ---
Managed callstack:
--- snip --- First chance exception generated: (0xaaa6ac) <System.IndexOutOfRangeException> _className=<null> _exceptionMethod=<null> _exceptionMethodString=<null> _message=(0xaaa798) "Index was outside the bounds of the array." _data=<null> _innerException=<null> _helpURL=<null> _stackTrace=(0xaaa8c0) <System.SByte[]> _stackTraceString=<null> _remoteStackTraceString=<null> _remoteStackIndex=0 _dynamicMethods=<null> _HResult=-2146233080 _source=<null> _xptrs=0 _xcode=-532459699 Exception is called: AppDomain: InstantBackup.exe TID : 0x45 StackAddr: 0x33f1a8 ( System.Security.Principal.SecurityIdentifier::TranslateToNTAccounts ) Offset : 0x2d2 EventType: FIRST_CHANCE Intercept? : Can be intercepted
Thread 0x45 Current State:GCUnsafe spot 0)* (AD 'InstantBackup.exe', #1) System.Security.Principal.SecurityIdentifier::TranslateToNTAccounts(V 1, size 905) +1758[native] +0722[IL] sourceSids=(0xaaa510) <System.Security.Principal.IdentityReferenceCollection> someFailed=false 1) (AD 'InstantBackup.exe', #1) System.Security.Principal.SecurityIdentifier::Translate(V 1, size 56) +0100[native] +0027[IL] sourceSids=(0xaaa510) <System.Security.Principal.IdentityReferenceCollection> targetType=(0xa92700) <System.RuntimeType> someFailed=false 2) (AD 'InstantBackup.exe', #1) System.Security.Principal.SecurityIdentifier::Translate(V 1, size 100) +0093[native] +0002[IL] sourceSids=(0xaaa510) <System.Security.Principal.IdentityReferenceCollection> targetType=(0xa92700) <System.RuntimeType> forceSuccess=true 3) (AD 'InstantBackup.exe', #1) System.Security.Principal.SecurityIdentifier::Translate(V 1, size 94) +0183[native] +0056[IL] targetType=(0xa92700) <System.RuntimeType> 4) (AD 'InstantBackup.exe', #1) Memeo.Client.ClientShell::InitializeRemoting(V 1, size 248) +0420[native] +0150[IL] 5) (AD 'InstantBackup.exe', #1) Memeo.Client.ClientShell::Initialize(V 1, size 43) +0047[native] +0026[IL] 6) (AD 'InstantBackup.exe', #1) Memeo.Client.ClientShell::DoMain(V 1, size 204) +0200[native] +0079[IL] args=(0x9922f8) <System.String[]> 7) (AD 'InstantBackup.exe', #1) Memeo.Client.ClientShell::Run(V 1, size 534) +0500[native] +0221[IL] args=(0x9922f8) <System.String[]> 8) (AD 'InstantBackup.exe', #1) Memeo.Client.BackupLiteShell::Main(V 1, size 372) +0710[native] +0371[IL] args=(0x9922f8) <System.String[]> --- snip ---
Regards