SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-07-10 21:56:20

shaman
Member
Registered: 2012-05-18
Posts: 26

[SOLVED] Wolfenstein: Enemy Territory won't startup

I did this:

wget [url]http://ftp.freenet.de/pub/4players/hosted/et/official/et-linux-2.60.x86.run[/url]
chmod a+x et-linux-2.60.x86.run
wget [url]http://ftp.freenet.de/pub/4players/hosted/et/official/et-linux-2.60-update.x86.run[/url]
chmod a+x et-linux-2.60-update.x86.run
Now install the game to the directory of your choice:

./et-linux-2.60.x86.run
and then patch it:

./et-linux-2.60-update.x86.run
To run the game simply invoke command:
et

invoking the et doesn't work, but when I do a ./et I get this:

ET 2.60 linux-i386 Mar 10 2005
----- FS_Startup -----
Current search path:
/home/mattias/.etwolf/etmain
/home/mattias/games/etmain/pak2.pk3 (22 files)
/home/mattias/games/etmain/pak1.pk3 (10 files)
/home/mattias/games/etmain/pak0.pk3 (3725 files)
/home/mattias/games/etmain/mp_bin.pk3 (6 files)
/home/mattias/games/etmain

----------------------
3763 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

------- Input Initialization -------
Joystick is not active.
------------------------------------
Bypassing CD checks
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
GL_RENDERER: ATI Radeon HD 5800 Series  
Initializing OpenGL extensions
...using GL_S3_s3tc
...ignoring GL_EXT_texture_env_add
...using GL_ARB_multitexture
...using GL_EXT_compiled_vertex_array
...GL_NV_fog_distance not found
... GL_EXT_texture_filter_anisotropic not found
Initializing GLX extensions
...using GLX_SGI_swap_control
...using GLX_SGI_video_sync
XF86 Gamma extension initialized

GL_VENDOR: ATI Technologies Inc.
GL_RENDERER: ATI Radeon HD 5800 Series  
GL_VERSION: 4.0.10188 Compatibility Profile Context
GL_EXTENSIONS: GL_ARB_multitexture GL_EXT_texture_env_add  GL_EXT_compiled_vertex_array GL_S3_s3tc 
GLX_EXTENSIONS: GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_MESA_swap_control GLX_NV_swap_group GLX_OML_swap_method GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_swap_barrier GLX_SGIX_swap_group GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap 
GL_MAX_TEXTURE_SIZE: 16384
GL_MAX_ACTIVE_TEXTURES_ARB: 8

PIXELFORMAT: color(24-bits) Z(24-bit) stencil(0-bits)
MODE: 4, 800 x 600 fullscreen hz:N/A
GAMMA: hardware w/ 0 overbright bits
CPU: 
rendering primitives: single glDrawElements
texturemode: GL_LINEAR_MIPMAP_NEAREST
picmip: 1
texture bits: 0
multitexture: enabled
compiled vertex arrays: enabled
texenv add: disabled
compressed textures: enabled
anisotropy: 1.0
NV distance fog: disabled
Initializing Shaders
----- finished R_Init -----

------- sound initialization -------
/dev/dsp: No such file or directory
Could not open /dev/dsp
------------------------------------
Sound memory manager started
Sys_LoadDll(/home/mattias/.etwolf/etmain/ui.mp.i386.so)... 
Sys_LoadDll(/home/mattias/.etwolf/etmain/ui.mp.i386.so) failed:
"/home/mattias/.etwolf/etmain/ui.mp.i386.so: cannot open shared object file: No such file or directory"
Sys_LoadDll(/home/mattias/games/etmain/ui.mp.i386.so)... ok
Sys_LoadDll(ui) found **vmMain** at  0xeadecf40  
Sys_LoadDll(ui) succeeded!
Found high quality video and fast CPU
--- Common Initialization Complete ---
Opening IP socket: localhost:
Hostname: blackbox
IP: 
Started tty console (use +set ttycon 0 to disable)
execing preset_high.cfg
r_colorbits will be changed upon restarting.
r_depthbits will be changed upon restarting.
r_picmip will be changed upon restarting.
r_mode will be changed upon restarting.
r_texturebits will be changed upon restarting.
RE_Shutdown( 1 )
Received signal 11, exiting...
Shutdown tty console

I don't know what's the problem.. I am on crunchbang stable 64 bit. Maybe it doesn't work on 64 bit?

Last edited by shaman (2012-07-11 09:25:35)

Offline

Help fund CrunchBang, donate to the project!

#2 2012-07-10 22:12:26

pidsley
Window Mangler
Registered: 2012-05-23
Posts: 1,752

Re: [SOLVED] Wolfenstein: Enemy Territory won't startup

Two things:
1. Please put your terminal output between [ code] and [ /code ] tags (without the spaces) to make it easier to read.
2. 32-bit games are notoriously difficult to run on 64-bit Linux: http://maketecheasier.com/run-32-bit-ap … 2009/08/10

You could try to install all the 32-bit libraries, but if this game is that important to you it's probably easier to install 32-bit Linux.

Last edited by pidsley (2012-07-10 22:13:52)

Offline

#3 2012-07-11 09:24:43

shaman
Member
Registered: 2012-05-18
Posts: 26

Re: [SOLVED] Wolfenstein: Enemy Territory won't startup

pidsley wrote:

Two things:
1. Please put your terminal output between [ code] and [ /code ] tags (without the spaces) to make it easier to read.
2. 32-bit games are notoriously difficult to run on 64-bit Linux: http://maketecheasier.com/run-32-bit-ap … 2009/08/10

You could try to install all the 32-bit libraries, but if this game is that important to you it's probably easier to install 32-bit Linux.

I already installed the ia32-libs, so I suppose it just doesn't work.. Thanks for the help!

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo