Code Monkey home page Code Monkey logo

yarc-launcher's People

Contributors

ang3lo-azevedo avatar eliteasian123 avatar pantotone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

yarc-launcher's Issues

unable to compile

Hello there!

i tried compiling this myself because I wanted to make some changes to the UI, but the thing just doesn't run and I get an error that it's not compatible.
image

any help?
thank you :)

"Invalid Drive" error when re-installing YARC

Windows 10 64-bit
Hello. Recently, a drive in my computer corrupted, and I want to play YARG again. I downloaded the latest version of the YARC launcher, only to be thrown the error "Invalid Drive D:". That is the drive that is no longer in my computer. I tried uninstalling it via Control Panel, only for it to show the same error and not install. I went as far as using a third-party uninstaller which goes as deep as the registry, and yet YARC still throws the same exact error. I even went through my entire drive to remove any YARG/YARC files, and the same thing happens. What can I do?

Multi keybinds?

Would like to request the option to bind several hotkeys to the same functions. Coming from Phase Shift, drum pads were bound to letter keys as well as the numpad, enabling rapid blasting of the same pad without having your fingers compete for the same tiny space on the keyboard.

OpenSUSE Tumbleweed nothing loads and the text "TypeError: Load Failed" is displayed

When loading up the launcher AppImage everything fails to load, and this is the error I am seeing:

image

I tried launching via the console to see if there was any other errors but this is all that is displayed:

/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
[2024-01-21][21:35:39][DEBUG][reqwest::connect] starting new connection: https://releases.yarg.in/

** (yarc-launcher:31232): WARNING **: 16:36:04.420: atk-bridge: get_device_events_reply: unknown signature

Hopefully it can be fixed! Thanks

AppImage doesn't launch on Gentoo

I downloaded the AppImage for the latest release of YARC and when I ran it, I got this error: yarc-launcher: error while loading shared libraries: libthai.so.0: cannot open shared object file: No such file or directory

libthai isn't in the main Gentoo repository, it's only available if you add an unofficial overlay, which might really confuse anyone who doesn't know how to add and manage overlays in Gentoo. The solution I propose is to add libthai.so.0 to the AppImage to prevent issues like the one I'm experiencing from happening on distros that don't contain libthai by default, (or don't have them in their repos)

YARC Launcher shows up as blank white in SteamOS Game Mode

Spinning this off from #41 (comment) since my problem was apparently unrelated, pasting and slightly editing my existing comment from the other issue.

When I launch YARC Launcher from SteamOS's Game Mode (which is using the Gamescope Wayland compositor) on my Steam Deck it shows up as a blank white window and I can't seem to do anything*. It launches fine in Desktop Mode (KDE Plasma, and according to echo $XDG_SESSION_TYPE output, Desktop Mode is running Plasma in X11 mode rather than also being Wayland). My workaround for now is to launch the executables for Stable or Nightly that the launcher downloaded directly. I can add those as non-Steam games and they play fine in Game Mode. The downside being that if they ever get updated I need to go into Desktop Mode to get the launcher open and fetch a new version.

*I have actually noticed if I move my mouse cursor around that the cursor icon changes in certain spots. I suspect when hovering buttons that I can't see it's changing as it would normally. Perhaps if you knew well where every button is you could actually update or launch the game this way. I may experiment with this more later.

Wayland support or documentation addition?

using ubuntu 22.04, gnome 42.9 with Wayland.
when running the yarc-launcher, I get this error
(yarc-launcher:574632): GLib-GIO-ERROR **: 22:41:20.783: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)

seems like it might be a wayland support thing from a brief search, but I was wondering if y'all were already aware and had a fix other than using xorg or using the GDK_BACKEND=x11 flag solution found in said issue (both of which work btw).

Would be very sad if this is just another wayland/xorg compatibility bug, but if it is so, I'll add it to documentation

YARG won't launch from YARC on Steam Deck in ~/Applications

This launcher really complicates things but I'm trying to make it work. I had the game running fine but on an old version. I think I was launching the appimage from my Downloads dir before. I want to integrate with appimagelauncher which makes shortcuts for appimages automatically so that things show up in the "add non-steam game" list. The end goal being I have YARG playable from Game Mode without having to go into Desktop Mode, and ideally being able to update it and have it keep working.
So currently I've got the YARC Launcher v0.3.0 added as a non-steam game with TARGET set to /home/deck/Applications/yarc-launcher_0.3.0_amd64.AppImage and START IN set to /home/deck/Applications. I launch the game from Desktop Mode and the launcher appears fine. I select YARG on the left side and click Play Stable. I get a FATAL ERROR.

Failed to start YARG. Is it installed?\nOs { code: 13, kind: PermissionDenied, message: \"Permission denied\"

I've been able to set up similar appimage non-steam games like the Slippi Launcher this way, so not really sure what the problem is. The appimage file has executable permissions for all users.

-rwxr-xr-x  1 deck deck  81M Jan  2 03:10 yarc-launcher_0.3.0_amd64.AppImage

It would be nice if there were a flatpak available that could be updated along with everything else on my system instead of this built-in updater and appimage files that have the version in the filename so that every update breaks them as non-steam games

play_yarg() hard-coded to windows

i believe it's the last thing to complete compatibility with other oses for now

Executable paths on another systems for YARG:

  • Windows: {versionFolder}/YARG.exe (already implemented)
  • MacOS/Darwin: {versionFolder}/YARG.app/Contents/MacOS/YARG
  • Linux: {versionFolder}/YARG

Portable Version

Include a way to have a Portable version of the Launcher, this would allow USB based installs.

YARG not correctly installed on Linux

By default, The launcher can't launch YARG once installed, giving a file not found error. Renaming YARG.x86_64 to YARG fixes that, but leads to a permission error as the executable is not marked as executable. Once both are done, YARG works as expected

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.