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

2016-06-06 Thread Tiemo Hollmann TB
Thank you Fraser for your explanations Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Fraser Gordon Gesendet: Montag, 6. Juni 2016 17:45 An: How to use LiveCode Betreff: Re: LC 8 Random crash with QT set the filename of

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

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

2016-06-06 Thread Tiemo Hollmann TB
de-boun...@lists.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 So

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

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

2016-06-06 Thread Tiemo Hollmann TB
Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.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

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

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

2016-06-06 Thread Tiemo Hollmann TB
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Monte Goulding Gesendet: Samstag, 4. Juni 2016 02:37 An: How to use LiveCode Betreff: Re: LC 8 Random crash with QT set the filename of player on OS X If there’s a reliable crash please post a bug report with the cr

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

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

2016-06-03 Thread Tiemo Hollmann TB
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 the filename of player on OS X I don't think I have a very good understanding of your "loop". You seem to have some sort of recurs

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

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

2016-06-02 Thread Tiemo Hollmann TB
Hello, OS X 10.11.5, LC 8.0, IDE. Same program runs fine on Windows 10 I have a pretty nasty issue, where I am right now a bit clueless, in which direction I have to search. I have set the dontuseQT of player "myPlayer" to false because I am using old QT videos, which can't be played with AVF.