similar to: Someone with XP and Wine

Displaying 20 results from an estimated 30000 matches similar to: "Someone with XP and Wine"

2002 Aug 19
3
How do I go about this
hello all. I have a dual boot laptop running XP and RH3. I tried to install wine but because my XP is on NTFS I could not link to that partition. So, I have burned all my personal files to CD and am wondering what to do next: 1) I suppose I could install another windows operating system like 98. Drawback is that when I do use Windows, XP tends to handle the plug and play features better (like
2002 Aug 12
6
Unable to open configuration file "/etc/smb.conf"
Interesting problem - can't figure out what's going on. I'm using Red Hat 7.0 in conjunction with smbd version 2.2.5 __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com
2004 Sep 10
2
[Flac-users] Re: [Flac-announce] Winamp not in default directory
I'm moving this over to flac-users... Anyway, are you using Mike Wren's installer? I'm not familiar with that yet. Josh --- C&K Slagle <ckslagle@earthlink.net> wrote: > have winamp installed on a partitioned drive. > I installed the most recent version of Flac which includes the plugin > for > winamp. However, .flac files are not recognized in winamp.. Is it
2004 Sep 10
2
Error initializing flac stream decoder.
Thanks for that email. The one lihe change I made is this : from #define FLAC__MAX_RICE_PARTITION_ORDER (15u) to #define FLAC__MAX_RICE_PARTITION_ORDER (6u) and that seemed to make decoder_new() happy, but it's promptly crashing after making a call to the read callback (below), then to the meta callback. The meta callback did nothing but print a string and return. I removed it, and
2002 Aug 13
1
ReWind vs WINE vs WINEX
I have a question in that which is the best WINE to use? Or what are the differences wineX - This is the wine from Transgaming that the CVS does not contain SafeDisc but the purchasable one does? rewind - This is the MIT/X licensed version wine - This is the LGPL version from www.winehq.com Right now I use "wine" and update from CVS from winehq.com. So which is the best one to use as
2004 Sep 10
2
24-bit support in winamp2 plugin
OK, I finally fixed the linear dithering code in the Winamp 2 plugin. I have not figured out all the whiz-bang GUI-based configuration stuff yet so as it stands the plugin will play back 24-bit FLAC files and dither them down to 16-bit. I don't know how to check if the output module supports 24-bit either, but you can recompile the plugin without the #define FLAC__DO_DITHER to force it to do
2004 Sep 10
1
Error initializing flac stream decoder.
I changed just the FLAC__EntropyCodingMethod_PartitionedRice struct, but it hasn't changed a thing. I'm still getting the same behaviour. typedef struct { unsigned order; unsigned parameters[1 << 6]; unsigned raw_bits[1 << 6]; } FLAC__EntropyCodingMethod_PartitionedRice; Any other thoughts? Thanks, Reza Josh Coalson wrote: > --- Reza Naima
2002 Aug 12
3
Question on hashkey
Hi, I''ve been working on hashing in tc for a month. Since there are only a limited number of avaialbe example on hashing, I''ll be appreciate if someone can my questions as follows: 1. tc filter add dev eth1 protocol ip perent 1:0 \ prio 5 u32 ht 800:: \ match ip src 1.2.0.0/16 \ hashkey mask 0x000000ff at 12 \ link 2: It seems that the hashkey make can only applied to ip
2002 Aug 21
3
(no subject)
A good day to you all. i dont seemt to be having any luck joining Windows XP machines into my domain. This i find quite peculiar, since i have had no problems with win98, winnt, or win2k machines. The Windows XP machine is able to see the domain, and reports that it has joined the domain after i enter the domain admin account and password. But after the reboot, i can't seem to log on
2004 Sep 10
7
Need AMD debugging help
To all who have an AMD + Windows based PC: I have gotten a few similar bug reports about encoding errors with FLAC. The common features are: - Repeatedly encoding the same file with verify will have verify errors some of the time (looks like aroung 50%) and the verify errors will occur in different places each time. - This is happening on AMD PCs running Windows. More reports come from
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi, it looks like you have something really messed up on your system. The size of the file is 1243 bytes (from strace) but 0 bytes are being read. If you had no permission to read the strace would have looked like this: open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied) A quick look at the source code reveals: /etc/samba/smb.conf is opened in file_load
2004 Sep 10
2
using vorbiscomments with metaflac not utf8-encoded
Using metaflac (1.0.3) like this: metaflac file.flac --set-vc-field=title=test??????e? The vorbiscomment will not be UTF8-encoded, instead they will be stored directly as ANSI. When trying to add some more comment, it gave the following error: ERROR: writing FLAC file file.flac, error = FLAC__METADATA_CHAIN_STATUS_OK Does that mean that weren't enough room for the comments? But
2002 Aug 08
3
I can't compile wine
I there, I tried to compile winex 20020806 but I have this thing after making depend: make[2]:***[ppy.tab.c] segment foult make[1]:***[wrc/__depend__] Error 2 make:***[tools/__depend__] Error 2 and then stop all. I don't really know what to do, help will be appreciated. I am using Mandrake linux 8.2 with gcc 3.0.4 The wine who came with the CD works. But I need the newer. J.C.
2004 Sep 10
3
[Flac-users] libflac memory requirements?
Hello, Can someone give me an idea of the memory requirements for using libFLAC? I'm trying to incorporate FLAC support into a player application for the Rio Receiver (see http://rioreceiver.comms.net for details), but I'm having trouble because FLAC__stream_decoder_new() is attempting to allocate 2099828 bytes for an instance of the FLAC__StreamDecoderPrivate struct. Is this accurate,
2004 Sep 10
2
Error initializing flac stream decoder.
I've cross-compiled flac for the armv4l processor (rio receiver), and i'm trying to start up a decode thread : #include <FLAC/stream_decoder.h> .... FLAC__StreamDecoder *flac = NULL; flac = FLAC__stream_decoder_new(); if (flac == NULL) { printf("[DECODE] Unable to initalize flac object\n");
2002 Nov 01
1
3.5p1 hpux 11.X .ssh/environment ignored
Am I missing something, or is this a bug? I'm using OpenSSH 3.5p1 on (non-trusted) HP-UX 11.00 and 11.11, compiled without pam support, but with the stock sshd_config (in particular, with privsep), and sshd ignores my client's ~/.ssh/environment file. It worked fine under previous versions. Thanks! -Tim __________________________________________________ Do you Yahoo!? HotJobs - Search
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf"
Try these two: bash> which testparam should tell you which testparam is being started. Is it where you expect it to be? bash> strace /full/path/testparam Gives you information on all system calls called from within testparam. It will give quite a bit of output and somewhere near the end you will find something like: open("/usr/lib/smb.conf", O_RDONLY|O_LARGEFILE) = ... This would
2002 Oct 30
1
sticky bit, etc.
I have a question about samba and sticky bits. I have a share with the following configuration: [documents] comment = documents path = /shares/documents public = no writeable = yes printable = no valid users = @lan1 force user = docadmin force group = lan1 create mode = 0440 force create mode = 0440 directory mode = 1770 force directory mode = 1770 delete read only = no
2002 Aug 19
1
Crash while trying to Run atwin2k (Accuterm)
It installed correctly, however when trying to run, I briefly get a window appearing, and then it crashes. A trace reveals: <snip> fixme:ole:MSFT_DoTypeInfo Assign constructor/destructor memid fixme:ole:CoRegisterMessageFilter stub wine: Unhandled exception, starting debugger... Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /mnt/fd0 (No such file or
2002 Aug 21
0
Can't join windows XP to samba 2.2.3a
1) Have you applied the registry patch to the XP machine? 2) Check samba.org as i'm not sure which version first started supporting XP, 2.2.3a may be borderline. Original Message: ----------------- From: smb bert smbbert@yahoo.com Date: Wed, 21 Aug 2002 18:26:06 -0700 (PDT) To: samba@samba.org Subject: [Samba] Can't join windows XP to samba 2.2.3a Hello! Sorry about the missing