-
Content count
1016 -
Joined
-
Last visited
About hussam
-
Rank
Skeleton
Profile Information
-
Gender
Male
-
Ok. pkg-config sdl --libs --static also works. Thank you.
-
I got the following error linking against static SDL "undefined reference to symbol 'dlclose@@GLIBC_2.2.5'" + something that indicated I was missing passing -ldl I changed the call to pkg-config sdl --libs in the makefile to sdl-config --static-libs to make it link correctly. The output of the two commands doesn't match with sdl-config passing -ldl to the linker. Is this some issue on my side? I have a static sdl build (turning it into a build dependency only) so I don't have to keep SDL installed to avoid other packages inadvertently linking against it instead of SDL2. This wasn't an issue in my last build from July.
-
Maybe Vulkan on Windows/Linux and MoltenVK on macOS.
-
Check for el.ini in that 'main' folder then.
- 22 replies
-
- arm processor
- linux
-
(and 1 more)
Tagged with:
-
For the data_dir issue, edit el.ini in both /home/pi/Eternal-Lands/ and /home/pi/.elc/main/ and set: #data_dir = "/home/pi/Eternal-Lands/" Make sure you keep the # at the beginning of the line. If that still doesn't work, you are probably missing some data files. Edit:. Can you pastebin ~/.elc/main/el.ini and /home/pi/Eternal-Lands/el.ini and post the links here? Regarding the mesa issue, try upgrading if possible to the latest libdrm and mesa versions you can get your hands on.
- 22 replies
-
- arm processor
- linux
-
(and 1 more)
Tagged with:
-
cd /home/pi/Eternal-Lands/ then ./el.x86.linux.bin
- 22 replies
-
- arm processor
- linux
-
(and 1 more)
Tagged with:
-
That's nice. Either way, thanks Shawn and Michelle!
-
I heard they already sold your character to Jedediah and Betty Sue.
-
First of all, right clicking is existing any application including Chrome. I did logcat >/sdcard/logcat.txt from android terminal while mouse is attached. I started EL. I tried right clicking on harvestables and on the the "Get All" button in the inventory window. It exits the application in both cases. I'm not sure I can adb while using the USB mouse since the phone has only one usb port. This is the content of the logcat.txt file https://pastebin.com/raw/1RmMHCBk Let me know please if there was a better way to do this. Thank you.
-
Right clicking with a USB mouse (using a USB connector) exits the application instead of showing a context menu (S7 running nougat). I'm not sure if it is a crash or not. I can make logcat.log file if you wish.
-
5.1 inch at 1440 x 2560 resolution. Thank you! Now I don't need to attach a usb mouse every time I need to change that. Yes, I figured this was a design decision. Thanks again for the update.
-
An option to make the inventory window smaller similar to the desktop client would be nice. I also can't click use with pointy finger on inventory items if storage window is open. It will just move them to storage. I can still 'use by clicking on the quick bar. It's just a minor annoyance but fixing that will give some UI polish. Also consider setting follow camera on by default. It helps tremendously with navigation. This will also make things more familiar for people coming from other android games. The spinbuttons in the preferences window are too small (when changing max food level for example) Edit: Maybe also change the "Control click to view achievements" in preferences to something else like double tap or long press. The inventory window says "right click..." at the sto all, drp all, etc... Maybe change the text since there is no right click on android phones and attaching a usb mouse won't really allow right clicking there anyway.
-
Maybe have maia accept tiger tokens instead of furs for daily summoning quest.
-
Hi. After clearing data and launching the new client, I cannot see character names. I attached a usb keyboard and tried to alt n but it did nothing. Device is samsung galaxy s7. Edit: Ok, nevermind, I figured out what happened. The name seems to disappear when camera perspective is under 0.40. It still shows at 0.10 on the desktop client.
-
Newer android versions restrict data file access to the application that created the data. This is a technique called sandboxing used to prevent applications from reading and tampering with each other's data settings. For example, on my Samsung (android 6.0.1), it is in "/data/user/0/com.el.elc/" or something similar. I can 'cd' to it but 'ls' won't work since my phone is not rooted.