Re: sysError values...

2019-01-30 Thread Thierry Douez via use-livecode
Here is another place for MacOS system errors: https://www.macheat.com/general-error-codes-for-os-x most probably doesn't list all errors... Thierry Douez sunny-tdz.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: sysError values...

2019-01-30 Thread Bob Sneidar via use-livecode
Is it 13 or -13? I didn't see an entry for -13, but negative errors are different. Also this may not be a complete list, or the sysError() function in LC may not have anything to do with *actual* OS X system errors, and finally you may be getting the actual last error the OS generated, but it ha

Re: sysError values...

2019-01-30 Thread Paul Dupuis via use-livecode
Thank you Trevor! On 1/30/2019 8:57 AM, Trevor DeVore via use-livecode wrote: On Wed, Jan 30, 2019 at 7:11 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: But absolutely no mention of where the OSX sysError value comes from. For Linux and Windows you can do a targeted

Re: sysError values...

2019-01-30 Thread Trevor DeVore via use-livecode
On Wed, Jan 30, 2019 at 7:11 AM Paul Dupuis via use-livecode < use-livecode@lists.runrev.com> wrote: > > But absolutely no mention of where the OSX sysError value comes from. > For Linux and Windows you can do a targeted search and find information. > It was easy to find > https://docs.microsoft.c

Re: sysError values...

2019-01-30 Thread Paul Dupuis via use-livecode
On 1/29/2019 7:03 PM, Paul Dupuis via use-livecode wrote: In general, where does one find the English equivalent of the number returned by sysError for a given OS? In this specific case, the OS is OSX and the value is 13. Richard: I completely agree. Apple is seemingly the worst in this reg

Re: sysError values...

2019-01-29 Thread Rick Harrison via use-livecode
Hi Paul, I have gone down that road before too. Yes, sysError 13 is a permissions error. Rick > On Jan 29, 2019, at 8:16 PM, Paul Dupuis via use-livecode > wrote: > > So thanks for finding this. I was Googling things like "Livecode list of > system errors" or "LiveCode sysError value list" a

Re: sysError values...

2019-01-29 Thread Mark Wieder via use-livecode
On 1/29/19 7:10 PM, Richard Gaskin via use-livecode wrote: I wish Apple well, but I'm finding myself feeling hopeful as a result of their sales/stock drop. The best years of their relations with developers were when they were hungry, in the mid-90s. Hunger is tonifying.  Maybe another six mont

Re: sysError values...

2019-01-29 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: > I was Googling things like "Livecode list of system errors" or > "LiveCode sysError value list" and so on. I was hoping or thinking > LiveCode might have a FAQ or some document on their website > listing them. > > That said, I am not sure this page actually represents the val

Re: sysError values...

2019-01-29 Thread Paul Dupuis via use-livecode
So thanks for finding this. I was Googling things like "Livecode list of system errors" or "LiveCode sysError value list" and so on. I was hoping or thinking LiveCode might have a FAQ or some document on their website listing them. That said, I am not sure this page actually represents the val

Re: sysError values...

2019-01-29 Thread Bob Sneidar via use-livecode
dsIrqErr = 13, /*uninstalled interrupt error*/ http://krypted.com/lists/comprehensive-list-of-mac-os-x-error-codes/ I just googled it. Google is a search engine where you type in words into a field on a web page that have something to do with what you want to know and then the search engine

sysError values...

2019-01-29 Thread Paul Dupuis via use-livecode
In general, where does one find the English equivalent of the number returned by sysError for a given OS? In this specific case, the OS is OSX and the value is 13. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su