Displaying 8 results from an estimated 8 matches for "lionhead".
Did you mean:
fionread
2005 Aug 05
2
out of disk space notification
Hi Dovecot readers,
My server (squirrelmail) provides me with the following error-message
when selecting a mailbox (trash):
ERROR : Could not complete request.
Query: SELECT "Trash"
Reason Given: Out of disk space
The user is not over quota but for some reason dovecot still thinks this
to be true. Can anyone give me a hint for finding a solution for this
problem.
I have installed:
2006 Jul 15
9
Wine, good, evil, and black and white 2
hello all, my first post so bear with me
i have been lossing hair over getting black and white 2 to run on wine
i finally got it down to this
h4x0r@Mainframe:~/.wine/drive_c/Program Files/Lionhead Studios/Black &
White 2$ wine white.exe fixme:system:SystemParametersInfoW
Unimplemented action: 112 (SPI_GETMOUSESPEED)
fixme:powermgnt:GetSystemPowerStatus (): stub, harmless.
wine: Call from 0x611c68 to unimplemented function
kernel32.dll.HeapSetInformation, aborting
wine: Unimplemented func...
2011 Jul 31
0
Regarding xlive/GFWL problems
...ch it using PlayOnLinux testing installer with use :
- Vanilla wine 1.3.23 (I tried with 1.3.25 too)
- Xliveless dll from http://timeslip.users.sourceforge.net/
- Direct launch mode from Fable3.exe thx to xliveless dll (because Fable3Launcher.exe crash with wine)
The game launch, I can see MS and Lionhead movies and then a black screen with "Estimating performances..." and it stay like this forever...If I try to use config files from a windows install, there is just a black screen after movies. Either way, no sound emmited, no wine/game error output, nothing, it just loop forever.
I also...
2007 Feb 20
1
Problems running some games that used to work before
...-f7e81000 Deferred libpthread.so.0
ELF f7e8a000-f7f9b000 Deferred libwine.so.1
ELF f7f9d000-f7fb4000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
0000000a
0000000b 0
00000008 (D) H:\.wine\drive_c\Program Files\Lionhead Studios Ltd\Black &
White\runblack.exe
0000000f 0
0000000e 0
0000000d 15
00000009 0 <==
Again I did some googling and stumbled upon a cedega support request that
mentioned the same crash. I followed the suggestions there, deselect pixel
shaders...
2009 Feb 13
0
Wine release 1.1.15
...irectly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.15:
5694 Lionhead Black & White 2 demo crashes
7014 Unhandled page fault when exiting Commandos - BEL
7297 MIDI in/out fails, ports recognized
7643 Supreme Commander crashes during play
8522 tabbed control captures mouse input even when it shouldn't
10611 VMware Infrastructure Client: Fail...
2003 Nov 27
0
password change from win95 client doesn't work
Hi All,
I've got a Samba client that runs Windows 95 (way old, i know). Logging
onto the domain rocks! However, changing the domain password using the
control panel results in an error (translated from dutch): "Access to
the network has been denied"
What is wrong?
--my smb.conf--
# Samba config file created using SWAT
# from 172.16.1.92 (172.16.1.92)
# Date: 2003/11/27 12:54:22
2004 May 10
1
re: Seek problems with vorbis_file
Hi,
I have been having some problems with ov_pcm_seek in vorbis_file:-
Any seeks to a sample within the first second of the stream (i.e. <
44100 samples) fail. Seeks to samples beyond this 44100 limit are fine.
It appears to be associated with vorbis_file trying to read the
preceding page (odd for the beginning of the file), attempting an
ov_raw_seek, then bombing out with an OV_EINVAL.
2004 May 11
0
re: Seek problems with vorbis_file
Turned out to be a bug in my implementation of the file callbacks (not
setting up vi->end properly). Apologies :)
-----Original Message-----
From: owner-vorbis-dev@xiph.org [mailto:owner-vorbis-dev@xiph.org] On
Behalf Of Michael Smith
Sent: 11 May 2004 01:04
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] re: Seek problems with vorbis_file
On Tuesday 11 May 2004 01:43, Paul Knight wrote: