Jump to content

Lazy installer with gui


beastie

Recommended Posts

Posted

I've really liked c0ffeeeee's Lazy installer and Updater.
But I thought that really lazy updater should be with gui. So I've made it.
Git repo https://gitgud.io/SomeAnon1/modsupdater

Initial release https://gitgud.io/SomeAnon1/modsupdater/-/releases/0.1.0

 

How to use:

  • Download app binary for your system.
  • Unzip and run.
  • Set mods directory with "Choose dir" button.
  • Wait until app detects all mods, installed in your system.
  • Hit "Update" button at the bottom of the screen.

 

Git must be installed in your system.

  • 4 weeks later...
  • 3 weeks later...
  • 2 weeks later...
Posted (edited)
5 hours ago, aimless115 said:

Linux version is asking for password
image.png.422c884c0c53854aeda8a0c86b7a43f1.png

 

Not a Linux issue. It's SSH password authentication. You would see the same issue on Windows.

 

If you're trying to clone a mod over SSH (git://), you need to generate an ssh key and associate it with an account on the hosting system (GitHub, GitGud, GitLab, etc.)

 

Try cloning over HTTPS, it should work out of the box, unless it's in a private repository.

 

See GitHub Docs: Troubleshooting cloning errors for more information.

Edited by XenoMorphie
Clarification and formatting.
  • 2 weeks later...
Posted

I'm running into an error. I put in the wrong URL, crashing it. It won't start anymore as a result. I am using the latest Linux version.

 

Exception in Gtk# callback delegate
  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object.
   at CliWrap.Builders.ArgumentsBuilder.Escape(String argument) in /_/CliWrap/Builders/ArgumentsBuilder.cs:line 152
   at CliWrap.Builders.ArgumentsBuilder.Add(String value, Boolean escape) in /_/CliWrap/Builders/ArgumentsBuilder.cs:line 26
   at CliWrap.Builders.ArgumentsBuilder.Add(IEnumerable`1 values, Boolean escape) in /_/CliWrap/Builders/ArgumentsBuilder.cs:line 43
   at CliWrap.Command.<>c__DisplayClass31_0.<WithArguments>b__0(ArgumentsBuilder args) in /_/CliWrap/Command.cs:line 113
   at CliWrap.Command.WithArguments(Action`1 configure) in /_/CliWrap/Command.cs:line 131
   at CliWrap.Command.WithArguments(IEnumerable`1 arguments, Boolean escape) in /_/CliWrap/Command.cs:line 113
   at CliWrap.Command.WithArguments(IEnumerable`1 arguments) in /_/CliWrap/Command.cs:line 121
   at ModsUpdater.Screens.Main.Utils.ModsOperations.CheckIsUpToDate(String modName) in /builds/SomeAnon1/modsupdater/ModsUpdater/Screens/Main/Utils/ModsOperations.cs:line 192
   at ModsUpdater.Screens.Main.Components.ModEntryElement.ModEntryElement.<>c__DisplayClass16_0.<<CheckStatus>b__0>d.MoveNext() in /builds/SomeAnon1/modsupdater/ModsUpdater/Screens/Main/Components/ModEntryElement/ModEntryElement.cs:line 109
--- End of stack trace from previous location ---
   at ModsUpdater.Screens.Main.Components.ModEntryElement.ModEntryElement.CheckStatus() in /builds/SomeAnon1/modsupdater/ModsUpdater/Screens/Main/Components/ModEntryElement/ModEntryElement.cs:line 109
   at ModsUpdater.Screens.Main.Components.ModEntryElement.ModEntryElement.UpdateDistro() in /builds/SomeAnon1/modsupdater/ModsUpdater/Screens/Main/Components/ModEntryElement/ModEntryElement.cs:line 92
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at GLib.GLibSynchronizationContext.<>c__DisplayClass0_0.<Post>b__0()
   at GLib.GLibSynchronizationContext.<>c__DisplayClass2_0.<PostAction>b__0()
   at GLib.Idle.IdleProxy.Handler()
   at GLib.ExceptionManager.RaiseUnhandledException(Exception e, Boolean is_terminal)
   at GLib.Idle.IdleProxy.Handler()
   at Gtk.Application.Run()
   at ModsUpdater.Program.Main(String[] args) in /builds/SomeAnon1/modsupdater/ModsUpdater/Program.cs:line 17

 

This is the error output that I'm getting.

  • 2 months later...
Posted
On 5/21/2024 at 8:09 AM, wee11epic_games said:

when i open it just shows a black cmd screen

Same. Window popped the very first time but then closed and will not come back

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...