Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bundled Tk app won't start
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
simon andrews (BI)  
View profile  
 More options Apr 10 2012, 7:31 am
From: "simon andrews (BI)" <simon.andr...@babraham.ac.uk>
Date: Tue, 10 Apr 2012 11:31:30 +0000
Local: Tues, Apr 10 2012 7:31 am
Subject: Bundled Tk app won't start

I'm trying to package a small Tk based Perl application, but after running the Cava build successfully I can't get it to start.  The build completes OK with no warnings or errors, and the packager looks to have identified all the modules to bundle OK.  However when I try to start the application I get the error:

Unrecognized character \x1F; marked by <-- HERE after <-- HERE near column 1 at D:/StoresUpdate/release/MyApp/lib/std/Tk.pm line 1.
Compilation failed in require at D:/StoresUpdate/release/MyApp/lib/std/cavaexecscript/stores_interface.pl line 3.
BEGIN failed--compilation aborted at D:/StoresUpdate/release/MyApp/lib/std/cavaexecscript/stores_interface.pl line 3.

Looking at the files in /lib/std/ I can see all of the .pm files I expect, but all of their contents appear to be binary data rather than the original text files.  Is this how it's supposed to be?

Any clues as to how I can work out what's going wrong here?

Thanks

Simon.

The Babraham Institute, Babraham Research Campus, Cambridge CB22 3AT Registered Charity No. 1053902.

The information transmitted in this email is directed only to the addressee. If you received this in error, please contact the sender and delete this email from your system. The contents of this e-mail are the views of the sender and do not necessarily represent the views of the Babraham Institute. Full conditions at: www.babraham.ac.uk<http://www.babraham.ac.uk/email_disclaimer.html>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cava Support  
View profile  
 More options Apr 10 2012, 9:43 am
From: Cava Support <supp...@cavapackager.com>
Date: Tue, 10 Apr 2012 14:43:11 +0100
Local: Tues, Apr 10 2012 9:43 am
Subject: Re: [Cava Packager] Bundled Tk app won't start
Hi,

Could you try the 2.0.74 pre-release Cava Packager from

http://www.cavapackager.com/download/cava-packager-msw-x86-2-0-74.exe

(or 64 bit at)

http://www.cavapackager.com/download/cava-packager-msw-x64-2-0-74.exe

This should solve both the Tk issue and the problem you were having
starting from network paths.

Let me know if it works.

Regards

Mark

--
User Support
Cava Development Tools
Package and Distribute Perl Applications
http://www.cavapackager.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cava Support  
View profile  
 More options Apr 10 2012, 11:08 am
From: Cava Support <supp...@cavapackager.com>
Date: Tue, 10 Apr 2012 16:08:27 +0100
Local: Tues, Apr 10 2012 11:08 am
Subject: Re: [Cava Packager] Bundled Tk app won't start
Hi,

There was a problem with the 2.0.74 pre-release and Perl 5.14

fixes are in the 2.0.75 pre-release from

http://www.cavapackager.com/download/cava-packager-msw-x86-2-0-75.exe

(or 64 bit at)

http://www.cavapackager.com/download/cava-packager-msw-x64-2-0-75.exe

Regards

Mark

On 10/04/2012 14:43, Cava Support wrote:

--
User Support
Cava Development Tools
Package and Distribute Perl Applications
http://www.cavapackager.com/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
simon andrews (BI)  
View profile  
 More options Apr 10 2012, 11:18 am
From: "simon andrews (BI)" <simon.andr...@babraham.ac.uk>
Date: Tue, 10 Apr 2012 15:18:14 +0000
Local: Tues, Apr 10 2012 11:18 am
Subject: RE: [Cava Packager] Bundled Tk app won't start
Mark,

I was halfway through a reply to say that the UNC path problem was fixed but the Tk problem was still present when I saw your additional update.

I've just tried the project using v2.0.75 and the Tk script now builds and runs.  Huge thanks for such a quick reply and fix.

There's just one remaining minor problem which is that when I exit the Tk program I get a standard dialog from windows to say the program has stopped working and that it is checking for a solution to the problem.  This doesn't happen when I run the original script through a local perl interpreter.  I guess that something isn't exiting cleanly to cause this, but this is a minor point for us at the moment and I can use what I have.

Many thanks again for a great and useful program.

Simon.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Cava Support  
View profile  
 More options Apr 10 2012, 1:04 pm
From: Cava Support <supp...@cavapackager.com>
Date: Tue, 10 Apr 2012 18:04:01 +0100
Local: Tues, Apr 10 2012 1:04 pm
Subject: Re: [Cava Packager] Bundled Tk app won't start
Hi

On 10/04/2012 16:18, simon andrews (BI) wrote:

> There's just one remaining minor problem which is that when I exit the Tk program I get a standard dialog from windows to say the program has stopped working and that it is checking for a solution to the problem.  This doesn't happen when I run the original script through a local perl interpreter.  I guess that something isn't exiting cleanly to cause this, but this is a minor point for us at the moment and I can use what I have.

When you get the chance to try yet another pre-release, the following
should fix the fault on exit.

http://www.cavapackager.com/download/cava-packager-msw-x86-2-0-76.exe

(or 64 bit at)

http://www.cavapackager.com/download/cava-packager-msw-x64-2-0-76.exe

Regards

Mark

Cava Development Tools
Package and Distribute Perl Applications
http://www.cavapackager.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
simon andrews (BI)  
View profile  
 More options Apr 11 2012, 4:39 am
From: "simon andrews (BI)" <simon.andr...@babraham.ac.uk>
Date: Wed, 11 Apr 2012 08:39:25 +0000
Local: Wed, Apr 11 2012 4:39 am
Subject: Re: [Cava Packager] Bundled Tk app won't start

On 10 Apr 2012, at 18:04, Cava Support wrote:

>> When you get the chance to try yet another pre-release, the following should fix the fault on exit.

> http://www.cavapackager.com/download/cava-packager-msw-x86-2-0-76.exe

Just tested this and it does indeed fix the problematic exit status.

Thanks again!

Simon.

The Babraham Institute, Babraham Research Campus, Cambridge CB22 3AT Registered Charity No. 1053902.
The information transmitted in this email is directed only to the addressee. If you received this in error, please contact the sender and delete this email from your system. The contents of this e-mail are the views of the sender and do not necessarily represent the views of the Babraham Institute. Full conditions at: www.babraham.ac.uk<http://www.babraham.ac.uk/email_disclaimer.html>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »