ZBrushCentral

Intel Inside - Experiment

OK, sorry for my tardiness, my attention has been in high demand these days.

I’ve worked through some of the known issues and got a script that increases - seems to anyway - launch perfection to 95% on the first try!

So I need everyone willing to give it a go for awhile and provide some feedback. You still have to give a few moments after force quiting, natural quitting, crashing, before trying to run it again, I may have to build that in as well if all goes well on tghis beta run.

This does the ‘kill translated for you’, and then a delay, then it tries to open Zbrush. You can mess with it all you want. NOTE: You must type your system password (root) each time. I didn’t think it fair for me to provide something that might control your system. I’m also giving the script, you must save it, name it and care for it. Make sure you save it as Application Bundle!! Or it will not be Uinversal. I’ve modded this from results of several scripts for about 6 applications trying to run under Intel, it still needs work, but…

Yes, Applications>Applescript?Script Editor…

Paste this in to it…

on run
killtranslated()
delay 6
tell application “ZBrush2” to launch
end run

on killtranslated()
set pid to do shell script ¬
“ps -auxw -U root | grep -i translated | awk ‘{print $2}’”
if pid ? “” then
do shell script "kill -TERM " & pid ¬
with administrator privileges and password
end if
end killtranslated

I got this on my first try.

Sntax Error.

Expected “then”, etc. but found unknown token.

just pasted it into the script editor and hit run.

Thanks, this is so appreciated.

edit: However, it did start right up on the when I tried it.

Try this…

Hey I quit and restarted 3 times and it started right up.

I will have to test again tomorrow. Wow, this helps so much.

Good, I can probably mod it to be better as soon as more people give it a shot. Thanks for the feedback, AVTPro. :wink:

A note: some people have had a few character change issues, so I’ve tried to make it clear…

I’ve also attached a Script Editor file…

Attachments

Picture 3.jpg

I had another confirmation of succes today, from someone with problems from early on. A machine that rarely ran Zbrush at all under Intel on an early release of the MacBookPro. So things are looking pretty good for this script. Hopefully everyone here wil report back so we can fine tune things. :wink:

Happy Holidays.

This one worked out great, and no errors in the script editor. I’ll keep trying to see if it works well after a few open/close scenarios. You’re a godsent :slight_smile: Truly greatful for this, cause Z runs much nicer under intel OS X :wink:

[EDIT] Worked 5 times in a row and looking strong! Call Aurick, I believe you have cured our blues :slight_smile:

Cheers

Follow up: Small tip, when running the above script, let it run and open up Z. If for instance you go to another app like firefox, Z will most likely hang. Happened 95% of the time I tested it.

CHeers!

Woohoo! It finally works on my MacPro Dual 3Ghz!

I was contemplating upgrading the RAM to match another ZBC posters system specs but now since I have actually been able to start up, I guess I won’t have to. Before I couldn’t even get past the first “Welcome to ZBrush 2” dialog window after a fresh install on my new machine. Now I’m in and ready to play.

I’ll post any updates after running it but it looks promising now that I can finally just get the frickin app started. heh. THANKS MR. BELEC!!!

One weird thing I found out… The app will only start properly if I click the Zbrush icon within Applications > Zbrush2. Otherwise if I click the Zbrush icon I pulled into the dock, the app will stat up but freeze immediately.

FYI, I also got the “syntax error”.

One question… Do you have to re-run this script every time you use ZBrush or after you restart your machine? Or will it be straight after running it just this once? I’m so happy its up on this machine that I dont want to restart and find out that I was teased with a glimpse of a functional ZBrush. heh

Excuse my excitement, multiple posts and omit the last statement about the ZBrush icons…

I’ve tried to run it a few more times and it keeps freezing up on me. I also saved and ran the “_zbrushrun_master.app.scpt” without success after the first few times ZBrush opened up.

I must be doing something wrong here. Back to my previous state of ZBrush deprivation…:frowning:

As I leave town… To be clear, you use the script to run Zbrush each time, it handles the problem. Make sure you save the script out as an Application Bundle from Script Editor (under Applications>Applescript) then put this new little app in your dock and call it Zbrush or ZbrushControl if you like. All the best for the holidays.

Also as I’ve already mentioned, be patient, let the stuff run and open, don’t go hoping to other apps, or wiggle your mouse, restrain yourself until Zbrush is up anad running and relaxed. :wink:

Great thanks alot, it works for me! Merry Christmas ZBrushers!!

Both seem to work. This one give me the root dialog, and launches ZB. Still has to wait a sec to get it started but it works fine. Zbrush launches and I get no error when the strip runs. Thanks a lot.

Amazing you guys can do this type of scriptwriting control. Anyway I have been using ZBrush a lot more knowing it will start without a hassle. Thanks so much.

Jason,

The script works and makes Zlife easier! Merry Christmas! Thanks!

Just a reminder here for those that have not given the script a test, please do. And those that have been testing with it, if you could give some more feedback, it would be apprecated to advance a solid solution for this issue. :wink:

Haven’t had any probs here, compiled it into an .app file and works beautifully. The ocassional hiccup is from what I mentioned before. Solid!

Happy New Years

Cheers!

hi, so glad to find im not the only one who is having trouble on the intel macs. Ive been running ZBrush on previous machine which was imac g4 512 mb ram, ive now upgraded to a intel mac pro 2 3GHz processor, 4gb of ram, 500 gb harddrive and now the software doesnt boot, its gets to the title screen and locks up, ive waited for atleast 5 mins, nuttin happened, i then came across yours scripts gave them a try, still same prob. so i dunno wot to do really. i have used the software before and think its amazin, but i think the actual support isnt to great, i mean they should have brought out a offcial upgrade if there are known issues with it. anyway if anyone has ne ideas plz let me know, goin out of my brain here. cheers

File this under WTH !!! On my iMac… Close all “major” apps (I leave Quicksilver running) and start ZBrush, force quit when it stalls, open Mail, select and message then deselect it so the window is open but no messages are selected… the ZBrush fires up and plays nice. This is the ONLY app that seems to work. I followed other suggestions from here (opening Preview, waiting a minute, etc.) but this is the only thing that has worked.

Not saying this is explanatory but maybe it will work for someone else too.

BLUEFROG