Displaying 20 results from an estimated 1000 matches similar to: "ALSA: Have to start Rayman3 while soundcard is in use"
2008 Dec 28
1
Rayman 3 under Wine... it doesn't start
Hello there ^^
I have some trouble getting Rayman 3 to work. If i start Rayman3.exe i get the splashscreen, but then it's gone, no program whatsoever. I started the *.exe directly from the CD. What can i do to make it work ?
Ps : i have Ubuntu 8.10
2007 Dec 09
1
New dapper package 0.9.50 missing
I have been waiting since the announcement that 0.9.50 has been released
but I'm still missing the dapper package. Does anyone know what's going on?
2010 Jul 11
1
wine 1.1.4 and 2nd soundcard (alsa)
Moin,
I am using a kind of VoIP Software (Echolink) that run perfekt with the build
in soundcard. But I want to use my headset, that appears as soundcard 1
(hw:1.0).
I can choose the soundcard in Echolink (default, external and system default),
but this goes to the build in card independent from this setting.
Can I configure wine to use the 2nd card? Or can I configure wine to use the
2nd
2007 Dec 15
1
Regression in wine 0.9.49
Hi
just noticed a regression in wine 0.9.49 (compared versus 0.9.47).
One program (altera Quartus II) uses the computers NIC in order to verify
the software license. In wine 0.9.47 the program correctly identifies the
computer NIC, so validation works. In wine 0.9.49 the program does not find
any NICs, so license validation doesn't work.
Downgrading to 0.9.47 brings back this funtionality.
2008 Mar 22
4
Populous: The Beginning under wine-0.9.49
L.S.
I seem to remember this being a bit easier, apparently i'm wrong:
Code:
[xolo at sasquatch .wine]$ wine d:\\Setup.exe
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on Brooktree Bt878, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8b2, disabling mixer
2006 Mar 03
2
Force update of Samba point-and-print drivers?
I hope someone here can offer an easy approach to the following
(somewhat simplified) scenario.
We have a Samba domain that is running well. We have 10 Samba/CUPS
printers and used the Windows Print Wizard method noted on pages
225-226 (section 17.6.1) of the Prentice-Hall-published Official
Samba-3 HOWTO to install the drivers. Over time, we learned to pay
particular attention the the printer
2019 Aug 17
2
Dovecot and hard links?
On 17 Aug 2019, at 1.57, @lbutlr via dovecot <dovecot at dovecot.org> wrote:
>
> On 16 Aug 19, at 07:33 , @lbutlr <kremels at kreme.com> wrote:
>> I was looking at a mail folder and I noted that a file in the inbox had a total of 11 hard links to it:
>
> Ack. I checked the junk folder and there are 379 files in there with 379 links!
>
> Since they were all in
2006 Jul 12
2
Initializing log4r once
I have a problem init''ing log4r. I have the following initialization
code for log4r:
Configurator[''logpath''] = ''./config'' # was ''./logs''
Configurator.load_xml_file(''config/log4r_config.xml'')
I put it in appliction.rb, but then ofcourse at every request the logger
system will be reinitialized. This causes the
2019 Aug 17
0
Dovecot and hard links?
On 17 Aug 19, at 10:14 , Timo Sirainen <timo at sirainen.com> wrote:
> Hard links are created when a mail is copied with the IMAP COPY command. So Dovecot just does what the client asks it to do. Maybe you have some misbehaving IMAP client?
Maybe. Heck, I?ll grant probably, even.
But what do I do about it? How can I see when and where Dovecot is making hundreds of hard links to single
2007 Dec 06
1
Where are older packages?
I'm using Debian Etch 4.0 and would like to get the packages for:
libwine
libwine-dev
for WINE 0.9.47
Does anybody know where I can get these packages. I want them so I can
rollback just in case 0.9.49 causes problems.
TIA,
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Nov 16
1
Starcraft / DirectDrawRenderer = opengl
I'm having a problem with the directdraw opengl renderer and StarCraft
on wine 0.9.49.
When I run starcraft with the opengl renderer, only 1x1 pixel is
displayed stretched to full screen size.
The other settings have no effect, (Other than RenderTargetLockMode =
readtext, if I leave this at default StarCraft crashes, but this is
known about).
I've updated my graphics drivers to the
2019 Aug 16
3
Dovecot and hard links?
I was looking at a mail folder and I noted that a file in the inbox had a total of 11 hard links to it:
? # exa -lH cur/1564249738.M167990P53982.mail.covisp.net,S=8572,W=8738:2,Sgl
.rw------- 11 8.6k vpopmail 19 Jul 19:59 cur/1564249738.M167990P53982.mail.covisp.net,S=8572,W=8738:2,Sgl
? # find . -samefile cur/1564249738.M167990P53982.mail.covisp.net,S=8572,W=8738:2,Sgl
2008 Jul 12
1
IMAP Storage Problem
Hi,
I'm having a problem with IMAP storage and asterisk. Here is the error
message I get (in this instance its checking messages):
[Jul 11 23:14:12] WARNING[9888]: app_voicemail.c:8738 mm_log: IMAP
Warning: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN
[Jul 11 23:14:12] ERROR[9888]: app_voicemail.c:8741 mm_log: IMAP
Error: IMAP protocol error: Authentication aborted
[Jul 11
2015 Jun 24
3
[LLVMdev] DataLayout
Hi all,
We have multiple DataLayout object in flight during a compilation: at least the one owned by the Module and the one owned by the TargetMachine.
There are two issues:
1) What if they differ? I guess we could assert at the beginning of CodeGen.
2) The DataLayout has internal mutable state (a cache of StructLayout).
The latter is my current concern: the cache in DataLayout is based on Type
2013 Jun 11
21
[PATCH] xen: fix initialization of wallclock time for PVHVM on migration
The initial values of the wallclock time in the shared info page are
set for PVHVM guests when the hypercall page is initialized, since the
hypercall page is not reinitialized on resume, the hypervisor
wallclock time is not properly set on resume.
Fix it by forcing an update of the wallclock values when the shared
info page is mapped.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
2023 Jan 02
2
rewrite manpages to mdoc(7)
On Jan 01 00:05:09, jamie at catflap.org wrote:
> Jan Stary via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote:
>
> > On Dec 31 11:43:56, paul at nohats.ca wrote:
> > > Why not go to xml and use xml2man / pandoc ?
> >
> > Because it is a terrible manpage format
> > and the toolchain produces broken crap.
>
> I have no specific knowledge on
2007 Jul 22
1
Class level variables in Mongrel
I''m trying to use a class level variable @@count as a counter between
requests to the server. So for example I initialize it @@count = 0 at
the top of the class and in a method I have @@count = @@count+1. It
seems though that @@count is begin reinitialized back to 0 each time the
controller is called. Is there something that I''m missing here? I''m
running under
2013 Jan 01
1
Error Processing Drive
Hi chaps,
So my general problems with disks disappeared once I understood it was
an SELinux problem. However I''m still finding in the DomU when I run
through my kickstart that I''m getting an error which says:
"Error processing drive: xen-vbd-51712 ........ this drive may need to
be reinitialized"
See: http://d.pr/i/YrH8
If I go ahead and reinitialize it, the
2020 Jun 22
1
[PATCH 08/16] nouveau/hmm: fault one page at a time
On Fri, Jun 19, 2020 at 02:56:41PM -0700, Ralph Campbell wrote:
> The SVM page fault handler groups faults into a range of contiguous
> virtual addresses and requests hmm_range_fault() to populate and
> return the page frame number of system memory mapped by the CPU.
> In preparation for supporting large pages to be mapped by the GPU,
> process faults one page at a time. In
2014 Sep 19
2
negative auth cache?
I am using Dovecot 2.2.13, which doesn't yet seem to have the
$auth_cache_negative parameter. Should the negative cache value honor
$auth_cache_ttl then?
I had a problem where some of our ldap systems were reinitialized. Some
users, presumably those who tried to login while their records were
returning a failure, became unable to login after the records were once
again returning normally.
I