Open sashinator opened 11 months ago
Aah I see. Yeah the "R" there was intentional as it was added to help not detect browser searches of "Cinema 4D how to..". I made this back when R was still common, so I will push a fix soon.
Nice! I sent over a pull request but you explaining why the R was there makes a lot of sense. Thanks again for making this program so my friends can laugh at how long I've had C4D open, haha
Nice! I sent over a pull request but you explaining why the R was there makes a lot of sense. Thanks again for making this program so my friends can laugh at how long I've had C4D open, haha
can u send correct version?
@AlehSId @sashinator I saw the PR #12 , but didn't have time yet. I do not have access to windows(switched to linux) for the next month, so I cannot release a build. If you're willing to get your hands dirty, I could walk you through how to build it for yourself, but if not this'll have to wait for a month. Sorry.
@djkato Can you please tell me how I can fix it myself?
@AlehSId
cargo build --release
./target/release/(some name).exe
You won't get update notif tho when I release it officially later, but if sashinator found the issue it should hopefully work.
I can compile a build and add it to my PR today.
@AlehSId I have attached a compiled build to the pull request.
There is a bug, the line with the project name display is now ignored in the config: "show_default_when_excluded = false "
DRP Creative Build: v1.0.3 Cinema 4D Build: 2023.0.1 (2023.CL38444.44159)
I was really excited to find this program, so was a bit bummed when I couldn't get it to actually work with the program I downloaded it for. I did all the basic troubleshooting I could think of: closing and reopening Discord and C4D, making sure there was no setting causing this to happen, restarting, etc. but still couldn't get it to work.
I haven't ever really done any coding, but for some reason thought maybe I could determine what this was coded in, install the appropriate programs, and try to fix it myself. So I did!
On Line 122, the "process_search_string" variable is "Cinema 4D R", whereas the process name of my Cinema4D version is "Cinema 4D 2023.0.1" with project info afterwards. Removing the R and running that version caused it to work with no issues: