the data source is dead for me, does anyone else experiencing the same?
Search Criteria
Package Details: flashpoint-launcher-bin 13_20240425m-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/flashpoint-launcher-bin.git (read-only, click to copy) |
---|---|
Package Base: | flashpoint-launcher-bin |
Description: | Launcher for Flashpoint |
Upstream URL: | https://flashpointarchive.org/ |
Keywords: | BlueMaxima flash |
Licenses: | MIT |
Submitter: | LeSnake |
Maintainer: | bbaster |
Last Packager: | bbaster |
Votes: | 7 |
Popularity: | 0.000108 |
First Submitted: | 2021-07-24 21:12 (UTC) |
Last Updated: | 2024-08-03 13:34 (UTC) |
Dependencies (10)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- lib32-libxcomposite
- nss (nss-hgAUR)
- php
- pulse-native-provider (pipewire-pulse-gitAUR, pulseaudio-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse, pulseaudio)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-staging)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – native Flash support
- libxt (optional) – native Flash support
Required by (0)
Sources (1)
snogard commented on 2023-05-17 06:42 (UTC)
evdinowork commented on 2022-11-16 04:07 (UTC) (edited on 2022-11-16 04:09 (UTC) by evdinowork)
I am pretty sure I did update the hash though? edit: it's working fine for me
LeSnake commented on 2022-10-21 12:57 (UTC)
You need to update the hash for flashpoint.deb
evdinowork commented on 2022-10-01 19:00 (UTC) (edited on 2022-10-01 23:54 (UTC) by evdinowork)
@Blackbot, that was an intentional change due to some permissions being wrong and I was basically trying everything to get the permissions to be correct (something was wrong with some earlier, not sure what fixed it), I will revert it back to 755. edit: seems like 777 is required for it to launch unless you find a way to change ownership of the directory to your user (in the PKGBUILD).
Blackbot commented on 2022-09-25 19:45 (UTC)
Thank you for taking over as a maintainer. First thing I noticed though: All the files the new update installed were with 777 permissions while they were previously 755. Is this an intentional change? It seems odd to give everyone write permissions on all those files (including the one in /usr/bin) as that means they can change the whole program for every user on the machine.
evdinowork commented on 2022-09-22 23:38 (UTC) (edited on 2022-10-02 17:07 (UTC) by evdinowork)
With the latest version you should nuke ~/.local/share/flashpoint
, since it contains redundant files
edit: make sure to copy your favorites, preferences, etc!
DISCLAIMER
Flashpoint on Linux is generally unstable. (Usually works fine for the most part)
Flashpoint 10 is especially unstable and requires workarounds and extra setup. I am trying my best to keep this package working, fixes, error reports and suggestions are welcome.
If you want a more stable package or a temporary fallback on problems I recommend the outdated, but more stable flashpoint-bin (no longer working, you should probably use this package now).
Known Potential Problems: Native Flash doesn't work
Credits:
@Soremwar: Found Missing qemu dependency
flashpoint-bin maintainers: MAKEPKG template
@kfb: Fixes for Data files.
LeSnake commented on 2022-09-22 22:33 (UTC) (edited on 2022-09-22 22:34 (UTC) by LeSnake)
@edinowork good luck
Note that you have to also update the data files, they are out of date too (current done via a script on my gh, make a own copy in a repo since I wont update it, as far as i know, you are not allowed to have it here eigther), the -dev tries to get the data files directly, but it doesnt work on my pc.
Also dont forget to make your own pinned comment. If you have a question, write me an email or preferably a matrix message @lesnake:matrix.org
evdinowork commented on 2022-09-22 22:02 (UTC) (edited on 2022-09-22 22:02 (UTC) by evdinowork)
I'll try to maintain this, beware this is my first time doing anything with maintaining an AUR package
LeSnake commented on 2022-08-26 20:31 (UTC)
Going to orphan this, anyone who wants to maintain, see pinned for notes and take a look into MAKEPKG-dev
LeSnake commented on 2022-08-01 14:13 (UTC)
Sorry for my late response. I get home in the next days and can update the package. I also have a nearly done update on my drive regarding putting the data files in the package (the docs got updated) and fixing the dependencies.
Co-Maintainers are always welcome (if someone is interested just write a comment) and i probably orphan flashpoint-launcher-git after fixing the deps over there because I don't like working on the git version and already have way to much projects open in general.
Pinned Comments
bbaster commented on 2024-07-01 22:33 (UTC) (edited on 2024-07-02 13:28 (UTC) by bbaster)
Just published a new PKGBUILD!
Just remember to run
sudo USER=$USER chown -R $USER /opt/Flashpoint/
after installing, it won't work otherwise.If youre having a similar error to this:
Game Server: UNHANDLED EXTERNAL LEGACY ERROR: Get "http://runouw.com/games/sm63/sm63game.swf": proxyconnect tcp: dial tcp 127.0.0.1:22600: connect: connection refused
, runphp -S 127.0.0.1:22600 /opt/Flashpoint/Legacy/router.php
after starting Flashpoint. This workaround may be automated in the launch script.