Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-24-2012, 06:21 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Ubuntu 11.10

Alright, so I've never used any OS related to Linux before. I've installed Ubuntu 11.10 x64 a few days ago and have become quite comfortable with it, for the most part. Now here's my question: how in the hell do you run Graal on Linux?

I'm not able to run it through terminal or wine or anything for that matter. What am I doing wrong?

Last edited by devilsknite1; 02-24-2012 at 06:33 PM..
Reply With Quote
  #2  
Old 02-24-2012, 07:30 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
You probably need to set the file as executable before it will run: chmod +x filename.
There might be a GUI way of doing this in the file properties, but that depends on your desktop environment.
__________________
Skyld
Reply With Quote
  #3  
Old 02-24-2012, 07:45 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
EDIT: Fixed.
Thanks, Skyld. Ends out the GUI form of "allow program to run as executable" doesn't give the program the sufficient rights.
I was missing libSDL_mixer as well, so grabbing that was the last solution.

Last edited by devilsknite1; 02-24-2012 at 08:03 PM..
Reply With Quote
  #4  
Old 02-24-2012, 07:55 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
I was told you should download Graal V5 first and then move V6 into the directory.
__________________
Reply With Quote
  #5  
Old 02-24-2012, 07:58 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by devilsknite1 View Post
I have the Graal beta v6 set as that, but it still seems to do nothing when I attempt to run it, both through a GUI form and a terminal form
How are you running it through terminal? If so, do you get any output?
__________________
Skyld
Reply With Quote
  #6  
Old 02-24-2012, 08:23 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by Skyld View Post
How are you running it through terminal? If so, do you get any output?
Fixed that problem, I was running (to what I think) it correctly, using ./Graal in the directory.
Graal works now, but now I have a problem with the RC, I know there are other tutorials on here on how to install it, but I seem to be missing a lib: libgtksourceview-1.0.so.0

I googled it for my version of Ubuntu, but haven't had any luck getting my hand on it.. Is there a way around this or a way to get it easier?
Reply With Quote
  #7  
Old 02-24-2012, 08:27 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
You need to get that version of the sourceview.
Try this in the terminal:
HTML Code:
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ natty universe'
sudo apt-get update
sudo apt-get install libgtksourceview1.0-0
__________________
Reply With Quote
  #8  
Old 02-24-2012, 08:30 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
If you are running 64-bit Linux, you might also try using the RC attached to this post which I understand people have had more success with.
__________________
Skyld
Reply With Quote
  #9  
Old 02-24-2012, 08:34 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Thanks to both of you, worked great.
I'll be sure to bother you if I ever stumble upon more issues!
Reply With Quote
  #10  
Old 02-25-2012, 01:53 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Emera View Post
You need to get that version of the sourceview.
Try this in the terminal:
HTML Code:
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ natty universe'
sudo apt-get update
sudo apt-get install libgtksourceview1.0-0
In case you don't want to add an old apt repo to your sources.
__________________
Reply With Quote
  #11  
Old 02-25-2012, 02:03 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
HTML Code:
./RC: error while loading shared libraries: libgtksourceview-2.0.so.0: cannot open shared object file: No such file or directory
new problem x.x
Reply With Quote
  #12  
Old 02-25-2012, 06:09 AM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
Quote:
Originally Posted by devilsknite1 View Post
HTML Code:
./RC: error while loading shared libraries: libgtksourceview-2.0.so.0: cannot open shared object file: No such file or directory
new problem x.x
Well sir, have you installed the correct libraries? I would double check...
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote
  #13  
Old 02-25-2012, 06:17 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by BlueMelon View Post
Well sir, have you installed the correct libraries? I would double check...
Yeah, I did. I fixed this problem now, and here's how just in case this happens to anyone else and they don't want to spend a full day attempting to figure out wtf is going on:

Open Ubuntu Software Center, install Synaptic [package manager] (can also be done through terminal but I've forgotten the command to do so), since synaptic does not come pre-installed with Ubuntu 11.10. Scroll down on the list of packages and right click the file, then press "Mark for Installation." Hit apply and viola, a whole day of searching broken down into one minute of simplicity.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:02 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.