Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Fraser Gordon
On 6 Jun 2016, at 10:08, Tiemo Hollmann TB wrote: > I filed a bug report, but I could reproduce it only in my complex live stack > and not in a test stack with a handy recipe. > It is LC 8.0 and yes it is QT. I know about all the QT hassles and have > waited for years for a solution from Edinb

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Phil Jimmieson
.runrev.com] Im Auftrag > von Thierry Douez > Gesendet: Montag, 6. Juni 2016 11:44 > An: How to use LiveCode > Betreff: Re: LC 8 Random crash with QT set the filename of player on OS X > > Hi Tiemo, > > > From Apple docs: > > Intel Core Solo 32 bits > Inte

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-06 Thread Thierry Douez
Hi Tiemo, From Apple docs: Intel Core Solo 32 bits Intel Core Duo 32 bits Intel Core 2 Duo 64 bits Intel Quad-Core Xeon 64 bits Dual-Core Intel Xeon 64 bits Quad-Core Intel Xeon 64 bits Core i3 64 bits Core i5 64 bits Core i7 64 bits ( Dernière modification: 18 mars 2015) "> -Where can I c

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-03 Thread Monte Goulding
If there’s a reliable crash please post a bug report with the crash log and we can symbolicate it and try and resolve it. It would also be interesting to know which version of LC you are using and whether the crash happens with an AVFoundation player (using a different movie of course). Having

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-03 Thread Jim Lambert
Just a thought. Before setting the filename of the player to a movie file, first set its filename to empty. Wait 0 ticks. Then set its filename to the movie path. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-03 Thread Dar Scott
saved my weekend :) > Tiemo > > > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Dar Scott > Gesendet: Donnerstag, 2. Juni 2016 17:18 > An: How to use LiveCode > Betreff: Re: LC 8 Random crash with QT set

Re: LC 8 Random crash with QT set the filename of player on OS X

2016-06-02 Thread Dar Scott
I don't think I have a very good understanding of your "loop". You seem to have some sort of recursion that will cause your call stack to grow and grow. it looks as though 1 calls 2 which calls 1 which calls 2 which calls 1 which calls 2 which calls At some point anything you do should c