Jump to content

PC-2011

Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by PC-2011

  1. OK this conversation is shifting out of the form but I will continue anyway. I got these computers for free don't plan to put any money into these just wanted to play around with them and maybe create something useful. I don't need anything so there for I don't know where to start on building something cool and also have only taken a computer science class in high school so not a computer engineer or something. Any fun ideas?

  2. I have recently acquired about 10 old desktops that have 4gb of ram, Pentium 4 and 500gb hard drive. My thoughts where to build a one server with one world each because the Ethernet drivers do not support Linux. So I'm stuck with windows. :(  When I installed tekkit with cauldron an error occurs when it trys to load Galacticraft it flails I wanted to delete but is still trys to load the files. Error is below.

    2014-11-22 20:51:51 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.min
    ecraft.server.MinecraftServer}
    Galacticraft successfully injected bytecode into: ss (2 / 2)
    2014-11-22 20:51:55 [SEVERE] [ForgeModLoader] Unable to launch
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
            at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j
    ava:43)
            at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.
    java:12)
    Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.fuseso
    urce.jansi.internal.Kernel32
            at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
    pport.java:50)
            at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)
            at jline.WindowsTerminal.init(WindowsTerminal.java:80)
            at jline.TerminalFactory.create(TerminalFactory.java:93)
            at jline.TerminalFactory.get(TerminalFactory.java:151)
            at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)
            at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)
            at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:274)
    
            at net.minecraft.server.dedicated.DedicatedServer.<init>(DedicatedServer
    .java:68)
            at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1716)
            ... 12 more
    
    C:UsersAdminDesktopTekkit_Server>pause
    
  3. ok so at my school we use this website for practice quizes but half the time its down and half the time there a bug or something that crashed and you have to restart. so im trying to write a group of programs that we be the quizes but i have run into a few problems the first is the Jlabel dose not update and secound is when you click the button it dose not put the data entered into the textfield into the string.

    Heres the code

    import javax.swing.*;
    
    import java.awt.*;
    
    import java.awt.event.*;
    
     
    
    public class GUI extends Frame implements ActionListener
    
    {
    
        int i=0;
    
        JLabel l1 = new JLabel();
    
        JTextField tf1 = new JTextField(2);
    
        JButton b1;
    
        String temp;
    
        public GUI()
    
        {
    
            GUI_1();
    
        }
    
     
    
        public void GUI_1()
    
        {
    
            int i=0;
    
            String temp;
    
            Game game = new Game(26);
    
            JFrame jf=new JFrame();
    
            jf.setTitle("testGUI");
    
            jf.setSize(500,300);
    
            JLabel l1=new JLabel("Enter the "+game.getE(i)+"?");
    
            JTextField tf1=new JTextField();
    
            JButton b1=new JButton("Submit");
    
            b1.addActionListener(this);
    
            temp=tf1.getText();
    
            Container pane=jf.getContentPane();
    
            pane.setLayout(new GridLayout(3,1) );
    
            pane.add(l1);
    
            pane.add(tf1);
    
            pane.add(b1);
    
            temp=tf1.getText();
    
            jf.setDefaultCloseOperation(jf.EXIT_ON_CLOSE);
    
            jf.setVisible(true);
    
        }
    
     
    
        public void actionPerformed(ActionEvent e)
    
        {
    
            if(true==e.getActionCommand().equals("Submit"))
    
            {
    
                submit();
    
            }
    
        }
    
     
    
        public void submit()
    
        {
    
            JFrame jf=new JFrame();
    
            Game game = new Game(26);
    
            System.out.println("Passed button");
    
            l1.setText("Enter the"+game.getE(i+1)+"?");
    
            repaint();
    
            temp=tf1.getText();
    
            System.out.println("Temp = "+temp);
    
            if(temp!=null || temp != "" || temp != " ")
    
            {
    
                System.out.println("Passed if Else");
    
                game.play(temp,i);
    
                System.out.println("Passed Answer");
    
                if(game.getB()==false)
    
                {
    
                    JOptionPane.showMessageDialog(jf,"You entered "+temp+" for "+game.getE(i)+" and the answer was "+game.getS(i),"Incorret",JOptionPane.ERROR_MESSAGE);
    
                }
    
                else
    
                {
    
                    JOptionPane.showMessageDialog(jf,"Correct");
    
                }
    
                i++;
    
            }
    
            else
    
            {
    
                JOptionPane.showMessageDialog(jf,"You must answer","Invalid Answer",JOptionPane.ERROR_MESSAGE);
    
            }
    
        }
    
    }

  4. PC-2011's Server

    Intro:

    We are a small server looking to expand the community. We are graylisted because we encourage users to talk to the community to see if the server is for them. Last we are 3.1.3 the newest tekkit we have fix most of the code bugs by hand so don't worry everything works well. please look at the rest of the forum before joining it helps.

    Server ip: pc-2011.com:25565

    1-1645861-560x95-2-FF5519-FFFFFF.png

    Pictures

    INFORMATION

    Need Help

    email us at [email protected]

    Rules

    1. Do NOT harass server staff.
    2. Do NOT harass others users in the server.
    3. Do NOT attempt to use any banned items.
    4. Do NOT spam the chat in any way, shape, or form.
    5. Do NOT use any kind of modded client or hacking software.
    6. Do NOT engage in any kind of PVP.
    7. Do NOT grief in any way, shape, or form.

    Staff

    Owner: jamesbond006(PC2011)

    Co-Owner: none

    Head Admin: none

    Admins: none

    Head Moderator: lordalec

    Moderators: Nickjp2, Seanald_reagan, Oneshot980

    Builders: none

    Privileged Citizen: zepp72

    Citizen: See Bottom of page to see if you have been accepted.

    To apply for for any position even citizen go here pc-2011.com/mc/promote.html

    Banned Items (Once you become a Privileged Citizen nothing is banned for you)

    • 27556:*:Catalytic Lens:Bypasses anti-grief to change blocks in protected areas without permission.
    • 27530:*:Evertide Amulet:Bypasses anti-grief to place water in protected areas without permission.
    • 27537:*:Harvest Goddess Band:Bypasses anti-grief to grow and harvest in protected areas without permission.
    • 27532:*:Black Hole Band:Bypasses anti-grief to remove water in protected areas without permission.
    • 27533:*:Ring of Ignition:Bypasses anti-grief to injure claimed animals and set fires in protected areas without permission. May injure players even when PvP is off.
    • 27593:*:Void Ring:Key ingredient in an item duplication exploit.
    • 27583:*:Mercurial Eye:Bypasses anti-grief to change blocks in protected areas without permission.
    • 27584:*:Ring of Arcana:Bypasses anti-grief to change blocks in protected areas without permission.
    • 27538:*:Watch of Flowing Time:Can be used to sabotage another player's automated processes by altering speed of components.
    • 27531:*:Volcanite Amulet:Bypasses anti-grief to place lava in protected areas without permission.
    • 26524:*:Cannon:Bypasses anti-grief to break blocks in protected areas without permission.
    • 126:10:Nova Catalyst:Bypasses anti-grief to break blocks in protected areas without permission.
    • 126:11:Nova Cataclysm:Bypasses anti-grief to break blocks in protected areas without permission.
    • 4095:*:Dimensional Anchor:Can easily crash the server by consuming all hard drive allocation.
    • 7312:*:Tank Cart:Key ingredient in an item duplication exploit.
    • 216:*:Turtle:Bypasses anti-grief to build in protected areas without permission.
    • 150:12:Igniter:Bypasses anti-grief to set fire in protected areas without permission.
    • 214:0:World Anchor:Consumes extra server memory, which may slow or crash the server.
    • 7303:*:Anchor Cart:Consumes extra server memory, which may slow or crash the server.
    • 213:11:Feed Station:Unattended animal breeding can result in animal overload, severely slowing the server.
    • 169:*:Automatic Crafting Table:May craft banned items which would then be confiscated, wasting your ingredients.
    • 194:1:Automatic Crafting Table MkII:May craft banned items which would then be confiscated, wasting your ingredients.
    • 7281:*:Work Cart:May craft banned items which would then be confiscated, wasting your ingredients.
    • 192:1:Industrial Alarm:May be turned up very loud and then hidden or protected to grief players.
    • 192:2:Howler Alarm:May be turned up very loud and then hidden or protected to grief players.
    • 150:7:Frame Motor:Bypasses anti-grief to move blocks into and out of protected areas without permission.
    • 127:*:Dark Matter Pedestal:Fills the server log very quickly when activated, potentially running the server out of storage allocation and causing a crash.
    • 30208:*:Mining Laser:May catch other players on fire even when PvP is off.
    • 223:1:Tesla Coil:May kill other players even when PvP is off.

    Plugins:

    1. Essentials
    2. worldedit
    3. worldguard
    4. iConomy
    5. lockette

    Description

    We are a small server built by a few friends we welcome anyone we want to expand and build a community. We haven't build much so we looking for people to build new amazing things.

    Accepted Citizens:

    • none apply

  5. i dont really have anything with that mutch power i have like 10+ intel centrinos or pentium 4 512mb-1 gb of ram with and old dell with 6 gb of ram and a intel core 2 quad with only 50 gb of hard drive space not mutch to run vms on.

  6. no did Google the drivers i even called hp to get some help but they just gave me the same driver and sent me on my way. so then after reading sbs 2008 to learn about large networking a little bit it sounded like a good idea to try so after a little Google and asking some friends i came to this all they told me is i'm putting myself in something i don't need but it wasn't about using more learning how it works and what the many functions are first hand not just in a textbook or reading about it then i deiced to add printers and external hard driver and never had a problem with them and didnt have to install any new drivers used the one that came with them.

  7. well eveytime i would conect it all i got was incorect printer driver or the drive would show up empty so i just installed a domain the the domain my website was on and never had a problem but when i was outside the network the laptops would never update the password even when they had an internet connection before login

×
×
  • Create New...