Standalone of Speech Stack - Error when close application

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

Standalone of Speech Stack - Error when close application

Post by alex298 » Sat Jul 15, 2006 9:58 am

Hi,

I downloaded the Christmas e-card #1 from:

http://revolution.widged.com/stacks/index.php

The Christmas e-card #1 is a demonstration of the use of the revSpeak command, to have a text said aloud.

However when I saved the stack to Standalone Application for Windows, the application can be run normally. The problem is:

When the Standalone Application closed, the following error will always appear:

The instruction at "0x10001463" referenced memory at "ox01573740". The memory could not be "read". Click on OK to terminate the program.


What may be the problem? Is it possible to skip the error message?

P.S. I use Windows XP.

Thanks and best regards
Alex
Nice to meet all of you.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Mon Jul 17, 2006 8:52 pm

Hi Alex,

This problem is very persistent and it is really time that RunRev takes care of it.

In the mean time, make sure that:
- all externals are removed from memory
- all substacks are removed from memory
- all pending messages have been cancelled
- all shell commands called by Rev have been terminated
- all processes opened by Rev have finished

before closing the main stack.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

GoSm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 13
Joined: Thu Nov 09, 2006 3:38 pm

revspeak command

Post by GoSm » Thu Nov 16, 2006 4:12 pm

I had similar results: when closing Windows, it requested at first a forced exit for my standalone application.

I tried now to do the same with Revoution 2.1 - but in this version the command revspeechVoices() produced the result "FALSE" with Windows.

Both applications were written on Mac OS 10.3.9.

Post Reply