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 05-04-2008, 08:06 PM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
Ubuntu installation issues.

I am new to Ubuntu just to brief how light on the lingo you may need to be.
I am dual-booting ubuntu on a vista computer, I have checked for errors with the application and it can't find any. I downloaded the graal installer but when I open it I get this message:
"gedit has not been able to detect the character coding.
Please check that you are not trying to open a binary file.
Select a character coding from the menu and try again.
"
I want to switch to linux though but graal is a big thing to me, any assistance?
Reply With Quote
  #2  
Old 05-04-2008, 11:50 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
It's may be seeing the file as text, not as executable.
The best is to open a terminal window, and type this:
NPC Code:

cd ~/Desktop
chmod +x graal4setup
./graal4setup


There were a few threads about that, e.g. http://forums.graalonline.com/forums...ad.php?t=74964
Reply With Quote
  #3  
Old 05-05-2008, 12:55 AM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
Sorry, didn't know what that meant when I read that one. just installed ubuntu today. now I get this:
"/tmp/autopackage.296636370/meta/@www.graalonline.com/graalonline:5.12/apkg-downloader: line 590: autopackage/libexec/autosu-tui: No such file or directory
The autopackage support code could not be installed.

It can be manually downloaded and installed by running the
installation script located in the downloaded archive.
"

That is after it asked me this and I pressed Y:
"The installation of this software requires some additional support
code to be installed.

A] If the support code is found in a local directory, it will be used.
The file containing the support code will be called:

"autopackage.tar.bz2"

or

B] If there is an active Internet connection, the support code will be
downloaded from:

"http://autopackage.org/downloads/latest/autopackage.tar.bz2"

Proxy users should ensure the http_proxy environment variable is
set, otherwise the download may fail.


Selection B --> OK to download and install support code now? (Y/n):
"
Reply With Quote
  #4  
Old 05-05-2008, 01:52 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by atomuskus View Post
Stuff
Seems you are missing the autopackage repository. I don't care for autopackage but in this case you need it. Press y to those responses and download. If it doesn't install, try apt-get install autopackage (unfortunately i don't have an ubuntu box around so i can't test ) and if that doesn't work, download the zipped-tar from the link and go from there. When installed, sudo into root and run the Graal install again. Hopefully it should go fine.

Last edited by Twinny; 05-05-2008 at 02:39 AM..
Reply With Quote
  #5  
Old 05-05-2008, 04:46 AM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
I manually downloaded them and when I try to unpack them using the terminal, it tells me I need GLIB 2.0 or higher and I don't know what that is nor how to get it XD. Complete noob to linux.
Reply With Quote
  #6  
Old 05-05-2008, 04:58 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by atomuskus View Post
I manually downloaded them and when I try to unpack them using the terminal, it tells me I need GLIB 2.0 or higher and I don't know what that is nor how to get it XD. Complete noob to linux.
apt-get my friend!

sudo apt-get install glibc

Should work out what you need and download/install the relevant packages.
Reply With Quote
  #7  
Old 05-05-2008, 05:17 AM
Vulcan Vulcan is offline
Registered User
Vulcan's Avatar
Join Date: Jun 2006
Location: Columbia, SC
Posts: 641
Vulcan is on a distinguished road
If you're having trouble with using/understanding apt-get in terminal, Ubuntu has GUI applications that you can use for apt-get. Synaptic Package Manager is one that is installed with the distribution, you can find it in your applications.

Once you open that, you can search for glib and it will walk you through the process of downloading and installing. It can be a good tool for a new linux user who is not familiar with terminal commands.
__________________

Playerword Issues: Support Center
Email: [email protected]



Last edited by Vulcan; 05-05-2008 at 06:04 AM..
Reply With Quote
  #8  
Old 05-05-2008, 06:41 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Vulcan View Post
Gui Propaganda
*hiss*
Reply With Quote
  #9  
Old 05-05-2008, 01:41 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Hmmm sounds a little bit complex. In the next Linux version we will try to make it simpler, just provide a zip/tgz.
Reply With Quote
  #10  
Old 05-06-2008, 12:18 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Or perhaps an rpm, and dpkg package? That'd be good.
__________________

Reply With Quote
  #11  
Old 05-06-2008, 01:25 AM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
That would be good because I got nothing from twinny's code and that manager doesn't have the file I need. Anything else I try to install on here is easy... yet graal isn't...
Reply With Quote
  #12  
Old 05-06-2008, 01:29 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
atomuskus: Make sure you are installing graal as the super user or via sudo.

NPC Code:

$ sudo su
Password:
# ./graal4setup

__________________

Reply With Quote
  #13  
Old 05-06-2008, 09:28 PM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
I am still getting the first error and I still can't do the autopackage without glib 2.0 or higher which I can't seem to find.
Reply With Quote
  #14  
Old 05-06-2008, 09:48 PM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
sudo apt-cache search libglib2
I believe it's libglib2.0, you should already have it if you're running ubnutu/gnome!
sudo apt-get install libglib2.0 libglib2-dev
__________________

Reply With Quote
  #15  
Old 05-07-2008, 02:02 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Actually Graal doesn't need many separate files anymore, so it might be even possible to skip any installation and add just something to add a link into the games menu (and adding a desktop link), to make it easier to find the game.
Reply With Quote
  #16  
Old 05-07-2008, 03:40 AM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by Stefan View Post
... add just something to add a link into the games menu...
The icon the installer currently uses is tiny and makes it blurry in the menu/gnome-panel...

Additionally for the forums:
HTML Code:
<head>
  <!-- stuff -->
  <link rel="apple-touch-icon" href="/graalonline.57x57.png" />
  <!-- more stuff -->
</head>
for a pretty picture on your iPhone.
Attached Images
  
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/
Reply With Quote
  #17  
Old 05-07-2008, 04:15 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 Tolnaftate2004 View Post
The icon the installer currently uses is tiny and makes it blurry in the menu/gnome-panel...

Additionally for the forums:
HTML Code:
<head>
  <!-- stuff -->
  <link rel="apple-touch-icon" href="/graalonline.57x57.png" />
  <!-- more stuff -->
</head>
for a pretty picture on your iPhone.
Very nice, except the glossy effect added ruins it.

EDIT: forgot to flip the image, sorry. Just turn your head
Attached Thumbnails
Click image for larger version

Name:	IMG_0013r.jpg
Views:	141
Size:	465.9 KB
ID:	44580  
__________________
Reply With Quote
  #18  
Old 05-07-2008, 07:33 AM
Robin Robin is offline
The secret of NIMH
Robin's Avatar
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
Robin will become famous soon enough
Send a message via AIM to Robin
Not jail broken? And what kind of mad bastard has 42 Unanswered SMS!? I would go insane!
__________________

Reply With Quote
  #19  
Old 05-07-2008, 09:12 PM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
It says have all of the libglib files... When I try to install the autopackager though It calls it GLib 2.0... can anyone just send me the zip or something, this is the only thing causing me problems on Ubuntu...
Reply With Quote
  #20  
Old 05-07-2008, 11:52 PM
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 Robin View Post
Not jail broken?
No, I prefer not to jail break it as I would like it to continue working ... I am also only 13, and I don't want to waste all the money I spent on it for it to turn into an iBrick.

Quote:
And what kind of mad bastard has 42 Unanswered SMS!? I would go insane!
I am that kind of mad bastard

Most of those are Twitter and AIM Mobile.
__________________
Reply With Quote
  #21  
Old 05-08-2008, 09:46 PM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
Anyone want to just zip it up for me as a kind service?
Edit:
I found a folder called glib, in it there is a file called diff, it says the version is glib-2.16.1. I guess that means it isn't detecting it... Any ideas, or you could always do the above?

Last edited by atomuskus; 05-08-2008 at 11:57 PM.. Reason: more info
Reply With Quote
  #22  
Old 05-09-2008, 01:54 AM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
I have gotten some progress... This is all I can get it to though :
us2rugrats@us2rugrats-desktop:~$ cd ~/Desktop
us2rugrats@us2rugrats-desktop:~/Desktop$ sudo su
[sudo] password for us2rugrats:
root@us2rugrats-desktop:/home/us2rugrats/Desktop# ./graal4setup

# Preparing package: Graal Online
# Checking for required C library versions ... failed
# FAIL:
# Your copy of glibc, a core system library, is too old for this package.
# You need at least the following symbols in glibc: GLIBC_2.0.
#
# This error normally means that whoever built the package did not build it correctly.
# Please report the contents of this message to the provider of this package, and
# ask them to rebuild it using apbuild.
#
# Upgrading glibc is highly dangerous, so we recommend in this situation that you
# compile the app you want to install from the sources if possible. Sorry
FAIL: Unable to prepare package Graal Online.
root@us2rugrats-desktop:/home/us2rugrats/Desktop#
Reply With Quote
  #23  
Old 05-09-2008, 02:06 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
sudo apt-get install gcc

See if that gets you anywhere.
Reply With Quote
  #24  
Old 05-09-2008, 05:23 AM
atomuskus atomuskus is offline
Feelin' ***tastic
Join Date: May 2007
Posts: 23
atomuskus is on a distinguished road
Already have the newest version
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 01:31 AM.


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