Re: [Audyssey] Mush z and runtime errors

2013-03-19 Thread john
The messages themselves won't cause problems, it's just the 
client choking on the coe.


- Original Message -
From: Richard Sherman squir...@gmail.com
To: Gamers Discussion list gamers@audyssey.org
Date sent: Sun, 17 Mar 2013 14:00:38 -0600
Subject: Re: [Audyssey] Mush z and runtime errors

HI,

Luckily none of the errors seem to cause any major problems. The 
last 3 were
on the quest in the mayors mansion. I was able to complete it and 
then
exited to reset everything. That is the only time I have gotten 
multiple

messages in the same area.

thanks.

shermanator
- Original Message -
From: john jpcarnemo...@comcast.net
Sent: Sunday, March 17, 2013 11:29 AM


That last one is really nasty. The first two are happening
because it's trying to tell you you picked up money when you
didn't, or you picked up an item with a name that didn't fully
match the trigger.

- Original Message -
From: Richard Sherman squir...@gmail.com
To: Audyssey gamers@audyssey.org
Date sent: Sat, 16 Mar 2013 21:47:13 -0600
Subject: [Audyssey] Mush z and runtime errors

Hi,

Got some recent run time errors. I would send them to Oriol but I
do not
have his email address. So I thought I would post them here.

Got this error using the February version. I was in the
mausoleum. I opened
a chest when this appeared:

You get old gold coins from a rotted and worn chest.
Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:3: attempt to perform arithmetic on global
'gg' (a nil
value)
stack traceback:
   [string Trigger: ]:3: in main chunk
You count 36 gold coins.

In the latest version. Got this while taking something in the
donation rroom
at   Lorn  - The Accepted Chapel of Dentin in
Naphtali

You get a small purse of gold coins.
Compile error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:2: ')' expected near 'small'
(item is in your inventory)
This is a small leather purse containing a few gold coins.

Got this while in the city of Paandera Azule, coming out of the
hole with
speedy gonzales in it. I had just type din 'out' when I got this:

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
   [string Plugin]:2717: in function 'pmap'
   [string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

went into the hole where speedy should be and he was not there.

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
   [string Plugin]:2717: in function 'pmap'
   [string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

Got the following 3 run time errors in a few minutes of each
other. All in
roughly the same area.

Got this in the kitchen inside the mansion of New Thalos:

The kitchen
( 6)A pale man mindlessly chops at an empty cutting board.

south
Doors dumbwaiter
Run-time error
Plugin: AlterAeon (called from world: alter)
Function/Sub: exitstd called by trigger
Reason: processing trigger 
[string Plugin]:3200: table index is nil
stack traceback:
   [string Plugin]:3200: in function [string
Plugin]:3194
Error context in script:
3196 : Sound(sdir../sounds/notifications/doors.ogg)
3197 : Note(Doors ..wildcs[2])
3198 : for w in string.gmatch(wildcs[2], %S+) do
3199 : if rooms[k_room][dirs[w]]==nil then
3200*: rooms[k_room][dirs[w]]=door
3201 : end --rooms w
3202 : end
3203 : end
3204 : function exitsm(n,l,w)

Got this while going east from the stairs that go up and down in
the mansion
after leaving the kitchen:

The main hallway
Trigger function exitstd not found or had a previous error.

Got this in the mayors room of the mansion:

( 5)A paunchy, pale man paces about the room.
Trigger function exitstd not found or had a previous error.
A skeleton jumps to the aid of A clay man!

Thank you.

Shermanator


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of 
the list

Re: [Audyssey] Mush z and runtime errors

2013-03-18 Thread Oriol Gómez
Hi,
This exit error seems to be somehow related to the new room code
additions... I will try and fix this today. I haven't had much time to
work on mush-z lately.. sorry.

On 3/17/13, Richard Sherman squir...@gmail.com wrote:
 HI,

 Luckily none of the errors seem to cause any major problems. The last 3 were

 on the quest in the mayors mansion. I was able to complete it and then
 exited to reset everything. That is the only time I have gotten multiple
 messages in the same area.

 thanks.

 shermanator
 - Original Message -
 From: john jpcarnemo...@comcast.net
 Sent: Sunday, March 17, 2013 11:29 AM


 That last one is really nasty. The first two are happening
 because it's trying to tell you you picked up money when you
 didn't, or you picked up an item with a name that didn't fully
 match the trigger.

  - Original Message -
 From: Richard Sherman squir...@gmail.com
 To: Audyssey gamers@audyssey.org
 Date sent: Sat, 16 Mar 2013 21:47:13 -0600
 Subject: [Audyssey] Mush z and runtime errors

 Hi,

 Got some recent run time errors. I would send them to Oriol but I
 do not
 have his email address. So I thought I would post them here.

 Got this error using the February version. I was in the
 mausoleum. I opened
 a chest when this appeared:

 You get old gold coins from a rotted and worn chest.
 Run-time error
 Plugin: AlterAeon (called from world: alter)
 Immediate execution
 [string Trigger: ]:3: attempt to perform arithmetic on global
 'gg' (a nil
 value)
 stack traceback:
 [string Trigger: ]:3: in main chunk
 You count 36 gold coins.

 In the latest version. Got this while taking something in the
 donation rroom
 at   Lorn  - The Accepted Chapel of Dentin in
 Naphtali

 You get a small purse of gold coins.
 Compile error
 Plugin: AlterAeon (called from world: alter)
 Immediate execution
 [string Trigger: ]:2: ')' expected near 'small'
 (item is in your inventory)
 This is a small leather purse containing a few gold coins.

 Got this while in the city of Paandera Azule, coming out of the
 hole with
 speedy gonzales in it. I had just type din 'out' when I got this:

 Run-time error
 Plugin: AlterAeon (called from world: alter)
 Immediate execution
 [string Plugin]:2717: table index is nil
 stack traceback:
 [string Plugin]:2717: in function 'pmap'
 [string Trigger: ]:3: in main chunk
 Error context in script:
 2713 : end
 2714 : if (#backtrack1 or toinsert) then
 2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
 2716 : end
 2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
 2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
 2719 : end
 2720 : if mtime then
 2721 : table.insert(curmap,lastdir)
 Calle Bolívar

 went into the hole where speedy should be and he was not there.

 Run-time error
 Plugin: AlterAeon (called from world: alter)
 Immediate execution
 [string Plugin]:2717: table index is nil
 stack traceback:
 [string Plugin]:2717: in function 'pmap'
 [string Trigger: ]:3: in main chunk
 Error context in script:
 2713 : end
 2714 : if (#backtrack1 or toinsert) then
 2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
 2716 : end
 2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
 2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
 2719 : end
 2720 : if mtime then
 2721 : table.insert(curmap,lastdir)
 Calle Bolívar

 Got the following 3 run time errors in a few minutes of each
 other. All in
 roughly the same area.

 Got this in the kitchen inside the mansion of New Thalos:

 The kitchen
 ( 6)A pale man mindlessly chops at an empty cutting board.

 south
 Doors dumbwaiter
 Run-time error
 Plugin: AlterAeon (called from world: alter)
 Function/Sub: exitstd called by trigger
 Reason: processing trigger 
 [string Plugin]:3200: table index is nil
 stack traceback:
 [string Plugin]:3200: in function [string
 Plugin]:3194
 Error context in script:
 3196 : Sound(sdir../sounds/notifications/doors.ogg)
 3197 : Note(Doors ..wildcs[2])
 3198 : for w in string.gmatch(wildcs[2], %S+) do
 3199 : if rooms[k_room][dirs[w]]==nil then
 3200*: rooms[k_room][dirs[w]]=door
 3201 : end --rooms w
 3202 : end
 3203 : end
 3204 : function exitsm(n,l,w)

 Got this while going east from the stairs that go up and down in
 the mansion
 after leaving the kitchen:

 The main hallway
 Trigger function exitstd not found or had a previous error.

 Got this in the mayors room of the mansion:

 ( 5)A paunchy, pale man paces about the room.
 Trigger function exitstd not found or had a previous error.
 A skeleton jumps to the aid of A clay man!

 Thank you.

 Shermanator


 ---
 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
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
 All messages are archived and can be searched and read at
 http://www.mail-archive.com/gamers@audyssey.org.
 If you have any

Re: [Audyssey] Mush z and runtime errors

2013-03-18 Thread Keith

Thanks Oriel.

Keith
- Original Message - 
From: Oriol Gómez ogomez@gmail.com

To: Gamers Discussion list gamers@audyssey.org
Sent: Monday, March 18, 2013 2:19 AM
Subject: Re: [Audyssey] Mush z and runtime errors


Hi,
This exit error seems to be somehow related to the new room code
additions... I will try and fix this today. I haven't had much time to
work on mush-z lately.. sorry.

On 3/17/13, Richard Sherman squir...@gmail.com wrote:

HI,

Luckily none of the errors seem to cause any major problems. The last 3 
were


on the quest in the mayors mansion. I was able to complete it and then
exited to reset everything. That is the only time I have gotten multiple
messages in the same area.

thanks.

shermanator
- Original Message -
From: john jpcarnemo...@comcast.net
Sent: Sunday, March 17, 2013 11:29 AM


That last one is really nasty. The first two are happening
because it's trying to tell you you picked up money when you
didn't, or you picked up an item with a name that didn't fully
match the trigger.

 - Original Message -
From: Richard Sherman squir...@gmail.com
To: Audyssey gamers@audyssey.org
Date sent: Sat, 16 Mar 2013 21:47:13 -0600
Subject: [Audyssey] Mush z and runtime errors

Hi,

Got some recent run time errors. I would send them to Oriol but I
do not
have his email address. So I thought I would post them here.

Got this error using the February version. I was in the
mausoleum. I opened
a chest when this appeared:

You get old gold coins from a rotted and worn chest.
Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:3: attempt to perform arithmetic on global
'gg' (a nil
value)
stack traceback:
[string Trigger: ]:3: in main chunk
You count 36 gold coins.

In the latest version. Got this while taking something in the
donation rroom
at   Lorn  - The Accepted Chapel of Dentin in
Naphtali

You get a small purse of gold coins.
Compile error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:2: ')' expected near 'small'
(item is in your inventory)
This is a small leather purse containing a few gold coins.

Got this while in the city of Paandera Azule, coming out of the
hole with
speedy gonzales in it. I had just type din 'out' when I got this:

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
[string Plugin]:2717: in function 'pmap'
[string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

went into the hole where speedy should be and he was not there.

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
[string Plugin]:2717: in function 'pmap'
[string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

Got the following 3 run time errors in a few minutes of each
other. All in
roughly the same area.

Got this in the kitchen inside the mansion of New Thalos:

The kitchen
( 6)A pale man mindlessly chops at an empty cutting board.

south
Doors dumbwaiter
Run-time error
Plugin: AlterAeon (called from world: alter)
Function/Sub: exitstd called by trigger
Reason: processing trigger 
[string Plugin]:3200: table index is nil
stack traceback:
[string Plugin]:3200: in function [string
Plugin]:3194
Error context in script:
3196 : Sound(sdir../sounds/notifications/doors.ogg)
3197 : Note(Doors ..wildcs[2])
3198 : for w in string.gmatch(wildcs[2], %S+) do
3199 : if rooms[k_room][dirs[w]]==nil then
3200*: rooms[k_room][dirs[w]]=door
3201 : end --rooms w
3202 : end
3203 : end
3204 : function exitsm(n,l,w)

Got this while going east from the stairs that go up and down in
the mansion
after leaving the kitchen:

The main hallway
Trigger function exitstd not found or had a previous error.

Got this in the mayors room of the mansion:

( 5)A paunchy, pale man paces about the room.
Trigger function exitstd not found or had a previous error.
A skeleton jumps to the aid of A clay man!

Thank you.

Shermanator


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived

Re: [Audyssey] Mush z and runtime errors

2013-03-18 Thread Richard Sherman
Hello Oriol,

Thanks. And thank you for working on this. I am sure that everyone who uses 
mush z appreciates your time and work for bringing us a great product.

In the future, where is the best place to post error, bugs, and run time 
problems? Should we post to the list or send them directly to you?

Thanks again.
- Original Message - 
From: Oriol Gómez ogomez@gmail.com
Sent: Monday, March 18, 2013 1:19 AM


Hi,
This exit error seems to be somehow related to the new room code
additions... I will try and fix this today. I haven't had much time to
work on mush-z lately.. sorry.


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Mush z and runtime errors

2013-03-17 Thread john
That last one is really nasty. The first two are happening 
because it's trying to tell you you picked up money when you 
didn't, or you picked up an item with a name that didn't fully 
match the trigger.


- Original Message -
From: Richard Sherman squir...@gmail.com
To: Audyssey gamers@audyssey.org
Date sent: Sat, 16 Mar 2013 21:47:13 -0600
Subject: [Audyssey] Mush z and runtime errors

Hi,

Got some recent run time errors. I would send them to Oriol but I 
do not

have his email address. So I thought I would post them here.

Got this error using the February version. I was in the 
mausoleum. I opened

a chest when this appeared:

You get old gold coins from a rotted and worn chest.
Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:3: attempt to perform arithmetic on global 
'gg' (a nil

value)
stack traceback:
   [string Trigger: ]:3: in main chunk
You count 36 gold coins.

In the latest version. Got this while taking something in the 
donation rroom
at   Lorn  - The Accepted Chapel of Dentin in 
Naphtali


You get a small purse of gold coins.
Compile error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:2: ')' expected near 'small'
(item is in your inventory)
This is a small leather purse containing a few gold coins.

Got this while in the city of Paandera Azule, coming out of the 
hole with

speedy gonzales in it. I had just type din 'out' when I got this:

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
   [string Plugin]:2717: in function 'pmap'
   [string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

went into the hole where speedy should be and he was not there.

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
   [string Plugin]:2717: in function 'pmap'
   [string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

Got the following 3 run time errors in a few minutes of each 
other. All in

roughly the same area.

Got this in the kitchen inside the mansion of New Thalos:

The kitchen
( 6)A pale man mindlessly chops at an empty cutting board.

south
Doors dumbwaiter
Run-time error
Plugin: AlterAeon (called from world: alter)
Function/Sub: exitstd called by trigger
Reason: processing trigger 
[string Plugin]:3200: table index is nil
stack traceback:
   [string Plugin]:3200: in function [string 
Plugin]:3194

Error context in script:
3196 : Sound(sdir../sounds/notifications/doors.ogg)
3197 : Note(Doors ..wildcs[2])
3198 : for w in string.gmatch(wildcs[2], %S+) do
3199 : if rooms[k_room][dirs[w]]==nil then
3200*: rooms[k_room][dirs[w]]=door
3201 : end --rooms w
3202 : end
3203 : end
3204 : function exitsm(n,l,w)

Got this while going east from the stairs that go up and down in 
the mansion

after leaving the kitchen:

The main hallway
Trigger function exitstd not found or had a previous error.

Got this in the mayors room of the mansion:

( 5)A paunchy, pale man paces about the room.
Trigger function exitstd not found or had a previous error.
A skeleton jumps to the aid of A clay man!

Thank you.

Shermanator


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of 
the list,

please send E-mail to gamers-ow...@audyssey.org.


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] Mush z and runtime errors

2013-03-17 Thread Richard Sherman
HI,

Luckily none of the errors seem to cause any major problems. The last 3 were 
on the quest in the mayors mansion. I was able to complete it and then 
exited to reset everything. That is the only time I have gotten multiple 
messages in the same area.

thanks.

shermanator
- Original Message - 
From: john jpcarnemo...@comcast.net
Sent: Sunday, March 17, 2013 11:29 AM


That last one is really nasty. The first two are happening
because it's trying to tell you you picked up money when you
didn't, or you picked up an item with a name that didn't fully
match the trigger.

 - Original Message -
From: Richard Sherman squir...@gmail.com
To: Audyssey gamers@audyssey.org
Date sent: Sat, 16 Mar 2013 21:47:13 -0600
Subject: [Audyssey] Mush z and runtime errors

Hi,

Got some recent run time errors. I would send them to Oriol but I
do not
have his email address. So I thought I would post them here.

Got this error using the February version. I was in the
mausoleum. I opened
a chest when this appeared:

You get old gold coins from a rotted and worn chest.
Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:3: attempt to perform arithmetic on global
'gg' (a nil
value)
stack traceback:
[string Trigger: ]:3: in main chunk
You count 36 gold coins.

In the latest version. Got this while taking something in the
donation rroom
at   Lorn  - The Accepted Chapel of Dentin in
Naphtali

You get a small purse of gold coins.
Compile error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:2: ')' expected near 'small'
(item is in your inventory)
This is a small leather purse containing a few gold coins.

Got this while in the city of Paandera Azule, coming out of the
hole with
speedy gonzales in it. I had just type din 'out' when I got this:

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
[string Plugin]:2717: in function 'pmap'
[string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

went into the hole where speedy should be and he was not there.

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
[string Plugin]:2717: in function 'pmap'
[string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

Got the following 3 run time errors in a few minutes of each
other. All in
roughly the same area.

Got this in the kitchen inside the mansion of New Thalos:

The kitchen
( 6)A pale man mindlessly chops at an empty cutting board.

south
Doors dumbwaiter
Run-time error
Plugin: AlterAeon (called from world: alter)
Function/Sub: exitstd called by trigger
Reason: processing trigger 
[string Plugin]:3200: table index is nil
stack traceback:
[string Plugin]:3200: in function [string
Plugin]:3194
Error context in script:
3196 : Sound(sdir../sounds/notifications/doors.ogg)
3197 : Note(Doors ..wildcs[2])
3198 : for w in string.gmatch(wildcs[2], %S+) do
3199 : if rooms[k_room][dirs[w]]==nil then
3200*: rooms[k_room][dirs[w]]=door
3201 : end --rooms w
3202 : end
3203 : end
3204 : function exitsm(n,l,w)

Got this while going east from the stairs that go up and down in
the mansion
after leaving the kitchen:

The main hallway
Trigger function exitstd not found or had a previous error.

Got this in the mayors room of the mansion:

( 5)A paunchy, pale man paces about the room.
Trigger function exitstd not found or had a previous error.
A skeleton jumps to the aid of A clay man!

Thank you.

Shermanator


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


[Audyssey] Mush z and runtime errors

2013-03-16 Thread Richard Sherman
Hi,

Got some recent run time errors. I would send them to Oriol but I do not 
have his email address. So I thought I would post them here.

Got this error using the February version. I was in the mausoleum. I opened 
a chest when this appeared:

You get old gold coins from a rotted and worn chest.
Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:3: attempt to perform arithmetic on global 'gg' (a nil 
value)
stack traceback:
[string Trigger: ]:3: in main chunk
You count 36 gold coins.

In the latest version. Got this while taking something in the donation rroom 
at   Lorn  - The Accepted Chapel of Dentin in Naphtali

You get a small purse of gold coins.
Compile error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Trigger: ]:2: ')' expected near 'small'
(item is in your inventory)
This is a small leather purse containing a few gold coins.

Got this while in the city of Paandera Azule, coming out of the hole with 
speedy gonzales in it. I had just type din 'out' when I got this:

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
[string Plugin]:2717: in function 'pmap'
[string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

went into the hole where speedy should be and he was not there.

Run-time error
Plugin: AlterAeon (called from world: alter)
Immediate execution
[string Plugin]:2717: table index is nil
stack traceback:
[string Plugin]:2717: in function 'pmap'
[string Trigger: ]:3: in main chunk
Error context in script:
2713 : end
2714 : if (#backtrack1 or toinsert) then
2715 : table.insert(backtrack,1,{k_room,ldir[lastdir]})
2716 : end
2717*: rooms[k_lastroom][dirs[lastdir]]=k_room
2718 : rooms[k_room][dirs[ldir[lastdir]]]=k_lastroom
2719 : end
2720 : if mtime then
2721 : table.insert(curmap,lastdir)
Calle Bolívar

Got the following 3 run time errors in a few minutes of each other. All in 
roughly the same area.

Got this in the kitchen inside the mansion of New Thalos:

The kitchen
( 6)A pale man mindlessly chops at an empty cutting board.

south
Doors dumbwaiter
Run-time error
Plugin: AlterAeon (called from world: alter)
Function/Sub: exitstd called by trigger
Reason: processing trigger 
[string Plugin]:3200: table index is nil
stack traceback:
[string Plugin]:3200: in function [string Plugin]:3194
Error context in script:
3196 : Sound(sdir../sounds/notifications/doors.ogg)
3197 : Note(Doors ..wildcs[2])
3198 : for w in string.gmatch(wildcs[2], %S+) do
3199 : if rooms[k_room][dirs[w]]==nil then
3200*: rooms[k_room][dirs[w]]=door
3201 : end --rooms w
3202 : end
3203 : end
3204 : function exitsm(n,l,w)

Got this while going east from the stairs that go up and down in the mansion 
after leaving the kitchen:

The main hallway
Trigger function exitstd not found or had a previous error.

Got this in the mayors room of the mansion:

( 5)A paunchy, pale man paces about the room.
Trigger function exitstd not found or had a previous error.
A skeleton jumps to the aid of A clay man!

Thank you.

Shermanator 


---
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
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.