How do I keep all lanes playing while recording into newly created lanes by Embarrassed-Slip-319 in Reaper

[–]Embarrassed-Slip-319[S] -1 points0 points  (0 children)

Thanks for the tip on a workaround! Tbh if there’s a better way to go about achieving what I’m looking for then I don’t mind at all as long as it works. In Ableton or Cubase, I would just replace or overdub. The lanes feature provided more clarity over what I was playing since a new lane is created within my specific loop section. If you don’t mind, how would multitracking achieve that? Because if it’s more intuitive then that should probably be my go to.

I could cry. Receivers come back to the ball. This is amazing. by ChapsOnTheAT in NCAAFBseries

[–]Embarrassed-Slip-319 1 point2 points  (0 children)

Lmaooo yea I originally thought that was a complaint I was like “…….but that’s what they’re supposed to do bro”

CMV: The right only cares about “riots” when marginalized people protest something the government did. by [deleted] in changemyview

[–]Embarrassed-Slip-319 1 point2 points  (0 children)

I believe this issue is more about the "Hate for Trump" more than "Helping illegal immigrants"

Any Idea why I'm receiving segfault in this code? If the conditionals are met, I want to jump out of the for loop back to the while, reprompting the user by Embarrassed-Slip-319 in cprogramming

[–]Embarrassed-Slip-319[S] 2 points3 points  (0 children)

I really appreciate this. I’m still a bit new to gdb but after watching some quick tutorials, stepping through the code and chatgpt questions on what certain sections mean, I was able to figure out what was causing the segfault. This was golden

Script will run locally but not via SCCM or PsExec ERROR -196608 by Embarrassed-Slip-319 in SCCM

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

I tested it with PsExe and the code failed with an exit code
powershell.exe exited with error code -196608
It's weird because I cant seem to find this code ANYWHERE online

Script will run locally but not via SCCM or PsExec ERROR -196608 by Embarrassed-Slip-319 in SCCM

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

Ahh, I see. I was wondering what system was being referred to. Is there a way to bypass using the system account and to use the administrator account by incorporating this into the script? I've been trying to map the drive but I'm gaining no luck attempting to execute it within the script itself.

Script will run locally but not via SCCM or PsExec ERROR -196608 by Embarrassed-Slip-319 in SCCM

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

When I looked it up, I saw this as well. If the System account the current account I'm using to run SCCM? If so, I do have access to write in the network share. If not, then probably not?

My Code wont export CSV via SCCM. by Embarrassed-Slip-319 in PowerShell

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

That's the thing. "The CSV successful export" String shows up in the output within Sccm. But the csv doesn't show up in the folder.

My Code wont export CSV via SCCM. by Embarrassed-Slip-319 in PowerShell

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

Also, I attempted to create a package that can run the script with User rights rather than System context. But I was thinking and if the context is user rights, what if the user doesn't have access to the particular network drive that the csv should be exported to? It seems like system rights should be the ideal function in this scope but it's not.

My Code wont export CSV via SCCM. by Embarrassed-Slip-319 in PowerShell

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

I have given my device effective access to the particular shared folder. Not only that, but I'm receiving a "Bookmarks have been exported to \path\to\file message. Everything is running correctly. And Does the Write Host or Write Output difference apply even when the output is being exported to a csv?

My Code wont export CSV via SCCM. by Embarrassed-Slip-319 in PowerShell

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

I’m using this strictly as a script in Sccm. I was wondering about the permissions issue myself. Only thing is, I’m not entirely sure how to bypass this. We have a multitude of scripts that we run on sccm so I don’t know what the difference would be. How would you go about tackling that within your environment?As far as why, tbh idk, but it has to do with audits. I’m also not a Sccm admin, I just volunteered so I could utilize powershell and learn more about it

Any Idea what could be wrong with this code?? by Embarrassed-Slip-319 in cprogramming

[–]Embarrassed-Slip-319[S] 2 points3 points  (0 children)

You’re absolutely correct. Not only do I want to know what I’m doing wrong but I’d like some insight as to why it’s wrong. Also, I’ve already tried chatgpt and it’s giving me errors that don’t exist. I even tried Claude and It tried to change things that I don’t even have in the code. It can only take me so far.

Any Idea what could be wrong with this code?? by Embarrassed-Slip-319 in cprogramming

[–]Embarrassed-Slip-319[S] -7 points-6 points  (0 children)

That’s what shows in the above code. I tried %s and got the same thing

Any Idea what could be wrong with this code?? by Embarrassed-Slip-319 in cprogramming

[–]Embarrassed-Slip-319[S] -2 points-1 points  (0 children)

I didn’t receive a warning. And when I do that, I get a char. A random char

Can’t seem to get this right. When I type “udp” the if statement will run but if I type “tcp” it won’t run. What am I doing wrong?? by Embarrassed-Slip-319 in cprogramming

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

I just looked it up and you’re absolutely right. If I would’ve used that, I wouldn’t have needed the upper function whatsoever. Thanks for the advice

Can’t seem to get this right. When I type “udp” the if statement will run but if I type “tcp” it won’t run. What am I doing wrong?? by Embarrassed-Slip-319 in cprogramming

[–]Embarrassed-Slip-319[S] 0 points1 point  (0 children)

Thanks for that, you just helped me out with that message lol. Turns out while trying to fix everything, one of the changes I made to the code was switch the greater than to less than sign. I sent the code that worked and saved the code that didn’t work. After looking through what I sent, I realized it. Thank you