PDA

View Full Version : Moving files to another computer



CGibson
2013-11-04, 11:49
Hello,

I want to move my files to another computer. Some things seem to work while others do not.

On the new machine, I installed Lianja app builder and copied the associated app files from apps/app_name and data/app_name.
Are there any other files I should have copied?

The app works fine on the first computer but crashes on the new computer.
I'm not positive, although there seems to be an issue with the virtual table.

A visual C++ Runtime Library error appears:


Runtime Error!

Program: C:\Lianja\bin\lianja.exe

This application has requested the Runtime to terminate it in an unusual way.


In addition, the debug.txt file has the following:


File E:\recital\c\source\rct_use.c at line 3115 virtualtable_use() table=C:\Lianja\data\bantam_stats\vt_roster.dbf alias=VT_ROSTER fields= where= orderby= select= tally=0
File E:\recital\c\source\rct_use.c at line 3195 cmdbuf=USE 'vt_roster.dbf' IN 3 CONNSTR "local@@basetable=@@primarykey=@@properties=" alias "VT_ROSTER" as select * from roster where 1=0


Any help would be greatly appreciated.

Cory

CGibson
2013-11-04, 12:24
Here's what I did.
On the windows 7 machine, I installed xp mode and tried to use Lianja and the files in that environment.

That didn't work.

Doing the same thing on another windows 7 machine, seems to have worked. No crashes or errors appeared.

Cory

davefoss
2013-11-04, 13:51
Hello,

I want to move my files to another computer. Some things seem to work while others do not.

On the new machine, I installed Lianja app builder and copied the associated app files from apps/app_name and data/app_name.
Are there any other files I should have copied?

The app works fine on the first computer but crashes on the new computer.
I'm not positive, although there seems to be an issue with the virtual table.

A visual C++ Runtime Library error appears:


In addition, the debug.txt file has the following:


Any help would be greatly appreciated.

Cory


Hi Cory,

This is a shot in the dark here, but try deleting any .dbo files from your app's directory and the ./library/ directory and see if that changes the behavior.

CGibson
2013-11-04, 14:24
Hi Dave,

I tried your suggestions and that didn't seem to make much of a difference.



Doing the same thing on another windows 7 machine, seems to have worked. No crashes or errors appeared.


I should point out that the second windows 7 machine had Lianja installed on the actual machine, not the virtual machine.

Cory

barrymavin
2013-11-05, 00:08
You need to copy your app, library and data or package it as a .lpk file and import it.

barrymavin
2013-11-05, 00:09
Oh and just to mention, when I prepare the distros i copy apps, data and library directory between windows, linux and mac and thats what ships.

CGibson
2013-11-05, 11:12
Hi Barry,

I tried both methods and still had the same issue.
I can only assume that something gets blocked by Windows 7 XP mode.

Cory

davefoss
2013-11-05, 11:28
Hi Barry,

I tried both methods and still had the same issue.
I can only assume that something gets blocked by Windows 7 XP mode.

Cory

Hi Cory,

There was a known issue with virtual tables under XP, but as far as I know it has been resolved in the latest release. What release are you running?

CGibson
2013-11-06, 10:40
Hi Dave,

I still think it's an issue with Windows 7 XP Mode (SP3 and all updates are current).
I am using RC10 - Oct 28 9:57.

Cory

yvonne.milne
2013-11-07, 07:46
Hi Cory,

Do the lianjademo and example_virtualtables Apps run OK on the XP Mode machine?

Have you ever installed a version of the App Builder or App Center on the XP Mode machine before?

Regards,

Yvonne

CGibson
2013-11-08, 15:09
Hi Yvonne,

Both of those seem to work in XP Mode.
I haven't installed anything before. I have recently downloaded and setup the XP mode.
So I know it's a clean version.

Cory

davefoss
2013-11-08, 15:44
Hi Cory,

How exactly are you moving the files?

CGibson
2013-11-11, 07:56
Hi Dave,

As per previous comments, I copied/pasted the folders and I tried packaging the files.

Cory

yvonne.milne
2013-11-11, 08:32
Hi Cory,

If it's something you can send us, then attach the package to a ticket and we'll give it a try on XP mode here.

Regards,

Yvonne

CGibson
2013-11-15, 09:44
Sorry for the delay.
A ticket has now been created with 2 package files included.

yvonne.milne
2013-11-15, 09:58
Thanks, Cory.