Welcome, Guest. Please login or register.

Author Topic: OpenTTD 68k SDL error  (Read 1908 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
OpenTTD 68k SDL error
« on: June 15, 2006, 12:04:47 PM »
I'm trying to get OpenTTD working on my A1200. I have copied the TTD data files in to the data drawer, and also downloaded sdl.library from Aminet and copied the library to libs: as I believe this is also required. When I run the game I get the following error:

Error: Unable to load driver sdl(SDL Video Driver). The error was: Found no sufficiently capable CGX visuals

I have P96 and RTGMaster installed so I don't know what's wrong. Has anyone been able to get this working?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline humppa

  • Hero Member
  • *****
  • Join Date: Oct 2005
  • Posts: 959
    • Show only replies by humppa
Re: OpenTTD 68k SDL error
« Reply #1 on: June 15, 2006, 01:19:15 PM »
I guess this is a P96-related problem. I get exactly the same message when trying Gunnars SDL arcade game on Mediator/Voodoo.
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: OpenTTD 68k SDL error
« Reply #2 on: June 15, 2006, 01:43:50 PM »
:-( Oh well, guess I'll have to run it on my iBook.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline CLS2086

  • Hero Member
  • *****
  • Join Date: Oct 2003
  • Posts: 1456
    • Show only replies by CLS2086
Re: OpenTTD 68k SDL error
« Reply #3 on: June 15, 2006, 02:30:41 PM »
Have you installed the PowerSDL lib ?
Keep the Faith !
VG 5000/A1000/500/500+/600/2000/CDTV/1200PPC-GREX/1200PPC -ATEO-BV/4060D/CD32/Aone/Peg 1/Peg2 G4/ various funny machines too  :-) http://www.mo5.com/collection/index.php?pseudo=CLS2086
I also repair drives of our old beloved Amiga
 

Offline zerostress

  • Newbie
  • *
  • Join Date: Jun 2006
  • Posts: 16
    • Show only replies by zerostress
Re: OpenTTD 68k SDL error
« Reply #4 on: June 15, 2006, 05:23:17 PM »
Just try to install the very latest P96 (v2.1b, which can be found here) and you should be able to run it.  ;-)
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: OpenTTD 68k SDL error
« Reply #5 on: June 15, 2006, 05:49:19 PM »
Quote

CLS2086 wrote:
Have you installed the PowerSDL lib ?


That only works on PPC IIRC.  He wrote in the subject line that he's trying to run it on 68k.
 

Offline AmiBoy

Re: OpenTTD 68k SDL error
« Reply #6 on: June 15, 2006, 05:52:15 PM »
@Motorllin

I have this problem aswell even after installing Picasso96 v2.1b and the latest 68K SDL.library I can find

If you get it working could you tell me what library versions of anything ur using please!

Amiboy
Escom A1200, Power Tower, OS3.9 & BB2, HD-Floppy drive, Mediator PCI, Voodoo 3 3000 16MB, Soundblaster 4.1, TV Tuner Card, 10/100MBit Ethernet card, Apollo 68060 66MHz with 64MB, 9.5Gig HD and 52xCDRom

Also one spare unworking bare A1200
 

Offline zerostress

  • Newbie
  • *
  • Join Date: Jun 2006
  • Posts: 16
    • Show only replies by zerostress
Re: OpenTTD 68k SDL error
« Reply #7 on: June 16, 2006, 09:36:16 AM »
SDL.library is useless in this case as OpenTTD is statically linked against libSDL. Since it seems we all have a Mediator here, AFAIR there was a problem with SDL+rtg.library coming with the latest "official" P96: updating to a newer rtg.library should fix the problem.
Could you please try to start it with -d switch (enabling debug mode) and see where it complains?
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: OpenTTD 68k SDL error
« Reply #8 on: June 16, 2006, 09:56:31 AM »
Hmmm, just updated to the latest version of P96 but it didn't make any difference. The -d option didn't seem to make any difference - I got the same output as I posted originally.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline humppa

  • Hero Member
  • *****
  • Join Date: Oct 2005
  • Posts: 959
    • Show only replies by humppa
Re: OpenTTD 68k SDL error
« Reply #9 on: June 16, 2006, 10:10:44 AM »
Quote
Hmmm, just updated to the latest version of P96 but it didn't make any difference.


I think zerostress was proposing exactly *not* to use the rtg.library from the latest P96, but to update the library alone to a newer version.
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: OpenTTD 68k SDL error
« Reply #10 on: June 16, 2006, 10:13:07 AM »
Ok, I guess there's a more recent rtg.librar than the one in P96 then?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline zerostress

  • Newbie
  • *
  • Join Date: Jun 2006
  • Posts: 16
    • Show only replies by zerostress
Re: OpenTTD 68k SDL error
« Reply #11 on: June 16, 2006, 10:21:25 AM »
Okay, now I seem to remember that even the rtg.library shipped with v2.1b wasn't new enough. :idea:
You need to install a newer one, such as the one you find in this archive. It should do the trick.
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: OpenTTD 68k SDL error
« Reply #12 on: June 16, 2006, 10:40:27 AM »
Downloaded that archive and the version was the same. Copied it over anyway and still got the same error :-(

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline InTheSand

  • Hero Member
  • *****
  • Join Date: Nov 2004
  • Posts: 1766
    • Show only replies by InTheSand
    • http://www.ali.geek.nz
Re: OpenTTD 68k SDL error
« Reply #13 on: June 16, 2006, 11:36:40 AM »
Hi,

I wouldn't bother attempting to run OpenTTD on a 68K - on my 68060-based A3K, it crawls along...

Shame really as it's such a cool game! Some things just need PCs!

 - Ali

EDIT: annoying really, as the original assembly language-based TT and TTD ran fine on slow 486s (25MHz was fine!) but the portable C-based OpenTTD just has too much of an overhead. Anyone fancy coding a native Amiga 680x0 asm version?!  :-D