this post was submitted on 27 Mar 2024
12 points (83.3% liked)
PC Master Race
14917 readers
1 users here now
A community for PC Master Race.
Rules:
- No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
- Be respectful. Everyone should feel welcome here.
- No NSFW content.
- No Ads / Spamming.
- Be thoughtful and helpful: even with ‘stupid’ questions. The world won’t be made better or worse by snarky comments schooling naive newcomers on Lemmy.
Notes:
- PCMR Community Name - Our Response and the Survey
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
BSODs aren't normal under any circumstances. That's the last resort error handler when it becomes impossible to salvage the running system safely and it's better to just crash the whole computer.
You can't push a computer "too hard" through just userspace software to the point it inevitably crashes. If you can crash it by using too much CPU or GPU, you have hardware problems or sketchy decade old drivers you shouldn't use. It's not the Windows 9x days anymore, computers don't crash because you look at them wrong anymore.
You are quite right, but Its older versions of max with decades old plugins that are usually the issue, sometimes though i cannot avoid using these as i specialise in max and often customers dont bother updating stuff, but still need compatibility. Also alot of it is caused by me, i have often (not always by choice) had inadequate hardware, where once you start rendering, the machine will lock up in a way where its quicker to just reboot (even task manager can get locked out) than just wait for max to exit gracefully. While it is possible to find the sweet spot, some amount of crashing to desktop/forced rebooting is kind of inevitable in these cases, and here i am just considering the worst case scenario.
I appreciate your reply though, as offcourse its not normal, but some 3dsmax versions especially with older plugins/scripts are not unlike a modern game, where if you add too many mods or put too many parts on your rocket ship, will quite happily crash or freeze your machine entirely, or even BSOD.
It really shouldn't lockup the whole machine or BSOD still, 3DSMax plugins don't run as kernel drivers (I hope?). Although the lockups could eventually lead to BSODs if it corrupts files everytime you have to hard reset. The kernel has the final word unless compromised by a driver, it really should be able to kill 3DSMax and leave you with a usable computer.
I don't know Windows enough, but you should be able to configure it so it can't use quite all of your RAM and CPU so there's always a bit of memory and a CPU core available for Windows to function. That would greatly help not being stuck unable to open task manager. Run 3DSMax as a low priority task as well, so that Windows will prefer giving CPU time to literally any process first and 3DSMax gets whatever is left (which should still be plenty).
I'd still make sure to Google any BSOD codes and investigate their cause. Maybe over time your CPU gets a little toasty, or the CPU vendor got a little too greedy with the turbos and boosts, or just can't sustain the load all that long. I had to underclock mine because I had occasional lockups during long builds and it's been solid since.
It's generally preferable to leave some performance on the table if that avoids full crashes. Each crash is a potential corruption of your project's files, a long interruption in your workflow, and an annoyance.