Search Criteria
Package Details: path-of-building-community-git 2.52.3.r8417.62.517-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/path-of-building-community-git.git (read-only, click to copy) |
---|---|
Package Base: | path-of-building-community-git |
Description: | An offline build planner for Path of Exile using PoBFrontend, LocalIdentity's fork |
Upstream URL: | https://github.com/PathOfBuildingCommunity/PathOfBuilding |
Licenses: | MIT |
Conflicts: | path-of-building-community |
Provides: | path-of-building-community |
Submitter: | bcareil |
Maintainer: | matthewq337 (TonyTotal, LordBlick) |
Last Packager: | matthewq337 |
Votes: | 28 |
Popularity: | 1.17 |
First Submitted: | 2020-03-14 08:43 (UTC) |
Last Updated: | 2025-03-11 18:19 (UTC) |
Dependencies (13)
- curl (curl-gitAUR, curl-c-aresAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- lua51-utf8 (lua51-luautf8)
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- ttf-bitstream-vera
- ttf-liberation (ttf-defenestrationAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (0)
Sources (10)
- git+https://github.com/ernstp/pobfrontend.git#branch=qt6
- git+https://github.com/Lua-cURL/Lua-cURLv3
- git+https://github.com/PathOfBuildingCommunity/PathOfBuilding
- https://github.com/Openarl/PathOfBuilding/files/1167199/PathOfBuilding-runtime-src.zip
- lzip-linux.patch
- PathOfBuilding-force-disable-devmode.patch
- PathOfBuilding-logo.png
- PathOfBuilding-logo.svg
- PathOfBuilding.sh
- PathOfBuildingCommunity.desktop
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
Ac5000 commented on 2024-07-18 14:07 (UTC) (edited on 2024-07-18 14:08 (UTC) by Ac5000)
Adding additional information regarding the "black screen" launch: I am running PoB through flatpak and I am also having the issue with it launching as just a black screen. See information below. I know I have had success with this launching ok in the past, and I also don't believe there's been any PoB updates since that successful launch and now.
System Information:
OS: Arch Linux x86_64 Kernel: Linux 6.9.9-arch1-1 WM: Hyprland (Wayland) Nvidia GPU and drivers. (555.58.02-3) Launched from Wofi which launches the PoB.desktop.
PoB .Desktop File in case there's a key piece of information such as the
Exec
field:[Desktop Entry] Name=Path of Building (Community) Comment=Offline build planner for Path of Exile Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=pathofbuilding --file-forwarding community.pathofbuilding.PathOfBuilding @@u %U @@ Terminal=false Type=Application Icon=community.pathofbuilding.PathOfBuilding Categories=Game; Keywords=poe;pob;pobc;path;exile; MimeType=x-scheme-handler/pob; X-Flatpak=community.pathofbuilding.PathOfBuilding
hyprctl clients output (This is with it open as the black screen.):
Window 5f84a24a2290 -> Unnamed build (Scion) - Path of Building: mapped: 1 hidden: 0 at: 1925,7 size: 1618,1426 workspace: 4 (4) floating: 0 pseudo: 0 monitor: 0 class: pobfrontend title: Unnamed build (Scion) - Path of Building initialClass: pobfrontend initialTitle: Unnamed build (Scion) - Path of Building pid: 5147 xwayland: 0 pinned: 0 fullscreen: 0 fullscreenmode: 0 fakefullscreen: 0 grouped: 0 tags: swallowing: 0 focusHistoryID: 4
iliekturtles commented on 2024-07-18 00:00 (UTC)
To add to the mystery, running from tmux in the console,
PathOfBuilingCommunity&
, works. I notice that the application starts with the X-Windows icon, although it is still running through Wayland. Running the same command directly from the console, no tmux, does not work. The application gets an icon with an yellow circle with a W and is a black screen.iliekturtles commented on 2024-06-24 11:27 (UTC)
Are you also using an nVidia card? I have the same issue with nVidia/Wayland/KDE 6. An Intel/Wayland/KDE 6 machine does not have the issue. The issue started with the 2.40.0 release which included the graphics engine overhaul.
I haven't tried the nVidia beta drivers and just installed the POB Windows version using Steam/Proton.
betashaft commented on 2024-06-15 02:49 (UTC)
I'm encountering an issue where it launches into just a black screen. I'm not seeing any obvious errors on launch. I'm running hyprland as a WM and know that wayland support can be finnicky.
This is all I get, but the application is just a black screen.
zaoo commented on 2024-04-28 16:13 (UTC) (edited on 2024-04-28 16:15 (UTC) by zaoo)
Hi! We at official PoB are working toward making string operations in Lua more UTF-8 aware when it comes to matching, reversing, caret movement, etc.
This is to make I/O and path operations support Unicode properly on Windows through filthy hacks to the LuaJIT runtime and changes to the SimpleGraphic implementation.
We're going to use the
luautf8
compiled extension module to add new functionality to Lua as can be seen in the WIP PR for this to do this work in the main repository. You can test this with something like the following in one of the Lua scripts:The build of the extension works pretty much the same as the previous dependencies on Lua-cURLv3 and LZip, see the
CMakeLists.txt
of the SimpleGraphic wide I/O branch to see how we build it.You may also have to look into how
pobfrontend
deals with Unicode text and caret positioning these days, be prepared to start seeing UTF-8 in string functions and filesystem operations, but as Linux is UTF-8 by default these days it's probably not too bad.DeGun commented on 2024-03-29 11:33 (UTC) (edited on 2024-03-29 11:37 (UTC) by DeGun)
Ошибка установки.
Tanghe commented on 2024-03-29 07:12 (UTC)
All those mirrors apear to be down.
heyimnyl commented on 2024-03-28 22:53 (UTC)
updated pkgbuild. maybe I forgot to update pkgrel to 2 in .SRCINFO but I'll leave that for the next temporary maintaner, lets call it a breadcrumb :)
building clean from source should work now. gl hf
siriusb commented on 2024-03-28 13:33 (UTC)
Well, after looking into it I think the disable devmode path is outdated since the line numbers seems to be out of sync. Removing this from prepare() function in PKGBUILD the package is created successfully. I'm not familiar with this stuff so I can't get where's the source of the file or how to get it corrected.
siriusb commented on 2024-03-28 12:16 (UTC)
I encountered the same problem. Does anyone have a solution?
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »