Program wont run on secondary accounts

I am teaching my students a 3D modelling program called ZBrush from Pixologic. It is installed on the new Mac Pro and works great on my account. But when the students log into their user account, it wont open. I get a prompt saying....
NOTE
Out of disk space.
Virtual memeory file can´t be used until more disk space is made available.
It is recommended that you save your work and restart ZBrush.
I have contacted the manufacturer of ZBrush but they just said it sounded like a permissioin problem.
I have set no limitations to the student account. They have administrative access to the HD
Can anyone tell me what I can do to allow them access to this program?
Jim

Minimum System Requirements
OS: OSX 10.0 or newer
CPU: G3 processor or newer
RAM: 256MB (512MB recommended, 1024 for working with multi-million-polys)**
Monitor: 1024x768 monitor resolution set to Millions of Colors
http://www.zbrush.info/site/index.php/ZBrushInfo_Home
Forums:
http://206.145.80.239/zbc/index.php
My guess is that it isn't written (well) for Mac OS X Tiger and multiple accounts. Does each user have their own activation key or anything?
Is it Intel/Universal Binary? Do you have adequate memory and disk space? I would put all User Accounts on a non-boot drive, too.
You may need to give each student account a link to the program, move the program someplace else. Does the program write to its own directory? it shouldn't but might and they may have read only access to the program.
I say I don't think so as 10.0 is old, was mostly Carbon, and programs that run on and take advantage more fully of Tiger features and support, which is a good thing, require 10.4.6 or later. Seems they are still getting into the swing of 64-bit/Vista and support for more memory.
Students with admin access? do you want that? I don't think so. Restricted should be fine and keep them from getting into places they don't need to (but will).

Similar Messages

  • Program wont run

    i tried to run this program but it wont work
    public class MyProg
    { public static void main(String[] args)
    { System.out.println(�Welcome to Java Programming�);
    i think i have a problem with the compiler line??
    c:\jdk1.3\bin\javac a:\demo.java ??????right??????
    help please

    First, you need to put this in a file called MyProg.java. Then
    c:\jdk1.3\bin\javac a:\MyProg.java
    will probably work (assuming your classpath is right)
    Next, if you get more error messages, post them.

  • Simple program wont run  java.lang.NoClassDefFoundError

    Exception in thread "main" java.lang.NoClassDefFoundError: Server (wrong name: Simple_Server/Server)
    i am new to java and i made this simple script to accept connections then pass them on to HandleClient.
    but when i run it i get this output
    Exception in thread "main" java.lang.NoClassDefFoundError: Server (wrong name: Simple_Server/Server)
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(Unknown Source)
            at java.security.SecureClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.defineClass(Unknown Source)
            at java.net.URLClassLoader.access$000(Unknown Source)
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClassInternal(Unknown Source)here is the source code
    package SMTP_Server;
    import java.io.*;
    import java.net.*;
    public class Server {
        ServerSocket serverSocket = null;
        boolean listening = true;
        public Server(){
         System.out.println("New Server Created");
        public void main(String[] args) {
            try {
                this.serverSocket = new ServerSocket(4444);
            } catch (IOException e) {
                System.err.println("Could not listen on port: 4444.");
                System.exit(1);
         while(listening){
             try{
              new HandleClient(this.serverSocket.accept()).start();
             } catch (IOException e) {
              System.err.println("Caught IOException: " + e.getMessage());
    }I thought it might be that main() is not static but it wont work if make it static because it cannot access the listening or serverSocket fields
    Thanks for all the help
    Scott.

    The directory hierarchy of your .class files must mirror the package hierarchy of your classes.
    So if you've got a class "Foo" in a package "p1" (i.e. a class with the fully qualified name of "p1.Foo") and a clas "Bar" in a package "p2" (i.e. a class with the fully qualified name of "p2.Bar"), then you need a file hierarchy such as this:
    p1/Foo.class
    p2/Bar.classAnd the directory in your classpath needs to be the directory that contains p1 and p2.
    So what you need to do is go to a directory that contains a directory called "Simple_Server" (your source file mentions SMTP_Server, but I assume you changed it at some point).
    That directory Simple_Server must contain a file called Server.class.
    Then execute "java Simple_Server.Server".
    Also please follow common naming conventions, as your code will become harder to understand if you don't. An important rule in those conventions is that package names should be in all-lowercase and not contain any non-letter characters if possible (i.e. use "smtpserver" instead of "SMTP_Server").

  • Programs wont run after compiling

    not sure what I'm doing wrong here, looked around on the forums for anything, and found nothing regarding this issue.
    I have tried to install a few programs now, AWN, and Cairo-Clock, downloaded the tar files, unpacked them, cd to the directory, and run
    ./configure
    make
    make install
    and then when I try to run the program, i get an error saying the program could not be found, but it is in the menu to run it, what am I doing wrong here?
    Sry for all the noob ?s on the first night with Arch, but this is confusing the hell out of me, I get no errors during configuring, or installing, but the program just will not run. Any help would be appreciated.
    Last edited by McLovin (2008-03-26 06:56:32)

    McLovin wrote:
    not sure what I'm doing wrong here, looked around on the forums for anything, and found nothing regarding this issue.
    I have tried to install a few programs now, AWN, and Cairo-Clock, downloaded the tar files, unpacked them, cd to the directory, and run
    ./configure
    make
    make install
    and then when I try to run the program, i get an error saying the program could not be found, but it is in the menu to run it, what am I doing wrong here?
    Sry for all the noob ?s on the first night with Arch, but this is confusing the hell out of me, I get no errors during configuring, or installing, but the program just will not run. Any help would be appreciated.
    My guess you're installing in a prefix which is not in your path (maybe /usr/local ?).  Either add it to your path, or change the prefix when running configure like
    ./configure --prefix=/usr
    On a side note, why don't you use the packages provided in the AUR. If you use those they will get managed by pacman as a bonus

  • Automatic Payment Program-which of the bank accounts is chosen for payment

    Hi Gurus,
    I have a question related to Automatic Payment Program(F110). When Automatic Payment Program is run which bank account is chosen?
    Is it the
    1. Main Acount
    2. Payment Sub account?
    Also, why?
    Kindly answer.
    Regards,
    Sagar

    Hi Sagar,
    In F110, the Payment Sub Account is selected for Payment(The Outgoing Bank Account). This is defined in FBZP in the node bank determination> Bank Selection> Bank Accounts.
    The reason why this GL is selected is :-
    1. When you make Payment: -
    Vendor A/C...Dr.
    To Outgoing Bank Account
    2. Bank Reconciliation
    Outgoing Bank Account Dr.
    To main bank Account
    The entry to the main bank Account is posted only when the information that the cheque is encashed by the vendor is sent by Bank in Bank Statement. The Main bank Account is the balance as per Bank Books. So, till the time, we do not receive info from bank that the cheque is encashed, the amount lies in Outgoing bank Account and it is transferred to main bank account only upon final confirmation from bank.
    Regards,
    SAPFICO

  • What is the most reliable way to run one Windows accounting program in Osx 10.5.8?

    I have a simple Windows application where I basically do my accounts. I do not want to tie up my Imacs resources with running a full Windows Os "emulation" like Paralells or VMware Fusion just to run a simple accounting program.
    I have heard about apps that can run one windows application at the time through a kind of Osx Application which emulates windows some how. Is is true that this is a better way of running my accounting program? Is it reliable? What I do is to punch in invoices and print out reports basically. How much resources does this "consume" to run it in "one simple application mode" in comparison with for example Paralells?
    And what is the term for running windows in "one simple application mode"?

    I guess you could try the free trial of CrossOver. http://www.codeweavers.com/products/crossover/ You did not say what app you want to run so it is difficult for us to recommend crossover as being able to run the app.
    But your question is that you are looking for the "most reliable" way to run a Windows program. In my opinion you need Parallels or Fusion. These run the real Windows OS so my thinking is it is the "most reliable" method of running a Windows app on an Apple computer, other than Boot Camp.
    But you said you don't want Parallels. This is probably why you have not received any responses. You eliminated the most reliable and easiest method, in my opinion, when you initially posted. Parallels does not consume any resources until you start it up to use your app. You can close it after you are done with your app. Of course hard drive space is required for storing the OS, your app, and data. But you still need to store your app and data regardless of method you choose.
    One more thing, Parallels and Fusion create a virtual machine for running Windows.
    So my recommendation, use Parallels or Fusion.

  • My Ichat wont run, i made an AIM account and it keeps saying my password is incorrect?

    My Ichat wont run, i made an AIM account and it keeps saying my password is incorrect?

    Sometimes the PW being wrong isn't a good clue, it could mean a typo in the username/email addy.

  • New itunes wont run in windows 7 64 bit even after full uninstall and reinstall

    after the new itunes 2.2 came out i have been unable to get it to open or run i have fully uninstalled all elements and reinstalled and still it wont run

    it just ask permision to run program then
    ... that's interesting. Is that one of those User Account Control type messages?
    I'd like to see that screen if possible, stew. Could you take a screenshot of that permission message screen (Hold down Alt and press the PrtSc key), paste it into a Paint document (or similar image editor), and save the file. Then reply here, click the wee camera icon, do a Choose file, browse to the file, click "Open file", then click "Insert Image".

  • Run two skype accounts on Mac OSX 10.6.8

    This is an idiotic problem that occurs when you don't pay attention to the launch screen when you open Skype. Make sure that the check box that says log me in when I sign on is unchecked. If you ck it or it gets ck'd by the system when you first login you're forever tied to that acct. without recourse to another.I'm having the same problem because it's really diffiuclt to uncheck from the splash screen because everything happens so quickly !Skype should really fix this problem through another interface option for changing this.It's really stupid that such a great product has this idiotic flaw in the interface.I don't have time to complain about it to them, so any help on this front appreciated.Also an easier to access live chat or phone in customer support option would make them a lot of money....if anyone is listening ?

    I can easily run as many versions of Skype as I want (currently I have about 7 running).  I'll detail the process below.  But for those who already know how, my issue is that I can't copy/cut/paste in any of the non-primary instances because they are being run under other user accounts.  Any ideas on how to get the other user clipboards to function? To open multiple versions:1) System Preferneces2) Users & Groups3) Click the lock on the bottom left and enter your admin password4) Click the '+' sign above the lock5) Click the dropdown at the top and select Administrator.6) When naming the account I suggest staying consistant (account1, account2, etc.)  MAKE SURE YOU ENTER A PASSWORD.  THIS WONT WORK IF YOU DONT MAKE A PW.7)  In applications goto Utilities >> Terminal  Type:  su account## -c "/Applications/Skype.app/Contents/MacOS/Skype && exit"For the step above, replace account## with whatever account name you made.9)  Enter the password for that account. As mentioned above, you can't cut/copy/paste in any of the secondary accounts, so if anyone knows a way around this it would be very helpful.  Thanks.

  • Applications running under Managed Account not able to connect to servers

    My kids use a Managed Account on my MacBook (running Lion).  They have two games (Roblox and Minecraft) which can not connect to their particular game servers.  These games work fine when running under the Administrator account.  I believe that the ports that these games are trying to connect to may be blocked when running under a Managed Account.  The firewall is disabled.  Is there a way to open up specific network ports to programs running under Managed Accounts?

    Still don't have an anwer for you, but just a few thoughts... So it would seem that creating a Managed account automatically invokes some user account firewall settings, since the game works under your admin account. I was  able to access the System Prefs under a managed account to see about opening up the port in question, but if this is indeed the problem, the firewall isn't the GUI kind.
    It's possible that there would be a terminal command to do so, but I wouldn't have a clue about how to do that.

  • Cannot login to secondary accounts; can't fast user switch

    I am on a Macbook, 2 GB RAM, 120 GB hard drive, 10.4.8. Today, I developed a strange problem with logging in. I have auto login set so I log in automatically to my main account, which (thank God) works. However, if I access Fast User Switching to switch to a secondary account I have set up, called Test, the transition starts (the cube rotates) , switching to a solid blue screen...and never goes any further. I cannot seem to find any way to bring up the login screen on startup, either; I must allow my main account to boot up, and then try to switch accounts. If I turn off auto-login, I get the login screen, but login to the other account still fails.
    If I select, instead, the Login Window from the Fast User Switching menu, I get that screen. But when I select an account other than my main account, and try to log in, I get that blank blue screen. I've waited many minutes to see if something will eventually happen, but no go. The only way to get control of my Macbook back is to hold down the power button until it shuts down.
    I have run Tech Tool diagnostics and have repaired permissions (no errors found). I deleted my Test account, and redefined it; I also defined a second test account, one with admin privs and one without. No problem creating the accounts. However, when I try to log in to those accounts, the computer hangs on the blue screen.
    I'm not sure when this problem began because I have not been using my Test account for a couple of weeks. A lot has changed since then.
    Any suggestions, anyone?

    More info: I turned off auto-login, and was able to log in to my test account. Then, I was able to use fast user switching to switch to my main account. I will try again restarting into my main account and see if I can switch to Test. This failed consistently before I posted here. Perhaps the "sense Mac guru" circuit kicked in and cured the problem. I'm about ready to turn in so won't post a follow-up until tomorrow. Right now, I need to use my two accounts to get the job done (a writing job with screen shots of a new unaltered account). Then, I'll go back to trying to see if the problem still exists when I log in to the main account first.

  • TS1717 data executiion prevention keeps closing my itunes,but itunes wont run without it.help !

    data execution protection keeps closing my itunes on my sony vaio.also get the messge c:\windows\system32softpub.dll.tried turning of the DEP but itunes wont run without it.no problems with any other programs.any thoughts

    Taken at face value, you're having trouble with a Windows operating system file there.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • Itunes wont run and now i lost my cd drive

    I installed itunes to my windows xp computer and after the installation I tried to run the program. It would not run and now I lost my cd drive. I deleted itunes and then in order to get my drive back I would have to use the windows restore program. But, every time I try to reinstall itunes it does the same thing... program wont work and lose my cd drive. Please help me someone...

    Success! I've finally got itunes up and running on my computer. What I did was go to my control panel and clicked on 'other control panel options.' Here I found the java plug-in icon which I updated, it's pretty straightforward to do that, if you click on it, you'll find the option to do that. I then clicked on the Windows start menu and on programs which said 'apple software update'. I clicked on this and it said searching for software. It found the new version of Quick Time and a security update for it. I installed both of them and double clicked on itunes and instead of expecting it to show the usual error message it started launching! I'm well pleased. My cd drive is still missing but I should be able to find a way to restore it. Hope this info helps someone who's having similar problems!

  • Payment program F110 - select wrong Bank Account ID

    Hi,
    I have created a new bank account for an existing House bank (in trans. fi12)
    When we run the payment program F110, the wrong bank account is mentioned in the DME file.
    It shows the first one on the list and not the last one.
    How can I create a DME file with the new bank account?
    Thank you for your feedback.
    Kind regards,
    Linda

    Hi Eric,
    When I go in transaction FBZP, and drill down to Bank accounts, I only find the first bank account ID (which is the wrong one).
    I assume that if I add the new one, it will work?
    Kind regards,
    Linda

  • Help with RFKPYL00_MASS program/payment run transaction

    program  RFKPYL00_MASS is for payment run transaction.
    transactional record is t_payh / i_payh   with structure PAYH.
    In this program i see the statement GET PAYH.
    I need to know from which table  the data is populated to this structure/t_payh especially name and the code how value is assigned.I don't see this here.
    Any help?Thanks.

    Hello,
    The following are data base tables for payment program
    DPAYC            Payment program - administrative records
    DPAYCHKH      Header: Accounting Using Creation of Payme
    DPAYCHKH1    Supplemental Assignments with Creation of
    DPAYCHKNUM  Check Number Lot: Header
    DPAYCHKNUMP:Check Number Lot: Single Numbers
    DPAYCHKP       Header: Accounting Using Creation of Payme
    DPAYCHKSET   Check: Settings for Check Creation for Hou
    DPAYG              Payment program - payment group
    DPAYH              Payment program - data for payment
    DPAYN              Sequential Number Assignment
    DPAYP              Payment program - data on paid item
    DPAYV         Payment program: Variants for payment medium
    DFKKCR      Repository For Checks
    DFKKCR2P       Check Repository: Additional Payees
    DFKKCRCASH  CR: Cashed Checks Not Yet Entered in Register
    DFKKCRCL  :   Table for Checks To Be Clarified
    DFKKCRCL_DOCS:  Table for Checks To Be Clarified
    DFKKCRDELD2   Check Register: Deleted Payment Media
    DFKKCRDOC2    Check Management: Partial Encashments
    Rgds
    Rajendra

Maybe you are looking for