Re: EQ installer bug
Ove Kaaven <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | TransGaming Technologies Inc |
| Message-ID | <1077480207.19435.112.camel@renegade> |
søn, 22.02.2004 kl. 10.52 skrev Bob Holcomb: > I did as you said, and it spewed out quit a bit of stuff. Here is the 20 or > so lines before the error and the install log as an attachement [...] > 080d0fc8:Call(0) ntdll.RtlRaiseException(406d2058) ret=409f4052 fs=0000003b > 080d0fc8:trace:seh:EXC_RtlRaiseException code=80000100 flags=1 addr=0x7352005b > 080d0fc8:trace:seh:EXC_RtlRaiseException info[0]=40a1fb80 > 080d0fc8:trace:seh:EXC_RtlRaiseException info[1]=40a21058 > 080d0fc8:trace:seh:EXC_RtlRaiseException stub=VarCmp That would appear to be the problem. VarCmp is currently nothing more than a stub (exists only as such in dlls/oleaut32/oleaut32.spec). It would have to be implemented.