Gamebase 64 Forum

RegisterRegister Log inLog in

Linux Frontend for GB64
Goto page 1, 2  Next
 
Post new topic   Reply to topic    -= GB64 Forum =- Forum Index -> The GameBase Frontend
View previous topic :: View next topic  
Author Message
Guest








PostPosted: Mon Nov 15, 2004 7:29 pm    Post subject: Linux Frontend for GB64 Reply with quote

Hi, I am writing a Linux frontend which tries to replicate the most basic features of GB64. Basically it allows to browse the database, launch games with Vice and listen to SIDs. Maybe in the future I will be able to include GB64's most advanced features (scripting etc.)

I had to convert the mdb database to the sqlite format, which is not complicated but needs some work, unless somebody writes a converter. I would distribute it with the frontend, once it is ready, please let me know if this is fine for you.

BTW, I urge you to consider using sqlite in the windows version as well: www.sqlite.org, it is a minimal, free, server-less sql database implementation.

Cheers
Chris
Back to top
Perplex
New Member


Joined: 10 Feb 2005
Posts: 1
GB64-Points: 1


PostPosted: Thu Feb 10, 2005 12:44 am    Post subject: Reply with quote

Are you still working on this? I had the same idea, but if you're
doing progress I'll find something else to do. icon_smile.gif

In which language are you writing this, and what GUI toolkit
are you using?

Regards,
Lars
Back to top
View user's profile Send private message
Guest








PostPosted: Wed May 18, 2005 11:32 pm    Post subject: Reply with quote

I wrote it using Gambas. It kind of works, but I never bothered to release it since 1) noone seemed interested, and 2) it needs conversion of the DB to sqlite
Back to top
SPiRiT
Guest







PostPosted: Sat Jun 11, 2005 5:28 pm    Post subject: Reply with quote

i think conversion is possible with odbc under windows....

i will take a look.
Back to top
anonymous coward
Guest







PostPosted: Thu Jun 30, 2005 10:40 pm    Post subject: re:nobody interested? Reply with quote

are you kidding?

of course people are interested. an announcement of a working linux implementation would draw many people. it's just that, when using linux full-time, you get used to games-related stuff only being released for windows. and I know from experience: after a while you just get tired of asking for linux support... we're always turned down.


*please* *please* *please* release a frontend for linux

icon_smile.gif
Back to top
theolog77
New Member


Joined: 18 Jan 2005
Posts: 6
GB64-Points: 6
Location: Downunder

PostPosted: Sat Sep 10, 2005 3:38 pm    Post subject: Reply with quote

Can I just add my support to this request too?

The only reason I continue to use Windows is because many games I play don't run under Linux. Given that there are Linux versions of all the emulators I use, the one missing piece for the retro games is a decent frontend.

In short, a version of Gamebase for Linux would be very much appreciated!
_________________
Hey - where did all the weird people go?
Back to top
View user's profile Send private message
fgerbig
New Member


Joined: 04 Jul 2006
Posts: 13
GB64-Points: 13


PostPosted: Thu Sep 21, 2006 6:12 am    Post subject: Reply with quote

Hi,

I just wanted to point you to jGameBase a port of GameBase to Java I have written. It's not quite finished, but it's running quite well under Linux ;-)

Please check https://sourceforge.net/projects/jgamebase/ in a couple of weeks.

Oh - by the way: if you want to help, please join me!

kind regards,
Frank.
Back to top
View user's profile Send private message
evincaro
New Member


Joined: 19 Jan 2005
Posts: 4
GB64-Points: 4


PostPosted: Fri Oct 20, 2006 4:26 am    Post subject: Reply with quote

Ready for Live linux (Knoppix?) with the complete gamebase64 collection?
icon_wink.gif
Back to top
View user's profile Send private message
fgerbig
New Member


Joined: 04 Jul 2006
Posts: 13
GB64-Points: 13


PostPosted: Fri Oct 20, 2006 6:56 am    Post subject: Reply with quote

Hi evincaro,

technically it should be possible to enhance Knoppix with Java and jGameBase. But if I remember correctly the license forbids you to distribute the frontend/database on the same medium with games.

Kind regards,
Frank.
Back to top
View user's profile Send private message
Michael Plate
GB64 Team


Joined: 12 Feb 2003
Posts: 874
GB64-Points: 874
Location: Stockholm

PostPosted: Fri Oct 20, 2006 7:15 am    Post subject: Reply with quote

That's correct! icon_cool.gif

Hope I can find some time on the weekend to take a look at JGamebase!

/Michael
Back to top
View user's profile Send private message
evincaro
New Member


Joined: 19 Jan 2005
Posts: 4
GB64-Points: 4


PostPosted: Fri Oct 20, 2006 9:15 am    Post subject: Reply with quote

Quote:
if I remember correctly the license forbids you to distribute the frontend/database on the same medium with games.

...icon_rolleyes.gif ...

Knommodore is a good name... icon_wink.gif
Back to top
View user's profile Send private message
Giacomo
New Member


Joined: 01 Feb 2006
Posts: 3
GB64-Points: 3


PostPosted: Mon Oct 23, 2006 11:15 am    Post subject: Reply with quote

Quote:
Knommodore is a good name


yes, that's nice icon_smile.gif
Back to top
View user's profile Send private message
evincaro
New Member


Joined: 19 Jan 2005
Posts: 4
GB64-Points: 4


PostPosted: Fri Nov 10, 2006 8:21 am    Post subject: Reply with quote

There's a news? icon_wink.gif
Back to top
View user's profile Send private message
psykotik
New Member


Joined: 19 Dec 2006
Posts: 3
GB64-Points: 3


PostPosted: Tue Dec 19, 2006 10:41 pm    Post subject: Reply with quote

I downloaded the beta, but cannot get it working. Running ./toolbox.sh go through this error :

Code:

[...]
Starting import of database: GBC
  Importing data into table 'CONFIG'.
ERROR 38000: The exception 'SQL Exception: The exception 'java.lang.reflect.InvocationTargetException' was thrown while evaluating an expression.' was thrown while evaluating an expression.
        at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
        at org.apache.derby.iapi.error.StandardException.unexpectedUserException(Unknown Source)
        at org.apache.derby.impl.services.reflect.ReflectMethod.invoke(Unknown Source)
        at org.apache.derby.impl.sql.execute.CallStatementResultSet.open(Unknown Source)
        at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedCallableStatement.executeStatement(Unknown Source)
        at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(Unknown Source)
        at gamebase.db.Db.importTable(Db.java:686)
        at gamebase.db.Db.importDb(Db.java:661)
        at gamebase.ToolBox.importAccessToDatabase(ToolBox.java:120)
        at gamebase.ToolBox.main(ToolBox.java:72)


and running ./gamebase.sh :

Code:

[...]
GAMES: SELECT * FROM GAMES
Hibernate: SELECT * FROM GAMES
java.lang.IllegalArgumentException: Row index out of range
        at javax.swing.JTable.boundRow(JTable.java:1392)
        at javax.swing.JTable.setRowSelectionInterval(JTable.java:1415)
        at gamebase.gui.GuiObjects.initComponents(GuiObjects.java:860)
        at gamebase.gui.GuiObjects.init(GuiObjects.java:105)
        at gamebase.gui.Gui.<init>(Gui.java:53)
        at gamebase.GameBase.main(GameBase.java:118)


Running Ubuntu 6.10 and Java 1.5.8
Back to top
View user's profile Send private message
fgerbig
New Member


Joined: 04 Jul 2006
Posts: 13
GB64-Points: 13


PostPosted: Mon Sep 21, 2009 1:34 pm    Post subject: Reply with quote

Michael Plate wrote:
That's correct! icon_cool.gif

Hope I can find some time on the weekend to take a look at JGamebase!

/Michael


Hi Michael,

there is a new release of jGameBase:
http://sourceforge.net/projects/jgamebase

Please have a look icon_smile.gif

Kind regards,
Frank.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    -= GB64 Forum =- Forum Index -> The GameBase Frontend All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
Cannot post new topics
Cannot reply to topics
Cannot edit your posts
Cannot delete your posts
Cannot vote in polls in this forum


Powered by phpBB © phpBB Group

The C64 Banner Exchange
The C64 Banner Exchange

gb64.com ©1997-2010 The GB64 Team