Re: [Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
Skype: muhammed.deniz Klango username. muhammed - Original Message - From: Ryan Smith computerwi...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Friday, March 26, 2010 9:21 PM Subject: Re: [Audyssey] another error with the game. Hi Muhammed, It makes our job much

Re: [Audyssey] another error with the game.

2010-03-26 Thread Andy
, March 26, 2010 9:21 PM Subject: Re: [Audyssey] another error with the game. Hi Muhammed, It makes our job much easier if you posted the code along with the error messages. This allows us to explain the problem and help you fix the code. Usually, just posting an error message doesn't give us

Re: [Audyssey] another error with the game.

2010-03-26 Thread Muhammed Deniz
, 2010 10:00 PM Subject: Re: [Audyssey] another error with the game. Hi, This... Is a mess. Firstly, to load your sounds you have to make them sound objects, I believe. So: sound gunsound; gunsound.load(gun4.wav); gunsound.play(); Etc etc. In line 6 (excluding all blank lines): double

Re: [Audyssey] another error with the game.

2010-03-26 Thread Hayden Presley
...@audyssey.org] On Behalf Of Andy Sent: Friday, March 26, 2010 5:00 PM To: Gamers Discussion list Subject: Re: [Audyssey] another error with the game. Hi, This... Is a mess. Firstly, to load your sounds you have to make them sound objects, I believe. So: sound gunsound; gunsound.load(gun4.wav

Re: [Audyssey] another error with the game.

2010-03-26 Thread Willem
To: Gamers Discussion list gamers@audyssey.org Sent: Friday, March 26, 2010 10:00 PM Subject: Re: [Audyssey] another error with the game. Hi, This... Is a mess. Firstly, to load your sounds you have to make them sound objects, I believe. So: sound gunsound; gunsound.load(gun4.wav); gunsound.play

Re: [Audyssey] Script error irritation

2010-03-25 Thread Jacob Kruger
: [Audyssey] Script error irritation Thanks philip. Hmmm, i thought I'd already included that parenthesis, obviously not. Beware the Grue! Dark. - Original Message - From: Philip Bennefall phi...@blastbay.com To: Gamers Discussion list gamers@audyssey.org Sent: Thursday, March 25

Re: [Audyssey] Script error irritation

2010-03-25 Thread Thomas Ward
Hi Dark, One thing that stands out right away is you have a space between the end of your statements and the semi-colon. You should never put a space before the semi-colon. To declare a variable you should write it like this. int hp = 100; Other than that nothing else stands out like a sore thumb.

Re: [Audyssey] Script error irritation

2010-03-25 Thread Thomas Ward
Hi, Oops! Shame on me. I missed that myself. Must be too early in the morning. Where's my coffee? Grr. On 3/24/10, Philip Bennefall phi...@blastbay.com wrote: Hi Dark, You simply missed to put a left parenthesis in the alert function call. Your code should be: int hp = 100 ; string

Re: [Audyssey] Script error irritation

2010-03-25 Thread dark
Subject: Re: [Audyssey] Script error irritation Hi Dark, One thing that stands out right away is you have a space between the end of your statements and the semi-colon. You should never put a space before the semi-colon. To declare a variable you should write it like this. int hp = 100; Other

Re: [Audyssey] Script error irritation

2010-03-25 Thread Thomas Ward
Hi Dark, Unfortunately, I've got to go soon so I don't have much time to go over this with you in detail right now, but I did see some syntactical errors in your code.For example, you consistantly used a semi-colon after your If and Else statements. That's not legal code. Here is an example of

Re: [Audyssey] Script error irritation

2010-03-25 Thread dark
thomasward1...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Thursday, March 25, 2010 10:52 AM Subject: Re: [Audyssey] Script error irritation Hi Dark, Unfortunately, I've got to go soon so I don't have much time to go over this with you in detail right now, but I did see some

[Audyssey] the error.

2010-03-25 Thread Muhammed Deniz
Sorry guys, I couldn't get the error out of the window that I sent yesturday. Contact info. email: muhamme...@googlemail.com msn: muhammed123...@hotmail.co.uk Skype: muhammed.deniz Klango username. muhammed --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send E-mail

[Audyssey] Script error irritation

2010-03-24 Thread dark
Hi. Well I've started on writing a script from scratch rather than using the examples. I thought the first step in creating a symple turn based combat game was getting the game to display the characters' hp, but it's not working for some reason and I'm not exactly certain why. Here's

Re: [Audyssey] Script error irritation

2010-03-24 Thread Reinhard Stebner
Why do you have the ; in front of main? -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of dark Sent: Wednesday, March 24, 2010 6:12 PM To: Gamers@audyssey.org Subject: [Audyssey] Script error irritation Hi. Well I've started

Re: [Audyssey] Script error irritation

2010-03-24 Thread dark
- From: Reinhard Stebner rwsteb...@aol.com To: 'Gamers Discussion list' gamers@audyssey.org Sent: Wednesday, March 24, 2010 10:22 PM Subject: Re: [Audyssey] Script error irritation Why do you have the ; in front of main? -Original Message- From: gamers-boun...@audyssey.org

Re: [Audyssey] Script error irritation

2010-03-24 Thread Philip Bennefall
...@xgam.org To: Gamers@audyssey.org Sent: Wednesday, March 24, 2010 11:12 PM Subject: [Audyssey] Script error irritation Hi. Well I've started on writing a script from scratch rather than using the examples. I thought the first step in creating a symple turn based combat game was getting

Re: [Audyssey] Script error irritation

2010-03-24 Thread dark
: [Audyssey] Script error irritation Hi Dark, You simply missed to put a left parenthesis in the alert function call. Your code should be: int hp = 100 ; string my_health = hello, my hp is currently ; ;void main ( ) { alert(window, my_health + hp); } Kind regards, Philip Bennefall - Original

[Audyssey] entombed error

2010-03-13 Thread Muhammed Deniz
Hi Jason, This happened wile I tried to start 1.01, and could you give me the 4.22 update?. Version: 1.01 Jobs: | Message: Error loading Content\Intro. File not found. Source: Microsoft.Xna.Framework TargetSite: System.IO.Stream OpenStream(System.String) Data:

[Audyssey] Entombed Error

2010-01-28 Thread djc
I'm getting an error when the game starts. It's a long error with quite a bit of code. I won't post it here. It started happening with v241 and I just installed 242 and the patch and it won't run. I uninstalled it completely and tried to install fresh and it still won't run. Any thoughts on what

Re: [Audyssey] Entombed Error

2010-01-28 Thread Ron Schamerhorn
, 2010 3:51 PM Subject: [Audyssey] Entombed Error I'm getting an error when the game starts. It's a long error with quite a bit of code. I won't post it here. It started happening with v241 and I just installed 242 and the patch and it won't run. I uninstalled it completely and tried to install

Re: [Audyssey] Entombed Error

2010-01-28 Thread Bryan Peterson
, January 28, 2010 1:51 PM Subject: [Audyssey] Entombed Error I'm getting an error when the game starts. It's a long error with quite a bit of code. I won't post it here. It started happening with v241 and I just installed 242 and the patch and it won't run. I uninstalled it completely and tried

Re: [Audyssey] Entombed Error

2010-01-28 Thread djc
, uh, could you go across the street and get me a slice of pizza? Vender: No pizza. Only Khlav Kalash. - Original Message - From: djc dcoc...@comcast.net To: gamers@audyssey.org Sent: Thursday, January 28, 2010 1:51 PM Subject: [Audyssey] Entombed Error I'm getting an error when the game

Re: [Audyssey] Entombed Error

2010-01-28 Thread djc
documents/saved games/entomedall players. Then with this done I'd things should work. HTH Ron - Original Message - From: djc dcoc...@comcast.net To: gamers@audyssey.org Sent: Thursday, January 28, 2010 3:51 PM Subject: [Audyssey] Entombed Error I'm getting an error when the game starts

Re: [Audyssey] Entombed Error

2010-01-28 Thread Wil James
@audyssey.org Subject: Re: [Audyssey] Entombed Error No I don't have any saved games at all unless they are not in the main entombed folder under the program group. *** REPLY SEPARATOR *** On 1/28/2010 at 1:59 PM Bryan Peterson wrote: If you have any saved games from a pre-2.4

Re: [Audyssey] Entombed Error

2010-01-28 Thread dark
:51 PM Subject: [Audyssey] Entombed Error I'm getting an error when the game starts. It's a long error with quite a bit of code. I won't post it here. It started happening with v241 and I just installed 242 and the patch and it won't run. I uninstalled it completely and tried to install fresh

Re: [Audyssey] Entombed Error

2010-01-28 Thread Ron Schamerhorn
28, 2010 4:02 PM Subject: Re: [Audyssey] Entombed Error By goodness that fixed it Ron. I wouldn't have known where to look. I won't forget next time. Also thanks to Brian. *** REPLY SEPARATOR *** On 1/28/2010 at 3:57 PM Ron Schamerhorn wrote: Hi DJC You will need

Re: [Audyssey] Entombed Error

2010-01-28 Thread Ryan Strunk
-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of djc Sent: Thursday, January 28, 2010 3:02 PM To: gamers@audyssey.org Subject: Re: [Audyssey] Entombed Error By goodness that fixed it Ron. I wouldn't have known where to look. I won't forget next time. Also thanks to Brian

Re: [Audyssey] Entombed Error

2010-01-28 Thread Thomas Ward
Hi, Yeah, but if the saved games were placed into the Entombed folder it would cause problems on Vista and Windows 7 machines as neither operating systems allows files to be saved/written to the Program Files folder any more without changing the security polacy of the system. That's why Jason has

Re: [Audyssey] Entombed Error

2010-01-28 Thread Ron Schamerhorn
gamers@audyssey.org Sent: Thursday, January 28, 2010 6:42 PM Subject: Re: [Audyssey] Entombed Error Hi, Yeah, but if the saved games were placed into the Entombed folder it would cause problems on Vista and Windows 7 machines as neither operating systems allows files to be saved/written

[Audyssey] entoombed error message

2010-01-22 Thread Chastity MORSE
Hello to Jason. This is the error message I get when trying to use the below link to get the new version/update of the game. I haven't tried downloading directly from the site yet. Chastity http://www.blind-games.com/EntombedSetup2.exehttp://www.blind-games.com/EntombedSetup2.exe Server

[Audyssey] ENbombed Error again!

2009-12-08 Thread Hayri Tulumcu
Version: Beta 1:46 Redbridge Refined Jobs | Fighter Thief | Mage Thief | Necromancer Fighter Last Action: System.Collections.Generic.List `1 [System.String] Message: There were foreigners ¸ st an exception of type 'System.OutOfMemoryException'. Source: mscorlib Target Site: Void

[Audyssey] true error

2009-11-09 Thread Brandon Misch
made my mistake on the error it's runtime error 429 active x conponent can't create object. --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org. You can make changes or update your subscription via the web, at

Re: [Audyssey] true error

2009-11-09 Thread Mike Maslo
Just was wondering are you running 32 or 64 bit windows 7? -Original Message- From: gamers-boun...@audyssey.org [mailto:gamers-boun...@audyssey.org] On Behalf Of Brandon Misch Sent: Monday, November 09, 2009 1:25 PM To: Gamers Discussion list Subject: [Audyssey] true error made my

Re: [Audyssey] true error

2009-11-09 Thread Brandon Misch
[mailto:gamers-boun...@audyssey.org] On Behalf Of Brandon Misch Sent: Monday, November 09, 2009 1:25 PM To: Gamers Discussion list Subject: [Audyssey] true error made my mistake on the error it's runtime error 429 active x conponent can't create object. --- Gamers mailing list

Re: [Audyssey] Entombed Error Message...

2009-02-06 Thread Jason Allen
I've added more checks for e-speak. It work fully when I release version 8D. I wish they'd just update the voice to make it more compatible though. Jason On Fri, Feb 6, 2009 at 7:01 AM, Trenton Matthews tmatthews...@live.comwrote: I just downloaded the latest version of En-tombed as well, and

Re: [Audyssey] Entombed Error Message...

2009-02-06 Thread Ron Schamerhorn
Hi all Did I miss something? 8d? Ron - Original Message - From: Jason Allen evildi...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Friday, February 06, 2009 5:45 PM Subject: Re: [Audyssey] Entombed Error Message... I've added more checks for e-speak. It work fully

Re: [Audyssey] Entombed Error Message...

2009-02-06 Thread Jason Allen
, February 06, 2009 5:45 PM Subject: Re: [Audyssey] Entombed Error Message... I've added more checks for e-speak. It work fully when I release version 8D. I wish they'd just update the voice to make it more compatible though. Jason On Fri, Feb 6, 2009 at 7:01 AM, Trenton Matthews tmatthews

Re: [Audyssey] Entombed Error Message...

2009-02-05 Thread Trenton Matthews
I just downloaded the latest version of En-tombed as well, and it seems that when either your character or any of the enemies tries to heal when using espeak voices, it crashes. Will get error message when it happens again. Trenton, the T Man! On 2/1/2009 7:09 PM, Dakotah Rickard wrote:

[Audyssey] Entombed Error Message...

2009-02-01 Thread Dakotah Rickard
Greets, all. Recently installed the latest Entombed Alpha. I received the following error message: Microsoft.Xna.Framework Error loading Content\title. This file was compiled using the wrong version of the XNA Framework. Microsoft.Xna.Framework System.IO.Stream PrepareStream(System.IO.Stream,

Re: [Audyssey] Entombed Error Message...

2009-02-01 Thread Zachary Kline
Hi, Did you first uninstall the XNA Framework beta version? Best, Zack. - Original Message - From: Dakotah Rickard dakotah.rick...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Sunday, February 01, 2009 6:09 PM Subject: [Audyssey] Entombed Error Message... Greets

Re: [Audyssey] Entombed Error Message...

2009-02-01 Thread Jason Allen
. - Original Message - From: Dakotah Rickard dakotah.rick...@gmail.com To: Gamers Discussion list gamers@audyssey.org Sent: Sunday, February 01, 2009 6:09 PM Subject: [Audyssey] Entombed Error Message... Greets, all. Recently installed the latest Entombed Alpha. I received

Re: [Audyssey] Entombed Error Message...

2009-02-01 Thread Thomas Ward
Hi, I am not currently an Entombed player, but I recognize that error from my own ventures into XNA land. It is do to the fact you are running an older release of the XNA Framework. Try updating to the latest XNA 3 release and see if that solves your issue. Cheers. Dakotah Rickard wrote:

Re: [Audyssey] Entombed Error Message...

2009-02-01 Thread Dakotah Rickard
Thanks all. Problem solved. Yay you all! This is entirely off-topic, but it's late. If anyone ever wants to make a game in which a person will have to wield many, many different weapons either against another or against computers, I would absolutely love to help. I have a wide experience with

[Audyssey] the error i get when registering

2008-12-21 Thread Brandon Misch
the error i get is runtime error 424 object required. that's after the error about the product id not existing. thought you guys should know. --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org. You can make changes or

Re: [Audyssey] the error i get when registering

2008-12-21 Thread Charles Rivard
, December 21, 2008 5:07 PM Subject: [Audyssey] the error i get when registering the error i get is runtime error 424 object required. that's after the error about the product id not existing. thought you guys should know. --- Gamers mailing list __ Gamers@audyssey.org If you want to leave the list

Re: [Audyssey] the error i get when registering

2008-12-21 Thread Thomas Ward
Hi Brandon, Based on the error message this is definitely a VB6/Vista compatibility issue. In short what it said to you is it was trying to create some sort of game object and discovered there was a class library missing. If you can figure out exactly what dll it is looking for and install it I am

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-29 Thread Valiant8086
Hi. Ah, It's Damian's fault *smile*. Good luck, been having fun with cantidate 2. - Original Message - From: Leonard de Ruijter [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Friday, November 28, 2008 10:04 AM Subject: Re: [Audyssey] topspeed error was Re: Top

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-29 Thread jason
Ruijter [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Friday, November 28, 2008 10:04 AM Subject: Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament Hey, I can tell you, we are working on it. Until it's fixed, make sure you are running the installer

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-29 Thread Lukás Hosnedl
- Original Message - From: jason [EMAIL PROTECTED] To: Leonard de Ruijter [EMAIL PROTECTED]; Gamers Discussion list gamers@audyssey.org Sent: Saturday, November 29, 2008 10:34 PM Subject: Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament Hello I was wondering what happened

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-28 Thread Leonard de Ruijter
list gamers@audyssey.org Sent: Monday, November 24, 2008 11:46 AM Subject: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament Well the game isn't even completing the install for me. Here's the error I get. c:\windows\system32\xzip.dll. unable to register the dll/ocx. regsvr32 failed

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-27 Thread Valiant8086
:46 AM Subject: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament Well the game isn't even completing the install for me. Here's the error I get. c:\windows\system32\xzip.dll. unable to register the dll/ocx. regsvr32 failed with exit code 0x5. any clues? - Original Message

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-24 Thread Leonard de Ruijter
Hey, Install the game without the ts2pack. I'll ask damien sadler, te developer about this error. ANd when the game doesn't start, please send me a tracing.txt file you can find in the install directory. Top Speed 2.1 works on vista. - Regards, Leonard de Ruijter e-mail: mailto:[EMAIL PROTECTED]

Re: [Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-24 Thread Yohandy
OK, THAT DID THE TRICK. IT'S DEFINITELY A PROBLEM WITH THE TS2 PACK. THANKS! - Original Message - From: Leonard de Ruijter [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Monday, November 24, 2008 12:14 PM Subject: Re: [Audyssey] topspeed error was Re: Top Speed

[Audyssey] topspeed error was Re: Top Speed 2.1 tournament

2008-11-24 Thread Yohandy
Well the game isn't even completing the install for me. Here's the error I get. c:\windows\system32\xzip.dll. unable to register the dll/ocx. regsvr32 failed with exit code 0x5. any clues? - Original Message - From: K. Matthew [EMAIL PROTECTED] To: 'Gamers Discussion list'

[Audyssey] NOP - error running the very installer

2008-11-23 Thread Lukáš Hosnedl
Hi list, well, I sent another, rather lengthy e-mail to this list yesterday but it doesn't seem to have gotten through, perhaps the moderators did not have enough time to read and approve it yet, which would be no wonder. I hope it appears here eventually. :-) Now, however, this one will be

Re: [Audyssey] weird error message when trying to play sarah

2007-12-02 Thread Thomas Ward
Hi, Yeah, I sort of noticed. I wasn't sure if those were bugs or features at first. Smile Phil Vlasak wrote: Hi Tom, I did put in some secret passages that trap you. Can't have you going around without some pitfalls! But you can get out if you still have apparation spells left. ---

Re: [Audyssey] weird error message when trying to play sarah

2007-12-01 Thread Thomas Ward
Hi all, Quote Also not sure if this happens with or without the hat but when I go through a secret passage I find myself trapped within the walls, I can not move anywhere. End quote Yeah, I have seen this bug in one of the secret passages in chapter one. I think it is suppose to lead down to

Re: [Audyssey] weird error message when trying to play sarah

2007-12-01 Thread Phil Vlasak
, December 01, 2007 6:22 PM Subject: Re: [Audyssey] weird error message when trying to play sarah Hi all, Quote Also not sure if this happens with or without the hat but when I go through a secret passage I find myself trapped within the walls, I can not move anywhere. End quote Yeah, I

Re: [Audyssey] weird error message when trying to play sarah

2007-11-30 Thread shaun everiss
I have got a few bugs. this has happened with the game before patch4. and still happens now. The first headless hat does not time out. I wouldn't mind but the game does strange things when walking around say to open a door or something with a password its like the object can not be seen I here

Re: [Audyssey] weird error message when trying to play sarah

2007-11-30 Thread Sky Taylor
: [Audyssey] weird error message when trying to play sarah I have got a few bugs. this has happened with the game before patch4. and still happens now. The first headless hat does not time out. I wouldn't mind but the game does strange things when walking around say to open a door or something

[Audyssey] weird error message when trying to play sarah

2007-11-30 Thread john snowling
Hi phil I've received a weird error message when trying to play the sarah game with the new patch it follows --- Fatal Error! --- Error finding/reading game.id file. This file must be valid before playing this game. --- OK

Re: [Audyssey] STFC error

2006-12-04 Thread Sarah
: Monday, December 04, 2006 3:21 PM Subject: [Audyssey] STFC error Hello fellow gamers, I have downloaded and installed Star Trek Final Conflict and I get the same error message when trying to run the game posted earlier. I have downloaded and installed DirectX and Net Framework from the USA

Re: [Audyssey] STFC error

2006-12-04 Thread Bryan Peterson
Yep, still no. It ain't pretty when the pretty leaves you with no place to go. J.D. Fortune, Pretty Vegas - Original Message - From: Sarah [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Monday, December 04, 2006 5:39 PM Subject: Re: [Audyssey] STFC error Darn

Re: [Audyssey] STFC error

2006-12-04 Thread Don Voyles
whatever the case might be. Later! - Original Message - From: Bryan Peterson [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Monday, December 04, 2006 4:13 PM Subject: Re: [Audyssey] STFC error Poor Thomas. He no sooner releases the game after two years of work

Re: [Audyssey] STFC error

2006-12-04 Thread Bryan Peterson
: Don Voyles [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Monday, December 04, 2006 7:07 PM Subject: Re: [Audyssey] STFC error Hi Bryan! I don't remember where I read this, but they did a test with teenagers and their computers. When the teenagers were happy

Re: [Audyssey] STFC error

2006-12-04 Thread Dark
@audyssey.org Sent: Tuesday, December 05, 2006 2:15 AM Subject: Re: [Audyssey] STFC error My experience has usually been quite the opposite. It seems the happier i am with my computer, the higher the likelyhood of it copping out. I mean think about it. I was so excited to play the full version

Re: [Audyssey] STFC error

2006-12-04 Thread shaun everiss
PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Monday, December 04, 2006 7:07 PM Subject: Re: [Audyssey] STFC error Hi Bryan! I don't remember where I read this, but they did a test with teenagers and their computers. When the teenagers were happy with their computer

Re: [Audyssey] STFC error

2006-12-04 Thread Thomas Ward
Hi, yeah, must be some computer conspiracy against me. Everything seamed ready to go I was glad to be done with the game only to find out it blows up on half a dozen systems for some inexplicable reason which I don't have a hope in solving immediately. Bryan Peterson wrote: Poor Thomas. He

Re: [Audyssey] STFC error

2006-12-04 Thread Don Voyles
Hi Bryan! Well, like I said it was an interesting article whatever is involved. Later! - Original Message - From: Bryan Peterson [EMAIL PROTECTED] To: Gamers Discussion list gamers@audyssey.org Sent: Monday, December 04, 2006 6:15 PM Subject: Re: [Audyssey] STFC error My

Re: [Audyssey] STFC error

2006-12-04 Thread shaun everiss
sigh maybe the ai is getting to advanced grin Reminds me of when machines went mad, this was an old 2000+ radio program I have here. At 04:56 PM 12/5/2006, Thomas Ward wrote: Hi, yeah, must be some computer conspiracy against me. Everything seamed ready to go I was glad to be done with the game

<    1   2