Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bonez001

#1
General discussion / Re: Installing Solarus in ubuntu
November 27, 2018, 04:20:26 PM
This command might do for other user instead of the first

sudo su -c "echo 'deb http://download.opensuse.org/repositories/home:/nate-devv:/solarus-debian/xUbuntu_16.04/ ./' > /etc/apt/sources.list.d/solarus.list"
#2
General discussion / Re: Installing Solarus in ubuntu
October 28, 2018, 05:10:41 PM
Quote from: bonez001 on October 28, 2018, 05:09:22 PM
Quote from: alexgleason on October 28, 2018, 03:51:16 PM
Quote from: bonez001 on October 28, 2018, 12:51:14 PM
I already installed it. But the solarus editor is unusable. I don't know why.

Please open the terminal and give the output of the following two commands:

cat /etc/*-release
This command will give us more information about exactly what distro you are running, and what version. Then perhaps someone can reproduce the problem.

solarus-quest-editor
By running the quest editor from the command line instead of the applications menu, we will be able to see exactly why it fails by looking at the error output.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.5 LTS"
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

I just enlarge the editor and it became usable LOL. I will try to load made games and  I will later update. Thanks for the help.
#3
General discussion / Re: Installing Solarus in ubuntu
October 28, 2018, 05:09:22 PM
Quote from: alexgleason on October 28, 2018, 03:51:16 PM
Quote from: bonez001 on October 28, 2018, 12:51:14 PM
I already installed it. But the solarus editor is unusable. I don't know why.

Please open the terminal and give the output of the following two commands:

cat /etc/*-release
This command will give us more information about exactly what distro you are running, and what version. Then perhaps someone can reproduce the problem.

solarus-quest-editor
By running the quest editor from the command line instead of the applications menu, we will be able to see exactly why it fails by looking at the error output.

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.5 LTS"
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial


#4
General discussion / Re: Installing Solarus in ubuntu
October 28, 2018, 12:51:14 PM
Quote from: alexgleason on October 21, 2018, 05:54:26 PM
You don't need to compile it. See this thread for instructions on using the PPA: http://forum.solarus-games.org/index.php?topic=1002.msg7162#msg7162

In short, it's these 4 commands, run one at a time:


sudo echo "deb http://download.opensuse.org/repositories/home:/nate-devv:/solarus-debian/xUbuntu_16.04/ ./" > /etc/apt/sources.list.d/solarus.list
wget -qO - http://download.opensuse.org/repositories/home:/nate-devv:/solarus-debian/xUbuntu_16.04/Release.key | sudo apt-key add -
sudo apt update
sudo apt install -y solarus solarus-quest-editor




If the first command complains about the path, try `sudo mkdir -p /etc/apt/sources.list.d/`

I already installed it. But the solarus editor is unusable. I don't know why.
#5
Development / Installing in Ubuntu
October 21, 2018, 09:35:46 AM
Hello everyone. Its kinda hard to find straight forward directions for installing solarus and the editor in ubuntu 16.04. ANyone there who can help me?
#6
General discussion / Installing Solarus in ubuntu
October 21, 2018, 09:24:40 AM
Hello everyone. Its kinda hard to find straight forward directions for installing solarus and the editor in ubuntu 16.04. ANyone there who can help me?
#7

Is my laptop enough?
OS Name   Microsoft Windows 10 Home Single Language
Version   10.0.15063 Build 15063
OS Manufacturer   Microsoft Corporation
System Name   DESKTOP-HS2C7F6
System Manufacturer   ASUSTeK COMPUTER INC.
System Model   X540NV
System Type   x64-based PC
Processor   Intel(R) Pentium(R) CPU N4200 @ 1.10GHz, 1101 Mhz, 4 Core(s), 4 Logical Processor(s)
BIOS Version/Date   American Megatrends Inc. X540NV.300, 20/11/2017
SMBIOS Version   3.0
Embedded Controller Version   255.255
BIOS Mode   UEFI
BaseBoard Manufacturer   ASUSTeK COMPUTER INC.
BaseBoard Model   Not Available
BaseBoard Name   Base Board
Platform Role   Mobile
Windows Directory   C:\Windows
System Directory   C:\Windows\system32
Hardware Abstraction Layer   Version = "10.0.15063.909"
Time Zone   China Standard Time
Installed Physical Memory (RAM)   4.00 GB
Total Physical Memory   3.87 GB
Available Physical Memory   948 MB
Total Virtual Memory   6.30 GB
Available Virtual Memory   1.94 GB
Page File Space   2.43 GB
Page File   C:\pagefile.sys
Device Encryption Support   Elevation Required to View
Hyper-V - VM Monitor Mode Extensions   Yes
Hyper-V - Second Level Address Translation Extensions   Yes
Hyper-V - Virtualization Enabled in Firmware   Yes
Hyper-V - Data Execution Protection   Yes
#8
General discussion / How Can I use a Sword in Solarus?
November 30, 2017, 10:03:45 AM
Hello. I am new here and also a new user of Solarus engine. I am following the tutorials in youtube. I set small goal of equiping and using a sword.  How can I do it?