Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cinema 4D Detection Issue #11

Open
sashinator opened this issue Dec 11, 2023 · 9 comments
Open

Cinema 4D Detection Issue #11

sashinator opened this issue Dec 11, 2023 · 9 comments
Assignees

Comments

@sashinator
Copy link

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:
image

@djkato
Copy link
Owner

djkato commented Dec 11, 2023

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.

@djkato djkato self-assigned this Dec 11, 2023
@sashinator
Copy link
Author

sashinator commented Dec 11, 2023

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

@AlehSId
Copy link

AlehSId commented Jan 13, 2024

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?

@djkato
Copy link
Owner

djkato commented Jan 13, 2024

@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.

@AlehSId
Copy link

AlehSId commented Jan 14, 2024

@djkato Can you please tell me how I can fix it myself?

@djkato
Copy link
Owner

djkato commented Jan 14, 2024

@AlehSId

  1. rustup
  2. download sashinators PR, extract to folder
  3. open CMD or any terminal, navigate your terminal to the folder where you put that PR
  4. type cargo build --release
  5. new folder will appear there, your .exe should be in ./target/release/(some name).exe
  6. run, profit.

You won't get update notif tho when I release it officially later, but if sashinator found the issue it should hopefully work.

@sashinator
Copy link
Author

I can compile a build and add it to my PR today.

@sashinator
Copy link
Author

sashinator commented Jan 20, 2024

@AlehSId I have attached a compiled build to the pull request.

@Dragoy
Copy link

Dragoy commented Jan 30, 2024

There is a bug, the line with the project name display is now ignored in the config: "show_default_when_excluded = false
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants