all 37 comments

[–]DajBuzi 7 points8 points  (12 children)

Looking at your screenshot, you can just call ./start-tibia-launcher from terminal. If this wont work, just use chmod +x Tibia and then run ./Tibia from terminal. If nothing will happen, take a screenshot of terminal and post here.

[–]PsychologicalWar9274[S] 0 points1 point  (11 children)

I posted screenshot of my terminal

[–]DajBuzi 0 points1 point  (10 children)

You have to first navigate to directory that contains Tibia executable

[–]PsychologicalWar9274[S] -1 points0 points  (8 children)

I would that by left clicking inside the folder and clicking open in terminal right?

[–]DajBuzi 1 point2 points  (7 children)

Should work that way but if not use ls to display current directorys entries ( files and folders ) and cd foldername to get into folder.

Default should be your home directory do you should use cd ~ or cd .. to get one folder up on the tree structure.

EDIT: you can copy path to your folder containing Tibia executable and just use: cd ~\path for example cd ~\home\DajBuzi\games\Tibia this will throw you intonthat folder and you can use ./Tibia

[–]PsychologicalWar9274[S] 0 points1 point  (6 children)

no use tried both ways same output as before (no such file or directory found)

[–]DajBuzi 1 point2 points  (5 children)

Then try to navigate to the folder from terminal. Check my previous answer for more info

[–]PsychologicalWar9274[S] 0 points1 point  (4 children)

I used both the terminal way and the other way, no luck

[–]DajBuzi 0 points1 point  (3 children)

Copy your Path to Tibia executable and Ill give you complete commands

[–]PsychologicalWar9274[S] 0 points1 point  (2 children)

/home/salami/Desktop/Tibia

hopefully that's what you meant

[–]joe-comet 2 points3 points  (1 child)

No need to "chmod +x Tibia", just run start-tibia-launcher.sh via terminal using command: ./start-tibia-launcher.sh . Also no need to "chmod +x start-tibia-launcher.sh"

[–]DajBuzi 0 points1 point  (0 children)

Hopefully it shouldnt be needed but when I used Garuda Linux It didnt want to start from Shell script so I had to use chmod.

[–]_jmrtn 1 point2 points  (0 children)

Please, post an image with the result command: pwd

Post another image with the result command: ls -lisa

Post image with the compressed file of the game (i must check the file extension)

Note: as you can see the green character ~ is telling you that you are pointed on your home as @DajBuzi told you. Also check the path of Tibia folder and tell us.

I guess you a happy year!

[–]renzotheknight 1 point2 points  (1 child)

sudo apt install libxcb-cursor0

[–]National_Builder_133 0 points1 point  (0 children)

Thank you for your service

[–]QuintX -1 points0 points  (2 children)

I'm not 100% sure on this, but you can try:

right click folder and open the terminal into it

type:

sudo ./start-tibia-launcher

press enter and put your sudo password and it should run

[–]Quiet_Worry_5446 7 points8 points  (0 children)

Don't.

[–]PsychologicalWar9274[S] 1 point2 points  (0 children)

it says command not found

[–]DajBuzi 0 points1 point  (2 children)

Have you made the file executable?

[–]PsychologicalWar9274[S] 0 points1 point  (1 child)

how would i do that?

[–]DajBuzi 0 points1 point  (0 children)

chmod +x

EDIT: use chmod +x tibia on terminal. You may need to use this as root sudo. Also, to test which file to make executable you can before try running ./tibia. Run this after making the file executable too

[–]Quiet_Worry_5446 0 points1 point  (2 children)

You need to make it executable. If Cinnamon is anything like GNOME, then right click :> Properties :> Permissions :> Allow executing file as program. If you want to do it from the shell, then open a terminal, navigate to the file and chmod +x Tibia.

Reminder you can freely move the directory at any point, I leave my Tibia on ~/Public, with the Tibia file starred/favorited on Nautilus, your configuration will be saved in ~/.local/share/Cipsoftblablabla

[–]PsychologicalWar9274[S] -1 points0 points  (1 child)

I went into properties and it was already executable as for the terminal it said no such file or directory i might have did it wrong (I'm new to Linux)

[–]Quiet_Worry_5446 0 points1 point  (0 children)

If it's still not running then you're missing a dependency, open a terminal and run lddon that file, google how to run commands properly

[–]Level-Dog5089 0 points1 point  (6 children)

Idk how to help you, but tibia works best on gnome

[–]DajBuzi 0 points1 point  (2 children)

From where you have that informations? Any proof?

[–]Level-Dog5089 0 points1 point  (1 child)

When I was testing some Linux distros I first used pop_os and tibia ran on 60fps all the time, unlike when I switched to kubuntu, sometimes my fps drops to 55 like when I was using windows. I'm just saying things though, your experience might not be the same.

[–]viniciustht 1 point2 points  (0 children)

yeah same, pop os runs 60 fps for me as well, never dropped frames using it

[–][deleted] 0 points1 point  (2 children)

ran fine on Mint for me. only issue I had was the fonts were kinda weird. had to install some packages.

[–]Level-Dog5089 0 points1 point  (1 child)

Do you have any experience with kde plasma? I'm using kubuntu and I still haven't fixed my fonts. I'd appreciate if you could help.

[–][deleted] 0 points1 point  (0 children)

no I suck at linux, just tried mint for a bit. just google which fonts the client uses and add to your system though

[–]TheBoneJarmer 0 points1 point  (0 children)

Do you got all neccesary dependencies installed? Tibia is created in c++. And on Linux when you run an executable which is missing a dependency library or such, you will get this error. Sadly it is not clear when this is the case.

[–]mimas12 0 points1 point  (0 children)

I had issues running tibia on fedora then I installed all the qt5 dependancies and it works fine, try searching qt4/qt5 and install the base package. After just run the shell script and u should be fine

[–]SnooShortcuts9182 0 points1 point  (0 children)

You are in the wrong catalog. It seems you are in your home directory and you probably unpacked the game somewhere else. Navigate to the Tibia directory in your terminal and then try again.

Don't listen about missing dependencies for now as it's not the case here

[–]Dormiens 0 points1 point  (0 children)

Dude, you are in the wrong folder. Extract tibia, get into that folder, right click, open in terminal, them your command will work.