Trying to convert a BiRP project to URP works for the most part fine, however there are reports of some of the converters getting stuck permanently.
On my side I’m focusing on the PPv2 Converter… after letting it run for several hours on a reasonably small project (20+ hours) it didn’t move the progress bar at all.
I think the issue is here:
- searchItem is always null (inside the foreach iteration)
- and “searchItems” is a sorted list with 71 elements on my side, it seems stuck there forever somehow.
- it never hits the ‘var description’ breakpoint just below that ‘if’ check.
Others have mentioned that the read-only material converter also never finishes but I haven’t tried that one myself.