mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #58] Git-sim hangs with GLib-GIO-WARNING #40
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bradykelly on GitHub (Feb 13, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/58
I have just installed git-sim v0.2.3 on Windows 10 v10.0.19044 via
pip3 install git-simafter installing Manim withchoco install manimce. Chocolatey installed the following packages:For python3 Chocolatey output the following log entries:
For python Chocolatey output these log entries:
When I run
git-sim logthe following text is output and git-sim seems to hang. I.e. nothing happens for several minutes.After a few minutes I hit Ctrl+C and git-sim output
Aborted.to the terminal and then exited.After aborting the following directories were created:
I ran git-sim from the directory
\Dev\Apps.Bison\GlobalPlatform\PlatformAddins\GlobalPlatformAddin. The images and videos directories are empty but the texts directory contains 10 .svg files.@initialcommit-io commented on GitHub (Feb 13, 2023):
@bradykelly Thanks for dropping the details here. Sometimes the first run after install takes a bit, but shouldn't take that long. Then subsequent runs after been fast for me. Can you try these steps and let me know the result:
git-sim -hand let me know if it hangs or prints the helpgit-sim -d log, the -d flag will prevent it from trying to open the image file immediately, which can sometimes lead to the Glib warnings...git-sim logagain and just let it run for like 10 mins to see if it's just running super slow or actually hangingOnce you can get it to run for the first time it's usually much faster after that.
Thanks for your patience!
@bradykelly commented on GitHub (Feb 14, 2023):
Thank you very much. I was just a bit too hasty the last time I tried it, but when I tried now I went away and did something else and it worked fine. I don't even think it took 10 minutes. Just BTW, I got the warning even just running
git-sim -h