Displaying 20 results from an estimated 58 matches for "deadbeef".
2001 Sep 25
3
What the HELL is deadbeef?! Or lstat64.c?
OK, I have windoze ME installed on my system and have been trying to run IE
6.0 with wine release 20010824. Trying to start iexplore.exe goes along
until:
Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code
(0xdeadbeef).
In 32-bit mode.
0xdeadbeef (_end+0x9df10793): *** Invalid address 0xdeadbeef
(_end+0x9df10793)
-- no code --
Enter path to file 'lstat64.c':
What is this? Deadbeef? lstat64.c?
praedor
2010 Apr 15
1
SIP devide call-forward behaviour and CDRs
..."lost"
Call from SIP/100 to SIP/200, but the SIP/200 device is programmed to
send a redirect to extension 1234. chan_sip creates a
Local/1234 at context call, which has its own CDR.
In 1.2, the CDR records look something like:
1) channel=SIP/100 dstchannel=Local/1234 at context-deadbeef,1
2) channel=Local/1234 at context-deadbeef,2 dstchannel=DAHDI/1-1
This allowed the 2 Local/... values to be matched and the 2 legs of
the call can be correctly billed.
In 1.6, the CDR data is different:
1) channel=SIP/100 dstchannel=DAHDI/1-1
2) channel=Local/1234 at context-d...
2004 Oct 25
1
DLL question - deadbeef
...o non-managed mode. Now the
program that would previously only work under wine-20040505 is working
perfectly (AFAICT) under wine-20041019.
When installing another program from the same company (Native
INstruments) I start running into some sort of bail out, I guess,
where Wine starts using 'deadbeef' to show a problem. Is this what's
happening?
Am I to assume that the path to fixing this is to find a copy of
MSVCRT.dll somewhere? Does it matter which version of Windows? In
varying degrees I have Win XP Pro, Win XP Home and Win ME. This
program runs today on the Win ME machine. Shou...
2001 Mar 30
2
wine releases and Pegasus Mail
On a RedHat 6.2 (with the latest RH updates) I have been using wine
(compiled from source with ./configure-make depend-make) to run Pegasus
Mail 3.12c for the last 12-15 months. It has had (and still has) its ups and
downs. I am using wine with real Windows, not 'fake'.
Early on Pegasus Mail (PM) crashed when trying to add attachments, but
slowly things improved, until (and
2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
...to each other. If Client A(port 1)
tries to connect to Client B(port 2), `brctl showmacs br100` shows that
Client B moved to port 4(port 4 is where the WET11 is plugged in. If I
change the WET11 port, the port Client B moves to is also changed), and
the router can no longer ping Client B.
[root@deadbeef root]# brctl showmacs br100
port no mac addr is local? ageing timer
2 00:02:a5:d3:a2:a9 no 19.71
1 00:04:5a:6f:f4:66 no 0.01
4 00:12:17:47:90:43 no 0.43
4 00:13:10:16:1e:19 no...
2011 Oct 13
9
problems installing wine 1.3.24/sketchup 8/on fedora 15
I am trying to install wine (1.3.24) from winehq for fedora and sketchup (8) on a Fedora-15 box. I have tried to follow the Sketchup Sage site http://sites.google.com/site/sketchupsage/problems/linux
After installing Wine and Sketchup, I have ?Wine Files? under the new GNOME-3 Applications and when I open it I get what looks like a Windows window. No Sketchup in there.
I have 2 Sketchup icons
2011 Oct 24
2
Visio doesn't start anymore
I've been using Visio 2007 without any problems until today.
When I start it using the applications menu, its starting up for a good 10 seconds and then just stops (I don't get a GUI). When I start it from the terminal, it immediately give the following errors:
~/.wine/drive_c/Program Files/Microsoft Office/Office12$ wine VISIO.EXE
fixme:actctx:parse_depend_manifests Could not find
2008 Jun 18
4
getting inodeno for zfs from vnode in vfs kernel layer
i need to get inodeno on ZFS and i am not able to find how to find it in
kernel at vfs layer.
i have vnode pointer and i am doing VTOZ to get znode but printing z_id
from znode pointer
gives me deadbeef(unitialized) , can somebody point me how to get that?
i looked at zfs_getattr code and it does similar thing which i am doing
but its able to get me
inode no in getattribute structure(node id), that makes me thinking
there is something more happening when i
call vop_getattr on zfs rather than...
2003 Feb 07
3
Missing .so libraries for DLL files
Hi.
I'm trying to get this PS2 ISO generator to work.
It requires the DLL:s mfc42.dll and mfc42loc.dll---hence I got them and
placed them in ~/.wine/hdd/windows/system.
Now it's complaining about missing .so libraries for the builtin DLL:s.
I have this in the config:
"mfc42" = "builtin, native"
"mfc42loc" = "builtin, native"
2011 Mar 16
3
doveadm expunge info message in std.error
Hello
This command
doveadm expunge -u "user at domain" mailbox ".namespace/*" savedbefore 7d
writes these messages to std.error
doveadm(user at domain): Info: expunge: box=.namespace/INBOX, uid=5932,
msgid=<E1Puxwf-0001fD-Si at hostname>, size=1824
doveadm(user at domain): Info: expunge: box=.namespace/INBOX, uid=5933,
msgid=<E1Puy0N-0001fI-No at hostname>,
2005 Nov 15
3
xen_domain_handle_t usage
I noticed that the changesets around 7378:bd3268de4145 introduced the
xen_domain_handle_t param to xc_create_domain(), the struct domain, etc.
and call it a "tool UUID".
Can someone explain how this is envisioned being used (xend sets it to
some magic values but I don''t see it get used anywhere)?
Joe
_______________________________________________
Xen-devel mailing list
2016 Oct 31
0
RFC: General purpose type-safe formatting library
...uot;{0:3}"_fmt.stream(0); " 3"
5) Type-specific style options:
outs() << "{0,N}"_fmt.stream(123456); "123,456"
outs() << "{0,P}"_fmt.stream(0.25); "25.00%"
outs() << "{0,X}"_fmt.stream(0xDEADBEEF); "0xDEADBEEF"
outs() << "{0,X-}"_fmt.stream(0xDEADBEEF); "DEADBEEF"
outs() << "{0,x-}"_fmt.stream(0xDEADBEEF); "deadbeef"
And many others
6) Adapters for specifying alignment, padding, and repetition with runtime
values so you...
2016 Oct 14
2
RFC: General purpose type-safe formatting library
On 12.10.2016 05:59, Mehdi Amini via llvm-dev wrote:
>> If you change a const char * to a StringRef, it can silently succeed
>> while passing your StringRef object to printf. It should fail to compile!
>
> llvm::format now fails to compile as well :)
>
> However this does not address other issues, like: `format(ā%dā, float_var)`
This may be a good time to point at
2024 Oct 14
1
C API: How to get a seektable for very long files?
...overrides the information from
> streaminfo, yes.
Unfortunately that doesn't seem to be the case. I just made a capture
that is > 30 Minutes with total samples set to 0 and a seek table: All
players I tried cannot seek in the file and cannot determine it's
length: VLC, Celluloid and DeaDBeef
I wondered why I can seek files I manually compressed with flac from
raw: The total samples field is just wrong, the seek table is correct,
having sample_numer values a lot higher than total samples. The players
display the wrong length. Seems to be a bug in flac.
>
>>
>> I used th...
2012 Feb 08
4
Kindle PC 1.8.1 and wine 1.3.32
Kindle crashes in wine.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24648
I am using arch linux. I downgraded wine because it was not working in latest wine from arch. I also tried other Kindle for PC versions and failed.
Code:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7855753a (thread 002c), starting debugger...
Unhandled exception: page fault
2015 Jan 02
1
Disabling compressed storage for one public namespace - is it possible?
Greetings,
I've got Dovecot 2.2.X running with gzip compressed storage enabled by
default.
My question though is: is it possible to disable this compressed
storage for one specific, public namespace only? I haven't found quite
much information about it on the wiki.
Thanks in advance.
2015 Sep 29
1
v2.2.19 release candidate 2 released
Darwin doesn't have an EDEADLOCK error code, so compilation fails on MacOSX:
file-lock.c:214:16: error: use of undeclared identifier 'EDEADLOCK'
if (errno == EDEADLOCK)
^
file-lock.c:262:16: error: use of undeclared identifier 'EDEADLOCK'
if (errno == EDEADLOCK)
^
2 errors
2012 Apr 27
1
flac support on parrot asteroid
Hi,
I have a Parrot Asteroid car media receiver that uses an Android based operating system to function.
Is there anything the development crew can do to make the Asteroid stream FLAC audio?
the system does have an installer for 3rd party .APK files
Best regards,
Rob.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Jun 18
0
getting inode for zfs from vnode/vfs layer in kernel
i need to get inodeno on ZFS and i am not able to find how to find it in
kernel at vfs layer.
i have vnode pointer and i am doing VTOZ to get znode but printing z_id
from znode pointer
gives me deadbeef(unitialized) , can somebody point me how to get that?
i looked at zfs_getattr code and it does similar thing which i am doing
but its able to get me
inode no in getattribute structure(node id), that makes me thinking
there is something more happening when i
call vop_getattr on zfs rather than...
2009 Mar 15
1
Can't compile v1.2.beta2 w/o linux-quota
...rst use in this function)
quota-fs.c:456: error: (Each undeclared identifier is reported only once
quota-fs.c:456: error: for each function it appears in.)
make[4]: *** [quota-fs.lo] Error 1
One of the configure options was: --without-linux-quota
Regards,
Pascal
--
The trapper recommends today: deadbeef.0907402 at localdomain.org