Skömer Posted September 18, 2024 Posted September 18, 2024 9 hours ago, mushroom12345 said: heyyy, can you add rjw mech lover fork to the loader? for the life of me i can't figure out what to do with the providers, not even completely sure if i'm right about what they do, proposing global changes? or only locally? Mech Lover doesn't support addons for rjw 5.5 and later, it has none maintaining it and you need to remove rjw itself to play it which th loader isn't set up for. If you don't know what you are doing you shouldn't install that
AblativeAbsolute Posted September 21, 2024 Author Posted September 21, 2024 Newest version adds AppImage Support for mod icons when displaying local mods Experimental manual branch management (The Bunuffin feature) Settings page and option to enable Combat Extended compatibility Fill in more fields when modifying an existing provider Changed the look and label of the Modify buttons to make their purpose clearer 1
bruhlovar69 Posted September 25, 2024 Posted September 25, 2024 Can't be added an option when opening it that check for an update and automatically download the update?Â
Just Checking Posted September 26, 2024 Posted September 26, 2024 Sorry if this is a nothing issue, but I'm getting an error when I try to install and update mods with the loader. It shows "(mod name): [WinError 5] Access is denied" and lists my file path. I was getting it for RJW Genes and Licentia Labs a little while ago and figured since there was an update to the loader I'd see if that changed anything. Licentia doesn't show that error anymore but Genes still does and now there's a few more in there. If this were a firewall thing or something else blocking the loader on my end I would assume it would give that error with everything, but I'm not computer savvy enough to say for sure what the cause could be. Could it just be an issue with the various github pages and such for those mods, or is the loader trying to find a download that's been altered, or is this just a problem on my side than needs some tweaking to get working right?
AblativeAbsolute Posted September 27, 2024 Author Posted September 27, 2024 On 9/26/2024 at 1:57 AM, Just Checking said: Sorry if this is a nothing issue, but I'm getting an error when I try to install and update mods with the loader. It shows "(mod name): [WinError 5] Access is denied" and lists my file path. I was getting it for RJW Genes and Licentia Labs a little while ago and figured since there was an update to the loader I'd see if that changed anything. Licentia doesn't show that error anymore but Genes still does and now there's a few more in there. If this were a firewall thing or something else blocking the loader on my end I would assume it would give that error with everything, but I'm not computer savvy enough to say for sure what the cause could be. Could it just be an issue with the various github pages and such for those mods, or is the loader trying to find a download that's been altered, or is this just a problem on my side than needs some tweaking to get working right?  Sorry to hear that. If you run into this error once again, please do the following: - Close the application - Find where the exe is located. Next to it should there be a file called last.log - DM it to me/Post it here and I might be able to give you some recommendations
Just Checking Posted September 28, 2024 Posted September 28, 2024 11 hours ago, AblativeAbsolute said:  Sorry to hear that. If you run into this error once again, please do the following: - Close the application - Find where the exe is located. Next to it should there be a file called last.log - DM it to me/Post it here and I might be able to give you some recommendations Gave it another try and got the same thing. If it's just a simple firewall problem I do apologize, but if not hopefully there's some info in this file that might be useful to you. last.log
AblativeAbsolute Posted September 28, 2024 Author Posted September 28, 2024 16 hours ago, Just Checking said: Gave it another try and got the same thing. If it's just a simple firewall problem I do apologize, but if not hopefully there's some info in this file that might be useful to you. last.log 145.19 kB · 0 downloads  Hmm, this looks like it only happens to some mods which are pulled from a git repository where invalid changes were detected and the already existing directory cannot be removed properly. Can you try the following: Remove one of the failing mods (click tab Local Mods > filter to search for mods > Remove) Run the removed mod and another failing mod again Does the removed mod still fail?  And Try running a failing mod 2/3 times. Does it fail deterministically?
Just Checking Posted September 29, 2024 Posted September 29, 2024 5 hours ago, AblativeAbsolute said:  Hmm, this looks like it only happens to some mods which are pulled from a git repository where invalid changes were detected and the already existing directory cannot be removed properly. Can you try the following: Remove one of the failing mods (click tab Local Mods > filter to search for mods > Remove) Run the removed mod and another failing mod again Does the removed mod still fail?  And Try running a failing mod 2/3 times. Does it fail deterministically? Ran the loader numerous times and each time the same mods failed, so I tried to use the loader to remove the problem mods and it just crashed. The mod in question was not removed. I ended up just manually deleting everything the loader was used to install and just ran it again, this time it didn't come back with any errors. Installed through the loader again to make sure everything was going properly and it seems like we're golden. Maybe there was some mismatch or specific files in the folders that were installed by an older version of the loader that made newer versions confused? I guess I'll see if it happens again in the future, but it sounds like it might just be a matter of removing old folders before running the loader again.  Thanks for your help with this, if it's a problem on my end then that's not super surprising but if anyone else gets that issue maybe this little episode will at least be helpful solving it again.
GDG Posted October 3, 2024 Posted October 3, 2024 Yep my Antivirus is jumping on that thing like a hungry wolf...Â
AblativeAbsolute Posted October 3, 2024 Author Posted October 3, 2024 5 hours ago, leelol said: Trojan detected  45 minutes ago, GDG said: Yep my Antivirus is jumping on that thing like a hungry wolf...  I've written about this a bunch of times, but these false positives are a sad result of overzealous blacklisting of frozen python applications by antivirus products.  I would recommend ignoring it or if you are capable, cloning the repository and building it for yourself. Not much else to be done about this. 3
somebody4325 Posted October 10, 2024 Posted October 10, 2024 On 9/7/2024 at 8:20 PM, AblativeAbsolute said:  Unfortunately, I allow people to specify a string which is passed to git checkout. Either a branch name or commit id, which with a reduced depth might not have been fetched. Oh sorry, did not realize that, instead maybe a blobless clone would work? since when it does a checkout it pulls the blobs according to https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/  Quote When using the --filter=blob:none option, the initial git clone will download all reachable commits and trees, and only download the blobs for commits when you do a git checkout This includes the first checkout inside the git clone  operation. The resulting object model is shown here [...] Â
AblativeAbsolute Posted October 11, 2024 Author Posted October 11, 2024 17 hours ago, somebody4325 said: Oh sorry, did not realize that, instead maybe a blobless clone would work? since when it does a checkout it pulls the blobs according to https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/ Â Â Â This is a really good optimization. The only reason I had put it on hold for now is that a git installation is actually optional (for now) and I am not sure if the python implementation used supports on-demand fetching of blobs. I'll look into that further at some point. Â Thanks for the suggestion! 1
BoredGuy57 Posted October 14, 2024 Posted October 14, 2024 Might be a bit of a longshot, but any idea if this will work on a Steam deck?
AblativeAbsolute Posted October 15, 2024 Author Posted October 15, 2024 17 hours ago, BoredGuy57 said: Might be a bit of a longshot, but any idea if this will work on a Steam deck? Â The AppImage should work.
AblativeAbsolute Posted October 19, 2024 Author Posted October 19, 2024 Newest version adds:  Pinned versions: After the problems caused by RJW 5.5.0, @amevarashi led the charge to develop a pinning system to allow for more stable mod updates in the future Pinned RJW versions: https://gitgud.io/amevarashi/libidinous_loader_providers/-/packages The Pin Maker: https://gitgud.io/amevarashi/libidinous_loader_providers_maker Please note: The implementation is very early stage, things might go wrong If a mod is outdated or cannot be downloaded, please report it  Image optimization using oxipng: You can now optimize local PNG files of mods. This might help reduce startup times (only put it on `max` if you have a lot of time) Other changes: Display providers information for all mods, not just for user defined ones Moved Parallel Downloads option into Settings tab Hotfix for some potential VRAM leakage Changed button label from link to info Better text wrapping in tooltips Fixed branch check when testing new providers repo Fixed providers repo url persistence Fixed display of repos with a detached HEAD Fixed updating of existing repos with a detached HEAD Using git checkout instead of git switch because the latter needs an explicit argument to detach HEAD
psyminki Posted October 22, 2024 Posted October 22, 2024 Newly downloaded one keeps saying new update available.
ggjL111 Posted October 25, 2024 Posted October 25, 2024 Hello, i have an issue, i cant type anything in mods folder for some reason Â
Boizxc Posted November 1, 2024 Posted November 1, 2024 hello i got an issue i downloaded git but when i launch the loader it says you didnt and closes on me when i close the pop up it give me this  024-11-01 14:32:12+0300:INFO:MainThread:user_defined:load:user defined config D:\rimworld mods\user.toml loaded 2024-11-01 14:32:12+0300:INFO:initial_version_check:app_version:has_latest_version:Checking https://gitgud.io/AblativeAbsolute/libidinous_loader.git on branch main for newer version with value f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 14:32:12+0300:ERROR:initial_version_check:git_wrapper:git_remote_is_repo:No git executable found. 2024-11-01 14:32:12+0300:INFO:Dummy-1:git_wrapper:git_get_remote_url:Retrieving remote name from D:\rimworld mods\providers 2024-11-01 14:32:12+0300:INFO:Dummy-1:git_wrapper:git_repo_clone_or_pull:Found already existing git repository at D:\rimworld mods\providers. Pulling newest version 2024-11-01 14:32:12+0300:ERROR:Dummy-1:git_wrapper:git_repo_pull:No git executable found. 2024-11-01 14:32:13+0300:ERROR:initial_version_check:git_wrapper:git_remote_has_branch:No git executable found. 2024-11-01 14:32:15+0300:INFO:Dummy-1:providers:collect_pinned_rjw_version:Pinned rjw versions found: ['5.5.0.1', '5.5.0.2', '5.5.0.3'] 2
Boizxc Posted November 1, 2024 Posted November 1, 2024 this is a second try but it still says i didnt download git 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:platform info: Windows-11-10.0.22631-SP0 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:uname: uname_result(system='Windows', node='sairzx8_LT', release='11', version='10.0.22631', machine='AMD64') 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:environment: ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\sairz\AppData\Roaming COMMONPROGRAMFILES=C:\Program Files\Common Files COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files COMMONPROGRAMW6432=C:\Program Files\Common Files COMPUTERNAME=SAIRZX8_LT COMSPEC=C:\Windows\system32\cmd.exe DRIVERDATA=C:\Windows\System32\Drivers\DriverData EFC_6440=1 HOMEDRIVE=C: HOMEPATH=\Users\sairz LOCALAPPDATA=C:\Users\sairz\AppData\Local LOGONSERVER=\\SAIRZX8_LT NUMBER_OF_PROCESSORS=16 ONEDRIVE=C:\Users\sairz\OneDrive ONEDRIVECONSUMER=C:\Users\sairz\OneDrive OS=Windows_NT PATH=C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\System32\HWAudioDriverLibs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files\dotnet\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\windows\system32\HWAudioDriver\;C:\Users\sairz\AppData\Local\Programs\Python\Launcher\;C:\Users\sairz\AppData\Local\Microsoft\WindowsApps; PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=9a03 PROGRAMDATA=C:\ProgramData PROGRAMFILES=C:\Program Files PROGRAMFILES(X86)=C:\Program Files (x86) PROGRAMW6432=C:\Program Files PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules PUBLIC=C:\Users\Public SESSIONNAME=Console SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TEMP=C:\Users\sairz\AppData\Local\Temp TMP=C:\Users\sairz\AppData\Local\Temp USERDOMAIN=SAIRZX8_LT USERDOMAIN_ROAMINGPROFILE=SAIRZX8_LT USERNAME=sairz USERPROFILE=C:\Users\sairz WINDIR=C:\Windows ZES_ENABLE_SYSMAN=1 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:cwd: D:\git 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:resource path: C:\Users\sairz\AppData\Local\Temp\_MEI278322 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:script path: D:\git 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:commit id: f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 15:02:30+0300:INFO:MainThread:state:state_load:Loading last state from D:\git\state.json 2024-11-01 15:02:30+0300:ERROR:MainThread:state:state_load:Last path is not valid 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:MOD_FOLDER='' 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:LAST_XPOS=0 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:LAST_YPOS=0 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:DEFAULT_SETTINGS={'n_update_workers': 16, 'allow_insecure_connections': False, 'manual_branch_management': False, 'image_optimization_level': 'low'} 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:PROVIDERS_REPO_URL='https://gitgud.io/AblativeAbsolute/libidinous_loader_providers.git' 2024-11-01 15:02:30+0300:INFO:MainThread:user_defined:load:user defined config D:\git\user.toml loaded 2024-11-01 15:02:30+0300:INFO:initial_version_check:app_version:has_latest_version:Checking https://gitgud.io/AblativeAbsolute/libidinous_loader.git on branch main for newer version with value f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 15:02:30+0300:ERROR:initial_version_check:git_wrapper:git_remote_is_repo:No git executable found. 2024-11-01 15:02:30+0300:INFO:Dummy-1:git_wrapper:git_get_remote_url:Retrieving remote name from D:\git\providers 2024-11-01 15:02:30+0300:INFO:Dummy-1:git_wrapper:git_repo_clone_or_pull:Found already existing git repository at D:\git\providers. Pulling newest version 2024-11-01 15:02:30+0300:ERROR:Dummy-1:git_wrapper:git_repo_pull:No git executable found. 2024-11-01 15:02:31+0300:ERROR:initial_version_check:git_wrapper:git_remote_has_branch:No git executable found. 2024-11-01 15:02:32+0300:INFO:Dummy-1:providers:collect_pinned_rjw_version:Pinned rjw versions found: ['5.5.0.1', '5.5.0.2', '5.5.0.3'] 2024-11-01 15:02:32+0300:ERROR:initial_version_check:git_wrapper:git_remote_branch_last_commit:No git executable found. Â
AblativeAbsolute Posted November 1, 2024 Author Posted November 1, 2024 3 minutes ago, Boizxc said: this is a second try but it still says i didnt download git 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:platform info: Windows-11-10.0.22631-SP0 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:uname: uname_result(system='Windows', node='sairzx8_LT', release='11', version='10.0.22631', machine='AMD64') 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:environment: ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\sairz\AppData\Roaming COMMONPROGRAMFILES=C:\Program Files\Common Files COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files COMMONPROGRAMW6432=C:\Program Files\Common Files COMPUTERNAME=SAIRZX8_LT COMSPEC=C:\Windows\system32\cmd.exe DRIVERDATA=C:\Windows\System32\Drivers\DriverData EFC_6440=1 HOMEDRIVE=C: HOMEPATH=\Users\sairz LOCALAPPDATA=C:\Users\sairz\AppData\Local LOGONSERVER=\\SAIRZX8_LT NUMBER_OF_PROCESSORS=16 ONEDRIVE=C:\Users\sairz\OneDrive ONEDRIVECONSUMER=C:\Users\sairz\OneDrive OS=Windows_NT PATH=C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\System32\HWAudioDriverLibs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files\dotnet\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\windows\system32\HWAudioDriver\;C:\Users\sairz\AppData\Local\Programs\Python\Launcher\;C:\Users\sairz\AppData\Local\Microsoft\WindowsApps; PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=9a03 PROGRAMDATA=C:\ProgramData PROGRAMFILES=C:\Program Files PROGRAMFILES(X86)=C:\Program Files (x86) PROGRAMW6432=C:\Program Files PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules PUBLIC=C:\Users\Public SESSIONNAME=Console SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TEMP=C:\Users\sairz\AppData\Local\Temp TMP=C:\Users\sairz\AppData\Local\Temp USERDOMAIN=SAIRZX8_LT USERDOMAIN_ROAMINGPROFILE=SAIRZX8_LT USERNAME=sairz USERPROFILE=C:\Users\sairz WINDIR=C:\Windows ZES_ENABLE_SYSMAN=1 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:cwd: D:\git 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:resource path: C:\Users\sairz\AppData\Local\Temp\_MEI278322 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:script path: D:\git 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:commit id: f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 15:02:30+0300:INFO:MainThread:state:state_load:Loading last state from D:\git\state.json 2024-11-01 15:02:30+0300:ERROR:MainThread:state:state_load:Last path is not valid 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:MOD_FOLDER='' 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:LAST_XPOS=0 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:LAST_YPOS=0 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:DEFAULT_SETTINGS={'n_update_workers': 16, 'allow_insecure_connections': False, 'manual_branch_management': False, 'image_optimization_level': 'low'} 2024-11-01 15:02:30+0300:INFO:MainThread:__main__:<module>:PROVIDERS_REPO_URL='https://gitgud.io/AblativeAbsolute/libidinous_loader_providers.git' 2024-11-01 15:02:30+0300:INFO:MainThread:user_defined:load:user defined config D:\git\user.toml loaded 2024-11-01 15:02:30+0300:INFO:initial_version_check:app_version:has_latest_version:Checking https://gitgud.io/AblativeAbsolute/libidinous_loader.git on branch main for newer version with value f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 15:02:30+0300:ERROR:initial_version_check:git_wrapper:git_remote_is_repo:No git executable found. 2024-11-01 15:02:30+0300:INFO:Dummy-1:git_wrapper:git_get_remote_url:Retrieving remote name from D:\git\providers 2024-11-01 15:02:30+0300:INFO:Dummy-1:git_wrapper:git_repo_clone_or_pull:Found already existing git repository at D:\git\providers. Pulling newest version 2024-11-01 15:02:30+0300:ERROR:Dummy-1:git_wrapper:git_repo_pull:No git executable found. 2024-11-01 15:02:31+0300:ERROR:initial_version_check:git_wrapper:git_remote_has_branch:No git executable found. 2024-11-01 15:02:32+0300:INFO:Dummy-1:providers:collect_pinned_rjw_version:Pinned rjw versions found: ['5.5.0.1', '5.5.0.2', '5.5.0.3'] 2024-11-01 15:02:32+0300:ERROR:initial_version_check:git_wrapper:git_remote_branch_last_commit:No git executable found.   Thank you for the report.  The loader uses built-in functionality to attempt to detect whether git has been installed on the system. How did you install git? Did you use this installer: https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.2/Git-2.47.0.2-64-bit.exe ? I fear that on Windows, it will not be able to find portable versions that are not "properly" installed.
Boizxc Posted November 1, 2024 Posted November 1, 2024 i re-download from your link but the result the same also thanks for the fast response  2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:platform info: Windows-11-10.0.22631-SP0 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:uname: uname_result(system='Windows', node='sairzx8_LT', release='11', version='10.0.22631', machine='AMD64') 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:environment: ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\sairz\AppData\Roaming COMMONPROGRAMFILES=C:\Program Files\Common Files COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files COMMONPROGRAMW6432=C:\Program Files\Common Files COMPUTERNAME=SAIRZX8_LT COMSPEC=C:\Windows\system32\cmd.exe DRIVERDATA=C:\Windows\System32\Drivers\DriverData EFC_4796=1 HOMEDRIVE=C: HOMEPATH=\Users\sairz LOCALAPPDATA=C:\Users\sairz\AppData\Local LOGONSERVER=\\SAIRZX8_LT NUMBER_OF_PROCESSORS=16 ONEDRIVE=C:\Users\sairz\OneDrive ONEDRIVECONSUMER=C:\Users\sairz\OneDrive OS=Windows_NT PATH=C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\System32\HWAudioDriverLibs;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files\dotnet\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\windows\system32\HWAudioDriver\;C:\Users\sairz\AppData\Local\Programs\Python\Launcher\;C:\Users\sairz\AppData\Local\Microsoft\WindowsApps; PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 154 Stepping 3, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=9a03 PROGRAMDATA=C:\ProgramData PROGRAMFILES=C:\Program Files PROGRAMFILES(X86)=C:\Program Files (x86) PROGRAMW6432=C:\Program Files PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules PUBLIC=C:\Users\Public SESSIONNAME=Console SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TEMP=C:\Users\sairz\AppData\Local\Temp TMP=C:\Users\sairz\AppData\Local\Temp USERDOMAIN=SAIRZX8_LT USERDOMAIN_ROAMINGPROFILE=SAIRZX8_LT USERNAME=sairz USERPROFILE=C:\Users\sairz WINDIR=C:\Windows ZES_ENABLE_SYSMAN=1 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:cwd: D:\git 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:resource path: C:\Users\sairz\AppData\Local\Temp\_MEI198002 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:script path: D:\git 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:commit id: f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 16:27:58+0300:INFO:MainThread:state:state_load:Loading last state from D:\git\state.json 2024-11-01 16:27:58+0300:ERROR:MainThread:state:state_load:Last path is not valid 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:MOD_FOLDER='' 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:LAST_XPOS=0 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:LAST_YPOS=0 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:DEFAULT_SETTINGS={'n_update_workers': 16, 'allow_insecure_connections': False, 'manual_branch_management': False, 'image_optimization_level': 'low'} 2024-11-01 16:27:58+0300:INFO:MainThread:__main__:<module>:PROVIDERS_REPO_URL='https://gitgud.io/AblativeAbsolute/libidinous_loader_providers.git' 2024-11-01 16:27:58+0300:INFO:MainThread:user_defined:load:user defined config D:\git\user.toml loaded 2024-11-01 16:27:58+0300:INFO:initial_version_check:app_version:has_latest_version:Checking https://gitgud.io/AblativeAbsolute/libidinous_loader.git on branch main for newer version with value f299c60921d1cf2edd14045229b2a83e516be6fd 2024-11-01 16:27:58+0300:ERROR:initial_version_check:git_wrapper:git_remote_is_repo:No git executable found. 2024-11-01 16:27:59+0300:INFO:Dummy-1:git_wrapper:git_get_remote_url:Retrieving remote name from D:\git\providers 2024-11-01 16:27:59+0300:INFO:Dummy-1:git_wrapper:git_repo_clone_or_pull:Found already existing git repository at D:\git\providers. Pulling newest version 2024-11-01 16:27:59+0300:ERROR:Dummy-1:git_wrapper:git_repo_pull:No git executable found. 2024-11-01 16:28:00+0300:ERROR:initial_version_check:git_wrapper:git_remote_has_branch:No git executable found. 2024-11-01 16:28:01+0300:ERROR:initial_version_check:git_wrapper:git_remote_branch_last_commit:No git executable found. 2024-11-01 16:28:01+0300:INFO:Dummy-1:providers:collect_pinned_rjw_version:Pinned rjw versions found: ['5.5.0.1', '5.5.0.2', '5.5.0.3']
Boizxc Posted November 1, 2024 Posted November 1, 2024 also i have git but somhow the system does not register it no matter how i try to reinstall it its like not just the mod launcher also anything thats uses git Â
AblativeAbsolute Posted November 2, 2024 Author Posted November 2, 2024 On 11/1/2024 at 2:30 PM, Boizxc said: also i have git but somhow the system does not register it no matter how i try to reinstall it its like not just the mod launcher also anything thats uses git   Not sure in this case then. But the loader needs to be able to find the git installation to function correctly.
AblativeAbsolute Posted November 2, 2024 Author Posted November 2, 2024 Newest version adds: CRITICAL FIX: Fixed issue where a temporary switch from a detached HEAD to a random branch was not properly dealt with This might cause you to have very outdated versions of your mods Added a fix for dealing with PermissionErrors on Windows If you were facing some kind of [WinError 5] Access is denied issue, this should now be solved Added initial support for selecting a pinned RJW version Removed dulwich dependency (python implementation of git). The git cli is no longer optional. Added title textures. Just some random images next to the title to make the loader prettier. Fixed a crash when providers update failed Fixed an issue with shell escaping
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now