| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Mon Nov 15, 2004 7:29 pm Post subject: Linux Frontend for GB64 |
|
|
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
|
Posted: Thu Feb 10, 2005 12:44 am Post subject: |
|
|
Are you still working on this? I had the same idea, but if you're
doing progress I'll find something else to do.
In which language are you writing this, and what GUI toolkit
are you using?
Regards,
Lars |
|
| Back to top |
|
 |
Guest
|
Posted: Wed May 18, 2005 11:32 pm Post subject: |
|
|
| 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
|
Posted: Sat Jun 11, 2005 5:28 pm Post subject: |
|
|
i think conversion is possible with odbc under windows....
i will take a look. |
|
| Back to top |
|
 |
anonymous coward Guest
|
Posted: Thu Jun 30, 2005 10:40 pm Post subject: re:nobody interested? |
|
|
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
 |
|
| Back to top |
|
 |
theolog77 New Member
Joined: 18 Jan 2005 Posts: 6 GB64-Points: 6 Location: Downunder
|
Posted: Sat Sep 10, 2005 3:38 pm Post subject: |
|
|
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 |
|
 |
fgerbig New Member
Joined: 04 Jul 2006 Posts: 13 GB64-Points: 13
|
Posted: Thu Sep 21, 2006 6:12 am Post subject: |
|
|
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 |
|
 |
evincaro New Member
Joined: 19 Jan 2005 Posts: 4 GB64-Points: 4
|
Posted: Fri Oct 20, 2006 4:26 am Post subject: |
|
|
Ready for Live linux (Knoppix?) with the complete gamebase64 collection?
 |
|
| Back to top |
|
 |
fgerbig New Member
Joined: 04 Jul 2006 Posts: 13 GB64-Points: 13
|
Posted: Fri Oct 20, 2006 6:56 am Post subject: |
|
|
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 |
|
 |
Michael Plate GB64 Team

Joined: 12 Feb 2003 Posts: 874 GB64-Points: 874 Location: Stockholm
|
Posted: Fri Oct 20, 2006 7:15 am Post subject: |
|
|
That's correct!
Hope I can find some time on the weekend to take a look at JGamebase!
/Michael |
|
| Back to top |
|
 |
evincaro New Member
Joined: 19 Jan 2005 Posts: 4 GB64-Points: 4
|
Posted: Fri Oct 20, 2006 9:15 am Post subject: |
|
|
| Quote: | | if I remember correctly the license forbids you to distribute the frontend/database on the same medium with games. |
... ...
Knommodore is a good name...  |
|
| Back to top |
|
 |
Giacomo New Member
Joined: 01 Feb 2006 Posts: 3 GB64-Points: 3
|
Posted: Mon Oct 23, 2006 11:15 am Post subject: |
|
|
| Quote: | | Knommodore is a good name |
yes, that's nice  |
|
| Back to top |
|
 |
evincaro New Member
Joined: 19 Jan 2005 Posts: 4 GB64-Points: 4
|
Posted: Fri Nov 10, 2006 8:21 am Post subject: |
|
|
There's a news?  |
|
| Back to top |
|
 |
psykotik New Member
Joined: 19 Dec 2006 Posts: 3 GB64-Points: 3
|
Posted: Tue Dec 19, 2006 10:41 pm Post subject: |
|
|
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 |
|
 |
fgerbig New Member
Joined: 04 Jul 2006 Posts: 13 GB64-Points: 13
|
Posted: Mon Sep 21, 2009 1:34 pm Post subject: |
|
|
| Michael Plate wrote: | That's correct!
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
Kind regards,
Frank. |
|
| Back to top |
|
 |
|