Closed Steve0Greatness closed 5 months ago
Can't reproduce on latest version. Thanks for reaching out though
Unfortunately, I can still replicate this bug. I'll see if there's any other debug information I could that could help
@Steve0Greatness bump on giving more information? :)
I noticed that it failed to access the Git repo. Do you receive any "exists" command logs stating that Comic Engine v2 doesn't exist?
Yes. When loading Comic Engine V2, it tells me it exists.
Hm, odd. I'll try adding more debug logging in the next release - it was probably needed anyways. I'll also try asking more people if they can reproduce this issue
@Steve0Greatness Are you able to share the project that caused the issue?
I was able to finally reproduce this issue on Ubuntu 22.04.4. I'll look into this.
So it seems that trying to generate new object IDs errors because Git wants to be in a repository? This is just super odd since object IDs are usually able to be created outside of a repo
WAIT WAIT WAIT I JUST REALIZED PEOPLE USUALLY DON'T RUN THIS FROM A REPO AND SINCE THIS USES -w
TO INSERT IDS INTO THE REPO IT WON'T WORK FOR THEM!!!!!! FIX COMING SOON!!!!!!
Object IDs have to be made from within a repository but diffs using those IDs can be done from outside, I believe. Even so, I can easily add in cwd logic and stuff
@Steve0Greatness can you test the latest commit? I believe I have fixed the issue now
This does appear to be fixed, now. I was able to commit to my repository and push the changes directory within Turbowarp https://scratchgit.glitch.me/Steve0Greatness/Comic-Engine-V2
Great, thanks for your feedback!
Details
Last Tested Version: Commit
9c1354e
(compiled from source) (latest not tested)This bug:
Original Error
Additional Context
Also: Not sure if this is entirely relevant, but here's the full commit diff of a commit that was affected by this issue:
If you need anything else: let me know.