realbasic-nug
[Top] [All Lists]

Re: perplexing Shell error 127 occurrences

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: perplexing Shell error 127 occurrences
From: Charles Yeomans <charles@declareSub.com>
Date: Thu, 5 Jun 2008 20:41:01 -0400
Authentication-results: mx.google.com; spf=pass (google.com: domain of realbasic-nug-bounces@lists.realsoftware.com designates 66.116.103.65 as permitted sender) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
Delivered-to: realbasic-nug@lists.realsoftware.com
In-reply-to: <CDB7DDBD-BDFF-4EC4-912D-B2B33D891F8C@tolisgroup.com>
References: <23798FA6-8389-429D-A942-0B0F145F5227@declareSub.com> <CDB7DDBD-BDFF-4EC4-912D-B2B33D891F8C@tolisgroup.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On Jun 5, 2008, at 7:55 PM, Tim Jones wrote:

> On Jun 5, 2008, at 4:43 PM, Charles Yeomans wrote:
>
>> In some Linux console apps, I've got a shell command returning error
>> 127 from time to time.  The only thing I can figure is that I'm not
>> passing an absolute path to the command, and perhaps sometimes the
>> shell isn't resolving the command path correctly.  I'm wondering
>> whether anyone else has encountered something similar.
>
> 127 means "Executable File not found", so you're probably correct
> about the path as the issue.  I now ONLY use the Unix absolute path
> using the POSIXPath functions (which I believe are yours)...

In fact, I have some hazy recollection of seeing such problems with  
the Shell class before.  So absolute paths it shall be, then.

Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


From  Fri 6 Jun 2008 02:42:52 +0200
Delivered-To: listarchive@realsoftware.com
Received: by 10.143.2.3 with SMTP id e3cs55117wfi;
        Thu, 5 Jun 2008 17:43:01 -0700 (PDT)
Received: by 10.140.170.12 with SMTP id s12mr1339711rve.83.1212712980927;
        Thu, 05 Jun 2008 17:43:00 -0700 (PDT)
Return-Path: <realbasic-nug-bounces@lists.realsoftware.com>
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
        by mx.google.com with ESMTP id f42si5659040rvb.5.2008.06.05.17.42.58;
        Thu, 05 Jun 2008 17:43:00 -0700 (PDT)
Received-SPF: pass (google.com: domain of 
realbasic-nug-bounces@lists.realsoftware.com designates 66.116.103.65 as 
permitted sender) client-ip=66.116.103.65;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of 
realbasic-nug-bounces@lists.realsoftware.com designates 66.116.103.65 as 
permitted sender) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Received: from m.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP id 55AF016D68D2;
        Thu,  5 Jun 2008 19:42:55 -0500 (CDT)
X-Original-To: realbasic-nug@lists.realsoftware.com
Delivered-To: realbasic-nug@lists.realsoftware.com
Received: from smtprelay09.ispgateway.de (smtprelay09.ispgateway.de
        [80.67.29.23])
        by lists.realsoftware.com (Postfix) with ESMTP id B0E4316D68C7
        for <realbasic-nug@lists.realsoftware.com>;
        Thu,  5 Jun 2008 19:42:52 -0500 (CDT)
Received: from [84.175.110.189] (helo=[192.168.1.80])
        by smtprelay09.ispgateway.de with esmtpa (Exim 4.68)
        (envelope-from <realbasiclists@monkeybreadsoftware.de>)
        id 1K4Q2e-0005tq-KB for realbasic-nug@lists.realsoftware.com;
        Fri, 06 Jun 2008 02:42:52 +0200
To: realbasic-nug@lists.realsoftware.com (REALbasic NUG)
In-Reply-To: <31E0753A-9A9D-47E3-B724-AB0663AA5F7B@earthlink.net>
Subject: Re: keep Minimized
From: realbasiclists@monkeybreadsoftware.de (Christian Schmitz)
Date: Fri, 6 Jun 2008 02:42:52 +0200
Message-ID: <1ii3e07.gv876p1ynb8a2M%realbasiclists@monkeybreadsoftware.de>
MIME-Version: 1.0
User-Agent: MacSOUP/D-2.8.2 (Mac OS X version 10.5.3 (x86))
X-Df-Sender: 363246
X-BeenThere: realbasic-nug@lists.realsoftware.com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: realbasic-nug-bounces@lists.realsoftware.com
Errors-To: realbasic-nug-bounces@lists.realsoftware.com

Eric Richards <erockus@earthlink.net> wrote:

> >>
> >
> > Look for a ShowWindow declare.
> >
> > <http://msdn.microsoft.com/en-us/library/ms633548(VS.85).aspx>
> >
> =

> oops forgot to mentions its for Mac's

window1.collapsedMBS=3Dtrue

if you use my plugins.

Gru=DF
Christian

-- =

Over 1000 classes with 20000 functions in one REALbasic plug-in. =

The Monkeybread Software Realbasic Plugin v8.3. =


<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>