#MinecraftHelp > 2011-11-16
#1 [00:00] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#2 [00:03] * pico [pico@notlogged] has joined #minecrafthelp
#3 [00:05] * nip [nip@notlogged] has joined #minecrafthelp
#4 [00:07] * JHS-JohnEBH [JHS-JohnEBH@notlogged] has joined #minecrafthelp
#5 [00:10] * mib_peaf5x [mib_peaf5x@notlogged] has joined #minecrafthelp
#6 [00:14] * unburntcookie [unburntcookie@notlogged] has joined #minecrafthelp
#7 [00:15] * Disturbed [Disturbed@notlogged] has joined #minecrafthelp
#8 [00:26] * Deadfire813 [Deadfire813@notlogged] has joined #minecrafthelp
#9 [00:26] <Deadfire813> Hello?
#10 [00:27] <GreyVulpine> 'lo
#11 [00:27] <|Kiikun|> greetings!
#12 [00:27] <Deadfire813> 'lo bob i was wondering if anyone here knows how to code java
#13 [00:27] <|Kiikun|> enjoy the snacks and beware Mr Green.... he has an explosive temper.
#14 [00:28] * |Kiikun| si taking java classes... but that has nothign to do with helping someone with minecraft.
#14 [00:28] * Deadfire813 is trying to write code for a game that is due to a class but is having truble
#14 [00:29] <GreyVulpine> Erm. This is #minecrafthelp, not #java
#15 [00:29] * Deadfire813 would greatly enjoy if Kiikun how pm him
#15 [00:29] <Deadfire813> could*
#16 [00:29] <|Kiikun|> ok.. my class is JUST entering java.awt and javax,swing... so a game is a bit meyond my reach
#17 [00:30] <|Kiikun|> id probably understand it... but id also probably be horribly lost
#18 [00:38] * |Kiikun| shrugs
#18 [00:39] <|Kiikun|> im honestly likign java...
#19 [00:39] <|Kiikun|> and it has nothing to do with minecraft.
#20 [00:44] * Me4502 [Me4502@notlogged] has joined #minecrafthelp
#21 [00:53] * RecQuery [RecQuery@notlogged] has joined #minecrafthelp
#22 [00:55] * nip [nip@notlogged] has joined #minecrafthelp
#23 [00:58] * DreamingInsane_ [DreamingInsane_@notlogged] has joined #minecrafthelp
#24 [00:58] * |Kiikun| asumes it worked.
#24 [00:59] * DreamingInsane [DreamingInsane@notlogged] has joined #minecrafthelp
#25 [01:00] * quaddle [quaddle@notlogged] has joined #minecrafthelp
#26 [01:02] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#27 [01:13] * |Kiikun|Janus| [|Kiikun|Janus|@notlogged] has joined #minecrafthelp
#28 [01:13] <|Kiikun|Janus|> ooh! looik! irc!
#29 [01:13] <|Kiikun|Janus|> :P
#30 [01:23] * DopeGhoti [DopeGhoti@notlogged] has joined #minecrafthelp
#31 [01:29] * Reyouka [Reyouka@notlogged] has joined #minecrafthelp
#32 [01:41] * |Kiikun| [|Kiikun|@notlogged] has joined #minecrafthelp
#33 [01:42] <|Kiikun|Janus|> ?
#34 [01:42] <|Kiikun|Janus|> oh
#35 [01:42] * |Kiikun|Janus| stabs peer
#35 [01:42] * CosmicVoyager [CosmicVoyager@notlogged] has joined #minecrafthelp
#36 [01:43] * Kurimus [Kurimus@notlogged] has joined #minecrafthelp
#37 [02:05] * andrewkm [andrewkm@notlogged] has joined #minecrafthelp
#38 [02:05] * HaltingState [HaltingState@notlogged] has joined #minecrafthelp
#39 [02:13] * noom [noom@notlogged] has joined #minecrafthelp
#40 [02:14] <noom> hey guys, i'm trying to launch MC on linux (sunjava6RE) - i've got the server up - but when i run the cmd to launch MC i get this error - Could not find the main class: net.minecraft.LauncherFrame.
#41 [02:14] <noom> any ideas?
#42 [02:15] <noom> i should be specific when i say "MC" ^ in that instance "MC" means "MC_Client"
#43 [02:16] <Ketsueki> java -Xmx${1:-2048}M -Xms512M -cp $BIN net.minecraft.LauncherFrame
#44 [02:16] <Ketsueki> You launch the launcher, not minecraft.jar
#45 [02:16] <noom> that...is a complicated little line of code
#46 [02:16] <Ketsueki> If you get that but you think you're still doing it properly, you probably modified it wrong.
#47 [02:17] <noom> modified what sorry ?
#48 [02:17] <Ketsueki> sorry $BIN is minecrat-the-launcher.jar
#49 [02:17] <noom> ok let me try that out
#50 [02:17] <Ketsueki> The other part says use up to 2GB of memory, and 512M to start with
#51 [02:17] <Ketsueki> You can only use that high of memory if you're using 64 bit java; I am.
#52 [02:17] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#53 [02:18] <noom> sure
#54 [02:18] <Ketsueki> Otherwise the real limit is near enough to 1024M
#55 [02:18] <noom> i'll down it to 1gb
#56 [02:19] <Ketsueki> I also have something like this, your location may (likely will) vary; export LD_LIBRARY_PATH="/opt/java/jre/lib/amd64"
#57 [02:19] <noom> no bueno, i've probably done something wrong
#58 [02:19] <noom> i'm new to linux ....so lost atm
#59 [02:19] <Ketsueki> Well, let's start from the top. Did you download a clean minecraft.jar launcher?
#60 [02:19] <noom> aye, from the official site
#61 [02:20] <noom> its in its own folder now
#62 [02:20] <Ketsueki> if yes; mv ~/.minecraft ~/.minecraft.backup
#63 [02:20] <Ketsueki> try again
#64 [02:20] <noom> sorry, linux syntax question, what is this ~/
#65 [02:20] <Ketsueki> That will move your minecraft folder to a different location so we can make sure you're starting fresh
#66 [02:20] <Ketsueki> ~/ means 'my home folder'
#67 [02:20] <Ketsueki> Typically this will be /home/username/
#68 [02:21] <noom> ugh...that makes so many things make so much more sense
#69 [02:21] <noom> yep
#70 [02:21] <noom> i'm with ya
#71 [02:21] <Ketsueki> ~joe/ will be -joes- home folder.
#72 [02:21] <Ketsueki> noob. Don't try to paste here
#73 [02:21] <noom> what'd i do ?
#74 [02:22] <Ketsueki> You tried to paste something, so the bot silenced you; actually... you might have just typed too quickly. Try to consolidate your thoughts before hitting enter.
#75 [02:22] <noom> lol...thats a big ask :p
#76 [02:22] <noom> i'm positive thats a clean .jar file
#77 [02:22] <Ketsueki> So. Having moved your .minecraft away, try running the launcher again without it.
#78 [02:23] <noom> hangon, i dont even have .minecraft
#79 [02:23] <Ketsueki> If you got an error with the 'mv' command ignore it
#80 [02:24] <noom> was i meant to create a .minecraft folder at some stage? i have the .jar sitting in a folder i made myself
#81 [02:26] <noom> i seem to get a different error running this - java -Xmx${1:-1024}M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame
#82 [02:26] <Ketsueki> no
#83 [02:26] <Ketsueki> minecraft makes that when it runs
#84 [02:26] <noom> ah ok
#85 [02:26] <noom> its never run :P
#86 [02:27] <Ketsueki> java -Xmx1024M -Xms512M -cp minecraft.jar net.minecraft.LauncherFrame
#87 [02:27] <noom> aye there we go - noob not understanding syntax
#88 [02:27] <noom> linux has a habit of making me feel stupid :p
#89 [02:28] <noom> right....same error again, but its different from the last time
#90 [02:28] <Ketsueki> I copied that from my script
#91 [02:28] <Ketsueki> I removed the variable assignment thing to reduce the chances of error.
#92 [02:28] <noom> yeah
#93 [02:28] <Ketsueki> ??> noom pastebin
#94 [02:28] <VoxelHead> noom: (pastebin) Pastebin is a service run at http://www.pastebin.com/ which facilitates the sharing of information without flooding IRC channels. Paste your text there, click 'Submit', and give us the URL the site takes you to, and we can see what you have pasted.
#95 [02:28] <noom> danke
#96 [02:28] <noom> thats handy for the link heh
#97 [02:29] * DarkSkyes2 [DarkSkyes2@notlogged] has joined #minecrafthelp
#98 [02:29] <noom> linux question, if i dont go blanking out things like my username and computer name from that log, am i at risk ?
#99 [02:29] <Chris> nope
#100 [02:29] <Chris> only passwords
#101 [02:29] <noom> ok looks fine thn
#102 [02:30] <noom> http://pastebin.com/g3fqiTcz
#103 [02:30] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#104 [02:31] <Ketsueki> technically your username gives a potential attacker one small piece of information; as long as you either have a very good password, or do not allow remote login except by cryptographic key you should be fine.
#105 [02:31] <noom> aye i'm all good then
#106 [02:31] <Ketsueki> That seems to indicate you might not be running it under a graphics environment it understands.
#107 [02:32] <Ketsueki> noom: please tell us the result of echo $DISPLAY
#108 [02:32] <noom> well, i have the latest ubuntu, and went through unity, gnome3 and finally landed in xfce
#109 [02:32] <noom> is that what you mean? its probably a mess in here
#110 [02:32] <GreyVulpine> What java version is noom using? OpenJDK or Sun's Java?
#111 [02:32] <noom> sun!
#112 [02:32] <noom> spent all day stripping open
#113 [02:32] <GreyVulpine> Ah, heh, okay
#114 [02:32] <Ketsueki> ... wait you didn't use the ubuntu packages?
#115 [02:33] <noom> Ketsueki: i got a response of :0.0
#116 [02:33] <noom> say again ket?
#117 [02:33] <Ketsueki> hum... close enough
#118 [02:33] <Scott> noom: There is a distro called Xubuntu btw
#119 [02:33] <noom> i know, but i wanted to try unity
#120 [02:33] <Ketsueki> Scott: he can also just install xubuntu-desktop
#121 [02:33] <Scott> Yes but it is messy.
#122 [02:33] <noom> i mean i followed guides to remove the other DE's etc, and i used the ubuntu package to get to xfce
#123 [02:34] <Ketsueki> true
#124 [02:34] <noom> seemed to be official guides there, i know i'm a noob, but it *feels* like its working as it should
#125 [02:34] * Scott is waiting on iLife to finish installing. :(
#125 [02:35] <Scott> http://dl.dropbox.com/u/9631803/Screenshots/st4a.png it likes to take a while :s
#126 [02:35] <Ketsueki> noom: lsb_release -r please?
#127 [02:35] <noom> 11.10
#128 [02:37] <noom> brb need another coffee ;)
#129 [02:38] <Scott> aha
#130 [02:38] <Scott> Now I know why everything was so slow...
#131 [02:38] <Scott> I had ipv6 enabled
#132 [02:40] <noom> back
#133 [02:40] <noom> run out of ideas Ketsueki heheh
#134 [02:40] <Ketsueki> https://help.ubuntu.com/community/Java#Sun_Java this says lucid, but this is being annoying
#135 [02:41] <noom> i couldnt find sunJava on any repo's hey
#136 [02:41] <noom> cept a private one, not willing to do that tbh
#137 [02:41] <Scott> It's in the Canonical Partners repo
#138 [02:41] <noom> and it didnt work anyway
#139 [02:41] <noom> are you sure?
#140 [02:41] <Scott> Yes.
#141 [02:41] <noom> i swear i looked under every nook and cranny
#142 [02:41] <Scott> sun-java6-jre
#143 [02:42] <noom> well i just spent most the day getting java installed and working manually, so i dont really want to start over in that department, are we sure my issue is the java install ?
#144 [02:42] <noom> the server's up, doesnt that mean java works? >.<
#145 [02:42] <noom> or is that different because its got no gui ?
#146 [02:43] <Ketsueki> lol
#147 [02:43] <Ketsueki> I just used the defaults on my net-top
#148 [02:43] <Ketsueki> it's not even using sun java
#149 [02:43] <Ketsueki> it ran just fine
#150 [02:43] <noom> *sob*
#151 [02:43] <Ketsueki> Scott: it's not
#152 [02:44] <Ketsueki> not for oniric
#153 [02:44] <Ketsueki> noom: different because it does not require a gui
#154 [02:44] <Scott> It was...
#155 [02:44] <Scott> They deleted it
#156 [02:44] <noom> yep
#157 [02:44] <noom> conspiracy
#158 [02:44] <Ketsueki> Scott: yes, it was; when sun owned it
#159 [02:44] <Ketsueki> now sun no longer eixists
#160 [02:45] <Ketsueki> gah
#161 [02:45] <Scott> No. Oracle has owned it for a while now. The package was in Oneiric's partner repo
#162 [02:45] <Scott> but it was deleted. I'm looking at repo history.
#163 [02:45] <noom> well i still managed to get it installed on my own regardless
#164 [02:45] <Ketsueki> question is what did you break in the process
#165 [02:46] <noom> i've been playing games with the javaws using jnlp launchers all day
#166 [02:46] <noom> (i play wurm online)
#167 [02:46] <noom> doesnt that confirm it works graphically/
#168 [02:46] <noom> its opengl...
#169 [02:46] <noom> you should know wurm :p
#170 [02:47] <Ketsueki> noom: did you try rebooting after installing java?
#171 [02:47] <noom> uhm...once in there, not sure
#172 [02:47] <noom> i'll go do that really quickly
#173 [02:47] <noom> but wait
#174 [02:47] <noom> no no i have
#175 [02:47] <noom> i installed it, rebooted, tested wurm
#176 [02:48] <noom> that was the objective, to play wurm, then i decided to test MC as well as i like to run a server for friends
#177 [02:51] <Ketsueki> which java did you even install? it looks like you might have grabbed the wrong one
#178 [02:51] <noom> i went to the site and it directed me to the linux page, i grabbed the auto-extracter version for 32bit
#179 [02:52] <Ketsueki> poor windows trained victim.
#180 [02:52] <noom> yes, yes i am
#181 [02:52] * mib_fqwl3n [mib_fqwl3n@notlogged] has joined #minecrafthelp
#182 [02:52] <noom> but i'm trying to change that :P
#183 [02:52] <noom> what have i done wrong here?
#184 [02:53] <noom> and how does wurm run - yet not MC
#185 [02:53] <Ketsueki> noom: how hard would it be for you to re-install the computer from scratch in order to get rid of anything the java installer might have messed up?
#186 [02:53] <noom> please dont make me go through the nightmare of installing java again
#187 [02:53] <noom> oh dear me, start from scratch ?
#188 [02:53] <Ketsueki> well that depends, I don't know anything about wurm
#189 [02:54] <Ketsueki> does wurm use opengl?
#190 [02:54] <noom> as in go get a fresh xubuntu install and format my PC ? (wurm is identical to MC in the way it runs, its built on java, using openGL)
#191 [02:54] <noom> (the guy that made MC, started on wurm with Rolf, they made wurm together)
#192 [02:55] <noom> (i suspect a lot of the code that made the basics of MC were extracts of wurm, as the two were best friends at the time)
#193 [02:55] <Ketsueki> as in, you've contaminated who knows what by letting oracle's installer loose on your system and it's faster easier and safer to wipe everything out and begin from scratch
#194 [02:56] <noom> the only difference i can find here is that wurm launches from a jnlp file, and MC is just a flat .jar (i dont even know what the difference is)
#195 [02:56] <Ketsueki> also, please try loading wurm, exiting, and then running minecraft in the very same terminal
#196 [02:56] <noom> uno momento
#197 [02:56] <noom> gosh i dont know how to launch wurm from a terminal..
#198 [02:56] <noom> its on my desktop >.<
#199 [02:58] <noom> guess i'll go find a xubuntu iso
#200 [02:59] <Ketsueki> noom: just grab the alternate installer and pick which one you want.
#201 [02:59] <Ketsueki> I actually like lubuntu
#202 [02:59] <noom> i'm not sure what you mean
#203 [03:00] <noom> whats the l for
#204 [03:00] <Ketsueki> lxde
#205 [03:00] <noom> tbh i'm happy with xfce and only just barely getting my head around it
#206 [03:01] <noom> little bit overwhelmed
#207 [03:01] <noom> but i'm getting there...
#208 [03:02] <noom> so i got one last question before i go format
#209 [03:02] <Ketsueki> anyway, you can re-install in to the linux parts if you reformat them.
#210 [03:02] <noom> what am i doing ><
#211 [03:03] <noom> do i want to go to xubuntu website? or ubuntu one? you mentioned alternate installers?
#212 [03:03] <Ketsueki> You are going to do a clean re-install of your version of choice; xubuntu....
#213 [03:04] <Ketsueki> http://www.xubuntu.org/getubuntu#oneiric
#214 [03:04] <noom> am i risking not getting the latest release of ubuntu doing that ?
#215 [03:04] <Ketsueki> this is also 11.10
#216 [03:04] <Ketsueki> It's just a little different
#217 [03:04] <noom> i understand DE's and all that
#218 [03:05] <Ketsueki> you get the same package repos, just a different set of options for the installer cd
#219 [03:05] <noom> but i wasnt sure about the implications of going to a website outside of the official ubuntu one
#220 [03:05] <Ketsueki> when you re-install it, it should have openjdk-6-jre as a package
#221 [03:06] <noom> you know i'm coming straight back here after i install, and i'm going to annoy you with every single one of my linux questions while i get java installed
#222 [03:06] <Ketsueki> that's all you'll need, along with adiquate graphics drivers, to run minecraft
#223 [03:06] <noom> no, openjdk is no good.
#224 [03:06] <noom> i cannot use that
#225 [03:06] <Ketsueki> BTW, what graphics do you have?
#226 [03:06] <noom> i forget, one of the latest
#227 [03:06] <Ketsueki> why is that no good?
#228 [03:06] <noom> well it just wont run the way i want, i dunno the right terms
#229 [03:07] <noom> it wont cache temp files forces me to DL everything
#230 [03:07] <noom> and a pile of other issues
#231 [03:07] <noom> i really did not enjoy the time i had openjdk
#232 [03:07] <noom> i couldnt even find a config panel...
#233 [03:08] <Ketsueki> there is no such thing
#234 [03:08] <Ketsueki> it's just normal java
#235 [03:08] <Ketsueki> java has no config panel
#236 [03:08] <noom> aye so i cant change the things it does that i dont like...
#237 [03:08] <noom> point is i spent all day removing it and trying to get java on, because its the source of my problems
#238 [03:08] <noom> this is why i'm here
#239 [03:09] <Ketsueki> try lspci | grep VGA
#240 [03:09] * |Kiikun|Janus| sees linuxspeak.
#240 [03:09] <noom> 01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 220] (rev a2)
#241 [03:09] <Ketsueki> you spent all day trying to break your linux install and finished th task
#242 [03:10] <Ketsueki> are you using the nvidia binary driver from the restricted/alternative drivers control panel option?
#243 [03:10] * Oerg866 [Oerg866@notlogged] has joined #minecrafthelp
#244 [03:11] <noom> i dont know....i cant find that :(
#245 [03:11] <noom> well, if you're convinced i should use openJ - then maybe just help me fix the issues with that lol
#246 [03:12] <noom> the main oen is just that it wont cache anything really...
#247 [03:12] <|Kiikun|Janus|> openjdk causes problems for some people...
#248 [03:12] <noom> ^ meeee i'm positive
#249 [03:12] <noom> its *why* i tried to follow the guides to get sunJ on my computer
#250 [03:12] <Ketsueki> |Kiikun|Janus|: and how would you fix his headless issue?
#251 [03:12] <|Kiikun|Janus|> use... sun_java_bin i think it is
#252 [03:13] <|Kiikun|Janus|> Ketsueki: im sorta a beginner on linux stuff :P
#253 [03:13] <noom> my error is java :P
#254 [03:13] <Ketsueki> yup
#255 [03:13] <|Kiikun|Janus|> dont wanna have it as a main desktop os.. and every laptop i try installing it on gives me ISSUES
#256 [03:14] <|Kiikun|Janus|> noom: its getting java into your OS.
#257 [03:14] <noom> its on!
#258 [03:14] <Ketsueki> there are packages for 11.04 but not 11.10
#259 [03:15] <Ketsueki> noom: you crammed a square peg in to a round hole and say it's on
#260 [03:15] <noom> psh, other things work..
#261 [03:15] <Ketsueki> then why not minecraft?
#262 [03:15] <noom> you're sposed to answer that one
#263 [03:16] <|Kiikun|Janus|> ?? java/version
#264 [03:16] <VoxelHead> java/version: You can see which version of Java you have installed by going to the following page:
#265 [03:16] <VoxelHead> java/version: http://www.java.com/en/download/installed.jsp
#266 [03:16] <|Kiikun|Janus|> erm.. wrong one
#267 [03:16] <|Kiikun|Janus|> ?? java/test
#268 [03:16] <|Kiikun|Janus|> :/
#269 [03:16] <Ketsueki> ?? index
#270 [03:16] <VoxelHead> index: See http://mcfaq.hfbgaming.com/ for a list of FAQ entries.
#271 [03:16] <noom> Verified Java Version Congratulations! You have the recommended Java installed (Version 6 Update 29).
#272 [03:17] <Ketsueki> ?? java/linux/ubuntu
#273 [03:17] <VoxelHead> java/linux/ubuntu: To install the Oracle JRE environment in recent editions of Ubuntu, follow the guide here:
#274 [03:17] <VoxelHead> java/linux/ubuntu: http://www.webupd8.org/2010/09/how-to-install-java-jre-and-java-plugin.html
#275 [03:18] <noom> well thats out of date...
#276 [03:18] <noom> second cmd is apt-get and we already know i cant do that
#277 [03:19] <noom> nvm i missed the repo
#278 [03:19] <noom> well its too late for that anyway isnt it? i've got a broken java here already, half linked up and semi working
#279 [03:19] <noom> so we're back to square one - go get xubuntu and start over
#280 [03:19] <Ketsueki> way wrong
#281 [03:20] <noom> ? unless you wanna walk me through removing all the java's i've pumped into this system i think thats my only solution
#282 [03:20] <noom> i dont even know where to start here
#283 [03:21] <Ketsueki> noom: no one wants to do that
#284 [03:21] <Ketsueki> you couldn't pay them to
#285 [03:21] <Ketsueki> they'd backup your crap and re-install
#286 [03:21] <noom> hahah right, which is what i was saying...i thought you were disagreeing?
#287 [03:21] <noom> you said "way wrong"
#288 [03:22] <Ketsueki> the version is over a year old
#289 [03:23] <noom> oh that guide you posted, sorry, i thought you were telling me that i was wrong :p
#290 [03:24] * Me4502 [Me4502@notlogged] has joined #minecrafthelp
#291 [03:24] * Guerrand24 [Guerrand24@notlogged] has joined #minecrafthelp
#292 [03:24] <Guerrand24> hi
#293 [03:24] <Guerrand24> My game is running tremendously slow, i just bought it. i run windows 7 what can i do to make it play better?
#294 [03:25] <Ketsueki> ??> Guerrand24 win/dxdiag
#295 [03:25] <VoxelHead> Guerrand24: (win/dxdiag) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#296 [03:25] <VoxelHead> Guerrand24: (win/dxdiag) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it in the IRC channel.
#297 [03:25] * |Kiichan|Schala| [|Kiichan|Schala|@notlogged] has joined #minecrafthelp
#298 [03:26] <noom> i'm not sure what iso i'm meant to get, once again linux makes me feel the dunce
#299 [03:26] <noom> xubuntu-11.10-desktop-i386.iso <- that ?
#300 [03:26] <Ketsueki> noom: probably, esp if you have < 4gb of ram
#301 [03:26] <noom> yeh
#302 [03:26] <noom> old PC
#303 [03:26] <noom> whats this "alternate"
#304 [03:27] <|Kiichan|Schala|> is google acting up for anyone else? or is my isp borked?
#305 [03:27] <Chris> what kind of acting up
#306 [03:27] <noom> working for me
#307 [03:27] <Scott> The chance of anyone getting routed to the same server in here is very little.
#308 [03:28] <noom> ...thats a good point lol
#309 [03:28] <Guerrand24> VoxelHead ok one sec thanks
#310 [03:29] <|Kiichan|Schala|> Scott: ok then what about my.commnet.edu?
#311 [03:30] <Guerrand24> http://pastebin.com/NLQHk6Fn
#312 [03:30] <noom> cheap website :P loaded fine for me
#313 [03:30] <|Kiichan|Schala|> ~>~
#314 [03:31] <|Kiichan|Schala|> ok im just going to bed then
#315 [03:31] <|Kiichan|Schala|> night
#316 [03:31] <Ketsueki> ouch, Guerrand24 that's a low end card now
#317 [03:32] <Ketsueki> you also have only 1gb of system ram
#318 [03:32] <Ketsueki> Guerrand24: about what FPS are you getting?
#319 [03:32] <Guerrand24> ya computer has been faithful to me for a while =p
#320 [03:32] <Guerrand24> i have no idea
#321 [03:32] <Guerrand24> it lags every other step i take
#322 [03:33] <Ketsueki> Guerrand24: have you tried reducing settings in the game, and/or using optifine.... humm
#323 [03:33] <Guerrand24> i did try reducing the settings
#324 [03:33] <Guerrand24> whats optifine?
#325 [03:35] <Ketsueki> optifine changes the way minecraft interacts with your GPU; it might help a little
#326 [03:35] <Ketsueki> however your system may be too old for even that to help
#327 [03:35] <Guerrand24> dammit lol
#328 [03:36] <Ketsueki> There was some kind of batch file method of running the .jar version with lower memory settings, but I can't find it in the index
#329 [03:36] <Guerrand24> what if i set it to run as windows xp?
#330 [03:36] <Ketsueki> It's similar to how you run it under linux/mac
#331 [03:36] <Guerrand24> (im not very computer literate)
#332 [03:37] <Ketsueki> Guerrand24: really your computer would have been better off having just stayed with XP aside from it's EOL
#333 [03:37] <Ketsueki> it's that old
#334 [03:37] <Guerrand24> i guess i gotta steal a computer now =p
#335 [03:37] <noom> roll back to XP ?
#336 [03:38] <Ketsueki> no point now
#337 [03:38] * Starcraft [Starcraft@notlogged] has joined #minecrafthelp
#338 [03:38] <Starcraft> Hey, could anyone help me with a graphics issue?
#339 [03:38] <Guerrand24> eh its not that serious.. ill just get my friend to come over and do something about it
#340 [03:38] <Scott> I played Minecraft on a computer with a slightly better graphics card and more RAM with no issues. You have a better CPU actually.
#341 [03:38] <Ketsueki> try again in more the US afternoon; someone else might remember it.
#342 [03:38] <Scott> I had a 2.2GHz dual core lol.
#343 [03:38] <Guerrand24> its hard to believe i can play dota and other high graphic games on this but not minecraft =/
#344 [03:39] <noom> what
#345 [03:39] <noom> DOTA =/ high end
#346 [03:39] <noom> wc3 is like 15 years old man
#347 [03:39] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#348 [03:39] <Starcraft> :(
#349 [03:39] <Scott> Guerrand24 how is it slow?
#350 [03:39] <Guerrand24> lol dota, starcraft 2
#351 [03:39] <Ketsueki> Guerrand24: they aren't written in fat java and are optimised
#352 [03:39] <noom> ^
#353 [03:39] <Scott> don't blame java
#354 [03:40] <noom> MC also has like a bazillion objects at any given time >.<
#355 [03:40] <noom> i think it runs quite well considering
#356 [03:40] <Ketsueki> Scott: I said fat java. Java -can- be used in effective ways but it's difficult.
#357 [03:40] <Scott> Many high performance enterprise applications are written in java. :D
#358 [03:40] <Starcraft> So recommended to run MC in lowest graphic settings then?
#359 [03:40] <Ketsueki> Scott: many high performance things are written in C; it doesn't mean you can't write lousy C; it just actually tends to not compile
#360 [03:41] <Scott> I'm so tired of everyone equating java to bad applications.
#361 [03:41] <Starcraft> especially if i'm using an intel hd mobile graphics chipset
#362 [03:41] <Starcraft> y/n?
#363 [03:41] <Guerrand24> if i go to properties should i run in 256 colors or would that be bad?
#364 [03:42] * The_Prog [The_Prog@notlogged] has joined #minecrafthelp
#365 [03:42] <The_Prog> Can me everybody help
#366 [03:42] <Ketsueki> Scott: also, I tend to not equiare 'high performance' and 'enterprise' I more equate the former with /scientific cluster computing/ and the later with /expensive/
#367 [03:42] <Chris> Whats Up The_Prog
#368 [03:43] <The_Prog> I dont know if this the right channel but i know not another channel sorry my englisch is bad
#369 [03:43] <Ketsueki> equire.... wow, I half typed something weird while glancing at the tv time for bed...
#370 [03:43] <Chris> it likely is the correct channel, what can we help you with?
#371 [03:43] <The_Prog> My Problem is have BUKKIT 1.8.1 And i like to install WW2 Gun mod
#372 [03:43] * Slade_000 [Slade_000@notlogged] has joined #minecrafthelp
#373 [03:44] <Chris> ah, in that case, you want #bukkit
#374 [03:44] <The_Prog> The client works ;-)
#375 [03:44] <The_Prog> But the server not
#376 [03:44] <Slade_000> Ok, how do I check to see if i bought alpha or beta?
#377 [03:44] <The_Prog> i try it thanks
#378 [03:44] <Chris> Slade_000, you buy them both at the same time
#379 [03:45] <Scott> no.
#380 [03:45] <Scott> Chris: Alpha users get future version for free.
#381 [03:45] <Scott> Beta users do not
#382 [03:45] <Chris> ah...
#383 [03:45] <Scott> Slade_000 when did you buy it?
#384 [03:45] <Slade_000> so, i like need to know, just to know, if i got beta or alpha...
#385 [03:45] <Slade_000> i forget. XD
#386 [03:46] <Scott> Well find the email about buying it
#387 [03:46] <Slade_000> yeah. what im attempting to do. lol
#388 [03:47] * TheNoodle is gonna start selling his alpha keys
#388 [03:47] * Chris has 2 of them :D I think...
#388 [03:49] <Slade_000> i guess around 11/11/10? thats when i got an email from the minecraft forums with my User Name...
#389 [03:49] * shawn [shawn@notlogged] has joined #minecrafthelp
#390 [03:50] <Scott> 12/20/10 is when beta started
#391 [03:50] <Scott> So you are probably alpha
#392 [03:51] <Slade_000> good deal. :D
#393 [03:55] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#394 [03:57] * Juze [Juze@notlogged] has joined #minecrafthelp
#395 [03:57] * bildramer [bildramer@notlogged] has joined #minecrafthelp
#396 [04:03] * andrewkm [andrewkm@notlogged] has joined #minecrafthelp
#397 [04:17] * Me4502 [Me4502@notlogged] has joined #minecrafthelp
#398 [04:18] <barul> i rly hope minecraft will become java7 compatible :(
#399 [04:24] * ubiquin1 [ubiquin1@notlogged] has joined #minecrafthelp
#400 [04:24] <ubiquin1> Hi there, I've been having problems with trying to purchase MC via Paypal
#401 [04:25] <TheNoodle> What issues have you been having ubiquin1?
#402 [04:25] <ubiquin1> When I try to actually purchase it through Paypal, it gives me this message:
#403 [04:26] <ubiquin1> "Unfortunately, we're unable to process your payment using your PayPal account at this time. Please return to the merchant's website and try using a different payment method (if available)."
#404 [04:26] <ubiquin1> Which is strange because I do have money on the account
#405 [04:26] <Chris|Work> try again later or use moneybookers
#406 [04:27] <ubiquin1> Can you transfer funds from PayPal to Moneybookers?
#407 [04:28] * Diablodoct0r [Diablodoct0r@notlogged] has joined #minecrafthelp
#408 [04:28] <TheNoodle> I have no idea ubiquin1 :P
#409 [04:29] <ubiquin1> Ah, well. Thanks, I've been trying every couple of hours, hopefully it'll go through soon.
#410 [04:29] <Chris|Work> I don't actually think so xD
#411 [04:29] <ubiquin1> Nuts.
#412 [04:29] <ubiquin1> Maybe I'll get lucky tomorrow, thanks for helping guys.
#413 [04:44] * noom [noom@notlogged] has joined #minecrafthelp
#414 [04:44] <noom> i'm back...fresh install this time
#415 [04:45] <noom> i ran the command i found on the MC download page, same error, wanna shoot me your command again Ketsueki ?
#416 [04:47] <noom> here's my error running this -> java -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame -> http://mibpaste.com/WyB4GQ
#417 [04:55] * shawn [shawn@notlogged] has joined #minecrafthelp
#418 [05:04] * SoftZero [SoftZero@notlogged] has joined #minecrafthelp
#419 [05:10] * The_Prog [The_Prog@notlogged] has joined #minecrafthelp
#420 [05:11] <The_Prog> http://pastebin.com/60ya5Met Help me
#421 [05:11] <The_Prog> I install balkans weapon mod for multiplayer but this comes
#422 [05:12] <The_Prog> Hello?
#423 [05:15] <The_Prog> S O S
#424 [05:16] * Binary [Binary@notlogged] has joined #minecrafthelp
#425 [05:17] <Binary> I`ve wanted to try mine craft, but I can`t get the classic running on my mac. Is there anyone who knows about that kind of stuff here?
#426 [05:18] * TheNytangel [TheNytangel@notlogged] has joined #minecrafthelp
#427 [05:20] <The_Prog> can me help everybody
#428 [05:26] <SinZ> The_Prog: no mod support here
#429 [05:26] <SinZ> ??< The_Prog mod
#430 [05:26] <SinZ> ??<The_Prog mod
#431 [05:26] <SinZ> ?? mod
#432 [05:26] <SinZ> 0.o
#433 [05:26] <SinZ> ??> index
#434 [05:27] <SinZ> ??< index
#435 [05:27] <SinZ> Finally!
#436 [05:28] <SinZ> ??< only/you
#437 [05:30] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#438 [05:50] * seiji [seiji@notlogged] has joined #minecrafthelp
#439 [05:57] * Peanutbutterjelly12345 [Peanutbutterjelly12345@notlogged] has joined #minecrafthelp
#440 [05:57] <Peanutbutterjelly12345> Hey
#441 [05:57] <Peanutbutterjelly12345> Anyone here
#442 [05:57] <Peanutbutterjelly12345> I need help with MC
#443 [05:58] <Peanutbutterjelly12345> anybody ?
#444 [05:58] <Peanutbutterjelly12345> plz
#445 [05:58] <Peanutbutterjelly12345> okay anyway here is my problem:
#446 [06:00] <Peanutbutterjelly12345> I had my MineCraft account for a While now. a very long time and I was on RC2 when I decided I wanted to swap to 1.8.1 to go on a server I found on the Serverlist.net. So I went on it and I forgot to change my skin. I went into minecraft.net to login but it failed over and over. Then I coulden't login in minecraft either so I requested a password reset. No emai lcame trough. when i sent an email to myself that I forgot my username
#447 [06:01] * TheNytangel` [TheNytangel`@notlogged] has joined #minecrafthelp
#448 [06:01] <Peanutbutterjelly12345> It's been 1 day now and I can't login only on offline, if you know how to fix plz help, so annoyed the pass reset wont coem trough
#449 [06:02] <Peanutbutterjelly12345> anyone :( ?
#450 [06:04] <Peanutbutterjelly12345> I had my MineCraft account for a While now. a very long time and I was on RC2 when I decided I wanted to swap to 1.8.1 to go on a server I found on the Serverlist.net. So I went on it and I forgot to change my skin. I went into minecraft.net to login but it failed over and over. Then I coulden't login in minecraft either so I requested a password reset. No emai lcame trough. when i sent an email to myself that I forgot my username
#451 [06:05] <GreyVulpine> "when i sent an email to myself that I forgot my username...."
#452 [06:06] <GreyVulpine> Your block of text there got cut off.
#453 [06:07] <GreyVulpine> Hello?
#454 [06:07] <Aratsi> I bet he did that on purpose, master of suspense
#455 [06:07] * GreyVulpine sighs and goes back to Skyrim.
#455 [06:08] <GreyVulpine> Basically the middle of the night for most of the US, love how people expect a prompt answer.
#456 [06:11] * think [think@notlogged] has joined #minecrafthelp
#457 [06:14] * pico [pico@notlogged] has joined #minecrafthelp
#458 [06:14] * Me4502_ [Me4502_@notlogged] has joined #minecrafthelp
#459 [06:16] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#460 [06:21] * mib_wjbm38 [mib_wjbm38@notlogged] has joined #minecrafthelp
#461 [06:23] * Iguana [Iguana@notlogged] has joined #minecrafthelp
#462 [06:23] * |8bitben| [|8bitben|@notlogged] has joined #minecrafthelp
#463 [06:23] * WTFWatch [WTFWatch@notlogged] has joined #minecrafthelp
#464 [06:27] <mib_wjbm38> (Hej jag behöver hjälp med att få en minecraft mapp, jag har spelet men jag har inte fått någon mapp som jag t.ex kan lägga över mods och texture packs snälla hjälp mig.) (Hi i need a minecraft map i have the game but not a map for mods and texture packs Please help me.)
#465 [06:28] * lahwran_ [lahwran_@notlogged] has joined #minecrafthelp
#466 [06:30] * Fiya [Fiya@notlogged] has joined #minecrafthelp
#467 [06:30] * noom [noom@notlogged] has joined #minecrafthelp
#468 [06:31] <noom> Ketsueki: i'm back *again* - lemme know if you're around
#469 [06:34] * Ineedhelp [Ineedhelp@notlogged] has joined #minecrafthelp
#470 [06:39] <Ineedhelp> Hi i need help with minecraft i downloaded minecraft but the only fing i got whas the game and not a map, i need a map for mods and texture packs but i dont know how to get the map please help me.
#471 [06:40] * JonathanHA [JonathanHA@notlogged] has joined #minecrafthelp
#472 [06:40] <Ineedhelp> please please please help me
#473 [06:41] <noom> you have to run it to generate a map
#474 [06:42] <noom> just go to single player and start a game with a random seed, and you'll have a map folder
#475 [06:43] <Ineedhelp> i dont understand
#476 [06:43] <noom> start up minecraft with the .jar file
#477 [06:43] <noom> the game will start -> go to single player
#478 [06:43] <noom> create a new world -> fill in the settings
#479 [06:43] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#480 [06:43] <noom> the world will launch you'll log into it - minecraft has generated a map folder for you with your map in it
#481 [06:45] <Ineedhelp> ok dont really understand that so well becouse im swedish but thanks for the help
#482 [06:47] <Ineedhelp> are you swedish?
#483 [06:48] <noom> no sorry, translate this *start minecraft -> create new world -> single player*
#484 [06:48] <GreyVulpine> *psst*, swap the last two
#485 [06:49] <noom> lol :P
#486 [06:49] <noom> wasnt in any order
#487 [06:49] <Ineedhelp> ok
#488 [06:49] <noom> just trying to make it simple sentences so the translator doesnt freak out
#489 [06:49] <Ineedhelp> hehe lol:P
#490 [06:50] <Ineedhelp> ok im gonna try it
#491 [06:50] * Shaver [Shaver@notlogged] has joined #minecrafthelp
#492 [06:50] <Ineedhelp> il stay in the chat but im in the game so see you latter
#493 [06:50] <Shaver> Is there anyone who knows how to get classic working on my mac?
#494 [06:51] <Shaver> or knows about mine craft troubleshooting for macs in general?
#495 [06:52] * Me4502_ [Me4502_@notlogged] has joined #minecrafthelp
#496 [06:53] <Shaver> Does this mean no?
#497 [06:54] <Shaver> I`ll take that as a no then.
#498 [06:55] <Shaver> Have a smashing whatever time it is for you, chaps
#499 [06:56] <Chris|Work> DopeGhoti: https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/308367_260308417350403_199077356806843_690998_2114851135_n.jpg
#500 [06:56] <Chris|Work> thought you might find it amusing
#501 [07:05] * Iguana [Iguana@notlogged] has joined #minecrafthelp
#502 [07:12] * Calinou [Calinou@notlogged] has joined #minecrafthelp
#503 [07:13] * Zemedelphos [Zemedelphos@notlogged] has joined #minecrafthelp
#504 [07:27] * Tanjoodo [Tanjoodo@notlogged] has joined #minecrafthelp
#505 [07:38] * Hisui_ [Hisui_@notlogged] has joined #minecrafthelp
#506 [07:39] * Nistici [Nistici@notlogged] has joined #minecrafthelp
#507 [07:39] <Nistici> Hi
#508 [07:40] <Nistici> Just today i couldnt log int o my accoun because it said the password was wrong
#509 [07:40] <Nistici> What should i do
#510 [07:44] * spicyshrimproll [spicyshrimproll@notlogged] has joined #minecrafthelp
#511 [07:55] * Fruchtnektar [Fruchtnektar@notlogged] has joined #minecrafthelp
#512 [08:02] * peru [peru@notlogged] has joined #minecrafthelp
#513 [08:09] * Thayli [Thayli@notlogged] has joined #minecrafthelp
#514 [08:19] * HaltingState [HaltingState@notlogged] has joined #minecrafthelp
#515 [08:26] * mib_3hfsss [mib_3hfsss@notlogged] has joined #minecrafthelp
#516 [08:29] * Ejem [Ejem@notlogged] has joined #minecrafthelp
#517 [08:29] <Ejem> Hello
#518 [08:32] * TehPinkyy [TehPinkyy@notlogged] has joined #minecrafthelp
#519 [08:35] * Cryp71c [Cryp71c@notlogged] has joined #minecrafthelp
#520 [08:35] <Fruchtnektar> Hello. Ive got a ploblem playing minecraft. im using archlinux 64 bit sun 1.6 jre, stock graphics packets. (intel sanbybridge gpu). when starting and loading a level in minecraft i get to the game menu. i can only press "back to game" but minecraft only saves the game an stays in the menu. anyone a clue what is up?
#521 [08:36] * mib_iw7z7b [mib_iw7z7b@notlogged] has joined #minecrafthelp
#522 [08:48] * WTFWatch [WTFWatch@notlogged] has joined #minecrafthelp
#523 [09:02] * Kevinminecraftdkd [Kevinminecraftdkd@notlogged] has joined #minecrafthelp
#524 [09:02] <Kevinminecraftdkd> Hello. can anyoe ceck
#525 [09:02] <Kevinminecraftdkd> Can anyone Check If my minecraft is bought? i bought it yesterday still not updated..
#526 [09:02] <Chris> whats' the username
#527 [09:03] <Kevinminecraftdkd> Kevinminecraftdk
#528 [09:03] <Chris> !paid Kevinminecraftdkd
#529 [09:03] <Chris> !paid Kevinminecraftkd
#530 [09:03] <Kevinminecraftdkd> ohh
#531 [09:03] <Chris> !paid Kevinminecraftkd
#532 [09:03] <Kevinminecraftdkd> Thank you so much
#533 [09:03] <Chris> there we go xD
#534 [09:03] <Kevinminecraftdkd> I'll rebuy
#535 [09:03] <Kevinminecraftdkd> 2 sec
#536 [09:03] <Chris> wha
#537 [09:03] <Chris> did the money cme out of your account?
#538 [09:04] <Chris> like has it been removed
#539 [09:04] <Fruchtnektar> Hello. Ive got a ploblem playing minecraft. im using archlinux 64 bit sun 1.6 jre, stock graphics packets. (intel sanbybridge gpu). when starting and loading a level in minecraft i get to the game menu. i can only press "back to game" but minecraft only saves the game an stays in the menu. anyone a clue what is up?
#540 [09:06] <Kevinminecraftdkd> Wait.
#541 [09:07] * Kevinminecraftdk [Kevinminecraftdk@notlogged] has joined #minecrafthelp
#542 [09:07] <Kevinminecraftdk> Try to Do !paid again
#543 [09:07] <Chris> !paid Kevinminecraftkd
#544 [09:07] <Chris> !paid Kevinminecraftdkd
#545 [09:07] <Chris> wait
#546 [09:07] <Chris> me confused xD
#547 [09:07] <Chris> !paid Kevinminecraftdk
#548 [09:13] <Kevinminecraftdk> Bought it now :)
#549 [09:13] <Kevinminecraftdk> thanks for the help
#550 [09:13] <Chris> yw
#551 [09:21] * westmi [westmi@notlogged] has joined #minecrafthelp
#552 [09:34] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#553 [09:34] * mib_qfvdnt [mib_qfvdnt@notlogged] has joined #minecrafthelp
#554 [09:36] <mib_qfvdnt> when I ax with a little degradation is because the first position and I will have gone
#555 [09:36] * SimenOlai [SimenOlai@notlogged] has joined #minecrafthelp
#556 [09:36] <mib_qfvdnt> help ??
#557 [09:36] <mib_qfvdnt> mee
#558 [09:36] <VoxelHead> mib_qfvdnt: (telepathy) We are not telepathic, we cannot determine through divination what your problem is, we can be of no use to you unless you describe to us, in detail, exactly what problem you are having.
#559 [09:37] <mib_qfvdnt> when I ax with a little degradation is because the first position and I will have gone
#560 [09:37] <mib_qfvdnt> my problem
#561 [09:37] <mib_qfvdnt> when I ax with a little degradation is because the first position and I will have gone
#562 [09:37] <mib_qfvdnt> help meee
#563 [09:38] <GreyVulpine> Hold down the left mouse button.
#564 [09:38] <GreyVulpine> Don't just click and let go
#565 [09:39] <mib_qfvdnt> ok
#566 [09:39] * SoftZero [SoftZero@notlogged] has joined #minecrafthelp
#567 [09:40] <mib_qfvdnt> it does not want
#568 [09:41] <mib_qfvdnt> :(
#569 [09:41] <GreyVulpine> We don't know what you're saying then, your translator is crappy.
#570 [09:42] <mib_qfvdnt> Give me a link for a better
#571 [09:42] * dovenbik [dovenbik@notlogged] has joined #minecrafthelp
#572 [09:42] <mib_qfvdnt> translator
#573 [09:43] <mib_qfvdnt> i come from german
#574 [09:43] * j4mie [j4mie@notlogged] has joined #minecrafthelp
#575 [09:43] <stout> Hello!
#576 [09:45] <mib_qfvdnt> if I'm building an ax and cuts are what da first position
#577 [09:45] <mib_qfvdnt> if I'm building an ax and cuts are what da first position
#578 [09:45] <mib_qfvdnt> if I'm building an ax and cuts are what da first position
#579 [09:45] <mib_qfvdnt> if I'm building an ax and cuts are what da first position
#580 [09:45] * think [think@notlogged] has joined #minecrafthelp
#581 [09:45] <mib_qfvdnt> if I'm building an ax and cuts are what da first position
#582 [09:45] * spicyshrimproll [spicyshrimproll@notlogged] has joined #minecrafthelp
#583 [09:45] <GreyVulpine> We don't understand you
#584 [09:45] * oldtopman [oldtopman@notlogged] has joined #minecrafthelp
#585 [09:45] * SoftZero [SoftZero@notlogged] has joined #minecrafthelp
#586 [09:45] * QWork [QWork@notlogged] has joined #minecrafthelp
#587 [09:46] * TehPinkyy [TehPinkyy@notlogged] has joined #minecrafthelp
#588 [09:47] <mib_qfvdnt> translator
#589 [09:47] <mib_qfvdnt> link
#590 [09:47] <mib_qfvdnt> !!!
#591 [09:47] <rymate1234> lol
#592 [09:47] <GreyVulpine> Yes. We don't understand what you're trying to ask.
#593 [09:48] <GreyVulpine> Wir verstehen nicht, Ihr Übersetzer
#594 [09:48] <rymate1234> mib_qfvdnt: there is translator in mibbit
#595 [09:49] * Freddy [Freddy@notlogged] has joined #minecrafthelp
#596 [09:51] <mib_qfvdnt> who
#597 [09:52] * oblMraptor [oblMraptor@notlogged] has joined #minecrafthelp
#598 [09:52] <mib_qfvdnt> wenn ich mir eine holzaxt crafte und was abbaue dann steht da first position
#599 [09:52] <mib_qfvdnt> d
#600 [09:52] <oldtopman> English?
#601 [09:52] <mib_qfvdnt> no
#602 [09:52] * j4mie [j4mie@notlogged] has joined #minecrafthelp
#603 [09:53] <GreyVulpine> first Position?
#604 [09:53] <mib_qfvdnt> d
#605 [09:53] <mib_qfvdnt> ok
#606 [09:53] <mib_qfvdnt> yes
#607 [09:54] <mib_qfvdnt> wenn ich mir eine holzaxt crafte und was abbaue dann steht da first position
#608 [09:54] <mib_qfvdnt> yes
#609 [09:55] <GreyVulpine> Verstehe dich nicht.
#610 [09:55] <mib_qfvdnt> ja
#611 [09:55] <mib_qfvdnt> ok also
#612 [09:55] <GreyVulpine> ja?
#613 [09:55] <mib_qfvdnt> wie aktiviere ich den überstzer
#614 [09:56] <GreyVulpine> translate.google.com
#615 [09:57] <mib_qfvdnt> ok
#616 [09:58] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#617 [09:58] <mib_qfvdnt> if I is an ax me crafts then da first positio
#618 [09:59] <GreyVulpine> First position of what?
#619 [09:59] * Blacker47 [Blacker47@notlogged] has joined #minecrafthelp
#620 [10:00] <GreyVulpine> Sind Sie fragen, wie man eine Axt zu machen?
#621 [10:01] <mib_qfvdnt> But only if I break down and there's something that disturbs me with the ax
#622 [10:01] <GreyVulpine> ?
#623 [10:03] <mib_qfvdnt> wenn ich mir eine axt aus holz crafte und etwas abbaue steht da first position set to . . .
#624 [10:04] <mib_qfvdnt> und das stört mich
#625 [10:05] * MuumiJumala [MuumiJumala@notlogged] has joined #minecrafthelp
#626 [10:06] * Homoglyph [Homoglyph@notlogged] has joined #minecrafthelp
#627 [10:09] * mib_jzih6j [mib_jzih6j@notlogged] has joined #minecrafthelp
#628 [10:13] * Zaak [Zaak@notlogged] has joined #minecrafthelp
#629 [10:16] * unitcross [unitcross@notlogged] has joined #minecrafthelp
#630 [10:26] * Syndic [Syndic@notlogged] has joined #minecrafthelp
#631 [10:27] * Keltinray [Keltinray@notlogged] has joined #minecrafthelp
#632 [10:27] * SimenOlai is away: going to the store!!!!!
#632 [10:29] * Zodd1888 [Zodd1888@notlogged] has joined #minecrafthelp
#633 [10:30] <Zodd1888> hey all, i just bought a gift code and it isnt working, anyone got any advice?
#634 [10:33] * umbridge [umbridge@notlogged] has joined #minecrafthelp
#635 [10:33] <umbridge> hello
#636 [10:39] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#637 [10:44] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#638 [10:56] * Tom [Tom@notlogged] has joined #minecrafthelp
#639 [11:07] * Duragizer_ [Duragizer_@notlogged] has joined #minecrafthelp
#640 [11:08] <Ketsueki> I wonder if that noom guy was typoing 'minecraft.jar' when they got the class error. It's always been lower case for me.
#641 [11:09] * Endovene [Endovene@notlogged] has joined #minecrafthelp
#642 [11:10] <amphiboly> what's a good mining strategy to find diamonds fast enough to replace diamond pickaxes?
#643 [11:11] <Ketsueki> Only dig beneath level 20
#644 [11:11] <Ketsueki> Honestly I use industrialcraft and don't care anymore.
#645 [11:11] <amphiboly> got that, between level 10-16
#646 [11:12] * kciN [kciN@notlogged] has joined #minecrafthelp
#647 [11:12] <Ketsueki> I don't think you can actually dig fast enough in normal minecraft
#648 [11:12] <amphiboly> win't industrialcraft break with future mineshaft releases?
#649 [11:12] <Ketsueki> you either need stone or iron to chew through the junk
#650 [11:13] <Ketsueki> In case you haven't noticed; future releases break mineshaft.
#651 [11:13] <amphiboly> besides, industralcraft is practically a different game
#652 [11:13] <Ketsueki> Yes, it's the game minecraft should have been. If I wanted another kill the enemies and face the boss game I'd be playing skyrim.
#653 [11:14] <kciN> When is minecraft coming out?
#654 [11:14] <kciN> :)
#655 [11:14] <kciN> :)
#656 [11:16] * kciN [kciN@notlogged] has left #minecrafthelp
#657 [11:17] <amphiboly> I was learning to make these gadgets that exploit minecraft idiosyncrasies like boat elevators, but isn't it likely they'll stop working in future releases?
#658 [11:18] * schnozzle [schnozzle@notlogged] has joined #minecrafthelp
#659 [11:18] <amphiboly> the "logic" behind some of these techniques seems to depend on minecraft bugs IMO
#660 [11:18] <amphiboly> the "logic" behind some of these techniques seems to depend on minecraft bugs IMO
#661 [11:19] * schnozzle [schnozzle@notlogged] has left #minecrafthelp
#662 [11:20] * Duragizer_ [Duragizer_@notlogged] has joined #minecrafthelp
#663 [11:24] * Dyn4m1c [Dyn4m1c@notlogged] has joined #minecrafthelp
#664 [11:24] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#665 [11:32] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#666 [11:38] * TheReddeH [TheReddeH@notlogged] has joined #minecrafthelp
#667 [11:41] <Ketsueki> amphiboly: quite
#668 [11:50] * Duragizer_ [Duragizer_@notlogged] has joined #minecrafthelp
#669 [11:52] <|Kiikun|> amphiboly: boat elevators got broke once already. theres a few different ways to do them now
#670 [11:53] <|Kiikun|> and BUD switches are on the 'bugggy' side.
#671 [11:55] <SimenOlai> kciN in 2-5 days
#672 [11:55] <SimenOlai> this weekend
#673 [11:55] <SimenOlai> 1.0 coming out
#674 [11:55] <SimenOlai> (THERE WAS NO 1.9,, 1.9 WAS A LIE!)
#675 [11:55] <|Kiikun|> and there is no kciN :P
#676 [11:58] * hello [hello@notlogged] has joined #minecrafthelp
#677 [11:59] <hello> I still have the 1.8 beta? Is there a new version?
#678 [11:59] <SimenOlai> yeah
#679 [11:59] <SimenOlai> 1.8.1
#680 [11:59] <SimenOlai> :)
#681 [11:59] <hello> But other people have like pre release?
#682 [11:59] <|Kiikun|> hello: no proper released versions yet.
#683 [12:00] <SimenOlai> yeah
#684 [12:00] <hello> what is that then?
#685 [12:00] <SimenOlai> there is 1.9_06 which i call it
#686 [12:00] <Wug> hello: there prereleases which you have to install manually
#687 [12:00] <|Kiikun|> prereleases are buggy and have to be installed manually
#688 [12:00] <Wug> :rc
#689 [12:00] <WugBot> rc: The Minecraft 1.0 release candidates are not supported as they are known to be buggy and unstable. If you want to use them anyhow:
#690 [12:00] <WugBot> rc: Minecraft 1.0 Release Candidate 2 Client: http://assets.minecraft.net/rc2/minecraft.jar -- Minecraft 1.0 Release Candidate 2 Server: http://assets.minecraft.net/rc2/minecraft_server.jar
#691 [12:00] <SimenOlai> 1.9 pre 6
#692 [12:00] <Wug> SimenOlai: nope
#693 [12:00] <SimenOlai> seriously
#694 [12:00] <SimenOlai> 1.0
#695 [12:00] <Wug> 1.0rc2 is technically 1.9 pre 8
#696 [12:00] <|Kiikun|> SimenOlai: RC2 actually :P
#697 [12:00] <|Kiikun|> heh
#698 [12:00] <hello> so the latest version is the 1.8.1?
#699 [12:00] <SimenOlai> why the **** do we need prereleases?!?!?
#700 [12:00] <SimenOlai> yeah
#701 [12:00] <Wug> hello: officially, yes
#702 [12:00] <hello> kk
#703 [12:01] <SimenOlai> which is downloadable from launcher
#704 [12:01] <Wug> SimenOlai: you dont anymore
#705 [12:01] <SimenOlai> i dont what anymore?
#706 [12:01] <Wug> the release candidates were released after all ofr the prereleases
#707 [12:01] <hello> 2 days till proper release? full releasE?
#708 [12:01] <Wug> <SimenOlai> why the **** do we need prereleases?!?!?
#709 [12:01] <SimenOlai> we dont need prereleases :P
#710 [12:01] <Wug> as a beta tester, I want them.
#711 [12:01] <Wug> if you don't then dont get them.
#712 [12:01] <SimenOlai> if you use prereleases its no fun when actual version cames
#713 [12:01] <SimenOlai> :P
#714 [12:02] <hello> how do u get the pre release?
#715 [12:02] <SimenOlai> 1.9 ?
#716 [12:02] <Wug> :rc > hello
#717 [12:02] <WugBot> hello: (rc) The Minecraft 1.0 release candidates are not supported as they are known to be buggy and unstable. If you want to use them anyhow:
#718 [12:02] <WugBot> hello: (rc) Minecraft 1.0 Release Candidate 2 Client: http://assets.minecraft.net/rc2/minecraft.jar -- Minecraft 1.0 Release Candidate 2 Server: http://assets.minecraft.net/rc2/minecraft_server.jar
#719 [12:02] <|Kiikun|> hello: jeb_'s twitter... or the minecraftforums homepage
#720 [12:02] <Wug> download and use those files
#721 [12:02] <SimenOlai> 1.9 or 1.0 ?
#722 [12:02] <|Kiikun|> its called 1.0 because its no longer beta
#723 [12:02] <Wug> SimenOlai: 1.9 isnt real
#724 [12:03] <SimenOlai> i ask hello
#725 [12:03] <Wug> there are prereleases for a version that will never exist
#726 [12:03] <hello> Hmm.. Will my launcher update on its own when the full game is released?
#727 [12:03] <Wug> they*
#728 [12:03] <SimenOlai> i know
#729 [12:03] <SimenOlai> yes
#730 [12:03] <Wug> hello: yes
#731 [12:03] <SimenOlai> when its released
#732 [12:03] <hello> kk
#733 [12:03] <hello> Thanks a lot!
#734 [12:03] <SimenOlai> i cant wait for full release
#735 [12:03] <SimenOlai> no more need to update mods!!! woo hoo, ,,, no more needing update plugins and server!!! wooo hooo
#736 [12:04] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#737 [12:05] <SimenOlai> when does minecon start? (which clock)
#738 [12:06] <|Kiikun|> mountain? or pacific
#739 [12:06] <SimenOlai> what?
#740 [12:06] <SimenOlai> local time in sweden, lol
#741 [12:06] <|Kiikun|> minecon in vegas.....
#742 [12:07] <SimenOlai> i know........
#743 [12:07] <SimenOlai> screw you voxel, lol
#744 [12:07] <SimenOlai> :P
#745 [12:07] <SimenOlai> it should only +q if you sent 2 messages within 2 seconds
#746 [12:08] * |Kiikun| wraps SimenOlai's head in ducttape
#746 [12:08] <SimenOlai> what
#747 [12:08] * TheReddeH [TheReddeH@notlogged] has joined #minecrafthelp
#748 [12:08] <|Kiikun|> :P
#749 [12:08] <SimenOlai> what!
#750 [12:09] <SimenOlai> im going to advertise!
#751 [12:09] <SimenOlai> i love Coca Cola
#752 [12:09] <SimenOlai> buy it now!! 0% off!
#753 [12:10] <SimenOlai> wooohoo!! My Little Pony on television!!!!! wooo hooo
#754 [12:11] <SimenOlai> what, who said my name
#755 [12:20] * SnoStorm [SnoStorm@notlogged] has joined #minecrafthelp
#756 [12:21] <SnoStorm> What are the minimum specs for a minecraft classic server
#757 [12:23] * Duragizer_ [Duragizer_@notlogged] has joined #minecrafthelp
#758 [12:26] <Wug> SnoStorm: they dont have to be very good
#759 [12:26] * Dukeprower [Dukeprower@notlogged] has joined #minecrafthelp
#760 [12:28] * aikaramba [aikaramba@notlogged] has joined #minecrafthelp
#761 [12:28] <SnoStorm> How well would it run on this/how many slots would i be able to get out of it?
#762 [12:28] <SnoStorm> 1.6GHz Atom proc, 1GB of RAM
#763 [12:29] <SnoStorm> ~50gb
#764 [12:31] <SnoStorm> running ubuntu
#765 [12:32] <Wug> that will probably run it, but I wouldnt guarantee more than maybe 5 slots, and it will probably load slowly
#766 [12:35] <SnoStorm> Do you know of any good/cheap servers i could rent? I've found some with about 12 slots for $10 or so
#767 [12:36] <Ketsueki> SnoStorm: those servers are probably oversold or crappy in some way.
#768 [12:41] <SnoStorm> Thanks for the help. If you know of any good ones let me know... I'll stay in here for a few minutes
#769 [12:44] * iDominateU [iDominateU@notlogged] has joined #minecrafthelp
#770 [12:50] * Tonux [Tonux@notlogged] has joined #minecrafthelp
#771 [12:52] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#772 [12:53] * Callaway [Callaway@notlogged] has joined #minecrafthelp
#773 [12:53] * Evixion [Evixion@notlogged] has joined #minecrafthelp
#774 [12:56] <Callaway> Well, I've got a problem. After 2-5 minutes of in-game time (Single- or multiplayer) I get the following message: "Java™ Platform SE Binary has stopped working" and minecraft crashes. It does that for a few days now and every single time I play...
#775 [12:56] <Callaway> I tried to re-install Minecraft and Java but it still won't work...
#776 [12:57] * mib_279ecg [mib_279ecg@notlogged] has joined #minecrafthelp
#777 [12:58] <Callaway> Has anyone got an idea of what the problem could be?
#778 [12:58] * BullShark [BullShark@notlogged] has joined #minecrafthelp
#779 [12:59] <mib_279ecg> why cant i log onto minecraft
#780 [13:00] <mib_279ecg> i paid by credit card and stil it does not come on
#781 [13:01] <mib_279ecg> and it wont download
#782 [13:01] <mib_279ecg> help
#783 [13:02] <VoxelHead> mib_279ecg: (telepathy) We are not telepathic, we cannot determine through divination what your problem is, we can be of no use to you unless you describe to us, in detail, exactly what problem you are having.
#784 [13:04] <mib_279ecg> ok thanks i paid for it yesterday yet i havent recieved a e mail from them i put password and user name in and it sez no premium account
#785 [13:04] * Keltinray [Keltinray@notlogged] has joined #minecrafthelp
#786 [13:06] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#787 [13:13] <Wug> mib_279ecg: if you didnt receive a confirmation then payment wasn not successful
#788 [13:13] <Wug> :payment/stopped
#789 [13:13] <WugBot> payment/stopped: Banks, credit card companies, etc. frequently stop minecraft purchases for your protection because they are international transactions. You may have to call your financial institution and ask that they approve the transfer.
#790 [13:13] <WugBot> payment/stopped: If you're not sure what to say, tell them: "I would like to make an international purchase and payment is being declined. How would I go about approving the purchase?"
#791 [13:18] * claude [claude@notlogged] has joined #minecrafthelp
#792 [13:18] * Mr_Deanster [Mr_Deanster@notlogged] has joined #minecrafthelp
#793 [13:19] <Mr_Deanster> Hello I have paid for a premium membership but I can not remember name and password, I have the paypal receit to prove that I did buy the game. I think my name was DanDead but I can not remember what email I registered the game with or password I used to log in!
#794 [13:20] <Guest19403> I recently bought a new computer a hp pavilion g6 2.2 GH.z quad core 4 gb of ram but fore some wierd reason it is laggy as hell
#795 [13:20] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#796 [13:21] <Guest19403> anyone know how to fix my problem?
#797 [13:22] <Guest19403> plez
#798 [13:22] <Guest19403> plez
#799 [13:22] * SnoStorm [SnoStorm@notlogged] has left #minecrafthelp
#800 [13:23] * Pulec [Pulec@notlogged] has joined #minecrafthelp
#801 [13:24] * brain [brain@notlogged] has joined #minecrafthelp
#802 [13:26] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#803 [13:27] * TheBadShepperd [TheBadShepperd@notlogged] has joined #minecrafthelp
#804 [13:28] * calimero000 [calimero000@notlogged] has joined #minecrafthelp
#805 [13:30] * frogaincia [frogaincia@notlogged] has joined #minecrafthelp
#806 [13:33] * Duragizer [Duragizer@notlogged] has joined #minecrafthelp
#807 [13:37] * Duragizer_ [Duragizer_@notlogged] has joined #minecrafthelp
#808 [13:40] * Granas [Granas@notlogged] has joined #minecrafthelp
#809 [13:42] <Granas> Hey, who long does it take with direct debit until my Account is ready?
#810 [13:44] * mib_4eqxze [mib_4eqxze@notlogged] has joined #minecrafthelp
#811 [13:50] <Granas> .
#812 [13:52] * mib_9k7gqi [mib_9k7gqi@notlogged] has joined #minecrafthelp
#813 [13:52] <mib_9k7gqi> hi
#814 [13:53] <mib_9k7gqi> i cant update minecraft it stuck at 12%
#815 [13:53] * atliax [atliax@notlogged] has joined #minecrafthelp
#816 [13:58] * st1jn [st1jn@notlogged] has joined #minecrafthelp
#817 [14:05] * TheDevoure [TheDevoure@notlogged] has joined #minecrafthelp
#818 [14:07] <st1jn> hi can somebody help me my problem is when i want to force update (to get a clean minecraft) it get stuck at 12%
#819 [14:07] <TheDevoure> When i click on the site on Single player (minecraft classic) i will get this error: Fatal error occured (4): Unable to get input stream for lwjgl_applet.jar.pack
#820 [14:08] <TheDevoure> can someone help
#821 [14:08] <WugBot> TheDevoure: (dx) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#822 [14:08] <WugBot> TheDevoure: (dx) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it here.
#823 [14:09] * mr_pants [mr_pants@notlogged] has joined #minecrafthelp
#824 [14:10] * Thols [Thols@notlogged] has joined #minecrafthelp
#825 [14:10] <mr_pants> I cant run the setup for minecraft after i download it.
#826 [14:14] <TheDevoure> http://pastebin.com/4aDVmdpt
#827 [14:14] <TheDevoure> http://pastebin.com/4aDVmdpt
#828 [14:14] * Granas [Granas@notlogged] has left #minecrafthelp
#829 [14:17] <st1jn> http://pastebin.com/mQd8bgLV
#830 [14:17] * aikaramba [aikaramba@notlogged] has joined #minecrafthelp
#831 [14:17] <TheDevoure> what do I do now
#832 [14:17] <st1jn> when i want to update it stop updating at 12%
#833 [14:17] <st1jn> http://pastebin.com/mQd8bgLV
#834 [14:18] <TheDevoure> WugBot
#835 [14:19] * PcJamesy [PcJamesy@notlogged] has joined #minecrafthelp
#836 [14:19] <Wug> wugbot is a bot
#837 [14:20] * Valerie [Valerie@notlogged] has joined #minecrafthelp
#838 [14:20] * TheBadShepperd [TheBadShepperd@notlogged] has joined #minecrafthelp
#839 [14:22] * nip [nip@notlogged] has joined #minecrafthelp
#840 [14:30] * kermi [kermi@notlogged] has joined #minecrafthelp
#841 [14:35] * aetherian [aetherian@notlogged] has joined #minecrafthelp
#842 [14:48] * doomdude438 [doomdude438@notlogged] has joined #minecrafthelp
#843 [14:48] <doomdude438> Is anyone looking? My Minecraft won't start.
#844 [14:49] <doomdude438> Hello?
#845 [14:50] <doomdude438> Err...
#846 [14:51] <doomdude438> I will check back later.
#847 [14:52] * nip [nip@notlogged] has joined #minecrafthelp
#848 [14:56] * Angel4ever17 [Angel4ever17@notlogged] has joined #minecrafthelp
#849 [14:57] <Angel4ever17> ok I just bought the game and I didn't get a download link or pop up... is the game down or something? I'm new so I have no idea what's going on.
#850 [14:59] <Angel4ever17> hello?
#851 [14:59] * clarjon1 [clarjon1@notlogged] has joined #minecrafthelp
#852 [15:00] <Wug> :client > Angel4ever17
#853 [15:00] <WugBot> Angel4ever17: (client) You can download the client by clicking the correct link: (For Windows: https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft.exe ) (For Linux: https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar ) (For OSX: https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft.zip )
#854 [15:00] * Morrolan [Morrolan@notlogged] has joined #minecrafthelp
#855 [15:01] <Angel4ever17> thank you
#856 [15:02] <Wug> np.
#857 [15:03] * Valerie [Valerie@notlogged] has joined #minecrafthelp
#858 [15:12] * Valerie [Valerie@notlogged] has joined #minecrafthelp
#859 [15:15] * jkraas [jkraas@notlogged] has joined #minecrafthelp
#860 [15:16] * iDominateU [iDominateU@notlogged] has joined #minecrafthelp
#861 [15:18] * Morrolan [Morrolan@notlogged] has joined #minecrafthelp
#862 [15:22] <jkraas> I recently baught the game and downloaded the .exe file, running it, updating, logging in and then it disapears, can anyone help me with this issue ?
#863 [15:22] <jkraas> Is java necessary?
#864 [15:22] <Wug> it is
#865 [15:22] <Wug> but I suspect a graphics driver issue
#866 [15:23] <Wug> :dx > jkraas
#867 [15:23] <WugBot> jkraas: (dx) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#868 [15:23] <WugBot> jkraas: (dx) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it here.
#869 [15:25] * dripfeed [dripfeed@notlogged] has joined #minecrafthelp
#870 [15:30] * TheDevourer [TheDevourer@notlogged] has joined #minecrafthelp
#871 [15:31] <TheDevourer> I have a problem. When i click on the site on Single player (minecraft classic) i will get this error: Fatal error occured (4): Unable to get input stream for lwjgl_applet.jar.pack How can i fix this problem?
#872 [15:31] <Wug> try disabling any firewalls you may have
#873 [15:32] <Wug> :firewall > TheDevourer
#874 [15:32] <TheDevourer> Already did that
#875 [15:32] <Wug> anti virus programs?
#876 [15:32] <Wug> everything
#877 [15:32] <Wug> its being stopped by something
#878 [15:32] <TheDevourer> done all of them
#879 [15:32] <Wug> tried a different browser?
#880 [15:33] <TheDevourer> Yes
#881 [15:33] <Wug> what anti virus programs do you have
#882 [15:33] * flo [flo@notlogged] has joined #minecrafthelp
#883 [15:34] <TheDevourer> norten
#884 [15:35] <Wug> you've disabled autoprotect?
#885 [15:35] <Wug> and you have no other AV programs or firewalls?
#886 [15:35] <TheDevourer> i did then tried it but it still didn't work
#887 [15:35] <TheDevourer> I'll check
#888 [15:38] <flo> hi i get the error "Failed to load Main-Class manifest attribute from minecraft.jar" from RC2 on linux. i could run 1.8.1 good before. any hints?
#889 [15:39] <Wug> the jar you download isnt the launcher, it goes in ~/.minecraft/bin
#890 [15:42] <Wug> flo: fixed it yet
#891 [15:43] <flo> im confused becourse i never used any launcher on linux
#892 [15:44] <Wug> yeah you have, the file you launch it with is the launcher
#893 [15:44] <Wug> the one you download from minecraft.net
#894 [15:44] <Wug> put the RC2 file in ~/.minecraft/bin (over the one thats already there)
#895 [15:44] <Wug> then redownload the launcher from here:
#896 [15:44] <Wug> :client
#897 [15:44] <WugBot> client: You can download the client by clicking the correct link: (For Windows: https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft.exe ) (For Linux: https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar ) (For OSX: https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft.zip )
#898 [15:45] <TheDevourer> i got on but now it shows Bad video card drivers! ----------------------- Minecraft was unable to start because it failed to find an accelerated OpenGL mode. This can usually be fixed by updating the video card drivers. --- BEGIN ERROR REPORT 7fe0271 -------- Generated 16/11/11 20:43 Minecraft: Minecraft Beta 1.8.1 OS: Windows 7 (x86)
#899 [15:45] <Wug> TheDevourer: dont flood the channel, use pastebin for large amounts of text
#900 [15:45] <Wug> :dx > TheDevourer
#901 [15:45] <WugBot> TheDevourer: (dx) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#902 [15:45] <WugBot> TheDevourer: (dx) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it here.
#903 [15:49] * w [w@notlogged] has joined #minecrafthelp
#904 [15:51] <TheDevourer> http://pastebin.com/fLE9EXvJ
#905 [15:51] <Wug> TheDevourer: you were here earlier and wugbot sent you that lol
#906 [15:52] <Wug> wugbot is a bot that can sometimes respond automatically if you ask the right questions
#907 [15:52] * Fruchtnektar [Fruchtnektar@notlogged] has joined #minecrafthelp
#908 [15:52] * moga [moga@notlogged] has joined #minecrafthelp
#909 [15:53] <moga> hello
#910 [15:53] <Wug> moga: hellp
#911 [15:53] <Wug> hello*
#912 [15:53] <moga> well
#913 [15:53] <moga> that is suitable
#914 [15:53] <moga> i do need help
#915 [15:54] <moga> ; . ;
#916 [15:54] <Wug> with what
#917 [15:54] <moga> Just got gifted minecraft
#918 [15:54] <moga> and it's not working
#919 [15:54] <moga> in browser or with .exe
#920 [15:54] <Wug> what happens when you try
#921 [15:56] <moga> sorry
#922 [15:56] <moga> k
#923 [15:56] <moga> it starts
#924 [15:56] <moga> loads the blog
#925 [15:56] <moga> loads the login place
#926 [15:56] <moga> i got to login
#927 [15:56] <moga> it runs
#928 [15:56] <moga> then it says can't connect
#929 [15:56] <moga> sends me back to login place
#930 [15:57] <Wug> have you pirated minecraft before
#931 [15:57] <moga> <with .exe
#932 [15:57] <moga> don't think so but people use my computers a lot
#933 [15:57] * Aquan [Aquan@notlogged] has joined #minecrafthelp
#934 [15:57] <Wug> :win/hosts
#935 [15:57] <Wug> ?? win/hosts
#936 [15:57] <VoxelHead> win/hosts: You may have a problem with your hosts file, which overrides DNS queries. Please follow the following directions:
#937 [15:57] <VoxelHead> win/hosts: Hold down the Windows key, and press R. In the window that appears, enter "%SystemRoot%\System32\drivers\etc", and press Enter. In the window that appears you will see a file, "hosts". Open that file in Notepad, and copy the contents onto Pastebin, and give us the resulting URL.
#938 [15:57] <Aquan> Hi everyone. my name is Anreq and i've bought mc 2 months ago.
#939 [15:58] <Aquan> today i haven't premium
#940 [15:58] <Aquan> why?
#941 [15:58] <Wug> whats your minecraft account name
#942 [15:58] <Aquan> Anreq
#943 [15:58] <Wug> !paid Anreq
#944 [15:58] <Wug> did you buy minecraft from minecraft.net?
#945 [15:58] <flo> thx 4 help! launcher did it.
#946 [15:58] <Aquan> No.
#947 [15:58] <Wug> :scam
#948 [15:58] <WugBot> scam: Do not buy minecraft from anywhere except http://minecraft.net There is a high probability that the gift code you purchase will later be disabled.
#949 [15:58] <WugBot> scam: This scam is possible because it is possible to perform a chargeback on the payment made for the gift code. This results in the money being transferred back into the buyers account and Mojang disabling the gift code.
#950 [15:59] <moga> k found the url?
#951 [15:59] <moga> i think
#952 [15:59] <moga> 127.0.0.1 localhost ::1 localhost
#953 [16:00] <Wug> moga: you're supposed to pastebin the whole fine
#954 [16:00] <Wug> file*
#955 [16:00] <moga> -.-
#956 [16:00] <moga> and pastbin it where
#957 [16:00] <Wug> www.pastebin.com
#958 [16:00] <moga> btw that is pretty much it
#959 [16:00] <Wug> if thats really all there is then dont bother
#960 [16:00] <moga> there is nothing else but a sample explanation
#961 [16:01] <moga> from windows
#962 [16:01] <Wug> what happens if you try to play in browser
#963 [16:01] <moga> it gets lamer
#964 [16:01] <moga> it starts java
#965 [16:01] <moga> and loading it's java stuff
#966 [16:01] <moga> finishes i assume
#967 [16:02] <moga> then rolls into loading minecraft
#968 [16:02] <moga> then before it finishes, freezes
#969 [16:02] <Wug> I suspect a firewall issue then
#970 [16:02] <moga> okay
#971 [16:02] <Wug> try disabling any firewalls you have and see if it works then
#972 [16:03] <moga> So minecraft needs a clean shot with no firewalls I guess?
#973 [16:03] <Wug> java checks your username and password on minecraft.net when you login
#974 [16:03] <Aquan> maybe i can help? what graphic card you have?
#975 [16:03] <Wug> and it downloads game files after you login
#976 [16:03] <Wug> if a firewall blocks it, it pretty much fails to do anything
#977 [16:04] <moga> checking out this firewall thing
#978 [16:04] <Wug> "cannot connect to minecraft.net" indicates either a firewall conflict or piracy
#979 [16:04] <Wug> generally if you pirate it, it will work in browser though, either that or you will not be able to access minecraft.net at all
#980 [16:04] <Aquan> disable antivir
#981 [16:04] <Aquan> :)
#982 [16:05] <moga> still not working
#983 [16:05] <moga> i got the .exe from minecraft
#984 [16:05] <Wug> what firewall do you have
#985 [16:05] <moga> windows
#986 [16:05] <moga> shut it off just now
#987 [16:05] <Wug> just the windows firewall? no other security software?
#988 [16:05] <Wug> anti virus programs?
#989 [16:05] <moga> firewall and windows defender
#990 [16:06] <Wug> windows defender is disabled too?
#991 [16:06] <moga> nope
#992 [16:07] <Wug> try disabling that too, if it works when its disabled you can add an exception
#993 [16:08] * oblMraptor [oblMraptor@notlogged] has joined #minecrafthelp
#994 [16:08] * Iguana [Iguana@notlogged] has joined #minecrafthelp
#995 [16:08] <moga> not working still
#996 [16:08] <moga> i tried it in the browser
#997 [16:08] <moga> and now i have the option to run it offline
#998 [16:08] <moga> but that doesn't work either
#999 [16:12] <moga> so am i out of luc,k
#1000 [16:13] <Wug> sorry, was distracted
#1001 [16:13] <Wug> try updating java
#1002 [16:13] <Wug> :j
#1003 [16:13] <WugBot> j: Current Recommended Java Version: http://goo.gl/h2OEh (Java SE Runtime Environment 6 Update 29)
#1004 [16:14] <moga> i keep my java updated pretty regularly for work but i'll do it again
#1005 [16:14] <Wug> do you have a 32 bit or 64 bit OS
#1006 [16:14] <moga> 32
#1007 [16:14] <moga> good old vista
#1008 [16:14] * TheNytangel [TheNytangel@notlogged] has joined #minecrafthelp
#1009 [16:15] <TheNytangel> I'm a mibbit :D
#1010 [16:15] <Wug> lol
#1011 [16:15] <TheNytangel> I didn't want to download an IRC client on my computer
#1012 [16:17] <Wug> moga: ask me again if it still doesnt work
#1013 [16:17] <Wug> also if you have any old versions of java then uninstall them
#1014 [16:17] <moga> will do
#1015 [16:17] <moga> k
#1016 [16:25] * Ricaz [Ricaz@notlogged] has joined #minecrafthelp
#1017 [16:25] * mermi [mermi@notlogged] has joined #minecrafthelp
#1018 [16:31] * mib_v8546f [mib_v8546f@notlogged] has joined #minecrafthelp
#1019 [16:31] * guacamole [guacamole@notlogged] has joined #minecrafthelp
#1020 [16:33] <mib_v8546f> hello, I have just downloaded Minecraft for the very fist time and decided to pull it up. After going through and creating a world, the screen loads on the main page then just goes black. There ten appears a little message but it disappears before I can read it. What do you think I should do?
#1021 [16:34] <rev-lemon> mib_v8546f try updateing java if you havent done so
#1022 [16:35] <mib_v8546f> I apparently have the most updated version of java at this time
#1023 [16:36] <mib_v8546f> The game still is not working
#1024 [16:38] <mib_v8546f> any other suggestions?
#1025 [16:40] <rev-lemon> mib_v8546f minecraft.net
#1026 [16:40] * weirdo [weirdo@notlogged] has joined #minecrafthelp
#1027 [16:40] <rev-lemon> login and click in broswer
#1028 [16:41] <mib_v8546f> ok i am logged in
#1029 [16:41] * JonathanHA [JonathanHA@notlogged] has joined #minecrafthelp
#1030 [16:43] * AwesomezGuy [AwesomezGuy@notlogged] has joined #minecrafthelp
#1031 [16:43] <weirdo> Just purchased Minecraft. When we downloaded it what came up was the Beta version. How do I get to the version I purchased?
#1032 [16:44] <TheNytangel> weirdo: it is beta until friday when the final release comes out
#1033 [16:46] <weirdo> So we should be able to download it Friday and log in?
#1034 [16:46] * mib_po1cui [mib_po1cui@notlogged] has joined #minecrafthelp
#1035 [16:46] * [L] [[L]@notlogged] has joined #minecrafthelp
#1036 [16:48] <mib_po1cui> Minecraft doesnt load when I pull it up. It comes to a black screen then becomes unresponsive. This is the first time I have installed it and played it. The java on my computer is completely updated, and I was wondering what I could do to get the game running.
#1037 [16:48] <rev-lemon> ??> mib_po1cui win/dxdiag
#1038 [16:48] <VoxelHead> mib_po1cui: (win/dxdiag) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#1039 [16:48] <VoxelHead> mib_po1cui: (win/dxdiag) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it in the IRC channel.
#1040 [16:52] * moga [moga@notlogged] has joined #minecrafthelp
#1041 [16:52] <mib_po1cui> what do i do for win+r because I have a mac
#1042 [16:53] <rev-lemon> oh
#1043 [16:53] <rev-lemon> cant help, no good macs
#1044 [16:53] <rev-lemon> but oyu can try
#1045 [16:53] <rev-lemon> ?? mac/reinst
#1046 [16:53] <VoxelHead> mac/reinst: You may need to reinstall the locally installed files that Minecraft puts into place.
#1047 [16:53] <VoxelHead> mac/reinst: To do so, in the Finder, from the Go menu, select Home. Then open Library, Application Support, and then minecraft. Drag the bin and resources folders to the trash, then try running Minecraft again. Good luck!
#1048 [16:54] * zkxs [zkxs@notlogged] has joined #minecrafthelp
#1049 [16:59] <mib_po1cui> I reboot the system a few times after deleting the resources and bin and it still wouldnt load
#1050 [17:01] * trejuhkyi [trejuhkyi@notlogged] has joined #minecrafthelp
#1051 [17:01] <mib_po1cui> anything else I would do or anyone else I could contact?
#1052 [17:01] <trejuhkyi> i cant get into minectaft
#1053 [17:02] <trejuhkyi> it says user not premium
#1054 [17:02] <zkxs> mib_po1cui: One of the helpers here is a mac user. I'm sure he wouldn't mind helping you
#1055 [17:02] <zkxs> Scott: ^
#1056 [17:02] * Scott is busy.
#1056 [17:02] * obi_wan [obi_wan@notlogged] has joined #minecrafthelp
#1057 [17:03] <mib_po1cui> could do put me in a conversation with scott if possible?
#1058 [17:03] <Wug> he says hes busy
#1059 [17:03] <Wug> you could try again later
#1060 [17:04] <trejuhkyi> what do i do
#1061 [17:04] <zkxs> trejuhkyi: have you bought the game?
#1062 [17:04] <zkxs> I guess that is a no...
#1063 [17:06] <mib_po1cui> How long will scott be busy?
#1064 [17:07] <Scott> I'm going to be busy pretty much all day so you should find someone else to help you. Sorry.
#1065 [17:07] * downer [downer@notlogged] has joined #minecrafthelp
#1066 [17:07] <mib_po1cui> How long will scott be busy?
#1067 [17:07] <zkxs> mib_po1cui: what happens if you use the browser applet?
#1068 [17:07] <mib_po1cui> is thre anyone else I can contact?
#1069 [17:08] <zkxs> mib_po1cui: what happens if you use the browser applet?
#1070 [17:08] * Zyferus [Zyferus@notlogged] has joined #minecrafthelp
#1071 [17:10] * Diablodoct0r [Diablodoct0r@notlogged] has joined #minecrafthelp
#1072 [17:11] * Rehevkor [Rehevkor@notlogged] has joined #minecrafthelp
#1073 [17:14] * WugBot [WugBot@notlogged] has joined #minecrafthelp
#1074 [17:20] * advcomp2019 [advcomp2019@notlogged] has joined #minecrafthelp
#1075 [17:21] * nipper [nipper@notlogged] has joined #minecrafthelp
#1076 [17:25] * b0xxy [b0xxy@notlogged] has joined #minecrafthelp
#1077 [17:31] * mib_32ab4b [mib_32ab4b@notlogged] has joined #minecrafthelp
#1078 [17:32] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#1079 [17:37] * advcomp2019 [advcomp2019@notlogged] has joined #minecrafthelp
#1080 [17:40] * dianabargon [dianabargon@notlogged] has joined #minecrafthelp
#1081 [17:40] <dianabargon> Hi
#1082 [17:40] * [L] [[L]@notlogged] has joined #minecrafthelp
#1083 [17:44] <TheNytangel> Mibbit itself calls me a Mibitian
#1084 [17:44] <TheNytangel> Mibbitian*
#1085 [17:45] <zkxs> :3 look, a NytMibbit
#1086 [17:47] * advcomp2019 [advcomp2019@notlogged] has joined #minecrafthelp
#1087 [17:48] * FPS [FPS@notlogged] has joined #minecrafthelp
#1088 [17:48] <FPS> My minecraft was working fine earlier -- around 10-20 FPS.. suddenly it went down to 1-3. I went to bed then logged off. When I logged on it was at 0.3 fps. :(
#1089 [17:51] * seanner [seanner@notlogged] has joined #minecrafthelp
#1090 [17:56] * advcomp2019_ [advcomp2019_@notlogged] has joined #minecrafthelp
#1091 [18:00] <zkxs> FPS: is your antivirus scanning?
#1092 [18:00] <zkxs> this sounds like something is hogging resources in the background
#1093 [18:01] <amphiboly> won't zombies and creepers invade your computer if you turn of antivirus protection?
#1094 [18:02] * bas7ard [bas7ard@notlogged] has joined #minecrafthelp
#1095 [18:03] <zkxs> amphiboly: only on windows :D but your AV can be on but not scanning. Scanning is where it is actively reading everything on the filesystem to see if it is a zombie or creeper.
#1096 [18:03] <b0xxy> whats the story with the next update? fresh map needed is there any news on that yet?
#1097 [18:03] <zkxs> generally scanning is scheduled to happen about once a week
#1098 [18:04] <bas7ard> hello, I haven't played minecraft in a long time and I wanted to play today but I'm unable to because it says that I haven't purchased the game, I did a long time ago, is there something I'm not aware of?
#1099 [18:04] <zkxs> you'd only need a fresh map if new naturally occurring blocks are present in the update
#1100 [18:04] <zkxs> bas7ard: did you purchase the game?
#1101 [18:05] <b0xxy> what do you mean zkxs?
#1102 [18:05] <bas7ard> a long time ago yes
#1103 [18:05] <zkxs> b0xxy: for example, to get lapis after the update where lapis was added, you needed to generate new terrain
#1104 [18:05] <amphiboly> I do your old worlds brak when a new version of mincraft is released? like, won't my boat elevators break?
#1105 [18:05] <zkxs> bas7ard: what is your minecraft username?
#1106 [18:06] <bas7ard> I thought the purchase would carry on to gold too
#1107 [18:06] <bas7ard> bas7ard
#1108 [18:06] <zkxs> !paid bas7ard
#1109 [18:06] <bas7ard> huh?
#1110 [18:06] <zkxs> bas7ard: it isn't gold yet
#1111 [18:07] <amphiboly> some of these cool techniques in the youtubes don't work on 1.8.1
#1112 [18:07] <bas7ard> well, either way I paid for it months ago
#1113 [18:07] <bas7ard> more than 6 months ago for sure
#1114 [18:07] <zkxs> bas7ard: minecraft accounts don't expire. Are you sure your username is correct?
#1115 [18:08] <bas7ard> as a matter of fact I have a paypal receipt
#1116 [18:08] <bas7ard> I'm sure I was able to login to the website using that login name
#1117 [18:08] <bas7ard> and that is tied to the email address that I have registered
#1118 [18:08] <bas7ard> where I also have a copy of my receipt
#1119 [18:09] <bas7ard> I purchased it on November 27, 2010
#1120 [18:09] <zkxs> bas7ard: plug your email address into this: http://www.minecraft.net/retrievename
#1121 [18:10] <bas7ard> it says bas7ard
#1122 [18:10] * mib_srkotj [mib_srkotj@notlogged] has joined #minecrafthelp
#1123 [18:10] <bas7ard> I already tried it because I couldn't remember the user name either
#1124 [18:10] <bas7ard> and reset my password too
#1125 [18:11] <zkxs> bas7ard: do you have any other email addresses? some people make multiple accounts and forget which one was premium
#1126 [18:11] <bas7ard> No, that is the only one I have
#1127 [18:11] <bas7ard> I haven't opened any other account
#1128 [18:11] <bas7ard> and that email address is where I have my receipt
#1129 [18:12] <zkxs> bas7ard: there isn't anything else I can do but point you to http://www.minecraft.net/support
#1130 [18:12] * sirjustinB [sirjustinB@notlogged] has joined #minecrafthelp
#1131 [18:13] <bas7ard> Yeah, I did not know about that page, it's probably what I need
#1132 [18:14] <sirjustinB> Hello, I running a SMP with a couple friends. We have tried 3 different versions (1.81, 1.9PRE1, and the 1.0 ROC) but cannot find wolves in any of them. Sure this probably isn't too big of a deal, but is it my server or a glitch on all SMP?
#1133 [18:15] * HeavyMetal [HeavyMetal@notlogged] has joined #minecrafthelp
#1134 [18:15] <sirjustinB> Hello, I running a SMP with a couple friends. We have tried 3 different versions (1.81, 1.9PRE1, and the 1.0 ROC) but cannot find wolves in any of them. Sure this probably isn't too big of a deal, but is it my server or a glitch on all SMP?
#1135 [18:18] <zkxs> sirjustinB: this is in the bug list: http://www.minecraftwiki.net/wiki/Bugs
#1136 [18:18] <sirjustinB> thanks i will check it out
#1137 [18:21] <sirjustinB> I looked at it and it says that on some 1.8 servers wolves never spawn, but right now we are running a newer version for a couple days and wolves have never spawned
#1138 [18:24] * moga [moga@notlogged] has joined #minecrafthelp
#1139 [18:24] <zkxs> that does not apply to pre releases
#1140 [18:24] <moga> hello i am back again
#1141 [18:25] * denton [denton@notlogged] has joined #minecrafthelp
#1142 [18:25] <sirjustinB> Yea I know, so shouldnt the wolves have appeared on the newer versions?
#1143 [18:25] * bernard [bernard@notlogged] has joined #minecrafthelp
#1144 [18:25] <zkxs> not unless notch fixed the bug
#1145 [18:25] <denton> i have a question about payments
#1146 [18:25] * davidfx [davidfx@notlogged] has joined #minecrafthelp
#1147 [18:26] <bernard> hey guys ii have a friend i wanna play with, two computers with minecraft downloaded, but only one account, CAN THIS HAPPEN?
#1148 [18:26] <sirjustinB> but other servers that are above 1.8 have wolves that I have been on
#1149 [18:26] <davidfx> hello everyone, I just purchased minecraft! I am very excited
#1150 [18:26] <bernard> and ALSO IF SO , HOW, and were on the same internet
#1151 [18:26] <sirjustinB> , you can both play solo
#1152 [18:26] <denton> i tried buying minecraft and kept getting error messages and when i left the site though it said it had worked but it says i dont have minecraft what happened?
#1153 [18:26] <sirjustinB> not multiplayer
#1154 [18:26] <bernard> we wanna play together.....
#1155 [18:26] <bernard> thats wy i am heh
#1156 [18:27] <zkxs> denton: check to see if your card was charged
#1157 [18:27] <sirjustinB> he would have to pay and get an account too
#1158 [18:27] <bernard> QUASTION, if u delete your browser history, is it still on your computer and CAN BE SEEEEN????
#1159 [18:27] <moga> so i have a problem getting minecraft to run, i was here previously
#1160 [18:27] <denton> alright and if it wasn't then try another method?
#1161 [18:27] <bernard> FINE can we use one of your accounts/.
#1162 [18:27] <zkxs> denton: yes. paypal is generally a good method to go with
#1163 [18:28] <davidfx> I am just wondering if there are public servers I could join to play with other people?
#1164 [18:28] <denton> thankyou
#1165 [18:28] <sirjustinB> I would recommend googling
#1166 [18:28] <bernard> K how about we play, who has a private server we can start survival with?
#1167 [18:28] <bernard> anyone wanna play?
#1168 [18:28] <sirjustinB> You should google servers to find them, private or public
#1169 [18:28] <moga> so i go to run minecraft but it doesn't start
#1170 [18:28] <bernard> nah i wanna play with one of u
#1171 [18:28] <davidfx> I just started playing today so I am not very good but I know the basics
#1172 [18:28] <bernard> YES OR NO!?
#1173 [18:29] <moga> i have updated java, tried the browser version and offline version.
#1174 [18:29] <bernard> SOOOOO?????????????????????????????????????/
#1175 [18:29] <bernard> k
#1176 [18:29] <bernard> HEy so no one wants to play?
#1177 [18:29] <moga> no i'm trying to get it to run
#1178 [18:30] <bernard> fuck fuck fuck fuck fuck fuck fuck YOOUOUOUOUOU
#1179 [18:30] * AuBot kicked bernard from #minecrafthelp (Reason: ernard :Please keep it civil.)
#1180 [18:30] <moga> -.-
#1181 [18:30] <zkxs> some people just can't handle being semi-anonymous.
#1182 [18:30] <moga> not at all
#1183 [18:31] <moga> er... so is anyone on at the moment that can help with technical problems
#1184 [18:31] <zkxs> moga: what happens? black screen?
#1185 [18:31] <moga> yeah
#1186 [18:32] <moga> it boots the pre-stuf
#1187 [18:32] <moga> then it goes blac and nothing happens
#1188 [18:32] * Jammy [Jammy@notlogged] has joined #minecrafthelp
#1189 [18:32] <zkxs> moga: has minecraft worked on your computer in the past?
#1190 [18:32] <moga> the free browser one did
#1191 [18:33] <moga> the one you don't have to log in for
#1192 [18:33] <moga> on the site
#1193 [18:33] <zkxs> yes, classic
#1194 [18:33] <moga> yup
#1195 [18:33] <zkxs> moga: what operating system are you on?
#1196 [18:33] <moga> windows vista
#1197 [18:34] <zkxs> ??> win/dxdiag moga
#1198 [18:34] <Wug> Kealper: :3
#1199 [18:34] <moga> what
#1200 [18:34] <zkxs> sorry
#1201 [18:34] <zkxs> ??> moga win/dxdiag
#1202 [18:34] <VoxelHead> moga: (win/dxdiag) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#1203 [18:34] <VoxelHead> moga: (win/dxdiag) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it in the IRC channel.
#1204 [18:34] <Wug> moga: still not working?
#1205 [18:34] * moga1 [moga1@notlogged] has joined #minecrafthelp
#1206 [18:34] <Kealper> Wug: rawr
#1207 [18:35] <moga1> um sorry i did ctl+r instead
#1208 [18:35] <Wug> Kealper: y u ban me from #aubotdevchan
#1209 [18:35] <Wug> :C
#1210 [18:35] <moga1> what was that again with i was supposed to run
#1211 [18:35] <Kealper> i have a ban on *!*@* lol
#1212 [18:35] <zkxs> ?? win/dxdiag
#1213 [18:35] <VoxelHead> win/dxdiag: Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#1214 [18:35] <VoxelHead> win/dxdiag: Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it in the IRC channel.
#1215 [18:36] * zkxs is away (food)
#1215 [18:36] <Kealper> Wug: go again?
#1216 [18:36] <Wug> and Kealper I've known about that channel for like forever
#1217 [18:36] <Kealper> sssshhhhh! D:
#1218 [18:38] <moga1> http://pastebin.com/A3N8QkV0
#1219 [18:41] <denton> about how long till you can play minecraft after you have bought it? or in other words how long does the transaction take to complete?
#1220 [18:44] <Wug> denton: whats your account name
#1221 [18:44] <denton> dentstar
#1222 [18:44] <denton> do you need email too?
#1223 [18:45] <Wug> !paid dentstar
#1224 [18:45] <Wug> did you get a confirmation email?
#1225 [18:45] <moga1> !paid leipzeiger
#1226 [18:45] <denton> no i did not
#1227 [18:46] <moga1> well i figured i would check that since the oppourtunity arrose
#1228 [18:46] * rf` [rf`@notlogged] has joined #minecrafthelp
#1229 [18:46] <moga1> So wug
#1230 [18:47] <moga1> feel like trying to help me out again
#1231 [18:47] <Wug> moga1: still same problem?
#1232 [18:47] <denton> it had given me a transaction failed and then i clicked back to payments and it said it worked
#1233 [18:47] <moga1> yup
#1234 [18:47] * mib_v6vu2j [mib_v6vu2j@notlogged] has joined #minecrafthelp
#1235 [18:47] <Wug> denton: if it says transaction failed then it didnt work
#1236 [18:47] <mib_v6vu2j> how do i make my server so people cant build in the wild
#1237 [18:47] <Wug> :payment/stopped > denton
#1238 [18:47] <WugBot> denton: (payment/stopped) Banks, credit card companies, etc. frequently stop minecraft purchases for your protection because they are international transactions. You may have to call your financial institution and ask that they approve the transfer.
#1239 [18:47] <WugBot> denton: (payment/stopped) If you're not sure what to say, tell them: "I would like to make an international purchase and payment is being declined. How would I go about approving the purchase?"
#1240 [18:48] <denton> alright thank you
#1241 [18:48] <mib_v6vu2j> how do i make my server so people can build on it
#1242 [18:48] <mib_v6vu2j> in the wild
#1243 [18:49] <Wug> moga1: refresh my memory :/
#1244 [18:49] * advcomp2019 [advcomp2019@notlogged] has joined #minecrafthelp
#1245 [18:49] <Wug> I've restarted since I helped you earlier
#1246 [18:49] <mib_v6vu2j> can any one help me?
#1247 [18:49] <Wug> mib_v6vu2j: explain in a little more detail, I'm not sure what you mean
#1248 [18:50] <moga1> I go to start the .exe of minecraft, it starts, i go to log in, it denies to connect, i then select the offline option, it runs but only gives me a black screen
#1249 [18:50] * mib_eim136 [mib_eim136@notlogged] has joined #minecrafthelp
#1250 [18:50] <mib_v6vu2j> well is there a way that i can make my server so people can build in the wild cus they have to buy it to be able to build
#1251 [18:50] <Wug> :tv > moga1
#1252 [18:50] <WugBot> moga1: (tv) Teamviewer is remote access software, which enables other people to, with your permission, access your computer remotely and attempt to perform troubleshooting and diagnostics. Download and run teamviewer from here: http://www.teamviewer.com/en/index.aspx
#1253 [18:50] <WugBot> moga1: (tv) Once teamviewer has been downloaded, run it (you do not have to install it) and PM the person who asked you to get it your teamviewer ID and password, shown in the teamviewer window. Send the private message with /msg user ID: xxx yyy zzz pass: wwww
#1254 [18:50] <Wug> mib_v6vu2j: what do you mean by "in the wild"
#1255 [18:51] <mib_eim136> why does my laptop always say updating minecraft when i try to play in browser?
#1256 [18:51] <WugBot> mib_eim136: (tv) Teamviewer is remote access software, which enables other people to, with your permission, access your computer remotely and attempt to perform troubleshooting and diagnostics. Download and run teamviewer from here: http://www.teamviewer.com/en/index.aspx
#1257 [18:51] <WugBot> mib_eim136: (tv) Once teamviewer has been downloaded, run it (you do not have to install it) and PM the person who asked you to get it your teamviewer ID and password, shown in the teamviewer window. Send the private message with /msg user ID: xxx yyy zzz pass: wwww
#1258 [18:51] <Wug> lol.
#1259 [18:51] * Wicked223 [Wicked223@notlogged] has joined #minecrafthelp
#1260 [18:51] <Wug> ;module autofactoid purge tv
#1261 [18:51] <WugBot> Entry for "tv" purged from database.
#1262 [18:52] <mib_v6vu2j> i have a plugin called factions and there are safezones and wild and things people have bought i am wondering how to make it so they can build in the wild for greifing matters
#1263 [18:52] <Wug> :bukkit > mib_v6vu2j
#1264 [18:52] <WugBot> mib_v6vu2j: (bukkit) #minecrafthelp does not support bukkit. It you are having issues with it, join #bukkit. If you're having issues with a specific plugin, it might have its own channel. If you're unsure, join #bukkit.
#1265 [18:53] * mib_r8u854 [mib_r8u854@notlogged] has joined #minecrafthelp
#1266 [18:54] <Wicked223> My Minecraft installation hasn't been able to connect to any SMP servers for a long while. I've made an exception for MInecraft in my firewall, it hasn't done anything. Is there anyway to fix this, or do I have to wait for the next update?
#1267 [18:56] * Ssss [Ssss@notlogged] has joined #minecrafthelp
#1268 [18:57] <Ssss> can i have some help please? this is majorly important
#1269 [18:57] <Ssss> its about my minecraft account
#1270 [18:57] <mib_eim136> what abput it?\
#1271 [18:57] <Scott> :mac/old
#1272 [18:57] <Scott> :S
#1273 [18:57] <Ssss> nothing you guys can do, stay out if it
#1274 [18:57] * moga [moga@notlogged] has joined #minecrafthelp
#1275 [18:58] <Ssss> scott
#1276 [18:58] <Ssss> scott
#1277 [18:58] <Scott> STOP hightlighting me.
#1278 [18:58] <Ssss> can you hepl me?
#1279 [18:58] * |Kiikun|Janus| [|Kiikun|Janus|@notlogged] has joined #minecrafthelp
#1280 [18:59] <Ssss> can you?
#1281 [18:59] <Wicked223> Ssss: "We are not affiliated with Mojang and cannot help with account issues."
#1282 [18:59] <Wicked223> Unless you mean something else
#1283 [18:59] <Ssss> NOT YOU
#1284 [18:59] <mib_eim136> did u not c what it says at the top?!
#1285 [18:59] * |Kiikun|Janus| points out capslock is rude.
#1285 [19:00] <Wug> Ssss: what do you neede
#1286 [19:00] <Ssss> then who can help me? because i think my account was stolen
#1287 [19:00] <Wug> Wicked223: it can connect to the website right? what happens if you force update
#1288 [19:00] <Wug> Ssss: recover your password via email
#1289 [19:01] <Wicked223> Wug: Yes, it can connect to the website
#1290 [19:01] <Wug> :resetpass
#1291 [19:01] <WugBot> resetpass: You can reset the password for your minecraft account using the following page: http://www.minecraft.net/resetpassword
#1292 [19:01] <Wicked223> I haven't tried forcing update...
#1293 [19:01] <Ssss> no, when i log in it says, unknow user or pass, and im 100% sure i entered the right info
#1294 [19:01] <Wug> :resetpass > Ssss
#1295 [19:01] <WugBot> Ssss: (resetpass) You can reset the password for your minecraft account using the following page: http://www.minecraft.net/resetpassword
#1296 [19:01] <Ssss> i did that twice
#1297 [19:01] <Wicked223> so just reset your password.
#1298 [19:01] <Ssss> still havent gotten an email
#1299 [19:01] <Wug> enter the email instead of the username
#1300 [19:02] * Omega_Guardian [Omega_Guardian@notlogged] has joined #minecrafthelp
#1301 [19:02] <|Kiikun|Janus|> :senduser > Ssss
#1302 [19:02] <WugBot> Ssss: (senduser) You can retrieve all minecraft accounts registered using your email address using the following page: http://www.minecraft.net/retrievename
#1303 [19:02] <Ssss> what if i changed my email?
#1304 [19:02] <Wug> then check the old email addresses
#1305 [19:03] <Ssss> how?
#1306 [19:03] <Wug> you cant change the email address associated with a minecraft account
#1307 [19:03] * blinky [blinky@notlogged] has joined #minecrafthelp
#1308 [19:03] <Wug> what was the old email address
#1309 [19:03] <|Kiikun|Janus|> Ssss: same way as you used to when you had it
#1310 [19:03] <Ssss> i dont know
#1311 [19:03] <Ssss> oh wait
#1312 [19:03] <Wug> so hang on
#1313 [19:03] <Wug> you are trying to figure out an account
#1314 [19:04] <Wug> and you dont know the email address, the username, or the password?
#1315 [19:04] <Wicked223> Wug: Yeah, forcing the update worked. Thanks.
#1316 [19:04] <Wug> Wicked223: you can get onto servers?
#1317 [19:04] <Wicked223> Yes.
#1318 [19:04] <Ssss> i know the user and pass, its not letting me log in
#1319 [19:04] <Wug> cool Wicked223. cys
#1320 [19:04] <Wug> cya*
#1321 [19:04] <Ssss> hense me saying "I think my account has been stolen"
#1322 [19:04] <blinky> my minecraft wont start.
#1323 [19:04] <Omega_Guardian> could be login server is down again
#1324 [19:05] <|Kiikun|Janus|> Omega_Guardian: that would give 'cant connect to minecraft.net'
#1325 [19:05] <Wug> ;check login.minecraft.net:80
#1326 [19:05] <WugBot> login.minecraft.net:80 does not host a minecraft server.
#1327 [19:05] <Wug> its not down
#1328 [19:05] <Ssss> it says unknown usernam or password
#1329 [19:05] * zkxs is impressed by your use of ;check
#1329 [19:05] <Ssss> tand i know that i have all the right stuff for logging in
#1330 [19:05] <Wug> Ssss: whats the username
#1331 [19:05] <Ssss> MyFace2
#1332 [19:05] <Wug> zkxs: its my bot
#1333 [19:05] <Wug> !paid MyFace2
#1334 [19:06] <Wug> well the account is right
#1335 [19:06] * mnjui9 [mnjui9@notlogged] has joined #minecrafthelp
#1336 [19:06] <Ssss> i know
#1337 [19:06] * mib_ju1acz [mib_ju1acz@notlogged] has joined #minecrafthelp
#1338 [19:07] <Ssss> i own it
#1339 [19:07] <Wug> so try different passwords then
#1340 [19:07] <zkxs> this is a link to reset your password: http://www.minecraft.net/resetpassword
#1341 [19:07] <|Kiikun|> zkxs: he doesnt remember it.. or his email address he regged with
#1342 [19:07] <Ssss> i 100% know that i have the right password
#1343 [19:08] <zkxs> Ssss: is there any chance your email address could have been stolen?
#1344 [19:08] <Wug> then RESET IT
#1345 [19:08] <Wug> if someone changed the password than you need to reset it back
#1346 [19:08] <Ssss> ive tried the REST PASSWORD ive done it TWICE still havent gotten email
#1347 [19:08] <Wug> check whatever email address you registered the account with
#1348 [19:08] <Wug> check every email address youve ever used
#1349 [19:08] <Ssss> ok
#1350 [19:08] <zkxs> check your spam
#1351 [19:09] <|Kiikun|> Ssss: thats because its sending it to the email address you used to register the account. it doesnt automagicly know youve changed email addresses.
#1352 [19:09] <denton> so i just bought minecraft and it wont let me play
#1353 [19:09] <Wug> moga: it works now?
#1354 [19:09] <Wug> denton: I already gave you instructions
#1355 [19:09] <Wug> the payment never went through
#1356 [19:10] <denton> yeah i know i did i called the company
#1357 [19:10] <denton> said it didnt go through i tried again
#1358 [19:10] <denton> said it worked
#1359 [19:10] <denton> wanna see my screen?
#1360 [19:10] <HeavyMetal> hi all
#1361 [19:10] <Wug> lagspike
#1362 [19:10] <|Kiikun|> boom.
#1363 [19:10] <Ssss> do you have any record at all of the email i used?
#1364 [19:10] <Wug> denton: did you get a confirmation email
#1365 [19:10] <denton> no
#1366 [19:10] <Wug> Ssss: nobody here is a mojang employee
#1367 [19:10] <|Kiikun|> Ssss: we are not mojang and wouldnt have access to that information
#1368 [19:10] <Ssss> ok
#1369 [19:10] * sprog [sprog@notlogged] has joined #minecrafthelp
#1370 [19:10] <Wug> denton: I told you already
#1371 [19:10] <Wug> you must contact your financial institution
#1372 [19:11] <Wug> payment did not go through
#1373 [19:11] <Wug> if it did you would have gotten an email
#1374 [19:11] <denton> can i show you my screen through like skype it says: Purchase Complete! Thank you for purchasing Minecraft! Your status should update within the hour.
#1375 [19:11] <Wug> !paid dentstar
#1376 [19:11] <|Kiikun|> denton: that screen lies.
#1377 [19:11] * mib_k1djsb [mib_k1djsb@notlogged] has joined #minecrafthelp
#1378 [19:11] <Wug> I dont care what it says, its not right
#1379 [19:11] <denton> https://www.minecraft.net/store/purchase
#1380 [19:12] <mib_k1djsb> hi i just bought the game and downloaded it but i cannot get it to run
#1381 [19:12] <zkxs> ??> mib_k1djsb irc/mibnick
#1382 [19:12] * sprog [sprog@notlogged] has joined #minecrafthelp
#1383 [19:12] <VoxelHead> mib_k1djsb: (irc/mibnick) You have apparently been given a random name by the web-based client you are using. Please select an intelligible one by thinking of a name, and typing "/NICK YourNiftyNewName". Thank you.
#1384 [19:13] <|Kiikun|> mib_k1djsb: is java installed? any error logs showing up?
#1385 [19:13] <Wicked223> That's a pretty nifty command.
#1386 [19:13] * JohnEBH [JohnEBH@notlogged] has joined #minecrafthelp
#1387 [19:13] <|Kiikun|> Wicked223: mibnick? aubot tells mibs to change nicks on join :/ they never listen
#1388 [19:13] <TheNytangel> |Kiikun|, I'm mibbit :)
#1389 [19:14] <Wicked223> |Kiikun|: The paid command, actually.
#1390 [19:14] <|Kiikun|> oh that opne. yes it is :P
#1391 [19:14] <mib_ju1acz> ive played minecraft for a while now, and it says on the browser screen on a frozen page, "updating minecraft," and below that it just says done loading
#1392 [19:14] <|Kiikun|> TheNytangel: thats because your too lazy to get a real irc client :P
#1393 [19:14] <zkxs> mib_ju1acz: have you used mods before?
#1394 [19:14] <mib_ju1acz> me? no
#1395 [19:15] <TheNytangel> |Kiikun|, I don't want one on this computer
#1396 [19:15] * |Kiikun| debates purchasing a giftcode or three before it goes full price :P
#1396 [19:15] <sprog> i try to play for the first time but it says i have bad video card dirvers. help?
#1397 [19:15] <zkxs> mib_ju1acz: what happens when you use the laucher?
#1398 [19:15] <|Kiikun|> TheNytangel: then use webchat.esper.net atleast!
#1399 [19:15] * najomage [najomage@notlogged] has joined #minecrafthelp
#1400 [19:15] <zkxs> ??> sprog win/dxdiag
#1401 [19:15] <VoxelHead> sprog: (win/dxdiag) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#1402 [19:15] <VoxelHead> sprog: (win/dxdiag) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it in the IRC channel.
#1403 [19:15] <mib_ju1acz> it downloads fine, just makes a black screen
#1404 [19:16] <Wug> mib_ju1acz: is java up to date
#1405 [19:16] <mib_ju1acz> yep
#1406 [19:16] <zkxs> ?? java/version
#1407 [19:16] <VoxelHead> java/version: You can see which version of Java you have installed by going to the following page:
#1408 [19:16] <najomage> hey im back, now, as i said i cant get my minecraft to run
#1409 [19:16] <VoxelHead> java/version: http://www.java.com/en/download/installed.jsp
#1410 [19:16] <Wug> mib_ju1acz: are your graphics drivers up to date
#1411 [19:16] <mib_ju1acz> i updated it a little bit ago
#1412 [19:16] <|Kiikun|> najomage: is java installed? any error logs showing up?
#1413 [19:16] <Wug> najomage: do you have any error messages or anything
#1414 [19:16] <mib_ju1acz> i dont no how to check that
#1415 [19:17] <Wug> :dx > mib_ju1acz
#1416 [19:17] <WugBot> mib_ju1acz: (dx) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#1417 [19:17] <WugBot> mib_ju1acz: (dx) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it here.
#1418 [19:17] <najomage> i have windows so im not sure if that apply's
#1419 [19:17] <najomage> for the javathing
#1420 [19:17] <|Kiikun|> ??> najomage getjava
#1421 [19:17] <VoxelHead> najomage: (getjava) http://www.java.com/en/download/
#1422 [19:18] <Wug> |Kiikun|: getjava will always get you 32 bit java
#1423 [19:18] <|Kiikun|> oh...
#1424 [19:18] <|Kiikun|> pbbbbbbt
#1425 [19:18] <Wug> might be better to use :j
#1426 [19:18] <|Kiikun|> :j > najomage
#1427 [19:18] <Wug> and its shorter
#1428 [19:18] <WugBot> najomage: (j) Current Recommended Java Version: http://goo.gl/h2OEh (Java SE Runtime Environment 6 Update 29)
#1429 [19:18] * shmoo [shmoo@notlogged] has joined #minecrafthelp
#1430 [19:18] <PcJamesy> hello
#1431 [19:19] <|Kiikun|> shorter would be me just typing /j :P
#1432 [19:19] * Wahrheit [Wahrheit@notlogged] has joined #minecrafthelp
#1433 [19:19] <najomage> all right have java now can i just run it and it will work?
#1434 [19:19] <Wug> hopefully
#1435 [19:19] <najomage> ok
#1436 [19:20] * |Kiikun| has a feeling najomage only downloaded it and didnt install it...
#1436 [19:20] <|Kiikun|> that... or my computers or internet suck worse than i thought ;_;
#1437 [19:20] * Wug has a feeling that its a driver issue and not a java one
#1437 [19:21] <sprog> i put it on my desk top no what again?
#1438 [19:21] <sprog> *now
#1439 [19:21] <najomage> how do i install it
#1440 [19:21] <zkxs> ??> sprog pastebin
#1441 [19:21] <VoxelHead> sprog: (pastebin) Pastebin is a service run at http://www.pastebin.com/ which facilitates the sharing of information without flooding IRC channels. Paste your text there, click 'Submit', and give us the URL the site takes you to, and we can see what you have pasted.
#1442 [19:21] <|Kiikun|> najomage: run, execute, doubleclick
#1443 [19:21] <davidfx> really enjoying the game ... working fine here on my macbook pro
#1444 [19:21] <najomage> thank you
#1445 [19:22] <mib_ju1acz> C:\Users\Nelson\Desktop\DxDiag.txt
#1446 [19:22] <Wug> mib_ju1acz: put the file on pastebin
#1447 [19:22] <mib_ju1acz> was that the right one?
#1448 [19:22] <sprog> k here u go
#1449 [19:22] <sprog> http://pastebin.com/P8s2Vzy3
#1450 [19:22] <najomage> after i click run it goes away
#1451 [19:22] <Wug> sprog: your computer is really old and probably wont run minecraft
#1452 [19:23] <sprog> not that old
#1453 [19:23] <sprog> treally?
#1454 [19:23] <mib_ju1acz> it should be on pastebin
#1455 [19:23] <Wug> it has 512MB ram
#1456 [19:23] <Wug> minecraft alone uses more than that much
#1457 [19:23] <najomage> after i click the run button it the pop up dissapears
#1458 [19:23] <sprog> i know im playing it in the browser
#1459 [19:24] <Wug> sprog: is this classic or beta
#1460 [19:24] <sprog> beta
#1461 [19:24] <Wug> then you're insanely lucky
#1462 [19:24] <sprog> why?
#1463 [19:24] <najomage> hello?
#1464 [19:24] <mib_ju1acz> k, its on pastebin
#1465 [19:24] <Wug> because you have an intel 915 gma and minecraft works
#1466 [19:25] <Wug> mib_ju1acz: now send us the link
#1467 [19:25] <sprog> so what do i do?
#1468 [19:25] <davidfx> what can you do with mushrooms
#1469 [19:25] <WugBot> sprog: (win/xp/firewall) Follow these instructions to add an exception to the Windows Firewall for both Java and Minecraft on a computer running windows XP: http://support.microsoft.com/kb/842242
#1470 [19:25] <Wug> ignore that
#1471 [19:25] <|Kiikun|> najomage: it didnt pop up another windows aying 'this program wants to make changes to your computer'?
#1472 [19:25] <najomage> no
#1473 [19:25] <Wug> ;module autofactoid remove win/xp/firewall so what do i do
#1474 [19:25] <WugBot> "so what do i do" removed from entry for "win/xp/firewall".
#1475 [19:26] <Omega_Guardian> don't think I had to add firewall exception for Minecraft
#1476 [19:26] <|Kiikun|> ??> najomage java/version
#1477 [19:26] <VoxelHead> najomage: (java/version) You can see which version of Java you have installed by going to the following page:
#1478 [19:26] <VoxelHead> najomage: (java/version) http://www.java.com/en/download/installed.jsp
#1479 [19:26] <Wug> Omega_Guardian: you sometimes do for hava
#1480 [19:26] <najomage> i installed the java
#1481 [19:26] <Wug> java*
#1482 [19:26] <mib_ju1acz> which link, in address bar?
#1483 [19:26] <|Kiikun|> lol your autofactoid is borked
#1484 [19:26] <Wug> mib_ju1acz: yes
#1485 [19:26] <|Kiikun|> najomage: thats just confirming its installed
#1486 [19:26] <Wug> |Kiikun|: it wont respond to that one again
#1487 [19:26] <mib_ju1acz> http://pastebin.com/BDZNWNJV
#1488 [19:26] <Wug> mib_ju1acz: we need the contents of the file, not the name
#1489 [19:27] <mib_ju1acz> ohh
#1490 [19:27] * Straaan [Straaan@notlogged] has joined #minecrafthelp
#1491 [19:27] <Wug> ;+ pastebin Please use pastebin to share error logs or long messages, do not flood the channel. http://pastebin.com
#1492 [19:27] <WugBot> That factoid already exists.
#1493 [19:27] <Wug> oh does it now
#1494 [19:27] <Wug> :pastebin
#1495 [19:27] <WugBot> pastebin: Pastebin is a service run at http://www.pastebin.com/ which facilitates the sharing of information without flooding IRC channels. Paste your text there, click 'Submit', and give us the URL the site takes you to, and we can see what you have pasted.
#1496 [19:27] <najomage> ok what i need to know is how to install the game
#1497 [19:28] * kermit [kermit@notlogged] has joined #minecrafthelp
#1498 [19:28] <|Kiikun|> najomage: just runnign the client will download the game files.
#1499 [19:28] <Wug> ;~ pastebin Please use pastebin to share error logs or long messages, do not flood the channel. http://pastebin.com Paste your text into the box, click 'Submit' and give us the link from the address bar.
#1500 [19:28] <WugBot> Done.
#1501 [19:28] <|Kiikun|> lol.... love my bank :P
#1502 [19:28] * |Kiikun| gets instant gift code!
#1502 [19:28] * |Kiikun| gets instant gift code!
#1502 [19:29] * najomage [najomage@notlogged] has left #minecrafthelp
#1503 [19:29] <|Kiikun|> .
#1504 [19:29] <mib_ju1acz> how do i put on contents?
#1505 [19:29] <Wug> mib_ju1acz: open the file, copy, paste
#1506 [19:29] <zkxs> did kiikun just say his bank gave him a free copy of minecraft?
#1507 [19:29] * najomage [najomage@notlogged] has joined #minecrafthelp
#1508 [19:29] <|Kiikun|> no. just instant gratification :P
#1509 [19:30] <|Kiikun|> though my bankl woudl be pure awsome if they did that
#1510 [19:30] <|Kiikun|> ANYWAY
#1511 [19:30] <najomage> i have no idea how to install this game
#1512 [19:30] <mib_ju1acz> http://pastebin.com/FXr6k6Ny
#1513 [19:30] <|Kiikun|> najomage: have you downloaded the client? or playign by website?
#1514 [19:31] <Straaan> http://pastebin.com/jWWvMDa4
#1515 [19:31] <najomage> i downloaded the game
#1516 [19:31] <najomage> and payed for it
#1517 [19:31] <Straaan> Would appreciate help with that above in my pastebin
#1518 [19:31] <Wug> Straaan: you know, you can just ask us questions here
#1519 [19:31] <Omega_Guardian> assuming it's the exe, I think just making a Minecraft folder, putting the exe there, then running it should work fine
#1520 [19:31] <Straaan> Yeah but it was such a long message
#1521 [19:31] <|Kiikun|> najomage: when you download the client, just run it. if the client doesnt open, then you have java issues.
#1522 [19:32] <Wug> Straaan: is java up to date
#1523 [19:32] <Wug> I'm incapable of troubleshooting macs :P
#1524 [19:32] <Straaan> From the built-in apple updates yeah I think
#1525 [19:32] <|Kiikun|> Wug: thats when we call.. SOCTT! :D
#1526 [19:32] <najomage> i have downloaded java twice now and downloaded the game and ran it but as soon as i click the run button it does nothing
#1527 [19:33] <najomage> hello?
#1528 [19:33] <Wug> :tv > najomage
#1529 [19:33] <WugBot> najomage: (tv) Teamviewer is remote access software, which enables other people to, with your permission, access your computer remotely and attempt to perform troubleshooting and diagnostics. Download and run teamviewer from here: http://www.teamviewer.com/en/index.aspx
#1530 [19:33] <WugBot> najomage: (tv) Once teamviewer has been downloaded, run it (you do not have to install it) and PM the person who asked you to get it your teamviewer ID and password, shown in the teamviewer window. Send the private message with /msg user ID: xxx yyy zzz pass: wwww
#1531 [19:34] * |Kiikun| was debating that.
#1531 [19:34] <najomage> uhhhhhhhhh
#1532 [19:34] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#1533 [19:34] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#1534 [19:34] * Wicked223 [Wicked223@notlogged] has left #minecrafthelp
#1535 [19:36] <Wug> do it or dont
#1536 [19:36] <Wug> but hurry up, I dont have all night
#1537 [19:37] <mib_ju1acz> so was it tha rite one this time?
#1538 [19:38] <|Kiikun|> Wug: video driver update?
#1539 [19:38] <Wug> mib_ju1acz: that was correct, yes
#1540 [19:38] <|Kiikun|> geforce 9600M
#1541 [19:38] <mib_ju1acz> ok, good
#1542 [19:38] * Coll [Coll@notlogged] has joined #minecrafthelp
#1543 [19:38] <Wug> driver was updated recently...
#1544 [19:39] <Wug> mib_ju1acz: try force updating
#1545 [19:39] * |Kiikun| wonders if there can be a simple parser from wugbot/aubot....
#1545 [19:39] <mib_ju1acz> and i do that how exactly?
#1546 [19:40] <|Kiikun|> ??> mib_ju1acz forceupdate
#1547 [19:40] <VoxelHead> mib_ju1acz: (forceupdate) You may need to reinstall the locally installed files that Minecraft puts into place.
#1548 [19:40] <VoxelHead> mib_ju1acz: (forceupdate) To do so, start Minecraft, press 'Options' (above the 'Login' button), Press 'Force update!', then press 'Done', and login to Minecraft.
#1549 [19:41] <|Kiikun|> and huh... you have 4gb ram.. but a 32bit os...
#1550 [19:41] * |Kiikun| wonders if the GPU eats into system ram
#1550 [19:42] <Wug> I think it does
#1551 [19:42] <Wug> though I could be wrong about that
#1552 [19:42] <Straaan> Okay I got it to work!!
#1553 [19:42] <Omega_Guardian> long as it's not an integrated one it wouldn't I think
#1554 [19:43] <|Kiikun|> Omega_Guardian: laptop. nuf said.
#1555 [19:43] <Omega_Guardian> ah
#1556 [19:43] <mib_ju1acz> Wug my mann.....
#1557 [19:43] <mib_ju1acz> i luv u...
#1558 [19:43] <Wug> np
#1559 [19:44] <Straaan> So I chose to see the contents of the package, went into the "Java" folder and just clicked the MineCraftLauncher.jar Works. Maybe this could be a solution for people having the same kind of trouble
#1560 [19:44] <mib_ju1acz> by people...
#1561 [19:44] <Wug> cya
#1562 [19:45] * Chris|Detached [Chris|Detached@notlogged] has joined #minecrafthelp
#1563 [19:46] * Netu [Netu@notlogged] has joined #minecrafthelp
#1564 [19:49] * SIG442 [SIG442@notlogged] has joined #minecrafthelp
#1565 [19:49] * SIG442 [SIG442@notlogged] has joined #minecrafthelp
#1566 [19:50] * SIG442 [SIG442@notlogged] has left #minecrafthelp
#1567 [19:53] * phyto [phyto@notlogged] has joined #minecrafthelp
#1568 [19:56] * zippity [zippity@notlogged] has joined #minecrafthelp
#1569 [19:57] * sprog [sprog@notlogged] has joined #minecrafthelp
#1570 [19:57] <sprog> im back and what u guys said earlier didnt work
#1571 [19:58] * mib_erv0jh [mib_erv0jh@notlogged] has joined #minecrafthelp
#1572 [19:58] <sprog> nevermind
#1573 [20:00] * genshou [genshou@notlogged] has joined #minecrafthelp
#1574 [20:00] * Coll_ [Coll_@notlogged] has joined #minecrafthelp
#1575 [20:01] * lil [lil@notlogged] has joined #minecrafthelp
#1576 [20:02] <lil> Odd that I shouldn't know this, but is 1.9 out yet? >.>
#1577 [20:02] <lil> besides pre's.
#1578 [20:02] <phyto> Friday.
#1579 [20:02] <lil> knew it was near, thanks.
#1580 [20:03] <lil> hm.
#1581 [20:03] <lil> ??< index
#1582 [20:03] <phyto> It's going out of beta, it'll be 1.0.
#1583 [20:03] <lil> Haha, just skip 1.9 pretty much xD
#1584 [20:03] <lil> meh. I've been trying to find good cmp servers.
#1585 [20:05] * Havanacus [Havanacus@notlogged] has joined #minecrafthelp
#1586 [20:05] <lil> ah well, buhbye then.
#1587 [20:06] * Nibato [Nibato@notlogged] has joined #minecrafthelp
#1588 [20:11] * morfar [morfar@notlogged] has joined #minecrafthelp
#1589 [20:15] * mib_i2lacm [mib_i2lacm@notlogged] has joined #minecrafthelp
#1590 [20:16] <mib_i2lacm> hey
#1591 [20:16] <mib_i2lacm> anyone have a server i can use to play with my friend?
#1592 [20:16] <mib_i2lacm> idk how to set up my own , and we only wanna play for a lil bit
#1593 [20:16] <mib_i2lacm> ?
#1594 [20:16] <mib_i2lacm> ??
#1595 [20:16] <zkxs> mib_i2lacm: just google "minecraft servers"
#1596 [20:16] <mib_i2lacm> ???
#1597 [20:16] <mib_i2lacm> ????
#1598 [20:16] <mib_i2lacm> ?????
#1599 [20:16] * Wug kicked mib_i2lacm from #minecrafthelp (Reason: ib_i2lacm :mib_i2lacm)
#1600 [20:19] * kendle [kendle@notlogged] has joined #minecrafthelp
#1601 [20:20] * mib_eed3xd [mib_eed3xd@notlogged] has joined #minecrafthelp
#1602 [20:21] <mib_eed3xd> is this the right place to ask a question about gameplay in minecraft? ^^
#1603 [20:21] <Wug> go ahead
#1604 [20:22] <Wug> though you might have better luck on the forums
#1605 [20:22] <zkxs> and minecraftwiki.net is less likely to bite
#1606 [20:22] <mib_eed3xd> is it possible to build a block below a block without mod for flying?
#1607 [20:22] <Wug> as far as I know, no
#1608 [20:23] <|Kiikun|> yes actually... usw water
#1609 [20:23] <Wug> well there is that
#1610 [20:23] <|Kiikun|> use water to control your fall and to get back up
#1611 [20:23] <mib_eed3xd> would be interesting for maps like skyblock challenge, where water isn't present
#1612 [20:23] <Wug> you can place water on the side of the block
#1613 [20:23] <|Kiikun|> skyblock has water :P
#1614 [20:23] <Wug> you can take advantage of the fact that sand and gravel fall
#1615 [20:23] <Wug> and you can basically build a big ugly pillay and do it that way
#1616 [20:23] <Wug> pillar*
#1617 [20:23] <Wug> :P
#1618 [20:23] <|Kiikun|> my first task every game was tyo platform out under the island
#1619 [20:24] <mib_eed3xd> so water ladder would be the only choice at the beginning @skyblock?
#1620 [20:24] <|Kiikun|> Wug: skyblock = void. sand and gravel fall out fo world.... not that theres enough to pillar up anyway
#1621 [20:24] <|Kiikun|> mib_eed3xd: its the only choice ever in skyblock.
#1622 [20:24] <|Kiikun|> unless you make a cobble tower :D
#1623 [20:25] <Wug> |Kiikun|: dont they "hit" the void and stop?
#1624 [20:25] <|Kiikun|> Wug: nope.
#1625 [20:25] <Wug> well crap
#1626 [20:25] <zkxs> the 'about' section on http://www.minecraft.net/support is hilarious
#1627 [20:25] <mib_eed3xd> so time for a little swim&jump action to make it work. thanks for the replies
#1628 [20:26] <|Kiikun|> mib_eed3xd: if your good with the timing of it.. you can make a cobble pillar by using gobble-generator theory
#1629 [20:27] <mib_eed3xd> i assume leaking lava into void and timing it with water to produce a level below?
#1630 [20:27] <Wug> Notch: "Also he is 11'6" tall and glows in the dark."
#1631 [20:27] <Wug> you could maybe do something like that
#1632 [20:28] <|Kiikun|> mib_eed3xd: yup :P was debating usign that to make a etho-style mob room
#1633 [20:28] <|Kiikun|> that way i wouldnt have to worry about the platform :D
#1634 [20:30] <|Kiikun|> hmm... so mollstam eats failure and sh!ts success? *offers him some of his writings*
#1635 [20:30] <mib_eed3xd> i just had to restart the map, because the tree didn't spit any sapplings out (and yes, i covered a large plattform around for catching the falls)
#1636 [20:31] <Wug> lol
#1637 [20:31] <|Kiikun|> mib_eed3xd: i restarted it liek 8 times before i got stable :P
#1638 [20:31] <Wug> death by tree failure
#1639 [20:31] <zkxs> mib_eed3xd: I think saplings are more likely to drop if you let the leaves decay naturally...?
#1640 [20:31] <|Kiikun|> me!: http://www.minecraftwiki.net/wiki/leaves
#1641 [20:32] <mib_eed3xd> yes, i did that. i harvest the last piece of wood and waited for falling down - got none netherless
#1642 [20:32] <|Kiikun|> Opeth|AFK|AFK: redundancy department calling....
#1643 [20:32] <Opeth|AFK|AFK> Fffffff I just got into bed
#1644 [20:33] <|Kiikun|> night opeth :P
#1645 [20:33] * davidfx [davidfx@notlogged] has joined #minecrafthelp
#1646 [20:33] <|Kiikun|> ^42? :D
#1647 [20:35] <|Kiikun|> yeah... its 1/16th of te time.
#1648 [20:35] <|Kiikun|> no advantage or disadvantage to natural decay
#1649 [20:35] * zkxs notes
#1649 [20:36] * madalynn [madalynn@notlogged] has joined #minecrafthelp
#1650 [20:36] <madalynn> how long until 1.9 comes out?
#1651 [20:37] <madalynn> will the new update fix my black screen?
#1652 [20:37] <zkxs> a bit more than a day
#1653 [20:37] <zkxs> and probably not
#1654 [20:38] <zkxs> unless you run mac 10.5.8, in which case it probably will
#1655 [20:38] <madalynn> so is there anything i can do for it, i have a mac and i tried trashing the bin and restarting the program
#1656 [20:38] <zkxs> is it 10.5.8?
#1657 [20:39] <madalynn> Yes it is
#1658 [20:39] <zkxs> just wait till friday and if it doesn't work come back and we will help you. i bet it'll work, though
#1659 [20:39] <madalynn> Ok sounds good, thanks
#1660 [20:42] * mib_su8o7y [mib_su8o7y@notlogged] has joined #minecrafthelp
#1661 [20:42] <morfar> hmm.. redstone burnout ? is't suppose to be like that or is it just a bugg of some sort ?
#1662 [20:42] <Wug> its always done thaqt
#1663 [20:43] <Wug> I'm pretty sure its intentional
#1664 [20:43] <Wug> zkxs: also you can recommend the release candidate too
#1665 [20:43] <|Kiikun|> morfar: if i rmember right... a torch burns out if toggled more than 8 times in a few seconds
#1666 [20:43] <zkxs> meh, easier to have them wait a day
#1667 [20:43] <Wug> wugglybot, where can I get the release candidate?
#1668 [20:43] * blm517 [blm517@notlogged] has joined #minecrafthelp
#1669 [20:43] <|Kiikun|> :rc > Wug
#1670 [20:43] <WugBot> Wug: (rc) The Minecraft 1.0 release candidates are not supported as they are known to be buggy and unstable. If you want to use them anyhow:
#1671 [20:43] <WugBot> Wug: (rc) Minecraft 1.0 Release Candidate 2 Client: http://assets.minecraft.net/rc2/minecraft.jar -- Minecraft 1.0 Release Candidate 2 Server: http://assets.minecraft.net/rc2/minecraft_server.jar
#1672 [20:43] * |Kiikun| coughs
#1672 [20:43] <morfar> realy ? 'cus.. last time I builded a "clock" it just keeps going.. and when I do it this time - burnout
#1673 [20:44] <Wug> |Kiikun|: observe
#1674 [20:44] <Wug> wugglybot, where can I get the release candidate?
#1675 [20:44] * Wug whacks wugbot
#1675 [20:44] <|Kiikun|> WugBot: where can i get the release candidate?
#1676 [20:44] <blm517> i need help setting up a server
#1677 [20:44] <|Kiikun|> ??> blm517 smp/serversetup
#1678 [20:44] <VoxelHead> blm517: (smp/serversetup) Lots of information here:
#1679 [20:44] <VoxelHead> blm517: (smp/serversetup) http://www.minecraftwiki.net/wiki/Tutorials/Setting_up_a_server
#1680 [20:46] * |Kiikun| puts a big DENIED on the dcc invite.
#1680 [20:47] <|Kiikun|> morfar: if theres torches in use they can burn out
#1681 [20:47] <|Kiikun|> repeaters and pistons dont
#1682 [20:47] * fenster [fenster@notlogged] has joined #minecrafthelp
#1683 [20:48] <morfar> well yeah.. have never had that problem before tough.. I bet it just the me-factor thats the problem xD have to keep trying
#1684 [20:48] <|Kiikun|> morfar: thsi a server?
#1685 [20:48] <fenster> When I go to play multiplayer or single player it causes the website to crash. How can I fix this
#1686 [20:48] <|Kiikun|> morfar: i mean this ON a server?
#1687 [20:49] <fenster> yes
#1688 [20:49] <morfar> Kiikun: yepp
#1689 [20:49] <|Kiikun|> morfar: http://www.minecraftwiki.net/wiki/Redstone_%28Torch%29#Notes
#1690 [20:49] <|Kiikun|> MIGHT be that.
#1691 [20:50] * morfar facepalm
#1691 [20:50] <morfar> kiikun: yeah, seems to be right.. thanks !
#1692 [20:50] <fenster> i dont have a redstone torch
#1693 [20:50] <Wug> |Kiikun|: observe for real this time
#1694 [20:50] <Wug> wugglybot, where can I get the release candidate?
#1695 [20:50] <WugBot> Wug: (rc) The Minecraft 1.0 release candidates are not supported as they are known to be buggy and unstable. If you want to use them anyhow:
#1696 [20:50] <WugBot> Wug: (rc) Minecraft 1.0 Release Candidate 2 Client: http://assets.minecraft.net/rc2/minecraft.jar -- Minecraft 1.0 Release Candidate 2 Server: http://assets.minecraft.net/rc2/minecraft_server.jar
#1697 [20:51] <|Kiikun|> fenster: you are not morfar, are you? :P
#1698 [20:51] <fenster> no
#1699 [20:51] <|Kiikun|> fenster: and i asume the issue is with beta and not classic.
#1700 [20:51] <fenster> i dont have a redstone torch
#1701 [20:52] <|Kiikun|> ~.~
#1702 [20:52] * |Kiikun| walks off to make his hotpockets...
#1702 [20:52] * itsmedamon- [itsmedamon-@notlogged] has joined #minecrafthelp
#1703 [20:52] <fenster> yes
#1704 [20:52] <fenster> it is
#1705 [20:53] <fenster> wait its with classic and not beta
#1706 [20:53] <fenster> is there a way to fix it
#1707 [20:54] * xorcon [xorcon@notlogged] has joined #minecrafthelp
#1708 [20:58] * mib_17241x [mib_17241x@notlogged] has joined #minecrafthelp
#1709 [20:58] <mib_17241x> Every time I go to play classic mode it causes the website to crash. How can I fix this?
#1710 [20:58] <Wug> try updating java
#1711 [20:58] <Wug> :j
#1712 [20:58] <WugBot> j: Current Recommended Java Version: http://goo.gl/h2OEh (Java SE Runtime Environment 6 Update 29)
#1713 [20:59] <mib_17241x> Aubot?
#1714 [20:59] <mib_17241x> u there?
#1715 [21:00] <mib_17241x> dude!?!?!?!?!?!?!?
#1716 [21:02] <|Kiikun|> .... fenster is makign me want to kick him... repeatedly... next time he comes in...
#1717 [21:03] <oldtopman> |Kiikun|: Who's morfar?
#1718 [21:03] <|Kiikun|> dunno. person with redstone issue
#1719 [21:04] <morfar> a quite handsome person aswell..
#1720 [21:06] <morfar> Kiikun: well.. cant blame Fenster... he didnt have a redstone torch
#1721 [21:07] <|Kiikun|> we have an only/you faqlet for just such people~.~
#1722 [21:08] <morfar> lol
#1723 [21:08] <|Kiikun|> btw. fenster was the mibblet that went 'aubot? dude?!?!'
#1724 [21:08] * surfhai [surfhai@notlogged] has joined #minecrafthelp
#1725 [21:10] <morfar> yepp and to quote: <fenster> i dont have a redstone torch
#1726 [21:10] <morfar> poor fellow...
#1727 [21:13] * ddrew [ddrew@notlogged] has joined #minecrafthelp
#1728 [21:13] * Lizard [Lizard@notlogged] has joined #minecrafthelp
#1729 [21:13] * mib_6erujh [mib_6erujh@notlogged] has joined #minecrafthelp
#1730 [21:13] <ddrew> hm.
#1731 [21:14] <|Kiikun|> hmhm.
#1732 [21:15] <ddrew> Ah. Well, time for me to try something.
#1733 [21:15] * Steve[mbp] [Steve[mbp]@notlogged] has joined #minecrafthelp
#1734 [21:15] <|Kiikun|> tnt cannon with pistons?
#1735 [21:16] <ddrew> naw. this: http://cbe001.chat.mibbit.com/?server=irc.esper.net&channel=%23privatechannel
#1736 [21:16] <ddrew> or, in otherwords...
#1737 [21:16] <ddrew> Haha.
#1738 [21:16] <ddrew> #privatechannel
#1739 [21:16] <|Kiikun|> #privatechannel
#1740 [21:16] <ddrew> mhm.
#1741 [21:17] <ddrew> of course, I could spell that with all %'s, to confuse you, but naw, better this way.
#1742 [21:17] <ddrew> AUTOJOINER >.>
#1743 [21:17] <ddrew> Auto-rejoin's no funnn
#1744 [21:18] <|Kiikun|> i have always enabled it :P
#1745 [21:18] <ddrew> Well I banned you xD then kicked. then unbanned
#1746 [21:18] * neen [neen@notlogged] has joined #minecrafthelp
#1747 [21:18] <ddrew> It's actually gonna be a private channel, literally.
#1748 [21:18] <|Kiikun|> and its fun because you can repeatedly kick an offender :P
#1749 [21:18] <ddrew> Just for a lil bit, and noez lol
#1750 [21:19] <|Kiikun|> actually.. you kicked.. then banned... and i left :P
#1751 [21:19] <ddrew> lolz whatevs.
#1752 [21:19] <|Kiikun|> ddrew: set modes +i and +k
#1753 [21:19] <ddrew> ?
#1754 [21:19] <ddrew> no clue what that is.
#1755 [21:19] <ddrew> no clue what that is.
#1756 [21:19] * Lizard [Lizard@notlogged] has left #minecrafthelp
#1757 [21:20] <|Kiikun|> unless im mistaken they are invisible and key
#1758 [21:20] <ddrew> key?
#1759 [21:20] <|Kiikun|> or invite only...
#1760 [21:20] <ddrew> meh, whatev, don't need it
#1761 [21:20] <|Kiikun|> cant join without password :P
#1762 [21:20] <ddrew> whatev. don't care.
#1763 [21:20] * DT_Rush [DT_Rush@notlogged] has joined #minecrafthelp
#1764 [21:20] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#1765 [21:21] <DT_Rush> hey when im typing in my debit card #'s do i add spaces?
#1766 [21:21] <|Kiikun|> DT_Rush: nope.
#1767 [21:21] <DT_Rush> ok
#1768 [21:22] <DT_Rush> well my card was closed for 24 hours :(
#1769 [21:22] <DT_Rush> i typed something wrong and didnt catch it till it was too late
#1770 [21:25] <ddrew> Sorry to hear.
#1771 [21:25] <|Kiikun|> DT_Rush: you can try paying through paypal.
#1772 [21:25] <ddrew> So true ^^
#1773 [21:28] * Draco [Draco@notlogged] has joined #minecrafthelp
#1774 [21:28] <Draco> How do i add texture packs
#1775 [21:28] <Draco> i tried it
#1776 [21:28] <Draco> and it wont come up :o
#1777 [21:28] <ddrew> how'd you "try"
#1778 [21:28] <Guest5207> Inserted it into the .minecraft folder
#1779 [21:28] <Guest5207> and texture pack folder
#1780 [21:29] <ddrew> Haha. by hand?
#1781 [21:29] <Guest5207> yeah XD
#1782 [21:29] <ddrew> Or did you click the "open folder" button
#1783 [21:29] <|Kiikun|> Guest5207: you put the texture pack's zip into the .minecraft/textures/
#1784 [21:29] <Guest5207> it was a zipped document
#1785 [21:29] <Guest5207> so i unzipped it there
#1786 [21:29] <ddrew> allow me to help
#1787 [21:29] <ddrew> nonon >.>
#1788 [21:29] <|Kiikun|> then select it in the game
#1789 [21:29] <|Kiikun|> dont unzip
#1790 [21:29] <ddrew> It needs to STAY ZIPpED
#1791 [21:29] <ddrew> *caps error
#1792 [21:29] <ddrew> haha
#1793 [21:29] <Guest5207> thats what it is
#1794 [21:29] <Guest5207> zipped
#1795 [21:30] <Guest5207> i had to unzip all of them to them
#1796 [21:30] <ddrew> then suggestion:
#1797 [21:30] <Guest5207> but the primary files are zipped
#1798 [21:30] <Guest5207> like they should b
#1799 [21:30] <ddrew> ... you're supposed to keep it zipped in the texture folder, first off.
#1800 [21:30] <ddrew> true.
#1801 [21:30] <Guest5207> i just dont see why it wont come up in game
#1802 [21:30] <ddrew> but next,
#1803 [21:30] <ddrew> instead, try adding it under the button under texture packs.
#1804 [21:30] <ddrew> The one that says something like "open texture pack folder"
#1805 [21:31] <ddrew> oddly enough , it seems to work better when the game does it, then when you do.
#1806 [21:31] <Guest5207> i did
#1807 [21:31] <ddrew> So you did it BOTH ways?
#1808 [21:31] <Guest5207> so what am i choosing
#1809 [21:31] <Guest5207> yah
#1810 [21:31] <Guest5207> and nothing
#1811 [21:31] <ddrew> hrm...
#1812 [21:31] <ddrew> Are you sure the texture pack didn't say "hd"?
#1813 [21:31] <Guest5207> i just want my diamond blocks to look nicer xD
#1814 [21:31] <ddrew> and sure it was compatible for the version you're playing on?
#1815 [21:31] <ddrew> xD
#1816 [21:32] <Guest5207> That might help
#1817 [21:32] <Guest5207> didnt even think of that
#1818 [21:32] <|Kiikun|> Guest5207: link to the pack your using please?
#1819 [21:32] <ddrew> check please. xD
#1820 [21:32] <ddrew> lolz, get it? like, a bill check?
#1821 [21:32] <ddrew> hahahaaaa
#1822 [21:32] <Guest5207> gmme a sec xD
#1823 [21:32] <Guest5207> gotta find it again XD
#1824 [21:32] <ddrew> Want me to just Teamview? >.<
#1825 [21:32] <ddrew> This is a bit slow... Lolz.
#1826 [21:33] <Guest5207> http://www.minecraftforum.net/topic/553878-aces-invisible-x-ray-pack-see-diamond-through-walls/\
#1827 [21:33] <ddrew> Ohhh. Haha.
#1828 [21:33] <Guest5207> that one
#1829 [21:33] <Guest5207> :D
#1830 [21:33] <Guest5207> its 1.7
#1831 [21:33] <|Kiikun|> its for 1.7.3
#1832 [21:33] <Guest5207> crap
#1833 [21:33] <Guest5207> xD
#1834 [21:33] <Guest5207> oh well
#1835 [21:34] <Guest5207> well that sucks xD
#1836 [21:34] <|Kiikun|> just get the textures for your version and edit them
#1837 [21:34] <ddrew> google "1.8.1 xray texture pack minecraft" xD
#1838 [21:34] <|Kiikun|> xray textures are NOT that hard to make...
#1839 [21:34] <ddrew> Work evvvvery time.
#1840 [21:34] <mewmewkittydrew> xD
#1841 [21:35] <Guest5207> well i just started minecraft last night
#1842 [21:35] <Guest5207> built my safe house/castle
#1843 [21:35] <Guest5207> XD
#1844 [21:35] <|Kiikun|> ....
#1845 [21:35] <Guest5207> and now
#1846 [21:35] <|Kiikun|> Opeth|Zzz: go to bed already!!!!
#1847 [21:35] <mewmewkittydrew> xD Of wow. lolz inventory editor? xD
#1848 [21:35] <Guest5207> So im not at the Create my own Texture stage yet
#1849 [21:35] <mewmewkittydrew> xS
#1850 [21:35] <mewmewkittydrew> Right? Ha, you may never be.
#1851 [21:35] <mewmewkittydrew> who knows.
#1852 [21:36] <|Kiikun|> Guest5207: diamonds are below lv16.
#1853 [21:36] <Guest5207> once i learn how it will be easy :o
#1854 [21:36] <|Kiikun|> Guest5207: and a texture pack liek that wont show ALL diamond.. just ones open in caves
#1855 [21:37] <Guest5207> which are rare
#1856 [21:37] <Guest5207> http://www.minecraftdl.com/x-ray-texture-pack/
#1857 [21:37] <Guest5207> heres one for 1.81
#1858 [21:37] <Guest5207> :D
#1859 [21:37] <mewmewkittydrew> get it then ;D
#1860 [21:37] <mewmewkittydrew> haha..
#1861 [21:38] <mewmewkittydrew> I use that one sometimes.
#1862 [21:38] <mewmewkittydrew> Gets the job done.
#1863 [21:38] * |Kiikun| refuses!
#1863 [21:39] * mewmewkittydrew pokes |kiikun| and then hugs AuBot
#1863 [21:39] <Guest5207> hmm
#1864 [21:39] <Guest5207> interesting
#1865 [21:39] <mewmewkittydrew> xD ^_^
#1866 [21:39] * |Kiikun| grahs
#1866 [21:39] <Guest5207> still not working
#1867 [21:39] <Guest5207> T.T
#1868 [21:39] <mewmewkittydrew> teamviewer now? xD
#1869 [21:40] <Guest5207> XD
#1870 [21:40] <mewmewkittydrew> I'll do it if you'd like, |kiikun|
#1871 [21:40] <Guest5207> its in the right folder
#1872 [21:40] <mewmewkittydrew> ??> Guest5207 teamviewer
#1873 [21:40] <VoxelHead> Guest5207: (teamviewer) Teamviewer is remote access software, which enables other people to, with your permission, access your computer remotely and attempt to perform troubleshooting and diagnostics.
#1874 [21:40] <mewmewkittydrew> Meh.
#1875 [21:40] <VoxelHead> Guest5207: (teamviewer) Teamviewer's website is here: http://www.teamviewer.com/en/index.aspx
#1876 [21:40] <Guest5207> i know what teamviewer silly goose ^^
#1877 [21:40] <mewmewkittydrew> Just makin' sure ;)
#1878 [21:41] <mewmewkittydrew> Time to do it then.
#1879 [21:42] <mewmewkittydrew> look up at your tabs ^^
#1880 [21:42] <mewmewkittydrew> I pm'd you Guest5207
#1881 [21:49] * mib_bebpgh [mib_bebpgh@notlogged] has joined #minecrafthelp
#1882 [21:50] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#1883 [21:50] <mib_bebpgh> Hi I need a little help... How do you acess the files for minecraft, like worlds, texture packs?
#1884 [21:50] <phyto> windows/mac/linux?
#1885 [21:50] <mib_bebpgh> windows
#1886 [21:51] <phyto> ??> mib_bebpgh win/.minecraft
#1887 [21:51] <VoxelHead> mib_bebpgh: (win/.minecraft) To get at Minecraft's locally stored files on Windows, press Win+R, and in the window that appears, type "%AppData%", and click OK. The folder you want is ".minecraft".
#1888 [21:51] <mib_bebpgh> Ok thank you
#1889 [21:51] <FPS> Voxel I have a question
#1890 [21:51] <phyto> voxel is a bot.
#1891 [21:51] <FPS> :(
#1892 [21:51] <FPS> Sadfaec
#1893 [21:51] <phyto> ??> FPS bot
#1894 [21:51] <VoxelHead> FPS: (bot) I just type quickly.
#1895 [21:52] <phyto> feel free to ask a question, though. there are many real people in here.
#1896 [21:52] <|Kiikun|> ?? aubot
#1897 [21:52] <VoxelHead> aubot: Aubot is also a bot.
#1898 [21:52] <|Kiikun|> :P
#1899 [21:52] <FPS> Ok, so earlier today I was playing at my FPS suddenly dropped to like 3. I slept in a bed, and logged off. After getting back on, my FPS is TERRIBLE. Seriously, lowest settings and still 0 fps.
#1900 [21:53] <FPS> How does one fix this?
#1901 [21:54] * mib_hyqv7l [mib_hyqv7l@notlogged] has joined #minecrafthelp
#1902 [21:55] <Wug> FPS: is it every world or just one
#1903 [21:55] <|Kiikun|> its only on the one world?
#1904 [21:55] <Wug> ninjad
#1905 [21:55] <|Kiikun|> ... wugjaed.
#1906 [21:55] <FPS> Just one world.
#1907 [21:55] <FPS> I have mods installed too
#1908 [21:55] <Wug> its an issue with the world then
#1909 [21:56] <FPS> Mo' Creatures, Xie farming mod and timber
#1910 [21:56] <FPS> NOOO-- how do I know that it wont happen with the next world too?
#1911 [21:56] <Wug> it could
#1912 [21:56] <Wug> theres no way to tell
#1913 [21:56] <Wug> open the world in mcedit and look around
#1914 [21:57] <FPS> I have no idea where/how to get mcedit
#1915 [21:57] <Wug> see if any areas take a long time to load for some reason
#1916 [21:57] <Wug> :mcedit > FPS
#1917 [21:57] <WugBot> FPS: (mcedit) MCEdit is a tool for editing minecraft maps. It can be used to fix chunk errors and a variety of other forms of corruption, and can also be used to build. To fix chunk errors, delete the chunk. To remove exp orbs, select a large area and delete entities.
#1918 [21:57] <WugBot> FPS: (mcedit) MCEdit's download page is here: http://davidvierra.com/mcedit/download.html
#1919 [21:58] <FPS> So do any of you actually work for Mojang?
#1920 [21:58] <amphiboly> I tried the optifine mod, it helped. also ramdisk but that means going through an ordeal every reboot but it helps. also latest video card driver and latest win7 upgrades, that helps too. still it lags bad
#1921 [21:59] <phyto> ??< faq
#1922 [21:59] * FraverCo [FraverCo@notlogged] has joined #minecrafthelp
#1923 [21:59] <phyto> ??< index
#1924 [21:59] * SSPM [SSPM@notlogged] has joined #minecrafthelp
#1925 [21:59] <amphiboly> ..but I can now kill zombies and skeletons in combat so it's barely playable
#1926 [22:01] <phyto> ??< support
#1927 [22:01] <amphiboly> if I hit lava, it takes too long to throw water and I always die
#1928 [22:01] <amphiboly> if I hit lava, it takes too long to throw water and I always die
#1929 [22:02] * FraverCo [FraverCo@notlogged] has left #minecrafthelp
#1930 [22:02] <amphiboly> by the time my controls switch to water bucket (i keep it in 7) I'm dead
#1931 [22:03] <amphiboly> slow controls are deadly
#1932 [22:03] * mib_zlen1g [mib_zlen1g@notlogged] has joined #minecrafthelp
#1933 [22:03] <Wug> dont stand on the block you're mining
#1934 [22:03] <amphiboly> I never do that
#1935 [22:04] * mib_3ssgrh [mib_3ssgrh@notlogged] has joined #minecrafthelp
#1936 [22:05] <amphiboly> never
#1937 [22:07] <amphiboly> it takes a few seconds for any command to respond, regardless if 7 or w
#1938 [22:07] <amphiboly> very laggy
#1939 [22:09] * Ninemmtylenol [Ninemmtylenol@notlogged] has joined #minecrafthelp
#1940 [22:10] <phyto> !ping
#1941 [22:10] <GreyBot> phyto Your Ping time was 1.107 seconds.
#1942 [22:12] <amphiboly> is 1.9 supposed to be less laggy than 1.8.1? I've heard some say 1.8.1 bogs down their computer much worse than previous versions
#1943 [22:15] * Tyler [Tyler@notlogged] has joined #minecrafthelp
#1944 [22:15] <clarjon1> amphiboly: RC2 is a helluva lot less laggy than 1.8.1
#1945 [22:16] <amphiboly> what's rc2?
#1946 [22:16] <clarjon1> the most recent pre-release that Mojang 'leaked' for testing
#1947 [22:16] <phyto> 1.0 rc2
#1948 [22:16] <phyto> ?? rc2
#1949 [22:16] <clarjon1> They're re-numbering it
#1950 [22:16] <clarjon1> Minecraft goes out of beta, and will be Minecraft 1.0
#1951 [22:17] <phyto> hah, no one believed me when i said that it was going out of beta
#1952 [22:17] <phyto> irl
#1953 [22:18] <clarjon1> So, ya have a few days remaining to purchase MC at the discounted price
#1954 [22:18] <fizyplan1ton> does anyone know why i (fizyplankton) am banned from this channel? i have been idle for a month, so i cant imagine why i would be banned
#1955 [22:18] <phyto> yeah, buy all your griefing alts before the price hike :V
#1956 [22:18] <clarjon1> ban evasion?
#1957 [22:18] <fizyplan1ton> clarjon1: no. my irc client auto changed my nick. it replaced the k with a 1
#1958 [22:19] <clarjon1> phyto: I'm thinking, get your christmas shopping done now ;)
#1959 [22:19] <Tyler> When I open my minecraft bin file ,I have a minecraft jar file , but it is not a executable jar file, how do I go abouy making it a executable jar file
#1960 [22:20] <fizyplan1ton> Tyler: what OS?
#1961 [22:20] <clarjon1> Tyler: what OS?
#1962 [22:23] <Tyler> what is OS
#1963 [22:23] <clarjon1> Operating System
#1964 [22:23] <clarjon1> eg: Windows, Mac, Linux
#1965 [22:23] <Tyler> Windows 7
#1966 [22:23] * peeves [peeves@notlogged] has joined #minecrafthelp
#1967 [22:23] <phyto> what exactly are you trying to do?
#1968 [22:24] <SSPM> Hi. I am Coronel Erasmo Sanchez with the Secretariat of Public Security of the Municipality of Tarimbaro and am investigating terror threats made against our municipal palace by one of your users named merdam. Does anybody have any information on him?
#1969 [22:25] <clarjon1> I lol
#1970 [22:25] <phyto> 'd
#1971 [22:25] <phyto> 'd
#1972 [22:25] * SSPM [SSPM@notlogged] has left #minecrafthelp
#1973 [22:25] <clarjon1> no, it's I'm lol
#1974 [22:25] * SSPM [SSPM@notlogged] has joined #minecrafthelp
#1975 [22:26] <clarjon1> hm
#1976 [22:26] <Tyler> trying to make minecraft jar file executable
#1977 [22:26] <phyto> Tyler, you don't need to, just start the minecraft client and log in.
#1978 [22:27] <Tyler> Thanks
#1979 [22:27] <clarjon1> SSPM: None of us would have info.
#1980 [22:27] <clarjon1> SSPM: This is just a community of tech inclined volunteers who help people who can't get their video game to run
#1981 [22:27] <phyto> clarjon1: obvious troll is obvious.
#1982 [22:27] <SSPM> clarjon1 nobody has seen a merdam in here?
#1983 [22:27] <clarjon1> ;seen merdam
#1984 [22:27] <phyto> !seen merdam
#1985 [22:27] <GreyBot> I found no results for your !Seen query.
#1986 [22:27] <SSPM> nobody making threats or extremist rmarks?
#1987 [22:27] <clarjon1> none
#1988 [22:28] <SSPM> what about cimarrontij, castizo, tijuanense
#1989 [22:28] <SSPM> ;cimarrontij
#1990 [22:28] <clarjon1> I'd remember obscure names like those
#1991 [22:28] <SSPM> ;seen cimarrontij
#1992 [22:28] <SSPM> !seen castizo
#1993 [22:28] <GreyBot> I found no results for your !Seen query.
#1994 [22:28] <clarjon1> !seen cimarrontij
#1995 [22:28] <GreyBot> I found no results for your !Seen query.
#1996 [22:28] <SSPM> !seen cimarrontij
#1997 [22:28] <GreyBot> I found no results for your !Seen query.
#1998 [22:28] * uberTaco [uberTaco@notlogged] has joined #minecrafthelp
#1999 [22:28] <SSPM> !seen tijuanense
#2000 [22:28] <GreyBot> I found no results for your !Seen query.
#2001 [22:28] <GreyBot> I found no results for your !Seen query.
#2002 [22:28] * uberTaco [uberTaco@notlogged] has left #minecrafthelp
#2003 [22:29] <clarjon1> SSPM: Whoever told ya that they were in here, must have been lying to get you off their back.
#2004 [22:29] * papaganoush [papaganoush@notlogged] has joined #minecrafthelp
#2005 [22:29] * Merdam [Merdam@notlogged] has joined #minecrafthelp
#2006 [22:29] <Merdam> Hello?
#2007 [22:30] <Merdam> Does anyone know exactly what time Minecraft will be released?
#2008 [22:30] <clarjon1> Merdam: Nope
#2009 [22:30] <clarjon1> Merdam: Just that it'll be out during minecon
#2010 [22:30] * gary [gary@notlogged] has joined #minecrafthelp
#2011 [22:30] * cimarrontij [cimarrontij@notlogged] has joined #minecrafthelp
#2012 [22:30] <gary> Hello?
#2013 [22:30] <Merdam> clarjon1: I was hoping to set up something with my friends :/
#2014 [22:31] <gary> Merdam
#2015 [22:31] <clarjon1> sup gary
#2016 [22:31] <Merdam> hi gary
#2017 [22:31] <gary> Hello
#2018 [22:32] <gary> I was wondering how to stop all my crashes and wat do the errors mean?
#2019 [22:32] <Merdam> gary: what errors/crashes?
#2020 [22:32] <gary> when i crash my minecraft closes and hs_err happen
#2021 [22:33] <gary> what can i do?
#2022 [22:33] <gary> to fix it?
#2023 [22:34] <gary> Hello?
#2024 [22:34] <phyto> ??> gary specific
#2025 [22:34] <VoxelHead> gary: (specific) Please be specific and give complete error or other messages verbatim. The details of these messages are very helpful in determining the nature of your problem.
#2026 [22:34] <VoxelHead> gary: (specific) NOTE: If the message is longer than one or two lines, please use Pastebin.
#2027 [22:36] <clarjon1> ?? psychic
#2028 [22:36] <clarjon1> awh
#2029 [22:36] <clarjon1> awh
#2030 [22:37] * Merdam [Merdam@notlogged] has left #minecrafthelp
#2031 [22:40] * Allison [Allison@notlogged] has joined #minecrafthelp
#2032 [22:43] * Disturbed [Disturbed@notlogged] has joined #minecrafthelp
#2033 [22:43] <Wug> MOLLSTAM
#2034 [22:43] <Wug> I has an important thing to show you. are you there
#2035 [22:43] * gary [gary@notlogged] has joined #minecrafthelp
#2036 [22:44] <gary> wana now what the 1st 2 lines say when i crash
#2037 [22:44] <gary> ?
#2038 [22:44] <GreyVulpine> Wug - They're all either on a plane to Las vegas, or lounging in their hotel by now
#2039 [22:44] <Wug> crap, you're right
#2040 [22:44] <Wug> I'll tell you via notice, this is rather dangerous magic
#2041 [22:45] <gary> A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69868a8a, pid=1668, tid=4280
#2042 [22:45] <gary> what does that mean?
#2043 [22:45] <GreyVulpine> gary - Paste the entire thing at www.pastebin.com, submit it, then give us the URL
#2044 [22:46] * ArcheKruz [ArcheKruz@notlogged] has joined #minecrafthelp
#2045 [22:48] * gary [gary@notlogged] has joined #minecrafthelp
#2046 [22:48] <gary> if i reinstall the java will it help?
#2047 [22:50] * Yellowchopsticks [Yellowchopsticks@notlogged] has joined #minecrafthelp
#2048 [22:51] <Yellowchopsticks> is it still 3 strongholds per seed or is it infinite now?
#2049 [22:51] <Wug> so that's what I did today
#2050 [22:54] <phyto> still 3
#2051 [22:57] <Yellowchopsticks> is that gonna change?
#2052 [22:58] * mermi [mermi@notlogged] has joined #minecrafthelp
#2053 [22:58] <mermi> umm
#2054 [22:58] <mermi> i am kinda pist
#2055 [22:58] <mermi> i was digging in this huge mine
#2056 [22:58] <mermi> and all of a sudden i glitch out into lava
#2057 [22:59] <mermi> and now theres no possible way to get the equips back right?
#2058 [22:59] <Wug> apart from spawning items, no
#2059 [22:59] <mermi> God damnit i was leaving the mine when i glitched out
#2060 [22:59] <mermi> had a lot of goods T.T
#2061 [23:01] <Wug> ... why was that in here
#2062 [23:01] <mermi> because its a bug :/
#2063 [23:01] <mermi> and i was hoping there could be something i could do
#2064 [23:04] * Guest_ [Guest_@notlogged] has joined #minecrafthelp
#2065 [23:04] * mib_nr5fpz [mib_nr5fpz@notlogged] has joined #minecrafthelp
#2066 [23:04] <mib_nr5fpz> HI
#2067 [23:05] <mib_nr5fpz> I need help please
#2068 [23:05] <Guest_> Me to :P
#2069 [23:05] * Gio [Gio@notlogged] has joined #minecrafthelp
#2070 [23:06] <Gio> Hi...I need help please
#2071 [23:06] <Gio> anyone here?
#2072 [23:06] <zkxs> ?? ask
#2073 [23:06] <VoxelHead> ask: Don't ask to ask or just say "I need help" - just ask your question or state what you need help with, and be as specific as possible.
#2074 [23:06] <VoxelHead> ask: If you are unsure if the question is appropriate, just ask it and you will be informed if it is not.
#2075 [23:07] <Gio> got an error...Bad VIdeo Card Driver
#2076 [23:07] <zkxs> ??> Gio win/dxdiag
#2077 [23:07] <VoxelHead> Gio: (win/dxdiag) Press the Win+R keys, and type "dxdiag" (no quotes) in the box. Press enter. If prompted about verifying WHQL, select Yes. Once it has finished loading, click the "Save All Information" button and save it to your desktop.
#2078 [23:07] <VoxelHead> Gio: (win/dxdiag) Open the file you just saved, and copy the contents. Paste them on http://pastebin.com/ and click Submit. Then, copy the link you are sent to, and paste it in the IRC channel.
#2079 [23:07] * HK_Titan [HK_Titan@notlogged] has joined #minecrafthelp
#2080 [23:08] <HK_Titan> !isdown
#2081 [23:08] <GreyBot> HK_Titan: It's just you. http://www.minecraft.net is up.
#2082 [23:10] * mib_8zolte [mib_8zolte@notlogged] has joined #minecrafthelp
#2083 [23:11] <Gio> http://pastebin.com/Ja7x42uy
#2084 [23:14] <zkxs> Gio: Try updating your video card driver here: http://support.amd.com/us/gpudownload/windows/Pages/radeonaiw_vista32.aspx?type=2.4.1&product=2.4.1.3.4&lang=us&rev=&ostype=Windows%207%20-%2032-Bit%20Edition
#2085 [23:17] <Gio> Thank you...am downloading now
#2086 [23:21] <zkxs> not a problem
#2087 [23:25] <Gio> Thank you...it worked. have a good evening!
#2088 [23:27] * mib_yh0y0w [mib_yh0y0w@notlogged] has joined #minecrafthelp
#2089 [23:27] <mib_yh0y0w> Hi
#2090 [23:28] <mib_yh0y0w> everytime i boot up minecraft it works i go to open a world then it says saving chunks and crashes. Can you help?
#2091 [23:29] <toa> hey can anyone help me
#2092 [23:31] * AuBot [AuBot@notlogged] has joined #minecrafthelp
#2093 [23:33] <rev-lemon> Toa
#2094 [23:33] <toa> h
#2095 [23:33] <toa> hi
#2096 [23:33] <rev-lemon> create a new world and see if that does it again
#2097 [23:33] <toa> i have
#2098 [23:33] <toa> i have deleted the jar and game off my computer around 4 times
#2099 [23:33] <toa> it still just crashes
#2100 [23:34] <rev-lemon> toa im not asking you to delete files, im asking if you can make a new world and see if that still happens, and if it is, then something isnt correct with the loading files
#2101 [23:34] <toa> ok yes i have and it still crashes
#2102 [23:34] <toa> everytime
#2103 [23:34] <rev-lemon> hm
#2104 [23:34] <rev-lemon> toa, ok can you goto minecraft.net login / and click in broswer
#2105 [23:35] <rev-lemon> and try your maps
#2106 [23:35] <toa> i did that i works in browser
#2107 [23:35] <rev-lemon> toa so the worlds dont crash ?
#2108 [23:35] <toa> it browser they don't but in the installed version yes
#2109 [23:36] <rev-lemon> ok,is java uptodate ?
#2110 [23:38] * Mission_Control [Mission_Control@notlogged] has joined #minecrafthelp
#2111 [23:46] * [Dream] [[Dream]@notlogged] has joined #minecrafthelp
#2112 [23:47] <HK_Titan> anyone else timing out while trying to login right now?
#2113 [23:56] <Wug> Kealper: you still awake
#2114 [23:56] * Wug expects impending rawr
#2114 [23:57] <Kealper> rawr
#2115 [23:58] <Wug> Kealper: help me with my diabolical hax
#2116 [23:58] <xales> Kealper: what happened to the aubot a wild kealper appears
#2117 [23:58] <xales> :(
#2118 [23:58] <Wug> ;ip
#2119 [23:58] <WugBot> IP address of Wug is: 129.21.137.155
#2120 [23:58] <Kealper> you mean this?
#2121 [23:58] <Wug> Kealper: hop onto 129.21.137.155:25566
#2122 [23:58] * Kealper rawrs
#2122 [23:58] <Wug> kealper makes a kealper sound
#2123 [23:59] <Kealper> do i gotsta?
#2124 [23:59] <xales> !check 129.21.137.155:25566
#2125 [23:59] <xales> derp derp
#2126 [23:59] <Wug> it would be cool if you did
#2127 [23:59] <Wug> it would be cool if you did
#2128 [23:59] * DreamingInsane [DreamingInsane@notlogged] has left #minecrafthelp
#2129 [23:59] <Wug> ... derp