#For those getting errors related to LFS when cloning toolkit

61 messages Β· Page 1 of 1 (latest)

sour cedar
#

Actual workaround:

(requires that you have a previous version successfully cloned)
(or download toolkit from nvapp and copy that over the new clone without overwriting files)

  1. Clone the repo and disregard the LFS error
  2. Copy the contents of your other successful clone into the new clone folder, DO NOT OVERWRITE
  3. If you have folders with _ in front, like _build, in your toolkit-remix directory, delete these before trying to build
  4. build the new one, should work.

probably a smarter way to copy just the missing files over, but this worked for me in a pinch.

Alternatively: #general-remix message
Install toolkit from nvApp
git clone from toolkit repo, or just download the .zip
copy git version over nvApp version, replacing files
not sure if you build before copying or after or not at all πŸ˜„
(I haven't tested this)


~~You can clone without the large files with:

(using git bash)

GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/NVIDIAGameWorks/toolkit-remix/~~

THIS DOESN'T WORK
It will build but crashes. Most likely requires these files.

vague jay
#

that's absolute madness I was about to put in general if there was a fix/workaround YOU THE MAN BINQ LETSGO

sour cedar
vague jay
#

oh wait same, no workey SadgeCry4x

sour cedar
jade obsidian
#

yeah this just skips downloading essential files

#

not a fix

karmic plinth
#

LFS files should normally just be documentation files and test files, it's surprising the build fails.

#

What error do you get ?

jade obsidian
#

@karmic plinth

karmic plinth
#

Yeah that should be fine, it failed to clone a documentation video

karmic plinth
# jade obsidian

Also the error in this photo should have been fixed a little while back

#

it's still a thing ?

jade obsidian
#

that's just the first file erroring

karmic plinth
#

Yeah no important files are in LFS AFAIK

jade obsidian
#

hmm

karmic plinth
#

you're getting the clone errors right now ?

jade obsidian
#

i haven't tested. just forwarding useful information scattered around the server πŸ˜›

jade obsidian
karmic plinth
#

The icons are gonna be problematic

#

everything else should be whatever

#

and this error was seen a couple of weeks ago but shouldn't be an issue anymore right now

jade obsidian
#

it's been happening for multiple people tonight

jade obsidian
#

skipping LFS files leads to the toolkit crashing on startup

karmic plinth
#

/data/tests in the path means that they're test files

sour cedar
#

Toolkit crashes on startup after build when cloning without LFS files

karmic plinth
#

Yeah that's the error I would like to see, I think the error will have to do with the icons

sour cedar
#

Pete to the rescue!

#

give me a second

karmic plinth
#

Looks like it's starting to launch the viewport

#

I can check the dump if you submitted

sour cedar
#

I can submit now, i will put FOR PETE in the comment box

karmic plinth
#

just send the logs or more specifically the crash ID for the crash you submit

sour cedar
#

Isn't it like 1 million o'clock in peteland? don't stress if it's late there, can look at it later (at least for my sake)

jade obsidian
#

pete is timeless

karmic plinth
#

yeah it's a bit late haha!

sour cedar
#

Just submitted again, not sure if this is the CrashID you need: 327f3dba-0d59-4764-ab11-06813f105f7b

2025-05-13 04:25:20 [0ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] A crash has occurred.  If a debugger should be attached, please set the '/crashreporter/debuggerAttachTimeoutMs' setting to a timeout in milliseconds.  This can be used to allow the crash reporter to wait for up to that long for a debugger to attach before processing or sending the crash report.
2025-05-13 04:25:20 [4ms] [Warning] [carb.crashreporter-breakpad.plugin] Launched process 'py-spy.exe' as PID 23456
2025-05-13 04:25:20 [53ms] [Warning] [carb.crashreporter-breakpad.plugin] [crash] compressing 3 files into 'F:/toolkit-remix/_build/windows-x86_64/release//data/Kit/RTX Remix/1.0\327f3dba-0d59-4764-ab11-06813f105f7b.dmp.zip' for upload.
2025-05-13 04:25:21 [513ms] [Info] [carb.crashreporter-breakpad.plugin] attempting to delete the file 'F:/toolkit-remix/_build/windows-x86_64/release//data/Kit/RTX Remix/1.0\327f3dba-0d59-4764-ab11-06813f105f7b.dmp' with 10 retries remaining.
2025-05-13 04:25:21 [514ms] [Info] [carb.crashreporter-breakpad.plugin] attempting to delete the file 'F:/toolkit-remix/_build/windows-x86_64/release//data/Kit/RTX Remix/1.0\327f3dba-0d59-4764-ab11-06813f105f7b.dmp.toml' with 10 retries remaining.
2025-05-13 04:25:21 [528ms] [Warning] [carb.crashreporter-breakpad.plugin] Launched process 'crashreport.gui.exe' as PID 28792
karmic plinth
#

Were you running the dev version of the app? The regular app doesn't have a crash log

sour cedar
#

I'm running the .bat from the release folder

karmic plinth
#

yeah the first one was running the ingestion app

#

that's why I couldn't find the logs

sour cedar
#

I'm trying to find a way to get my grubby mitts on the LFS files without downloading them all one by one

sour cedar
karmic plinth
#

Yeah that's something in the Omni UI style logic crashing so it's probably just trying to find icons and failing. I could push a fix to exclude icons from LFS see if it fixes it. Just remind me to look into that tomorrow πŸ™‚

karmic plinth
#

Git LFS should work again... Sorry for the issues guys!

vague jay
#

Yippeee!! No worries, thanks! peepoBlushReallyHappyDank

karmic plinth
#

And for those who get crashes on start, this is a package of the latest build that should resolve that temporarily
#asset-creation message

#

AKA @warm patio and company

warm patio
# karmic plinth AKA <@544327892599963668> and company

Ty Pete!
Sadly my issue is something else. Managed to crash that build within 5 seconds kekwπŸ₯²
It is a GPU crash caused by viewport resize under low FPS. Most likely when there are multiple resize events within a single frame Peepo_Shrug
I have an special issue filed for that one. https://github.com/NVIDIAGameWorks/rtx-remix/issues/756
I can't debug that on my own so I haven't been able to contribute to the toolkit for some long long months Peepo_Sadge

GitHub

Contact Details (Optional) [email protected] Describe the bug I just resized the viewport on a freshly created project and got a GPU crash, and it happens all the time. How do you reproduce t...

karmic plinth
#

yeah we have a pending ticket with the kit team for that ...

warm patio