Page 1 of 1

Accounting software not working

Posted: Wed 27 Dec 2017, 13:27
by Ramesh
Hi,

I use Manager as accounting software available at www.manager.io on Ubuntu. For the xenial puppy Linux I converted .deb file to .sfs using alien2puppy utility. When I invoked Manager, nothing is happening.

I even tried directly installing .deb but no use.

Please help.

Posted: Wed 27 Dec 2017, 14:38
by ally
try running from terminal, I expect you are missing library files

running from terminal will tell you why it is not running

:)

also what version of puppy are you using, 32/64?

Posted: Wed 27 Dec 2017, 18:29
by bigpup
I tried to install and run this program.
Also used the deb package for Ubuntu to install it.

There is something wrong with the deb package.
The files to run Manager are Windows DOS exe files.
Those are not Linux.
Have to try a different Linux package.

Looks like they made a deb package of Windows files not Linux ones.

Posted: Wed 27 Dec 2017, 20:23
by musher0
bigpup wrote:I tried to install and run this program.
Also used the deb package for Ubuntu to install it.

There is something wrong with the deb package.
The files to run Manager are Windows DOS exe files.
Those are not Linux.
Have to try a different Linux package.

Looks like they made a deb package of Windows files not Linux ones.
Do the docs say anywhere to use this package over Wine?

Posted: Thu 28 Dec 2017, 01:33
by bigpup
Really did not look into the docs for it.

The deb package is made for Ubuntu.
Ubuntu may already have Wine in it or something.
I really do not know much about Ubuntu.

Posted: Thu 28 Dec 2017, 03:19
by musher0
Euh.... a distro by any other name is still a distro! :lol:

Posted: Thu 28 Dec 2017, 09:23
by Ramesh
After running from terminal I recieved error /usr/bin/cli: No such file or directory

I came to know that the run script is invoking application like below

/usr/bin/cli Manager.exe "$@"

Looks like it is invoking mono which runs the exe file.

How to install mono on xenial puppy

Posted: Thu 28 Dec 2017, 14:15
by rockedge
I get as far as a missing ETO Framework...using Wine and modifying the /opt/manager-accounting/manager-accounting to this:

Code: Select all

#!/bin/sh
cd /opt/manager-accounting
exec wine ManagerDesktop.exe "$@"
then run from the command line to show the error:

Code: Select all

root# wine ManagerDesktop.exe


Unhandled Exception:
System.InvalidOperationException: Could not detect platform. Are you missing a platform assembly?
  at Eto.Platform.get_Detect () [0x00000] in <filename unknown>:0 
  at Eto.Forms.Application..ctor () [0x00000] in <filename unknown>:0 
  at ManagerDesktop.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Could not detect platform. Are you missing a platform assembly?
  at Eto.Platform.get_Detect () [0x00000] in <filename unknown>:0 
  at Eto.Forms.Application..ctor () [0x00000] in <filename unknown>:0 
  at ManagerDesktop.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 
I had 2 missing libs one was libmpg123-0 which I installed via the PPM