tibia nao abre no lubuntu 32bits

1. tibia nao abre no lubuntu 32bits

erich8
erich8

(usa Ubuntu)

Enviado em 01/10/2018 - 21:01h

instalei o lubuntu 16 32bits em uma maquina virtual e sempre que inicio o tibia da este erro.
ja usei este comandos;
sudo ln -s /usr/lib/x86_64-linux-gnu/libpcre16.so.3 /usr/lib/x86_64-linux-gnu/libpcre16.so.0

o lubuntu 32bits nao tem a pasta x86_64-linux-gnu/, mas o arquivo libpcre16.so.3 existe assim como o atalho libpcre16.so.0 que eu nao criei.

https://lh3.googleusercontent.com/3CZ4QVTAHbHEOCjiqMGaKjfOM8qgD18T0Tol3N2fxwMtcPHgOlWmUAnuOrXSOru6S0...


  


2. Re: tibia nao abre no lubuntu 32bits

Matheus
pylm

(usa Gentoo)

Enviado em 01/10/2018 - 21:03h

manda o conteúdo desse sh aí


3. Re: tibia nao abre no lubuntu 32bits

erich8
erich8

(usa Ubuntu)

Enviado em 01/10/2018 - 21:20h

#!/bin/bash

# Adapts library load path to include Qt libraries found in the root folder of the launcher's binary file.
# "Tibia" shouldn't be called directly to prevent needed libraries not being found.

SCRIPT=$(readlink -f "$0")
PATH=$(dirname "$SCRIPT")

LD_LIBRARY_PATH="$PATH" exec "$PATH/Tibia"







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts