ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.67k stars 622 forks source link

[Goldsrc] The OpenAL is not founded by hl_linux #284

Closed revo4ever closed 11 years ago

revo4ever commented 11 years ago

Hello, this issue #240 It related by OpenAL, and on Linux Ubuntu 13.04, there's a libopenal.so on /usr/lib/ but the hl_linux is declared libopenal.so.1

2013-02-17_00001

this is the output :

HP-Elite-PC:~/.steam/steam/SteamApps/common/Half-Life$ SDL_AUDIODRIVER=pulse ./hl.sh -game cstrike Error:libopenal.so.1: cannot open shared object file: No such file or directory Could not load hw.so. Please try again at a later time.

Processor Information: Vendor: GenuineIntel Speed: 3067 Mhz 4 logical processors 2 physical processors HyperThreading: Supported FCMOV: Supported SSE2: Supported SSE3: Supported SSSE3: Supported SSE4a: Unsupported SSE41: Supported SSE42: Supported

Network Information: Network Speed:

Operating System Version: Ubuntu Raring Ringtail (development branch) (64 bit) Kernel Name: Linux Kernel Version: 3.8.0-6-generic X Server Vendor: The X.Org Foundation X Server Release: 11302000 X Window Manager: Compiz Steam Runtime Version:

Video Card: Driver: NVIDIA Corporation GeForce G210/PCIe/SSE2

Driver Version:  3.3.0 NVIDIA 313.18
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 60 Hz
VendorID:  0x10de
DeviceID:  0xa60
Number of Monitors:  1
Number of Logical Video Cards:  1
Primary Display Resolution:  1600 x 900
Desktop Resolution: 1600 x 900
Primary Display Size: 17,44" x 9,80"  (20,00" diag)
                                        44,3cm x 24,9cm  (50,8cm diag)
Primary Bus: PCI Express 16x
Primary VRAM: 512 MB
Supported MSAA Modes:  2x 4x 8x 16x 

Sound card: Audio device: Realtek ALC888

Memory: RAM: 3817 Mb

Miscellaneous: UI Language: English LANG: fr_FR.UTF-8 Microphone: Not set Total Hard Disk Space Available: 147848 Mb Largest Free Hard Disk Block: 117119 Mb

Installed software:

Recent Failure Reports:

revo4ever commented 11 years ago

any idea ?

johndrinkwater commented 11 years ago

This would be more of an issue with 13.04. libMiles.so is looking for libopenal.so.1, the symlink in my /usr/lib/i386-linux-gnu/ points to libopenal.so.1.13.0

You can recreate that symlink yourself for the time being.

revo4ever commented 11 years ago

@johndrinkwater like this cmd maybe ?

sudo ln -s /usr/lib/libopenal.so.1 /usr/lib/i386-linux-gnu/libopenal.so.1.13.0

johndrinkwater commented 11 years ago

Well, no, /usr/lib/ will contain 64bit libraries, that will break. libMiles will be looking for /usr/lib/i386-linux-gnu/libopenal.so.1, make sure you have libopenal:i386 installed and then check inside /usr/lib/i386-linux-gnu/ to see if you need a symlink

revo4ever commented 11 years ago

@johndrinkwater well, there's no libopenal:i386 package on 13.04, but there are those packages libopenal-data and libopenal-dev:i386 and libopenal1:i386

and when i check inside /usr/lib/i386-linux-gnu/, i found those files

libopenal.so libopenal.so.1 libasound.so.2 libopenal.so.1.14.0

and the problem is solved when i install 2 pakages libopenal-dev:i386 and libopenal1:i386

johndrinkwater commented 11 years ago

solved? k

revo4ever commented 11 years ago

@johndrinkwater yes but when i join some steam updated servers, the game is crashed every 2s

the peoples talks with mics but it's pop-up in the right screen and Contain names and closed every 2 s

for exemple when i connect to this ip 80.72.37.11:27017 i hve this error :

Error: server failed to transmit file 'customization'

] status hostname: CsDonald.PL[DD2][ONLY STEAM ]@ Zabijaka.PL version : 48/1.1.2.7/Stdio 5956 secure (10) tcp/ip : 80.72.37.11:27017 map : de_dust2 at: 0 x, 0 y, 0 z players : 19 active (21 max)

johndrinkwater commented 11 years ago

If you have another bug, please make a new report ‐ but remember everyone needs to be up to date with CS client+server, can only talk to each other through steam with this update.

revo4ever commented 11 years ago

@johndrinkwater thanks and, well, I'll do it in the near future