Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Juanito on May 24, 2019, 09:12:14 AM

Title: quake2demo - Couldn't load conchars.pcx
Post by: Juanito on May 24, 2019, 09:12:14 AM
Trying to use the quake2demo extension in the tc-10.x x86 repo:
Code: [Select]
$ quake2
using /home/tc/.quake2/baseq2/ for writing
couldn't exec default.cfg
couldn't exec aprconfig.cfg
Console initialized.

------- sound initialization -------
Starting SDL audio callback...
SDL audio initialized.
sound sampling rate: 22050
------------------------------------
--------- [Loading Renderer] ---------
Using libGL.so for OpenGL...setting mode -1: 0 0
Error: Couldn't load conchars.pcx
Title: Re: quake2demo - Couldn't load conchars.pcx
Post by: Rich on May 24, 2019, 10:44:56 AM
Hi Juanito
I don't see  conchars.pcx  in the github repo neonix used, but it does show up here along with a lot of other stuff:
http://tastyspleen.net/~quake2/baseq2/pics/
Title: Re: quake2demo - Couldn't load conchars.pcx
Post by: neonix on May 24, 2019, 02:56:32 PM
Trying to use the quake2demo extension in the tc-10.x x86 repo:
Code: [Select]
$ quake2
using /home/tc/.quake2/baseq2/ for writing
couldn't exec default.cfg
couldn't exec aprconfig.cfg
Console initialized.

------- sound initialization -------
Starting SDL audio callback...
SDL audio initialized.
sound sampling rate: 22050
------------------------------------
--------- [Loading Renderer] ---------
Using libGL.so for OpenGL...setting mode -1: 0 0
Error: Couldn't load conchars.pcx
This file is in pak0.pak file. Maybe the game doesn't know where to find pak0.pak.
Try this:
Code: [Select]
cd /usr/local/quake2/
quake2
Title: Re: quake2demo - Couldn't load conchars.pcx
Post by: Juanito on May 25, 2019, 01:49:31 AM
That makes it work - comment added to info file.

You might want to mention how to start a game or demo?
Title: Re: quake2demo - Couldn't load conchars.pcx
Post by: neonix on May 25, 2019, 03:17:03 AM
That makes it work - comment added to info file.
It would be better If I send a new version of extension with the correct launch script. Some people don't read info files.
[/quote]
You might want to mention how to start a game or demo?
I don't understand this question. Unfortunately I'm not able to test this extension for myself because my computer doesn't support OpenGL in TC10. I tried to test it in TC7, but it won't compile.
Title: Re: quake2demo - Couldn't load conchars.pcx
Post by: Juanito on May 25, 2019, 03:19:53 AM
What I mean is that starting the app brings you to a command prompt where it is not obvious what to type to start a game or to start a demo.