public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Problem with grow.exe demo test file for SLEUTH Urban growth model
       [not found] ` <CAEv0NddY3cw-k8Z2v-oKh2x_dfGf8fAxbY=_un=giUBeJGsz=g@mail.gmail.com>
@ 2022-07-29 22:57   ` Takashi Yano
  0 siblings, 0 replies; 7+ messages in thread
From: Takashi Yano @ 2022-07-29 22:57 UTC (permalink / raw)
  To: cygwin; +Cc: Krishnaveni K S, Houder

On Sat, 30 Jul 2022 00:26:26 +0530
Krishnaveni K S wrote:
> Hi sir,
> I have downloaded this file
> SLEUTH3.0beta_p01
> LINUX released 6/2005.
> 
> I tried with Cygwin 64bit setup in Windows 11 OS and it failed.
> But today morning I tried with Cygwin 32 bit in same OS and it worked..
> 
> Is there any way in which I cam make the Cygwin 64 work?

It seems that the following file is compiled with cygwin 64 bit,
http://www.ncgia.ucsb.edu/projects/gig/Dnload/SLEUTHGA.zip

while
http://www.ncgia.ucsb.edu/projects/gig/Dnload/SLEUTH3.0beta_p01_linux.tar.gz
is compiled with cygwin 32 bit.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with grow.exe demo test file for SLEUTH Urban growth model
  2022-07-29  3:30     ` Eliot Moss
@ 2022-07-29 19:01       ` Marco Atzeri
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Atzeri @ 2022-07-29 19:01 UTC (permalink / raw)
  To: cygwin

On 29.07.2022 05:30, Eliot Moss wrote:
> On 7/28/2022 11:20 PM, Krishnaveni K S wrote:
>> Dear Yano,
>> Thank you so much for the support.
>> I have use 64 bit download from cygwin and used the demo files for 
>> test run.
>> Haven't used 32 bit..
>> Can you please suggest how to solve this?
>>
>> With regards
>> Krishnaveni
> 
> What is grow?  Where is it coming from?  How was it compiled?
> 
> Cygwin has a huge number of packages; generally one installs a selection.
> Doing them all verges on craziness.  So what is "all the required packages"
> in this case?
> 
> I feel there's a lot you aren't telling us.  Is this some app from a
> third party?  They may not have packaged it well with Cygwin.
> 
> Presumably, you meant ./grow.exe, not ../grow.exe (unless you were in
> a subolder and rally wanted grow.exe from the parent folder).
> 
> Etc.
> 
> Hope this helps advanced the cause a bit ....   EM
> 

Hi Elliot,

with the help of Google I found that:

http://www.ncgia.ucsb.edu/projects/gig/Dnload/download.htm

is the source of the package and the SLEUTHGA.zip contains both code
and a Cygwin 64 bit binary depending only from the Cygwin dll
built in 2017

$ cygcheck ./grow.exe
d:\cyg_pub\tmp\SLEUTHGA\grow.exe
   D:\cygwin64\bin\cygwin1.dll
     C:\WINDOWS\system32\KERNEL32.dll
       C:\WINDOWS\system32\ntdll.dll
       C:\WINDOWS\system32\KERNELBASE.dll^

The README point to a demo script in the Scenarios directory

$ cat Scenarios/doit
date > Andijan2_1991_55_100_0.13_900_55_50
../grow.exe evolve scenario.Andijan2_calibrate 55 100 0.13 900 55 50 >> 
Andijan2_1991_55_100_0.13_900_55_50
date >> Andijan2_1991_55_100_0.13_900_55_50

For what I can see running the script take almost 100% of one CPU but 
does not produce any error

   bash doit

(still running for the time being)

Krishnaveni,
are you running a different Scenarion ?

Regards
Marco





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with grow.exe demo test file for SLEUTH Urban growth model
  2022-07-29  3:20   ` Krishnaveni K S
  2022-07-29  3:29     ` Takashi Yano
@ 2022-07-29  3:30     ` Eliot Moss
  2022-07-29 19:01       ` Marco Atzeri
  1 sibling, 1 reply; 7+ messages in thread
From: Eliot Moss @ 2022-07-29  3:30 UTC (permalink / raw)
  To: Krishnaveni K S, Takashi Yano; +Cc: cygwin

On 7/28/2022 11:20 PM, Krishnaveni K S wrote:
> Dear Yano,
> Thank you so much for the support.
> I have use 64 bit download from cygwin and used the demo files for test run.
> Haven't used 32 bit..
> Can you please suggest how to solve this?
> 
> With regards
> Krishnaveni

What is grow?  Where is it coming from?  How was it compiled?

Cygwin has a huge number of packages; generally one installs a selection.
Doing them all verges on craziness.  So what is "all the required packages"
in this case?

I feel there's a lot you aren't telling us.  Is this some app from a
third party?  They may not have packaged it well with Cygwin.

Presumably, you meant ./grow.exe, not ../grow.exe (unless you were in
a subolder and rally wanted grow.exe from the parent folder).

Etc.

Hope this helps advanced the cause a bit ....   EM

>> On Fri, 29 Jul 2022 02:30:34 +0530
>> Krishnaveni K S wrote:
>>> Hi,
>>> I tried installing Cygwin 64 in my machine with windows 11 OS. Installed
>>> all the required packages. Till testing of the growth file everything was
>>> fine. When I entered " ../grow.exe test scenario.demo_test" it is showing
>>> an error.  " grow.exe Application error The application was unable to
>> start
>>> correctly 0xc0000o7b)....Please help..
>>> I tried with Windows 10 and 8 also....Same error popping up...
>>> Please help
>>
>> Perhaps, you are running the application in 64 bit cygwin
>> which is compiled with 32 bit cygwin. Or vice versa.
>>
>> --
>> Takashi Yano <takashi.yano@nifty.ne.jp>
>>
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with grow.exe demo test file for SLEUTH Urban growth model
  2022-07-29  3:20   ` Krishnaveni K S
@ 2022-07-29  3:29     ` Takashi Yano
  2022-07-29  3:30     ` Eliot Moss
  1 sibling, 0 replies; 7+ messages in thread
From: Takashi Yano @ 2022-07-29  3:29 UTC (permalink / raw)
  To: cygwin; +Cc: Krishnaveni K S

On Fri, 29 Jul 2022 08:50:41 +0530
Krishnaveni K S wrote:
> Dear Yano,
> Thank you so much for the support.
> I have use 64 bit download from cygwin and used the demo files for test run.
> Haven't used 32 bit..
> Can you please suggest how to solve this?

What does
file grow.exe
and
ldd grow.exe
say?

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with grow.exe demo test file for SLEUTH Urban growth model
  2022-07-29  0:20 ` Takashi Yano
@ 2022-07-29  3:20   ` Krishnaveni K S
  2022-07-29  3:29     ` Takashi Yano
  2022-07-29  3:30     ` Eliot Moss
  0 siblings, 2 replies; 7+ messages in thread
From: Krishnaveni K S @ 2022-07-29  3:20 UTC (permalink / raw)
  To: Takashi Yano; +Cc: cygwin

Dear Yano,
Thank you so much for the support.
I have use 64 bit download from cygwin and used the demo files for test run.
Haven't used 32 bit..
Can you please suggest how to solve this?

With regards
Krishnaveni

On Fri, 29 Jul, 2022, 05:50 Takashi Yano, <takashi.yano@nifty.ne.jp> wrote:

> On Fri, 29 Jul 2022 02:30:34 +0530
> Krishnaveni K S wrote:
> > Hi,
> > I tried installing Cygwin 64 in my machine with windows 11 OS. Installed
> > all the required packages. Till testing of the growth file everything was
> > fine. When I entered " ../grow.exe test scenario.demo_test" it is showing
> > an error.  " grow.exe Application error The application was unable to
> start
> > correctly 0xc0000o7b)....Please help..
> > I tried with Windows 10 and 8 also....Same error popping up...
> > Please help
>
> Perhaps, you are running the application in 64 bit cygwin
> which is compiled with 32 bit cygwin. Or vice versa.
>
> --
> Takashi Yano <takashi.yano@nifty.ne.jp>
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem with grow.exe demo test file for SLEUTH Urban growth model
  2022-07-28 21:00 Krishnaveni K S
@ 2022-07-29  0:20 ` Takashi Yano
  2022-07-29  3:20   ` Krishnaveni K S
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Yano @ 2022-07-29  0:20 UTC (permalink / raw)
  To: cygwin; +Cc: Krishnaveni K S

On Fri, 29 Jul 2022 02:30:34 +0530
Krishnaveni K S wrote:
> Hi,
> I tried installing Cygwin 64 in my machine with windows 11 OS. Installed
> all the required packages. Till testing of the growth file everything was
> fine. When I entered " ../grow.exe test scenario.demo_test" it is showing
> an error.  " grow.exe Application error The application was unable to start
> correctly 0xc0000o7b)....Please help..
> I tried with Windows 10 and 8 also....Same error popping up...
> Please help

Perhaps, you are running the application in 64 bit cygwin
which is compiled with 32 bit cygwin. Or vice versa.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Problem with grow.exe demo test file for SLEUTH Urban growth model
@ 2022-07-28 21:00 Krishnaveni K S
  2022-07-29  0:20 ` Takashi Yano
  0 siblings, 1 reply; 7+ messages in thread
From: Krishnaveni K S @ 2022-07-28 21:00 UTC (permalink / raw)
  To: cygwin

Hi,
I tried installing Cygwin 64 in my machine with windows 11 OS. Installed
all the required packages. Till testing of the growth file everything was
fine. When I entered " ../grow.exe test scenario.demo_test" it is showing
an error.  " grow.exe Application error The application was unable to start
correctly 0xc0000o7b)....Please help..
I tried with Windows 10 and 8 also....Same error popping up...
Please help

With kind regards
Krishnaveni
-- 
*Krishnaveni K.S.*
PhD Research Scholar
NIT Calicut
Alt e-mail: krishnaveni_p170062ar@nitc.ac.in

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-29 22:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <104898279.297262.1659119846645@kpc.webmail.kpnmail.nl>
     [not found] ` <CAEv0NddY3cw-k8Z2v-oKh2x_dfGf8fAxbY=_un=giUBeJGsz=g@mail.gmail.com>
2022-07-29 22:57   ` Problem with grow.exe demo test file for SLEUTH Urban growth model Takashi Yano
2022-07-28 21:00 Krishnaveni K S
2022-07-29  0:20 ` Takashi Yano
2022-07-29  3:20   ` Krishnaveni K S
2022-07-29  3:29     ` Takashi Yano
2022-07-29  3:30     ` Eliot Moss
2022-07-29 19:01       ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).