Main Menu

Recent posts

#1
General / Re: Hi everyone
Last post by aureliojin - Today at 04:57:14 AM
Have you had a chance to combine Process Lasso with other optimization software like MSI Afterburner, Throttlestop, or AutoRuns? I would love to know how you usually build your optimization software ecosystem to keep your machine running smoothly.
#2
Process Lasso / Re: CPU Priority Not Inherited
Last post by chloebutler - Yesterday at 03:24:03 AM
Use a script or third-party tool that waits for the game process to start and then sets its priority.
Example in PowerShell
while (-not (Get-Process "GameExecutableName")) {
  Start-Sleep -Milliseconds 100
}
Get-Process "GameExecutableName" | ForEach-Object { $_.PriorityClass = "High" }
Or create a custom launcher that first launches the game, then adjusts its priority.
#3
Process Lasso / Re: Is it safe to remove proce...
Last post by BabyDibbert - July 10, 2025, 07:44:01 PM
Quote from: Jeremy Collake on July 10, 2025, 08:00:49 AMUnless you've set rules in Process Lasso that are causing a problem, Process Lasso is not the issue. However, you can certainly safely uninstall it or simply reset the config in the options menu to assess the impact.
Thanks for your help!!
#4
Process Lasso / Re: Is it safe to remove proce...
Last post by Jeremy Collake - July 10, 2025, 08:00:49 AM
Unless you've set rules in Process Lasso that are causing a problem, Process Lasso is not the issue. However, you can certainly safely uninstall it, or simply reset the config in the options menu, to assess the impact.
#5
Process Lasso / Re: Game crashes while perform...
Last post by coeddie11 - July 10, 2025, 04:32:18 AM
It's likely that the game client isn't optimized for aggressive CPU performance settings—try excluding the game process from Performance Mode in Process Lasso and instead tweak individual CPU affinities or priorities manually to stabilize it.
#6
Process Lasso / Is it safe to remove process l...
Last post by BabyDibbert - July 10, 2025, 02:35:38 AM
So I got a new monitor a few months ago. An acer Nitro ED270R with 180hz. When I first installed it to my computer I tried to play helldivers 2 but I kept getting major stuttering issues and freezing leading to disconnects but hasn't appeared on any other games beside black ops 3. I've been trying to play the game again and I've been getting the same issues no matter how low I set my graphics. I've downloaded and installed the latest drivers but still no fruit. I saw a few posts that said that disabling process lasso would solve the problem but I'm not sure how to do that or that disabling/deleting it would cause other problems. I've got an RTX 3060 with 32 GB of ram. I'm not very tech savvy and would appreciate some guidance/help or if it's just a matter of getting a better graphics card.
#7
Process Lasso / Re: Game crashes while perform...
Last post by bumper21 - July 09, 2025, 03:44:03 PM
Quote from: Jeremy Collake on July 08, 2025, 11:33:26 AMI recommend stress testing the PC in a high performance power plan/mode. I suspect there are thermal control or other hardware instabilities that only manifest when you're in a high performance power plan. Let me know how it goes!

The thing is I've played lots of other games that require much higher performance than RO (Destiny 2, D2R, D4, PoE2, etc) and I've never had performance or crashing issues do to thermal control before with them.

Now, i haven't tested those games with Process Lasso in HP mode to see if they also crash but all I know is that when I have performance mode on I get periodic crashes and when it's off I don't when I play RO.
#8
Process Lasso / Re: Game crashes while perform...
Last post by bumper21 - July 09, 2025, 03:41:33 PM
Quote from: Lifluke on July 08, 2025, 03:28:16 AMI had the same issue with high-performance mode causing crashes in another game. Try enabling ProBalance and CPU Limiter in Process Lasso instead, gives smoother performance without forcing max settings.

What do you suggest for CPU Limiter?
#9
Process Lasso / Re: The foreground boost seems...
Last post by Jeremy Collake - July 09, 2025, 03:37:43 PM
We've now added a distinct setting to avoid boosting of non-normal GPU priorities as of v16.0.0.39 BETA.

Thanks for the feedback!
#10
Process Lasso / Re: The foreground boost seems...
Last post by login404 - July 09, 2025, 03:34:34 PM
It seems that boosting normal priority is only determined by CPU priority.
If the CPU is not at normal priority but the GPU is at normal priority, it won't be boosted.
Some programs will automatically boost CPU priority but not GPU priority. 
I think whether the CPU and GPU priorities are normal should be judged separately.