1. Cecilio
  2. Valentina Reports ADK
  3. Friday, November 30 2018, 08:21 AM
  4.  Subscribe via email
Hi. I can not get an app with xojo and Valentina to work on a Raspberry pi 3.
The error is this:
"Fail to load plugin v4rb_armhf_32_release.so
libfshared_release_armhf_32.so.810 the file of the shared object can not be opened: The file or directory does not exist. "

But v4rb_armhf_32 .. is present I copy it from vcomponent.

In my system (linux Mint) I can not find: libfshared_release_armhf_32.so.810

What I can do ?
Comment
There are no comments made yet.
Sergey Pashkov Accepted Answer
Hi Cecilio,

It is necessary to install v4rb_armhf_32_8_lin.deb and copy vcomponents from there (article for deployment: https://goo.gl/H61Vao)

8.7.1 version is here:
http://valentina-db.com/download/release/lin_arm_32/v4rb_armhf_32_8_lin.deb

But we don’t have version 8.1 for download, the closest is 8.2:
http://valentina-db.com/download/prev_releases/8.2/lin_arm_32/v4rb_armhf_32_8_lin.deb

But it is necessary to compile with the same version of the plugin.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 1
Cecilio Accepted Answer
Hi.
I have removed valentina report from the app and it works well on raspberry and windows.

When valentina report is present, the app does not work on raspberry or windows.

I did the following:
1- I installed the file you said in raspberry (v4rb_armhf_32_8_lin.deb).
2- I updated the plugins on my computer to 8.7
2a- Copy ValentinaPlugin.xojo_plugin, v4rb.so, v4rb_64.so to the plugins folder and lib de xojo.
3- I installed for windows the plugins to 8.7
3a- Copy vcomponents_win_vc /*.* to the lib folder of the app (for windows)

In raspberry the message is "Aborted"

In windows the message is error and close.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 2
Sergey Pashkov Accepted Answer
Hello Cecilio,

I think the following sequence should work, the latest version is 8.7.1:

On Windows:
1. Install V4RB for Windows (http://valentina-db.com/download/release/win_32/v4rb_8_win.exe)
2. Copy ValentinaPlugin.xojo_plugin to Xojo Plugins folder
3. Try to compile and run on Windows
4. If success compile for ARM and copy to Raspberry

On Raspberry:
1. Install V4RB for ARM (http://valentina-db.com/download/release/lin_arm_32/v4rb_armhf_32_8_lin.deb)
2. Copy the contents of the /opt/vcomponents to the "app_name Libs" folder.
3. Copy entire /opt/vresources folder to the application "app_name" folder.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 3
Cecilio Accepted Answer
Hi.
The problem was the licenses.
Had not changed the license code of linux, windows, mac.

The problem I have now is that I only have a Linux license. I have to buy the windows one.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 4
Sergey Pashkov Accepted Answer
Hi Cecilio,

That's strange, without the license the application works for a limited time.
Although it is necessary to call Valentna.InitReports in any case.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 5
Cecilio Accepted Answer
When I upgraded to 8.7 it stopped working even Linux. It was simply aborted.
Then I put execution step by step and saw that it broke in the "Valentina.InitReports (LRmac, LRwin, LRlin)"

I placed the linux license and it worked. Also in Raspberry.

I am now buying the window license. any ideas ?
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 6
Sergey Pashkov Accepted Answer
Yes, it is necessary to have valid licenses for all target platforms.
So now you'll have new licenses for Linux and Windows.

Maybe there was an exception thrown about an expired license, it was uncaught and application closed.
Demo mode turns on if there is no license at all.
Comment
There are no comments made yet.
  1. more than a month ago
  2. Valentina Reports ADK
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.