similar to: Irritating bug on Sanitarium (game)

Displaying 20 results from an estimated 7000 matches similar to: "Irritating bug on Sanitarium (game)"

2006 Feb 17
0
Problems with Sanitarium
Well, I found this *old* game in my closet the other night, and wondered if Wine could play it.The APPDB entry (http://appdb.winehq.org/appview.php?versionId=4089) has it on Gold status, and I was quite happy. Install worked fine, but, once I started the game, I found some problems. One problem, not just found in Sanitarium, but also in other games, is that when a Video Scene is playing, the
2007 Sep 13
0
Sanitarium on Wine
Hi people, I've got some problems on running the game Sanitarium on Wine: the game crashes when entering the second level (after it is loaded) and pops up the following error message: "Unable to create graphic (you may be out of swap file space) The game will be terminated." When I clik the button Ok, other error message pops up: "Runtime Error! Program C:\Arquivos de
2008 Feb 29
2
erroneous and irritating messages
HI All, Keep getting the following in the messages file: Feb 28 21:24:43 hp kernel: ACPI: Unable to turn cooling device [f7d82dec] 'on' Feb 28 21:25:13 hp last message repeated 5 times Have hordes of these. All fans are working fine afaikt. Any idea how to make the beast stop reporting these messages? I am running kernel 2.6.18-53.1.13.el5 #1 SMP. Thanks in advance, Phil
2009 May 02
3
Irritating bug
Running Wine 1.1.20 on Mac OS 10.5.6, I have noticed that windows frequently march down the screen; nothing comes up on the error console.
2013 Jul 17
0
2 pretty irritating issues....
Hey All ~ 1, queue records on fairly unreliable. I would say about 40 - 60 percent of the queue calls are not being recorded and I'm not sure why. I don't seem to see any kind of pattern to the failure. I've added a sample of our queue config at the bottom. 2, cel_pgsql module seems to crash regularly. It seems every time I look at our asterisk server, the cel_pgsql module is
2007 Dec 23
2
irritating log warnings
hi, At home I used to have a multihomed server. Now it only has 1 nic. Since I removed the physical card and its configuration entry from for the OS, I have this kind of warnings in the logfiles: Dec 23 16:47:44 etch nmbd[5715]: [2007/12/23 16:47:44, 0] nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(486) Dec 23 16:47:44 etch nmbd[5715]: get_domain_master_name_node_status_fail:
2004 Mar 01
1
Bizarre (and irritating) ices2 error
I get this error every time I try to start ices: ices: relocation error: ices: undefined symbol: resolver_initialize I'm running a Celeron with 64MB of RAM which up until last moth, ran ices with absolutely no complaint. Here are the steps I've taken to resolve this problem: Full update from debian/unstable -no effect Full reinstall of all dependencies using CVS checkouts -ices fails
2008 Aug 07
1
Proteus and wine
3 months ago I installed proteus (http://appdb.winehq.org/objectManager.php?sClass=version&iId=9846) under wine (proteus is a PCB design program). Everything was working fine until yesterday. I don't remember what wrong have I done, but I have a problem with the component choosing list. It is a regular list-box, but when I click on an item, the one that is at the very botom gets selected,
2006 Oct 03
1
line too long in editor... (textmate)
my where :condition string line is too long in my editor, (Textmate...) if I do a LR, I got a \n in my string, how can i get it displayed in multilines without this garbage in the string : here is the kind of string I am manipulating cond_a.append ["(bookings.start_at == ? OR bookings.end_at == ? ) OR (bookings.start_at <= ? AND bookings.end_at >= ? )",
2008 Nov 12
1
lunching the game with oss drives mutes pcm mixer controls
This is my first post here so Welcome everyone :D. Few days ago I compiled wine 1.1.8 on my gentoo box and I successfully installed Lord Of the Rings On line. The game is running surprisingly good for me but I run into minor but pretty irritating problem, every time I lunch or stop the game my pcm channels from first sound card device are being muted. I'm using oss driver. On alsa driver
2018 Mar 20
0
Very slow to start sync with millions of directories and files
It creates the directories as it needs them. If you want to watch it looking through files it doesn't need to copy you can add -ii (see --itemize-changes for what the output means). On 03/20/2018 05:24 PM, Bráulio Bhavamitra wrote: > > > On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net > <mailto:kmk at sanitarium.net>> wrote: > > Nothing
2009 Mar 06
2
Hint to overcome the problem with animated cursors??
Hi I'm looking for a instruction (for dummies) about how to overcome the problem of invisible mouse pointers (animated cursors) that seem to be common amongs strategy games. (example: perimeter) I'm a newbie with linux and i've been spoiled by the point&click and plug&play usage of computers since Amiga 500 around 1987. :) kind regards - kimmok
2014 Dec 17
0
Printers shared via samba server vs Windows server
Greetings. I have a question and I'm sure it's elementary to some, but I've not found an answer by googling. I have a Debian Jessie/Sid box with Samba 3.6.6. I have AD integrated with point&click functionality. All is well except for one thing. I have about a dozen network copiers who have give weird margin errors when trying to print from Word. That's not the issue I want
2016 Jun 02
0
rsync keeps writing files over
Rsync only cares about the modification time. The ls command usually abbreviates the timestamp so it is better to use the stat command on one of the problem files to see the full thing. On 06/02/2016 06:42 PM, McDowell, Blake wrote: > Cool Thanks! > > Specifically, the timestamps on both <src> and <dest> match for "ls -l" > but do not match for "ls
2009 Feb 09
2
dynamic constant assignment
I have a constant set up like that : ALL_LOCALES => {"it"=>"Italian", "fr"=>"Français", "de"=>"Deutsch", "en- GB"=>"English (UK)", "es"=>"Español (España)", "pt-PT"=>"Português", "pl"=>"Polski", "en-US"=>"English
2016 Jun 02
0
rsync keeps writing files over
The man page has a section on what all the itemize-changes flags do. There is a --ignore-times but the result is what you have now, re-copy everything even if the timestamp matches. The best you can really do with storage that can't handle timestamps is to use --update. But if you do that you need to get rid of --partial (part of -P) or else rsync will never complete a file that was
2015 Oct 28
0
Disabling "quick check"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 if you see >f it is doing something to the file. At least a delta-xfer. If it was just a metadata change it would show cf. If you see an >fc without a t then that is an example where rsync found a file that didn't match even though the timestamps did. That isn't supposed to happen very often. On 10/28/2015 01:19 PM, Clint Olsen
2015 Mar 27
0
rsync 3.0.9 segmentation fault
Hi Kevin, Just did: same result. -- Best regards / Met vriendelijke groet, Aron Rotteveel 2015-03-27 14:32 GMT+01:00 Kevin Korb <kmk at sanitarium.net>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Try it without any --delete options. > > On 03/27/2015 09:31 AM, Aron Rotteveel wrote: > > I am now running with --delete --numeric-ids --relative but the
2015 Apr 07
2
rsync 3.0.9 segmentation fault
Anyone have any other ideas I could try to debug this issue? :) -- Best regards / Met vriendelijke groet, Aron Rotteveel 2015-03-27 16:02 GMT+01:00 Aron Rotteveel <rotteveel.aron at gmail.com>: > Hi Kevin, > > Just did: same result. > > -- > Best regards / Met vriendelijke groet, > > Aron Rotteveel > > 2015-03-27 14:32 GMT+01:00 Kevin Korb <kmk at
2018 Mar 20
2
Very slow to start sync with millions of directories and files
On Tue, Mar 20, 2018 at 5:49 PM Kevin Korb <kmk at sanitarium.net> wrote: > Nothing there should be preventing incremental indexing. That means it > should start copying as soon as it finds a file that needs to be copied. > Doesn't it tries to create all (empty) directories first? > On 03/20/2018 02:33 PM, Bráulio Bhavamitra wrote: > > > > > > Em seg, 19