Re: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Ben Rubinstein via use-livecode

Hi Matthias,

Thanks for testing. After Trevor reported that it should work, I built an 
empty "hello world" stack which indeed launched OK. Since then I've been going 
round and round trying to cut down a copy of my app and simultaneously trying 
to build up the empty stack.


It does seem to be do with inclusions, but I haven't quite got it figured yet 
- but I've just managed to get a working version of my actual app. Hurrah!


Thanks for helping,

Ben

On 24/09/2021 16:39, matthias rebbe via use-livecode wrote:

Ben,

i tried here and created a Windows standalone (both 32 and 64 bit) on Big Sur 
with LC 9.6.4 and moved it to a Windows 10 machine.
The created standalone could be opened without any problem on Windows.

Do you have manual selected the inclusions in standalone settings  or did you 
let LC IDE search for inclusions?


Or maybe this is a Antivirus / Firewall problem? Maybe your standalone was 
blocked without any notification.

Regards,
Matthias



Am 24.09.2021 um 13:39 schrieb Ben Rubinstein via use-livecode 
:

Has anyone else encountered an issue building Windows standalones from LC 9.6.4 
or 9.6.5 on Mac?

What I'm seeing is that the process is suspiciously fast; but generates the 
expected files (.exe, the various dlls); and the .exe is the expected size, 
almost identical to what is produced under LC 9.6.3.

However when this is moved to a Windows machine:

- attempting to open in the Explorer simply nothing happens.

- attempting to launch the standalone from command line is met with the message "Access 
is denied" (although security properties allow Read).

Symptoms are exactly the same whether the standalone was built for x86 or 
x86-64. Same if built from either LC 9.6.4 and on LC 9.6.5 (rc 1).

Before I report this in the LQCC and make myself look stupid - has anyone else 
built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?

TIA,

Ben

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread matthias rebbe via use-livecode
Ben,

i tried here and created a Windows standalone (both 32 and 64 bit) on Big Sur 
with LC 9.6.4 and moved it to a Windows 10 machine.
The created standalone could be opened without any problem on Windows.

Do you have manual selected the inclusions in standalone settings  or did you 
let LC IDE search for inclusions?


Or maybe this is a Antivirus / Firewall problem? Maybe your standalone was 
blocked without any notification.

Regards,
Matthias


> Am 24.09.2021 um 13:39 schrieb Ben Rubinstein via use-livecode 
> :
> 
> Has anyone else encountered an issue building Windows standalones from LC 
> 9.6.4 or 9.6.5 on Mac?
> 
> What I'm seeing is that the process is suspiciously fast; but generates the 
> expected files (.exe, the various dlls); and the .exe is the expected size, 
> almost identical to what is produced under LC 9.6.3.
> 
> However when this is moved to a Windows machine:
> 
> - attempting to open in the Explorer simply nothing happens.
> 
> - attempting to launch the standalone from command line is met with the 
> message "Access is denied" (although security properties allow Read).
> 
> Symptoms are exactly the same whether the standalone was built for x86 or 
> x86-64. Same if built from either LC 9.6.4 and on LC 9.6.5 (rc 1).
> 
> Before I report this in the LQCC and make myself look stupid - has anyone 
> else built a Windows standalone from Mac on LC 9.6.4 or later, and did it 
> work?
> 
> TIA,
> 
> Ben
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Ben Rubinstein via use-livecode

Hmmm. Thanks Trevor.

On 24/09/2021 13:00, Trevor DeVore via use-livecode wrote:

On Fri, Sep 24, 2021 at 6:40 AM Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:


Has anyone else encountered an issue building Windows standalones from LC
9.6.4 or 9.6.5 on Mac?

…

Before I report this in the LQCC and make myself look stupid - has anyone
else
built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?



I have successfully built Windows executables on macOS three times with
9.6.4. The only issue I experienced was with tsNet business. I have a
specific version that is included when I package my app. The business
version pre-9.6.4 would not launch under 9.6.4. Updating the copy I
distribute with the version from 9.6.4 fixed the problem.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Trevor DeVore via use-livecode
On Fri, Sep 24, 2021 at 6:40 AM Ben Rubinstein via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Has anyone else encountered an issue building Windows standalones from LC
> 9.6.4 or 9.6.5 on Mac?
>
> …
>
> Before I report this in the LQCC and make myself look stupid - has anyone
> else
> built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?


I have successfully built Windows executables on macOS three times with
9.6.4. The only issue I experienced was with tsNet business. I have a
specific version that is included when I package my app. The business
version pre-9.6.4 would not launch under 9.6.4. Updating the copy I
distribute with the version from 9.6.4 fixed the problem.

-- 
Trevor DeVore
ScreenSteps

>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Building Windows standalones on Mac with LC 9.6.4 or later - apps not launching?

2021-09-24 Thread Ben Rubinstein via use-livecode
Has anyone else encountered an issue building Windows standalones from LC 
9.6.4 or 9.6.5 on Mac?


What I'm seeing is that the process is suspiciously fast; but generates the 
expected files (.exe, the various dlls); and the .exe is the expected size, 
almost identical to what is produced under LC 9.6.3.


However when this is moved to a Windows machine:

- attempting to open in the Explorer simply nothing happens.

- attempting to launch the standalone from command line is met with the 
message "Access is denied" (although security properties allow Read).


Symptoms are exactly the same whether the standalone was built for x86 or 
x86-64. Same if built from either LC 9.6.4 and on LC 9.6.5 (rc 1).


Before I report this in the LQCC and make myself look stupid - has anyone else 
built a Windows standalone from Mac on LC 9.6.4 or later, and did it work?


TIA,

Ben

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: What's in LC 9.6.4?

2021-09-17 Thread Mark Waddingham via use-livecode

On 2021-09-16 11:50, Curry Kenworthy via use-livecode wrote:

What are the big LC 9.6.4 changes versus 9.6.3? Thanks.


The licensing and the fact it is single edition - beyond that 9.6.4 
should be functionally identical to 9.6.3 (hence why the release notes 
do not list any IDE/Engine changes!).


Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


What's in LC 9.6.4?

2021-09-16 Thread Curry Kenworthy via use-livecode



I can't find the customary use-list and dev-list email,
announcing and summarizing an LC release, for 9.6.4.

(And I never find the Release Notes PDF as useful.)

Perhaps it was mentioned in another thread,
but if so, I overlooked that too.

What are the big LC 9.6.4 changes versus 9.6.3? Thanks.

Best wishes,

Curry Kenworthy

Custom Software Development
"Better Methods, Better Results"
LiveCode Training and Consulting
http://livecodeconsulting.com/

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: 9.6.4-gm-1 what?

2021-09-06 Thread matthias rebbe via use-livecode
The "old" download was build 15551 and had a problem with building HTML5 
standalones.

The new one is build 15552  which has that bug fixed.

See https://quality.livecode.com/show_bug.cgi?id=23317 
<https://quality.livecode.com/show_bug.cgi?id=23317>

Regards,

Matthias



> Am 06.09.2021 um 13:26 schrieb Andre Garzia via use-livecode 
> :
> 
> So, I launched 9.6.4 today and got a notification to download 9.6.4-gm-1, 
> this is not a version scheme that LC has been using before. I remember them 
> being DP for developer previews, then becoming RC for release candidates, and 
> then stable. I don’t remember Gold Masters in their versions, which I assume 
> would be the stable version. 
> 
> Now, if I’m downloading 9.6.4-gm-1 now, what have I been running with 9.6.4? 
> I though that was the stable version.
> 
> Oh, and the download page still doesn’t list past DP and RCs.
> 
> A
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


9.6.4-gm-1 what?

2021-09-06 Thread Andre Garzia via use-livecode
So, I launched 9.6.4 today and got a notification to download 9.6.4-gm-1, this 
is not a version scheme that LC has been using before. I remember them being DP 
for developer previews, then becoming RC for release candidates, and then 
stable. I don’t remember Gold Masters in their versions, which I assume would 
be the stable version. 

Now, if I’m downloading 9.6.4-gm-1 now, what have I been running with 9.6.4? I 
though that was the stable version.

Oh, and the download page still doesn’t list past DP and RCs.

A
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: 9.6.4?

2021-08-31 Thread Ralph DiMola via use-livecode
Server downloads are available on the website after you login to your
account.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of matthias rebbe via use-livecode
Sent: Tuesday, August 31, 2021 11:41 AM
To: How to use LiveCode
Cc: matthias_livecode_150...@m-r-d.de
Subject: Re: 9.6.4?

And where are the Livecode Server downloads?



> Am 31.08.2021 um 17:35 schrieb Andre Garzia via use-livecode
:
> 
> Something funky is going on the website. It was off for maintenance a
couple minutes ago and then all of a sudden, I receive a notification from
the updater stack to download 9.6.4
> 
> There was no release cycle for 9.6.4. The release is marked as stable.
Where were the DPs and RCs for that release?
> 
> Went to https://downloads.livecode.com/livecode/
<https://downloads.livecode.com/livecode/> and wow, all the DP and RC are
gone. Only stable versions are listed. What is going on?
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: 9.6.4?

2021-08-31 Thread Andre Garzia via use-livecode
yes, just saw the new changes. It felt like going on a scavenge hunt. 

So they’re basically changing a lot in terms of license and offering, that came 
out a bit unexpected but I am happy with the changes. Did some math there and 
it will cost me a bit more than I’m currently paying to get all features I 
want. But, if I get only the features I actually need, then it becomes cheaper. 
:-) so, I guess this is good, it allows us to add stuff to our licenses as they 
become needed.

Also looking forward to the changes in LiveCode 10, specially M1 runtimes.

> On 31 Aug 2021, at 16:49, matthias rebbe via use-livecode 
>  wrote:
> 
> And there seems to be new pricing. One can now create customized LC 
> subscriptions.. So one can for example could select only macOS and iOS as 
> deployment platform. Any combination is now possible. 
> I think that is a really good new change.
> 
> 
> 
>> Am 31.08.2021 um 17:45 schrieb Andre Garzia via use-livecode 
>> :
>> 
>> not only that but community and community plus also vanished...
>> 
>>> On 31 Aug 2021, at 16:41, matthias rebbe via use-livecode 
>>>  wrote:
>>> 
>>> And where are the Livecode Server downloads?
>>> 
>>> 
>>> 
>>>> Am 31.08.2021 um 17:35 schrieb Andre Garzia via use-livecode 
>>>> :
>>>> 
>>>> Something funky is going on the website. It was off for maintenance a 
>>>> couple minutes ago and then all of a sudden, I receive a notification from 
>>>> the updater stack to download 9.6.4
>>>> 
>>>> There was no release cycle for 9.6.4. The release is marked as stable. 
>>>> Where were the DPs and RCs for that release?
>>>> 
>>>> Went to https://downloads.livecode.com/livecode/ 
>>>> <https://downloads.livecode.com/livecode/> and wow, all the DP and RC are 
>>>> gone. Only stable versions are listed. What is going on?
>>>> ___
>>>> use-livecode mailing list
>>>> use-livecode@lists.runrev.com
>>>> Please visit this url to subscribe, unsubscribe and manage your 
>>>> subscription preferences:
>>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>> 
>>> 
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: 9.6.4?

2021-08-31 Thread matthias rebbe via use-livecode
And there seems to be new pricing. One can now create customized LC 
subscriptions.. So one can for example could select only macOS and iOS as 
deployment platform. Any combination is now possible. 
I think that is a really good new change.



> Am 31.08.2021 um 17:45 schrieb Andre Garzia via use-livecode 
> :
> 
> not only that but community and community plus also vanished...
> 
>> On 31 Aug 2021, at 16:41, matthias rebbe via use-livecode 
>>  wrote:
>> 
>> And where are the Livecode Server downloads?
>> 
>> 
>> 
>>> Am 31.08.2021 um 17:35 schrieb Andre Garzia via use-livecode 
>>> :
>>> 
>>> Something funky is going on the website. It was off for maintenance a 
>>> couple minutes ago and then all of a sudden, I receive a notification from 
>>> the updater stack to download 9.6.4
>>> 
>>> There was no release cycle for 9.6.4. The release is marked as stable. 
>>> Where were the DPs and RCs for that release?
>>> 
>>> Went to https://downloads.livecode.com/livecode/ 
>>> <https://downloads.livecode.com/livecode/> and wow, all the DP and RC are 
>>> gone. Only stable versions are listed. What is going on?
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: 9.6.4?

2021-08-31 Thread Andre Garzia via use-livecode
I bet someone changed the script that generates that page and it simply failed 
to push the correct artifacts to the server. Anyway, let’s wait to see what 
they say about it. I’m sure someone from HQ will chip in soon.

> On 31 Aug 2021, at 16:45, Andre Garzia  wrote:
> 
> not only that but community and community plus also vanished...
> 
>> On 31 Aug 2021, at 16:41, matthias rebbe via use-livecode 
>>  wrote:
>> 
>> And where are the Livecode Server downloads?
>> 
>> 
>> 
>>> Am 31.08.2021 um 17:35 schrieb Andre Garzia via use-livecode 
>>> :
>>> 
>>> Something funky is going on the website. It was off for maintenance a 
>>> couple minutes ago and then all of a sudden, I receive a notification from 
>>> the updater stack to download 9.6.4
>>> 
>>> There was no release cycle for 9.6.4. The release is marked as stable. 
>>> Where were the DPs and RCs for that release?
>>> 
>>> Went to https://downloads.livecode.com/livecode/ 
>>> <https://downloads.livecode.com/livecode/> and wow, all the DP and RC are 
>>> gone. Only stable versions are listed. What is going on?
>>> ___
>>> use-livecode mailing list
>>> use-livecode@lists.runrev.com
>>> Please visit this url to subscribe, unsubscribe and manage your 
>>> subscription preferences:
>>> http://lists.runrev.com/mailman/listinfo/use-livecode
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: 9.6.4?

2021-08-31 Thread Andre Garzia via use-livecode
not only that but community and community plus also vanished...

> On 31 Aug 2021, at 16:41, matthias rebbe via use-livecode 
>  wrote:
> 
> And where are the Livecode Server downloads?
> 
> 
> 
>> Am 31.08.2021 um 17:35 schrieb Andre Garzia via use-livecode 
>> :
>> 
>> Something funky is going on the website. It was off for maintenance a couple 
>> minutes ago and then all of a sudden, I receive a notification from the 
>> updater stack to download 9.6.4
>> 
>> There was no release cycle for 9.6.4. The release is marked as stable. Where 
>> were the DPs and RCs for that release?
>> 
>> Went to https://downloads.livecode.com/livecode/ 
>> <https://downloads.livecode.com/livecode/> and wow, all the DP and RC are 
>> gone. Only stable versions are listed. What is going on?
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: 9.6.4?

2021-08-31 Thread matthias rebbe via use-livecode
And where are the Livecode Server downloads?



> Am 31.08.2021 um 17:35 schrieb Andre Garzia via use-livecode 
> :
> 
> Something funky is going on the website. It was off for maintenance a couple 
> minutes ago and then all of a sudden, I receive a notification from the 
> updater stack to download 9.6.4
> 
> There was no release cycle for 9.6.4. The release is marked as stable. Where 
> were the DPs and RCs for that release?
> 
> Went to https://downloads.livecode.com/livecode/ 
> <https://downloads.livecode.com/livecode/> and wow, all the DP and RC are 
> gone. Only stable versions are listed. What is going on?
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


9.6.4?

2021-08-31 Thread Andre Garzia via use-livecode
Something funky is going on the website. It was off for maintenance a couple 
minutes ago and then all of a sudden, I receive a notification from the updater 
stack to download 9.6.4

There was no release cycle for 9.6.4. The release is marked as stable. Where 
were the DPs and RCs for that release?

Went to https://downloads.livecode.com/livecode/ 
<https://downloads.livecode.com/livecode/> and wow, all the DP and RC are gone. 
Only stable versions are listed. What is going on?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode