Displaying 5 results from an estimated 5 matches for "123f".
Did you mean:
123
2005 Nov 23
0
problem running Ashlar's Drawingboard
...a winetools (0.9-2jo) installation with nearly
the same results (some modules in the trace back call are different).
If anyone could give a hint where to look for an answer, I would
greatly appreciate.
Charles
email: charles at stremen dot xs4all dot nl
wine: Unhandled page fault at address 0x123f:0x0000cf26 (thread 000a), starting debugger...
WineDbg starting on pid 0x8
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information for image C:\Program Files\DWGBOARD\DWGBOARD.EXE
Unhandled exception: page fault in 16-bit code (123f:cf26).
In 16 bit mode.
Register dump:
CS:12...
2014 Oct 13
2
[LLVMdev] Unexpected spilling of vector register during lane extraction on some x86_64 targets
...else
static int32_t geti(const __m128i v, const size_t i)
{
switch (i) {
case 0:
return int32_t(v[0] >> 0);
case 1:
return int32_t(v[0] >> 32);
case 2:
return int32_t(v[1] >> 0);
case 3:
return int32_t(v[1] >> 32);
}
assert(0);
return -1;
}
#endif
__m128 x[] = { (__m128){ .123f, .999f, .123f, .999f } };
__m128 r[1];
static const float table[3] = {
1.0,
2.0,
4.0,
};
static __m128 testee(
const __m128 x)
{
const __m128i iexp = _mm_sub_epi32(_mm_srli_epi32(_mm_castps_si128(x), 23),
_mm_set1_epi32(127));
const __m128 s = _mm_or_ps(
_mm_andnot_ps(_mm_castsi128_ps(_mm_set1_ep...
2010 Aug 22
1
how to set folder redirection on Windows 7 with a Samba PDC
Hi,
I have read that Windows 7 is using a new admx format and that it is not
compatible with the old-school poledit. If I would like to stick with a
Samba PDC, is there any elegant way to get Windows 7 client to obey the
folder redirection(and possibly other rules) set using poledit &
NTConfig.pol?
I have been searching the mailing list, but there doesn't seems to be much
detailed
2010 Nov 09
1
Windows 7 problems
Hi,
I have upgraded to Samba 3.5.6 for Windows 7 Pro compatibility.
I am in a test phase to evaluate the behavior of Windows 7 in a Samba PDC
environment.
I have one Samba server as a PDC with tdbsam backend (no LDAP at all), and I
applied the reg and patch as described in the wiki.
I have a couple of questions related to Windows 7 :
- opening a domain session on the Win7 client takes a
2008 Apr 28
0
wine and ashlar's drawingboard
...ump:
CS:1247 SS:1627 DS:1627 ES:0000 FS:0033 GS:003b
IP:e97f SP:d56e BP:d57e FLAGS:0246( - 00 -RIZP1)
AX:1a88 BX:1a88 CX:0000 DX:1a7f SI:0000 DI:0000
Stack dump:
0x1627:0xd56e: 1627 0000 0000 10cf 0000 e614 1a88 1a7f
0x1627:0xd57e: d58a c994 1247 1a90 1a7f 1627 d59e de12
0x1627:0xd58e: 123f d5a4 1627 1627 0000 0000 0000 0000
02c4: sel=1627 base=0067c6f8 limit=0000e91f 16-bit rw-
Backtrace:
=>1 0x1247:0xe97f (0x1627:0xd57e)
2 0x1247:0xc994 (0x1627:0xd58a)
3 0x123f:0xde12 (0x1627:0xd59e)
4 0x123f:0xd348 (0x1627:0xd61e)
5 0x101f:0x0468 in kernel32 (+0x7fbf8) (0x1627:0xd658)...