Will Cube run on a Live USB

Asked by Mysubs

I'm running Linux Mint 17.2 from a Live USB (persistent).
"chmod -R +x cube" executes successfully. When I run "cube-linux" from the GUI, I'm prompted to "display, cancel, run" etc. When I click "run" it looks like nothing happens. If I run "./cube-linux" from terminal it outputs a ton of text and ultimately ends in the following.

"./cube-linux" executes successfully when run from terminal in my installation of Ubuntu 14.04

  I'm still pretty new to Linux and would appreciate any help with troubleshooting how to run Cube from a Mint LiveUSB stick. Thanks :)

######################
Debug info from gdb:

Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
warning: process 5873 is already traced by process 5858
ptrace: Operation not permitted.
No threads.

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
######################

Question information

Language:
English Edit question
Status:
Solved
For:
CamicriCube Edit question
Assignee:
No assignee Edit question
Solved by:
Camicri Systems
Solved:
Last query:
Last reply:
Revision history for this message
Best Camicri Systems (camicrisystems) said :
#1

Hello, thank you for using Cube :)

Based on the logs you have sent to us, it seems that there is a compatibility issue between Cube and the Linux distribution you are using. Sad to say, the Cube you are using is now not maintained and we stopped the development of this app because of compatibility issues.

I suggest that you use the new Cube instead of this one. This is Camicri Cube Server
http://www.unixmen.com/camicri-cube-server-an-offline-and-portable-package-manager-for-debian-ubuntu-and-linux-mint/

It is basically the same as the old Cube, but it is more stable with additional features.

Here is the tutorial on how to download and install Cube Server in your Linux Mint
https://launchpad.net/cube-server/trunk/0.1/+download/cube-server-tutorial.pdf

Revision history for this message
Mysubs (mysubs) said :
#2

Thanks Camicri Systems, that solved my question.