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 - BadWolf

#1
Development / Re: Solarus Ubuntu Installation
November 17, 2018, 10:03:08 PM
I'm still left with the inability to actually load anything into the quest editor.
#2
Development / Re: Solarus Ubuntu Installation
November 17, 2018, 02:11:31 AM
Alright, and I think this should be the last thing.

The Solarus program itself seems to function (aside from presumably providing code assets for the editor) like an emulator for the games. How do I load/create a quest in the Quest Editor? When I boot it up it seems functional but all the buttons are blacked out like in Lunar Magic when you've yet to load up a rom for editing.

Also since I'm assuming for copy right reasons the ALttP assets aren't included in the program where might I find those and how would I initialise them?
#3
Development / Re: Solarus Ubuntu Installation
November 17, 2018, 12:30:06 AM
Okay I ran the "make install" command for the engine again and it also came back with one failed file. I believe this was an admin file that it was saying it didn't have permission to put where it needed to put it. So I ran the make command again this time as "sudo make install" which as far as I can tell worked.

Then I ran the "make" command for the quest editor and got this back:

[sudo] password for deep_thought:
[  1%] Automatic moc for target solarus-quest-editor
[  1%] Built target solarus-quest-editor_automoc
[100%] Built target solarus-quest-editor


Which as far as I can tell means everything is where it should be. Now how do I boot up the app?
#4
Development / Re: Solarus Ubuntu Installation
November 16, 2018, 03:26:42 AM
I ran the make command for the engine then compiled and ran the make command for the quest editor. Everything for the engine worked fine but at the very end of the make for the editor I got this back.

[100%] Linking CXX executable solarus-quest-editor
[100%] Built target solarus-quest-editor
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/bin/solarus-quest-editor
CMake Error at cmake_install.cmake:42 (file):
  file INSTALL cannot copy file
  "/home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3/build/solarus-quest-editor"
  to "/usr/local/bin/solarus-quest-editor".


Makefile:61: recipe for target 'install' failed
make: *** [install] Error 1


Seems one file didn't go where it needed to. Is this important to fix or can I load up the program? Also when I am ready to load the program how to I create a shortcut for it as using the terminal to load it every time is going to get tedious.
#5
Development / Re: Solarus Ubuntu Installation
November 15, 2018, 07:33:26 AM
Did that. The Engine itself compiled properly. However I tried to do the same thing for the Quest Editor and I got this:

Quote-- Could NOT find SOLARUS (missing:  SOLARUS_LIBRARY SOLARUS_INCLUDE_DIR)
-- Could NOT find SOLARUS_GUI (missing:  SOLARUS_GUI_LIBRARY SOLARUS_GUI_INCLUDE_DIR)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
SOLARUS_GUI_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
SOLARUS_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3
   used as include directory in directory /home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3

-- Configuring incomplete, errors occurred!
See also "/home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3/build/CMakeFiles/CMakeOutput.log".
See also "/home/deep_thought/Documents/Solarus/solarus-quest-editor-1.5.3/build/CMakeFiles/CMakeError.log".

Nearest I can tell while trying to compile the Quest Editor it is trying to build paths to the Solarus Engine but doesn't know where that is installed. How do I tell it?
#6
Development / Re: Solarus Ubuntu Installation
November 15, 2018, 01:37:15 AM
 Okay so I installed the dependants and then cmake which seems to have worked nicely. I'm in the Solarus source code folder which I opened in Terminal. In that folder I created another one called "build" which on cmake I specified to do the compiling in and I got this back.

Quotecmake path to build
CMake Error: The source directory "/home/deep_thought/Documents/Solarus/solarus-1.5.3/build" does not appear to contain CMakeLists.txt.

Are there files I need to move into the build folder before I can compile?
#7
Development / Re: Solarus Ubuntu Installation
November 14, 2018, 12:13:44 AM
QuoteHey bonez001, I installed 1.60 in Lubuntu the other day.

Before you install the editor you need to install the following.

libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libluajit-5.1-dev libphysfs-dev libopenal-dev libmodplug-dev libvorbis-dev qtbase5-dev qttools5-dev qttools5-dev-tools libglm-dev

Either use apt-get install or use Synaptic, which is what I did, finding each file and installing it.

Download 1.60 from here - https://gitlab.com/solarus-games/solarus-quest-editor

Click on the little cloud icon next to 'find file'. Extract the files, I put mine on the desktop, in the created folder create a new folder called build, go into it and open a terminal.

type cmake ..

then type sudo make and put in your sudo password. This should install the editor.

You can run it by typing ./solarus-quest-editor or by adding a short cut to your desktop, pointing it to the executable (solarus-quest-editor) in the location where it is installed. (sorry forgot where it goes)

You can then do the same for the engine. Download it from https://gitlab.com/solarus-games/solarus but do a make install at the end, again as sudo. Then there should be a shortcut in your programme menus if everything goes ok. Mine appeared after I rebooted.

Any problems let me know.

The long list of letters, numbers and dashes isn't a terminal command and I don't know what to do with it. I tried the thing with the unzipped source code and the build folder but "sudo cmake" isn't a command and the Terminal reports "No targets specified and no makefile found. Stop." when I try a "sudo make" command.

As for the other one I tried running the first command and it reported that I did not have permission. My account is the only one on this computer FYI, I have admin control over the Terminal.
#8
Development / Solarus Ubuntu Installation
November 12, 2018, 06:54:20 PM
It's really difficult to find straightforward Ubuntu install instruction. And by that I mean that all the instructions out there seem to assume that I have some familiarity with the inner workings of the Ubuntu system. A recap, I have spend most of my computer career on Windows and have only owned an Ubuntu machine for a few months which I can't wipe and replace with Windows for reasons that aren't relevant to this. Assume I have no idea how Ubuntu works, could you please give me a step by step on how to install Solarua?

I downloaded the three source code packs from the sight if that's helpful. Some of the instructions seemed to say I needed them and others I think indicated that Ubuntu would pull the source code off the web. I'm really lost here.