-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Lailloken UI On Linux Help #446
Comments
General trouble-shooting steps, off the top of my head:
|
Tray Icon Persistence: The tray icon disappears unexpectedly. |
You should also try versions around v1.51.2 mentioned in #332, just to check whether something has changed since then that completely stops the tool from working under Linux. Excuse my Linux ignorance, how are you running PoE? I understand that one needs to jump through hoops to get AHK-scripts working (installing/running it in some sort of context), so maybe you need to do the same for PoE (EDIT: so the tool can interact with the game-client)? Just spit-balling since I'm completely clueless. |
In version v1.51.2, the LLK UI "button" appears in the game, but nothing happens when I click it. In the newer version, the button is completely absent. I’m wondering if anyone else has managed to get it to work or has a workaround. I appreciate your great work and totally understand that you may not have a solution for Linux at hand. Are there any Windows DLLs or other libraries necessary to run the script? If so, I think I may need to add them to my environment. |
There are two ways to run PoE on linux, either "native" as a normal linux game, or through a "windows emulator" like wine(yes yes "Wine Is Not an Emulator"). The one that allows AHK(a windows application) to work together with PoE is the wine way. On top of using wine, steam creates a windows-like environment(with its own "C" drive, registry settings etc.) for each game, so care must be taken to a) install AHK into the same windows environment that the game is running in and b) also make sure AHK is running in the same environment. For example even if you install it correctly you can still accidently run it in the "default" environment where it will not see any PoE running and be unable to interact with the game.
Sounds like you have installed and started everything correctly. It is likely the old version does not work with new PoE and the new version has some new weird issue when emulated with wine.
steam(aka proton) should have everything necessary for AHK pre-installed. I don't play PoE anymore and not even the currency exchange has roused me enough to try again. Things I would try in different combinations:
|
Thanks a lot for chiming in nonetheless, much appreciated. My plan is to implement better logging for the next release so errors in the initialization of the tool can be traced more easily. This wasn't really necessary until now, but there have been one or two exotic issues this league where a startup-log would have been useful. |
v1.55.2 now has logging functionality to more easily trouble-shoot launch issues. To opt in, create a Example:
|
Thank you, @random-cdda-modder, for the help and pointers in the right direction, and for clarifying the installation and environment setup on Linux to @Lailloken. I appreciate the confirmation that I have installed everything correctly. I also thought it should work this way after I installed and started everything. When I have more time, I’ll try to fix the issue on Linux and identify where the installation failed. I need to familiarize myself more with AHK scripting and the structure of the project first. Special thanks to you, @Lailloken, for implementing the logging function and all the other implementations in general. Will it log everything automatically in to the log.txt file, or do I need to set some ErrorLevel flag ? |
@Truncuso As long as the |
Hey,
Does anyone have a guide on how to run the UI under Linux? I have installed AHK in Wine and run the UI script in the Wine context. I see the Lailloken UI icon appearing in my taskbar, but no overlay in PoE itself. Are there the same issues under Windows, What am I doing wrong? If someone has successfully used the Lailloken UI under Linux and could help me, I would appreciate it. How could I debug what's going wrong, that the overlay is not showing up in the Game ?
i have seen:
332
Environment:
Linux Steam Proton Experimental with AHK installed in the PoE wine context
Latest AHK 1.x
The text was updated successfully, but these errors were encountered: