Jump to content

Sylwia7983 Michalak

Resident
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Sylwia7983 Michalak

  1. Thank you very much TDD 

    I didnt answer last night  because  was alredy late  when you post this comment  and  after I decide to  get ;)  CD  with windows 7 and install this  again . Thanks for letting me know that this graphic card and new ubuntu  not working fine together ;) 

    Thanks  . after long hrs  looking for drivers Im in sl again .

  2. yes, same errors was with  other viewers

    was extracted to  download folder

    ,,Did you run the unnecessary 'installer'? -  I did what?  I just  trying  from 3 days  install this Exactly like was  in other post .

    now go back to   13.04 because in other was not working  and   in some  ubuntu like 9.04 or 10.04   was not even wifi

    prefer to do this on ubuntu 13.04 if is   some way to do this

    thank you

     

     

     

    i give up

    :(

  3. and  again I back to same point ... 

    64-bit Linux detected.
    Running from /home/sylwia/SecondLife-i686-3.5.2.276129
     - Installing menu entries in /home/sylwia/.local/share/applications
    ./secondlife: line 154: bin/do-not-directly-run-secondlife-bin: No such file or directory
    *** Bad shutdown ($LL_RUN_ERR). ***

    You are running the Second Life Viewer on a x86_64 platform.  The
    most common problems when launching the Viewer (particularly
    'bin/do-not-directly-run-secondlife-bin: not found' and 'error while
    loading shared libraries') may be solved by installing your Linux
    distribution's 32-bit compatibility packages.
    For example, on Ubuntu and other Debian-based Linuxes you might run:
    $ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl

  4. so after  this  command   (sudo apt-get install wget ia32-libs-multiarch ) I got this :

    sudo apt-get install wget ia32-libs-multiarch
    [sudo] password for sylwia:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    wget is already the newest version.
    ia32-libs-multiarch:i386 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 400 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/9,126 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    dpkg: error processing libreoffice-writer (--configure):
     package libreoffice-writer is not ready for configuration
     cannot configure (current status `half-installed')
    Errors were encountered while processing:
     libreoffice-writer
    E: Sub-process /usr/bin/dpkg returned an error code (1)

  5. yes , I did Exactly  same what you post before .

    click on secondlife  but  was no action ..

    open terminal and got this :

    sylwia@sylwia-Aspire-5551 ~/Downloads/SecondLife-i686-3.5.2.276129 $ ./secondlife
    64-bit Linux detected.
    Running from /home/sylwia/Downloads/SecondLife-i686-3.5.2.276129
     - Installing menu entries in /home/sylwia/.local/share/applications
    ./secondlife: line 154: bin/do-not-directly-run-secondlife-bin: No such file or directory
    *** Bad shutdown ($LL_RUN_ERR). ***

    You are running the Second Life Viewer on a x86_64 platform.  The
    most common problems when launching the Viewer (particularly
    'bin/do-not-directly-run-secondlife-bin: not found' and 'error while
    loading shared libraries') may be solved by installing your Linux
    distribution's 32-bit compatibility packages.
    For example, on Ubuntu and other Debian-based Linuxes you might run:
    $ sudo apt-get install ia32-libs ia32-libs-gtk ia32-libs-kde ia32-libs-sdl

    *******************************************************
    This is a BETA release of the Second Life linux client.
    Thank you for testing!
    Please see README-linux.txt before reporting problems.

     

     

  6. I did this maybe  20 times  and  is still the same .  ,, diamond icon " ;) I mean  secondlife file which should start  sl .

    im on linux ubuntu 13.04  

    before when I use  9.04 was working fine  for years and  now I back to  ubuntu and  can't install sl 

     

    ,,Btw, the icon isn't a diamond. It's a green hand on black background.

    yeah - and  this I have and is only png image

    and  file with name secondlife  when I click on this  showing me this : 

    #!/bin/bash

    ## Here are some configuration options for Linux Client Testers.
    ## These options are for self-assisted troubleshooting during this beta
    ## testing phase; you should not usually need to touch them.

    ## - Avoids using any FMOD Ex audio driver.
    #export LL_BAD_FMODEX_DRIVER=x
    ## - Avoids using any OpenAL audio driver.
    #export LL_BAD_OPENAL_DRIVER=x

    ## - Avoids using the FMOD Ex PulseAudio audio driver.
    #export LL_BAD_FMOD_PULSEAUDIO=x
    ## - Avoids using the FMOD or FMOD Ex ALSA audio driver.
    #export LL_BAD_FMOD_ALSA=x
    ## - Avoids using the FMOD or FMOD Ex OSS audio driver.
    #export LL_BAD_FMOD_OSS=x

    ## - Avoids the optional OpenGL extensions which have proven most problematic
    ##   on some hardware.  Disabling this option may cause BETTER PERFORMANCE but
    ##   may also cause CRASHES and hangs on some unstable combinations of drivers
    ##   and hardware.
    ## NOTE: This is now disabled by default.
    #export LL_GL_BASICEXT=x

    ## - Avoids *all* optional OpenGL extensions.  This is the safest and least-
    ##   exciting option.  Enable this if you experience stability issues, and
    ##   report whether it helps in the Linux Client Testers forum.
    #export LL_GL_NOEXT=x

    ## - For advanced troubleshooters, this lets you disable specific GL
    ##   extensions, each of which is represented by a letter a-o.  If you can
    ##   narrow down a stability problem on your system to just one or two
    ##   extensions then please post details of your hardware (and drivers) to
    ##   the Linux Client Testers forum along with the minimal
    ##   LL_GL_BLACKLIST which solves your problems.
    #export LL_GL_BLACKLIST=abcdefghijklmno

    ## - Some ATI/Radeon users report random X server crashes when the mouse
    ##   cursor changes shape.  If you suspect that you are a victim of this
    ##   driver bug, try enabling this option and report whether it helps:
    #export LL_ATI_MOUSE_CURSOR_BUG=x

    if [ "`uname -m`" = "x86_64" ]; then
        echo '64-bit Linux detected.'
    fi


    ## Everything below this line is just for advanced troubleshooters.
    ##-------------------------------------------------------------------

    ## - For advanced debugging cases, you can run the viewer under the
    ##   control of another program, such as strace, gdb, or valgrind.  If
    ##   you're building your own viewer, bear in mind that the executable
    ##   in the bin directory will be stripped: you should replace it with
    ##   an unstripped binary before you run.
    #export LL_WRAPPER='gdb --args'
    #export LL_WRAPPER='valgrind --smc-check=all --error-limit=no --log-file=secondlife.vg --leak-check=full --suppressions=/usr/lib/valgrind/glibc-2.5.supp --suppressions=secondlife-i686.supp'

    ## - Avoids an often-buggy X feature that doesn't really benefit us anyway.
    export SDL_VIDEO_X11_DGAMOUSE=0

    ## - Works around a problem with misconfigured 64-bit systems not finding GL
    I386_MULTIARCH="$(dpkg-architecture -ai386 -qDEB_HOST_MULTIARCH 2>/dev/null)"
    MULTIARCH_ERR=$?
    if [ $MULTIARCH_ERR -eq 0 ]; then
        echo 'Multi-arch support detected.'
        MULTIARCH_GL_DRIVERS="/usr/lib/${I386_MULTIARCH}/dri"
        export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH}:${MULTIARCH_GL_DRIVERS}:/usr/lib64/dri:/usr/lib32/dri:/usr/lib/dri"
    else
        export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH}:/usr/lib64/dri:/usr/lib32/dri:/usr/lib/dri"
    fi

    ## - The 'scim' GTK IM module widely crashes the viewer.  Avoid it.
    if [ "$GTK_IM_MODULE" = "scim" ]; then
        export GTK_IM_MODULE=xim
    fi

     

     

     

     

    If I remeber  before was  something like  run  and was working fine  . Now  I can't install this.

×
×
  • Create New...