Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110783 - games-fps/nprquake-sdl - NPRQuake fails to start/can't load other renderers
Summary: games-fps/nprquake-sdl - NPRQuake fails to start/can't load other renderers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-29 05:20 UTC by Stephen Bridges
Modified: 2008-03-19 23:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild to incorporate new patch (nprquake-sdl-1-r2.ebuild,1.17 KB, text/plain)
2005-10-29 05:21 UTC, Stephen Bridges
Details
Patch for Sys_Printf (1-sys_printf.patch,321 bytes, patch)
2005-10-29 05:22 UTC, Stephen Bridges
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Bridges 2005-10-29 05:20:32 UTC
NPRQuake fails to start due to it grabbing the string of GL_EXTENSIONS which
turn out to be too long for the fixed size buffer it has allocated. Attached is
a patch to double the size of this buffer.

NPRQuake also cannot load new renderers - I can't work that one out though.  I
think some paths must be wrong, somewhere.

Reproducible: Always
Steps to Reproduce:
1.  Run "nprquake-sdl"
2.  To test renderers, type in the console "r_load (sketch|bprint|brush)"
3.

Actual Results:  
Error message stating that the renderer could not be found

Expected Results:  
New renderer should load.

Logged to terminal:

...
FindFile: /usr/share/games/quake-data/id1/glquake/g_rock.ms2
PackFile: /usr/share/games/quake-data/id1/pak0.pak : progs/invisibl.mdl
FindFile: /usr/share/games/quake-data/id1/glquake/invisibl.ms2
You got the shells
You got the Grenade Launcher
uninstalling grabs!
You receive 25 health
You get 2 rockets
]r_load bprint
error: couldn't load bprint
could not load renderer!
]quit
Comment 1 Stephen Bridges 2005-10-29 05:21:30 UTC
Created attachment 71672 [details]
Ebuild to incorporate new patch

Ebuild for patch to allow nprquake to run.
Comment 2 Stephen Bridges 2005-10-29 05:22:10 UTC
Created attachment 71673 [details, diff]
Patch for Sys_Printf

Doubles the text buffer in Sys_Printf
Comment 3 Piotr Szymaniak 2008-03-19 21:41:43 UTC
Isn't this fixed with 1-gentoo.patch? Should be marked as FIXED.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2008-03-19 23:00:56 UTC
ok.