PlaneShift
Support => Linux Specific Issues => Topic started by: kaNi on September 05, 2006, 09:09:46 am
-
I'm a newbie at using Linux so I needed to make my own thread to understand things.
So is it possible to play with suse 9.0 which is stuck at glibc 2.3.2(?) and how to do that? I read that sticky and some other threads about libs but to be honest, I didn't quite understand what to do.
cs181202057:/opt/planeshift # ./updater
./up: /lib/i686/libc.so.6: version `GLIBC_2.3.4' not found (required by ./up)
cs181202057:/opt/planeshift # /opt/planeshift/psclient
./psc: /lib/i686/libc.so.6: version `GLIBC_2.3.4' not found (required by ./psc)
-
It basically means that SUSE 9.0 is 'too old' to run PS, something which I hope to resolve soon! It's possible to update SUSE to a later version that will run PS if you want to play before next week. :)
-
So you will be updating the game so it'll work with glibc 2.3.2 ? that would be great :D
-
Yes, hopefully! :)
-
the best thing you could do is upgrade to 10.0/1 you will see a marked difference Newbies Guide to ftp Install (http://opensuse.us/viewtopic.php?t=149)
-
I have tried that but my PC doesn't want to boot from that CD.
-
I don't know about suse but ubuntu allows you to simply run an upgrade script and upgrade from one version to another quite easily. Doesn't suse have a similar functionality somewhere?
-
I don't know about suse but ubuntu allows you to simply run an upgrade script and upgrade from one version to another quite easily. Doesn't suse have a similar functionality somewhere?
No... I don't think so. It would be cool tho.
-
Can't think of any reason why your pc wouldn't boot from the iso unless you have a corrupt one. Try doing an md5 check on it or try dling again
-
if it doesn't boot from cd one try cd two.
-
Can't think of any reason why your pc wouldn't boot from the iso unless you have a corrupt one. Try doing an md5 check on it or try dling again
Already threw the CD away. I'll be updating to 10.1 once I get a blank CD from somewhere(which won't be soon).
*edit*
if it doesn't boot from cd one try cd two.
when using internet installation CD you only have 1 file(~30MB) so you don't actually have CD2
Please avoid posting two or more messages one after another. Just "Modify" your first post to add new information if no one has replied yet.
-
In that case be sure to burn at a low speed ~12X or so to be absolutely certain :D
-
In that case be sure to burn at a low speed ~12X or so to be absolutely certain :D
I'm pretty sure I used 8x. the cd had a few scratches on it tho but it worked any other way but my pc wouldn't boot from it.
by the way.. when is new client with the fixes going to be released? approximately
-
Not sure. Could be tomorrow, could be next weekend.
-
./psc: error while loading shared libraries: libXau.so.6: cannot open shared object file: No such file or directory
How could I fix this?
-
I'll update the libs zip with it in a min. Then just run the ./fixlibs.sh script in your planeshift dir.
-
I don't see any fixlibs.sh script in my PlaneShift directory
-
Ah yes... seems to have gotten lost somewhere when I was making the newer installers... will be in the next one and on the updater soon. For now, go into your PlaneShift directory in the console and type these commands:
wget http://download.xordan.com/32bitlibs.tar.bz2
rm -R libs
tar -xjf 32bitlibs.tar.bz2
rm 32bitlibs.tar.bz2
-
./up: error while loading shared libraries: libXdmcp.so.6: cannot open shared object file: No such file or directory
:D
edit. thanks, message here when ready.
-
ok :) will update it again. Try again now.
-
and here we are again =(
./up: /lib/i686/libc.so.6: version `GLIBC_2.3.4' not found (required by libs/libcurl.so.3)
-
Does the psclient or pssetup run? Try deleting that lib and installing it through your package manager maybe. I'll be releasing another client later tomorrow (probably) to fix some issues (hopefully the final 016 client), so I'll try and work out a way to make everything work.
-
Does the psclient or pssetup run?
yeah.. they run but the game is very laggy
-
Ok great. That's progress at least! :)
Can you type:
glxinfo
in your console and paste the output please?
-
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.3
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer
client glx vendor string: NVIDIA Corporation
client glx version string: 1.3
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_SGIX_swap_group, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_NV_float_buffer
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce4 MX 420/AGP/SSE/3DNOW!
OpenGL version string: 1.4.0 NVIDIA 44.96
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_point_parameters,
GL_ARB_texture_compression, GL_ARB_texture_cube_map,
GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object,
GL_ARB_vertex_program, GL_ARB_window_pos, GL_S3_s3tc, GL_EXT_abgr,
GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_minmax,
GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_compiled_vertex_array, GL_EXT_draw_range_elements,
GL_EXT_fog_coord, GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels,
GL_EXT_paletted_texture, GL_EXT_point_parameters, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_shared_texture_palette, GL_EXT_stencil_wrap,
GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod,
GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_vertex_array,
GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square,
GL_NV_fence, GL_NV_fog_distance, GL_NV_light_max_exponent,
GL_NV_packed_depth_stencil, GL_NV_pixel_data_range, GL_NV_point_sprite,
GL_NV_register_combiners, GL_NV_texgen_reflection,
GL_NV_texture_env_combine4, GL_NV_texture_rectangle,
GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program,
GL_NV_vertex_program1_1, GL_NVX_ycrcb, GL_SGIS_generate_mipmap,
GL_SGIS_multitexture, GL_SGIS_texture_lod
glu version: 1.3
glu extensions:
GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x21 16 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
0x22 16 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
0x23 16 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
0x24 16 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 16 0 0 None
0x25 16 tc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 16 0 0 None
0x26 16 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 16 0 0 None
0x27 16 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 16 0 0 None
0x28 16 dc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 16 0 0 None
-
crystalspace.maploader.parse.image:
Could not open image file '/planeshift/models/clacker/clacker_2.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'clacker_texture2', using checkerboard instead
[node: library,textures,texture(name=clacker_texture2)]
crystalspace.maploader.parse.image:
Could not open image file '/planeshift/models/clacker/clacker_3.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'clacker_texture3', using checkerboard instead
[node: library,textures,texture(name=clacker_texture3)]
crystalspace.maploader.parse.image:
Could not open image file 'consumer2' on VFS!
crystalspace.maploader.parse.texture:
Couldn't load image 'consumer2', using checkerboard instead!
crystalspace.maploader.parse.image:
Could not open image file 'consumer3' on VFS!
crystalspace.maploader.parse.texture:
Couldn't load image 'consumer3', using checkerboard instead!
<src/client/modehandler.cpp:2044 HandleUpdateCheck>:
Missing /this/version.dat! Cannot process update notifications.
WARNING! Object 'spikes_02' is not closed!
WARNING! Object '_s_sigil_06' is not closed!
WARNING! Object '_s_stairs_01' is not closed!
WARNING! Object '_s_sigil_04' is not closed!
WARNING! Object 'spikes_01' is not closed!
WARNING! Object '_s_sigil_02' is not closed!
...
crystalspace.graphics3d.shader.fixed:
Multitexture units: puny 2
planeshift.application.client:
PSLoader: step 2: success
crystalspace.maploader.parse.image:
Could not open image file '/this/art/effects/target.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'target', using checkerboard instead
[node: library,textures,texture(name=target)]
crystalspace.maploader.parse.image:
Could not open image file '/this/art/effects/rect_texture1.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'rect_texture1', using checkerboard instead
[node: library,textures,texture(name=rect_texture1)]
crystalspace.maploader.parse.image:
Could not open image file '/this/art/effects/quad_example.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'effect_example', using checkerboard instead
[node: library,textures,texture(name=effect_example)]
planeshift_effects:
Duplicate effect 'x_obj_quad' found!
Duplicate effect 'x_obj_spire' found!
Duplicate effect 'x_obj_star' found!
planeshift.application.client:
PSLoader: step 3: success
<src/common/util/psxmlparser.cpp:282 ParseFile>:
Could not find file: /planeshift/world/podium/sound.xml
Could not find file: /planeshift/world/terr_common/sound.xml
planeshift.application.client:
PSLoader: step 4: success
<src/client/psclientdr.cpp:237 HandleStatsUpdate>:
Stat request failed because CelClient not ready for 958
crystalspace.maploader.parse.image:
Could not open image file 'mud2.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'mud2.dds', using checkerboard instead
[node: world,textures,texture(name=mud2.dds)]
crystalspace.maploader.parse.image:
Could not open image file '2.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture '2.dds', using checkerboard instead
[node: world,textures,texture(name=2.dds)]
crystalspace.maploader.parse.image:
Could not open image file 'csinvisible.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'csinvisible.dds', using checkerboard instead
[node: world,textures,texture(name=csinvisible.dds)]
crystalspace.maploader.parse.image:
Could not open image file 'room1.dds' on VFS!
crystalspace.maploader.parse.texture:
Could not load texture 'room1.dds', using checkerboard instead
[node: world,textures,texture(name=room1.dds)]
crystalspace.maploader.parse.image:
Could not load image 'animated-lantern.mng'. Unknown format!
crystalspace.maploader.parse.texture:
Could not load texture 'animated-lantern.mng', using checkerboard instead
[node: world,textures,texture(name=animated-lantern.mng)]
crystalspace.thingloader.parse:
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=Portal_walls),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=exitgrating5_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=exitgrating_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=exitgrating_2),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=maingrating3_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=citadelbodyout_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DR01),meshobj(name=watchtower_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=bookshelf3_2),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=bookshelf_2),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=bookshelf2_2),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=redsphere_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=citadelbodyin_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=bookshelf_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=bookshelf3_1),params]
Bad UV coordinates for polygons in this thing!
[node: world,sector(name=DRCitadel),meshobj(name=bookshelf2_1),params]
crystalspace.mesh.object.thing:
Oversize lightmap (261x176 > 256x256) for polygon
'bridgelev3_1/bridgelev3_1_146'
crystalspace.engine.warning:
Couldn't load cached lighting for 15 object(s):
animatedblabla04
AnimatedLanternOnSnake
animatedblabla01
AnimatedLanternonBridge
...
Use -relight cmd option to refresh lighting.
Region deathrealm loaded successfully in 4193ms
<src/client/psclientdr.cpp:237 HandleStatsUpdate>:
Stat request failed because CelClient not ready for 958
planeshift.application.client:
PSLoader: step 5: success
<src/common/paws/pawswidget.cpp:504 LoadAttributes>:
GUI image 'ButtonDivorce' not found.
GUI image 'ButtonMarriage' not found.
psc gives a lot of errors like these. I was playing for 2min, I couldn't move(in death realm) and so I copied these. I think it's because I haven't updated?
-
OpenGL version string: 1.4.0 NVIDIA 44.96
Isn't it a little bit too old? This is what my glxinfo reports:
OpenGL version string: 2.0.2 NVIDIA 87.74
-
OpenGL version string: 1.4.0 NVIDIA 44.96
Isn't it a little bit too old? This is what my glxinfo reports:
OpenGL version string: 2.0.2 NVIDIA 87.74
Is that something I can update? how to do that?
Iknow my gfx card is very old..
-
Is that something I can update? how to do that?
http://www.nvidia.com/object/unix.html (http://www.nvidia.com/object/unix.html) and follow the instructions there.
-
YOU does not work. every server gives this.
error Unable to get './i386/update/9.0/patches/directory.3' or to read the directory (HTTP return code: 404 (URL: http://ftp.tu-ilmenau.de/Mirrors/ftp.suse.com/i386/update/9.0/patches/directory.3)).
edit. I have updated my nvidia drivers 1month back anyways.
-
And I forgot....
The game says "Warning! The game performs better in 24 or 32bit mode" I have 24bits on my desktop(32 doesn't work) but there' s no option for 24bit colors in game.
edit: so I'm using 16/32bits but in both modes the game is very laggy.
-
Will it ever be updated to run properly with GLIBC 2.3.2 ?
-
The client runs on glibc 2.3.2 now. Any other problems aren't ours to deal with (like obsolete graphics drivers).
-
The client runs on glibc 2.3.2 now. Any other problems aren't ours to deal with (like obsolete graphics drivers).
Well... atleast the updater does not. I'll ask help for the lag issues from some other forums then.
-
It really would be best for you to get a new distro....