Hello everybody, I've got an issue that make my Minecraft looks weird, like it was cropped. (Images in the attachments) It happens on fullscreen and when it's windowed.
The funny thing is that it only happens on 1.7.* versions, in the 1.6.* and below, my Minecraft works fine.
I've ready uninstall/reinstall Minecraft and JAVA. I was searching for months the problem, but I can't find the reason. This is the first time than I make a thread on a forum looking for help. Recently I've reset my computer to factory for seen if it will solve it, but didn't work
It can be a resolution problem? (Now it's 1366x768)
Some one have an idea?
Development Console Log:
[21:33:21 INFO]: Minecraft Launcher 1.4.7 (through bootstrap 5) started on windows...
[21:33:21 INFO]: Current time is Jul 27, 2014 9:33:21 PM
[21:33:21 INFO]: System.getProperty('os.name') == 'Windows 7'
[21:33:21 INFO]: System.getProperty('os.version') == '6.1'
[21:33:21 INFO]: System.getProperty('os.arch') == 'x86'
[21:33:21 INFO]: System.getProperty('java.version') == '1.8.0_11'
[21:33:21 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[21:33:21 INFO]: System.getProperty('sun.arch.data.model') == '32'
[21:33:23 INFO]: JFX is already initialized
[21:33:25 INFO]: Refreshing local version list...
[21:33:25 INFO]: Refreshing remote version list...
[21:33:26 INFO]: Refresh complete.
[21:33:27 INFO]: Loaded 1 profile(s); selected 'Ulilop'
[21:33:27 INFO]: Refreshing auth...
[21:33:27 INFO]: Logging in with access token
[21:33:28 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:69) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:124) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:53) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:200) [launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:154) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_11]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_11]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_11]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_11]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_11]
Caused by: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NullPointerException
at sun.security.ssl.Alerts.getSSLException(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
Caused by: java.security.ProviderException: java.lang.NullPointerException
at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:147) ~[sunec.jar:1.8.0_11]
at java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ECDHCrypt.<init>(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.serverKeyExchange(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
Caused by: java.lang.NullPointerException
at java.math.BigInteger.stripLeadingZeroBytes(Unknown Source) ~[?:1.8.0_11]
at java.math.BigInteger.<init>(Unknown Source) ~[?:1.8.0_11]
at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:133) ~[sunec.jar:1.8.0_11]
at java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ECDHCrypt.<init>(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.serverKeyExchange(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
[21:33:58 INFO]: Getting syncinfo for selected version
[21:33:58 INFO]: Queueing library & version downloads
[21:33:59 INFO]: Download job 'Version & Libraries' started (16 threads, 27 files)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20131120\lwjgl-platform-2.9.1-nightly-20131120-natives-windows.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Download job 'Resources' skipped as there are no files to download
[21:34:05 INFO]: Job 'Resources' finished successfully (took 0:00:00.003)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20131120\lwjgl-2.9.1-nightly-20131120.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20131120\lwjgl_util-2.9.1-nightly-20131120.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.2\authlib-1.2.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20131120\lwjgl-platform-2.9.1-nightly-20131120-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.2\authlib-1.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20131120\lwjgl_util-2.9.1-nightly-20131120.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20131120\lwjgl-2.9.1-nightly-20131120.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:07 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4.jar for job 'Version & Libraries': Used own copy as it matched etag
[21:34:07 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:08.453)
[21:34:07 INFO]: Launching game
[21:34:07 INFO]: Unpacking natives to C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4-natives-163159530735249
[21:34:10 INFO]: Launching in C:\Users\Ulilop\AppData\Roaming\.minecraft
[21:34:10 INFO]: Half command: C:\Program Files\Java\jre8\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xincgc -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M -Djava.library.path=C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4-natives-163159530735249 -cp C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.2\authlib-1.2.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20131120\lwjgl-2.9.1-nightly-20131120.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20131120\lwjgl_util-2.9.1-nightly-20131120.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4.jar net.minecraft.client.main.Main
[21:34:10 INFO]: Looking for orphaned versions to clean up...
[21:34:14 INFO]: Looking for old natives & assets to clean up...
[21:34:15 INFO]: Client> [21:34:15] [main/INFO]: Setting user: Ulilop
[21:34:15 INFO]: Client> [21:34:15] [main/INFO]: (Session ID is token:6c3cfc8ff55e98b9b7d053f6c7a0562c:392cffc323f28a85e58541672627e0a3)
[21:34:17 INFO]: Client> [21:34:17] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:34:26 INFO]: Client> [21:34:26] [Client thread/INFO]: Reloading ResourceManager: Default
[21:34:28 INFO]: Client>
[21:34:28 INFO]: Client> Starting up SoundSystem...
[21:34:28 INFO]: Client> Initializing LWJGL OpenAL
[21:34:28 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:34:30 INFO]: Client> OpenAL initialized.
[21:34:30 INFO]: Client>
[21:34:30 INFO]: Client> [21:34:30] [Sound Library Loader/INFO]: Sound engine started
[21:35:04 INFO]: Client> [21:35:04] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:35:05 INFO]: Client> [21:35:05] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:35:35 INFO]: Client> [21:35:35] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
[21:37:17 INFO]: Client> [21:37:17] [Client thread/INFO]: Reloading ResourceManager: Default
[21:37:22 INFO]: Client> [21:37:22] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:37:31 INFO]: Client> [21:37:31] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:37:34 INFO]: Client>
[21:37:34 INFO]: Client> SoundSystem shutting down...
[21:37:35 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:37:35 INFO]: Client>
[21:37:35 INFO]: Client>
[21:37:35 INFO]: Client> Starting up SoundSystem...
[21:37:35 INFO]: Client> Initializing LWJGL OpenAL
[21:37:35 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:37:38 INFO]: Client> OpenAL initialized.
[21:37:38 INFO]: Client>
[21:37:38 INFO]: Client> [21:37:38] [Sound Library Loader/INFO]: Sound engine started
[21:37:55 INFO]: Client> [21:37:55] [Client thread/INFO]: Reloading ResourceManager: Default
[21:37:57 INFO]: Client> [21:37:57] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:37:58 INFO]: Client> [21:37:58] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:37:58 INFO]: Client>
[21:37:58 INFO]: Client> SoundSystem shutting down...
[21:37:58 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:37:58 INFO]: Client>
[21:37:58 INFO]: Client>
[21:37:58 INFO]: Client> Starting up SoundSystem...
[21:37:58 INFO]: Client> Initializing LWJGL OpenAL
[21:37:58 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:37:59 INFO]: Client> OpenAL initialized.
[21:37:59 INFO]: Client>
[21:37:59 INFO]: Client> [21:37:59] [Sound Library Loader/INFO]: Sound engine started
[21:38:38 INFO]: Client> [21:38:38] [Client thread/INFO]: Reloading ResourceManager: Default
[21:38:39 INFO]: Client> [21:38:39] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:38:41 INFO]: Client> [21:38:41] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:38:41 INFO]: Client>
[21:38:41 INFO]: Client> SoundSystem shutting down...
[21:38:41 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:38:41 INFO]: Client>
[21:38:41 INFO]: Client>
[21:38:41 INFO]: Client> Starting up SoundSystem...
[21:38:41 INFO]: Client> Initializing LWJGL OpenAL
[21:38:41 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:38:42 INFO]: Client> OpenAL initialized.
[21:38:42 INFO]: Client>
[21:38:42 INFO]: Client> [21:38:42] [Sound Library Loader/INFO]: Sound engine started
[21:38:51 INFO]: Client> [21:38:51] [Client thread/INFO]: Reloading ResourceManager: Default
[21:38:52 INFO]: Client> [21:38:52] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:38:52 INFO]: Client> [21:38:52] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:38:53 INFO]: Client>
[21:38:53 INFO]: Client> SoundSystem shutting down...
[21:38:53 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:38:53 INFO]: Client>
[21:38:53 INFO]: Client>
[21:38:53 INFO]: Client> Starting up SoundSystem...
[21:38:53 INFO]: Client> Initializing LWJGL OpenAL
[21:38:53 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:38:54 INFO]: Client> OpenAL initialized.
[21:38:54 INFO]: Client>
[21:38:54 INFO]: Client> [21:38:54] [Sound Library Loader/INFO]: Sound engine started
[21:38:59 INFO]: Client> [21:38:59] [Client thread/INFO]: Reloading ResourceManager: Default
[21:39:00 INFO]: Client> [21:39:00] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:39:01 INFO]: Client> [21:39:01] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:39:01 INFO]: Client>
[21:39:01 INFO]: Client> SoundSystem shutting down...
[21:39:01 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:39:01 INFO]: Client>
[21:39:01 INFO]: Client>
[21:39:01 INFO]: Client> Starting up SoundSystem...
[21:39:01 INFO]: Client> Initializing LWJGL OpenAL
[21:39:01 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:39:02 INFO]: Client> OpenAL initialized.
[21:39:02 INFO]: Client>
[21:39:02 INFO]: Client> [21:39:02] [Sound Library Loader/INFO]: Sound engine started
[21:39:06 INFO]: Client> [21:39:06] [Client thread/INFO]: Reloading ResourceManager: Default
[21:39:07 INFO]: Client> [21:39:07] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:39:08 INFO]: Client> [21:39:08] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:39:08 INFO]: Client>
[21:39:08 INFO]: Client> SoundSystem shutting down...
[21:39:08 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:39:08 INFO]: Client>
[21:39:08 INFO]: Client>
[21:39:08 INFO]: Client> Starting up SoundSystem...
[21:39:08 INFO]: Client> Initializing LWJGL OpenAL
[21:39:08 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:39:09 INFO]: Client> OpenAL initialized.
[21:39:09 INFO]: Client>
[21:39:09 INFO]: Client> [21:39:09] [Sound Library Loader/INFO]: Sound engine started
[21:39:57 INFO]: Client> [21:39:57] [Client thread/INFO]: Stopping!
[21:39:58 INFO]: Client>
[21:39:58 INFO]: Client> SoundSystem shutting down...
[21:39:58 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:39:58 INFO]: Client>
[21:40:01 INFO]: Client> Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
[21:40:01 INFO]: Client> Java HotSpot(TM) Client VM warning: MaxNewSize (524288k) is equal to or greater than the entire heap (524288k). A new max generation size of 524224k will be used.
[21:40:01 INFO]: Game ended with no troubles detected (exit code 0)
[21:40:01 INFO]: Following visibility rule and showing launcher as the game has ended
[21:40:01 INFO]: Deleting C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4-natives-163159530735249
System Specs:
------------------
System Information
------------------
Time of this report: 7/27/2014, 22:18:00
Machine name: UACER
Operating System: Windows 7 Home Basic 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140303-2144)
Language: Spanish (Regional Setting: Spanish)
System Manufacturer: Acer
System Model: AOD270
BIOS: InsydeH2O Version CCB.03.61.31V1.09
Processor: no disponible
Memory: 2048MB RAM
Available OS Memory: 2036MB RAM
Page File: 2738MB used, 1333MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
MS ATC Screen Decoder 1,0x00600800,1,1,scdec.dll,15.00.4617.1000
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
WDM Streaming Tee/Splitter Devices:
Convertidor de derivador/consumidor a consumidor,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
Códec Cinepak por Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
Códec Intel IYUV,0x00200000,1,1,qcap.dll,6.06.7601.17514
Códec Intel IYUV,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
Ley A CCITT,0x00200000,1,1,quartz.dll,6.06.7601.17713
Ley u de CCITT,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
Audio Capture Sources:
Micrófono (Realtek High Definit,0x00200000,0,0,qcap.dll,6.06.7601.17514
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
WDM Streaming Capture Devices:
,0x00000000,0,0,,
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
HD WebCam,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
Video Capture Sources:
HD WebCam,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
WDM Streaming Communication Transforms:
Convertidor de derivador/consumidor a consumidor,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Audio Renderers:
Altavoces (Realtek High Definit,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Altavoces (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
Java version:
Java(TM) SE Runtime Environment (build 1.8.0_11-b12)
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode)
Sorry for the late reply, actually it's a JAV error with the resolution on the Intel-integrated GPUs (I REALLY HATE JAVA), i just need to reset it every time to 1024x768 and play like before.
Besides, I don't know why, but my driver version seem to be newest.
But thank you anyway n.n
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The funny thing is that it only happens on 1.7.* versions, in the 1.6.* and below, my Minecraft works fine.
I've ready uninstall/reinstall Minecraft and JAVA. I was searching for months the problem, but I can't find the reason. This is the first time than I make a thread on a forum looking for help. Recently I've reset my computer to factory for seen if it will solve it, but didn't work
It can be a resolution problem? (Now it's 1366x768)
Some one have an idea?
Development Console Log:
[21:33:21 INFO]: Current time is Jul 27, 2014 9:33:21 PM
[21:33:21 INFO]: System.getProperty('os.name') == 'Windows 7'
[21:33:21 INFO]: System.getProperty('os.version') == '6.1'
[21:33:21 INFO]: System.getProperty('os.arch') == 'x86'
[21:33:21 INFO]: System.getProperty('java.version') == '1.8.0_11'
[21:33:21 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[21:33:21 INFO]: System.getProperty('sun.arch.data.model') == '32'
[21:33:23 INFO]: JFX is already initialized
[21:33:25 INFO]: Refreshing local version list...
[21:33:25 INFO]: Refreshing remote version list...
[21:33:26 INFO]: Refresh complete.
[21:33:27 INFO]: Loaded 1 profile(s); selected 'Ulilop'
[21:33:27 INFO]: Refreshing auth...
[21:33:27 INFO]: Logging in with access token
[21:33:28 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:69) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:124) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:53) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:200) [launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:154) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_11]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_11]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_11]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_11]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_11]
Caused by: javax.net.ssl.SSLException: java.security.ProviderException: java.lang.NullPointerException
at sun.security.ssl.Alerts.getSSLException(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.fatal(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.handleException(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
Caused by: java.security.ProviderException: java.lang.NullPointerException
at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:147) ~[sunec.jar:1.8.0_11]
at java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ECDHCrypt.<init>(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.serverKeyExchange(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
Caused by: java.lang.NullPointerException
at java.math.BigInteger.stripLeadingZeroBytes(Unknown Source) ~[?:1.8.0_11]
at java.math.BigInteger.<init>(Unknown Source) ~[?:1.8.0_11]
at sun.security.ec.ECKeyPairGenerator.generateKeyPair(ECKeyPairGenerator.java:133) ~[sunec.jar:1.8.0_11]
at java.security.KeyPairGenerator$Delegate.generateKeyPair(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ECDHCrypt.<init>(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.serverKeyExchange(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.processLoop(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.Handshaker.process_record(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source) ~[?:1.8.0_11]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:52) ~[launcher.jar:?]
... 9 more
[21:33:58 INFO]: Getting syncinfo for selected version
[21:33:58 INFO]: Queueing library & version downloads
[21:33:59 INFO]: Download job 'Version & Libraries' started (16 threads, 27 files)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20131120\lwjgl-platform-2.9.1-nightly-20131120-natives-windows.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[21:33:59 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Download job 'Resources' skipped as there are no files to download
[21:34:05 INFO]: Job 'Resources' finished successfully (took 0:00:00.003)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20131120\lwjgl-2.9.1-nightly-20131120.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-external-platform\4.5\twitch-external-platform-4.5-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20131120\lwjgl_util-2.9.1-nightly-20131120.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.2\authlib-1.2.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.1-nightly-20131120\lwjgl-platform-2.9.1-nightly-20131120-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch-platform\5.16\twitch-platform-5.16-natives-windows-32.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Attempting to download C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:05 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.2\authlib-1.2.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20131120\lwjgl_util-2.9.1-nightly-20131120.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20131120\lwjgl-2.9.1-nightly-20131120.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:06 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar for job 'Version & Libraries': Local file matches local checksum, using that
[21:34:07 INFO]: Finished downloading C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4.jar for job 'Version & Libraries': Used own copy as it matched etag
[21:34:07 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:08.453)
[21:34:07 INFO]: Launching game
[21:34:07 INFO]: Unpacking natives to C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4-natives-163159530735249
[21:34:10 INFO]: Launching in C:\Users\Ulilop\AppData\Roaming\.minecraft
[21:34:10 INFO]: Half command: C:\Program Files\Java\jre8\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xincgc -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M -Djava.library.path=C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4-natives-163159530735249 -cp C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.3.1\vecmath-1.3.1.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.10.Final\netty-all-4.0.10.Final.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\15.0\guava-15.0.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.1\commons-lang3-3.1.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.2\authlib-1.2.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.1-nightly-20131120\lwjgl-2.9.1-nightly-20131120.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.1-nightly-20131120\lwjgl_util-2.9.1-nightly-20131120.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\libraries\tv\twitch\twitch\5.16\twitch-5.16.jar;C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4.jar net.minecraft.client.main.Main
[21:34:10 INFO]: Looking for orphaned versions to clean up...
[21:34:14 INFO]: Looking for old natives & assets to clean up...
[21:34:15 INFO]: Client> [21:34:15] [main/INFO]: Setting user: Ulilop
[21:34:15 INFO]: Client> [21:34:15] [main/INFO]: (Session ID is token:6c3cfc8ff55e98b9b7d053f6c7a0562c:392cffc323f28a85e58541672627e0a3)
[21:34:17 INFO]: Client> [21:34:17] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:34:26 INFO]: Client> [21:34:26] [Client thread/INFO]: Reloading ResourceManager: Default
[21:34:28 INFO]: Client>
[21:34:28 INFO]: Client> Starting up SoundSystem...
[21:34:28 INFO]: Client> Initializing LWJGL OpenAL
[21:34:28 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:34:30 INFO]: Client> OpenAL initialized.
[21:34:30 INFO]: Client>
[21:34:30 INFO]: Client> [21:34:30] [Sound Library Loader/INFO]: Sound engine started
[21:35:04 INFO]: Client> [21:35:04] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:35:05 INFO]: Client> [21:35:05] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:35:35 INFO]: Client> [21:35:35] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
[21:37:17 INFO]: Client> [21:37:17] [Client thread/INFO]: Reloading ResourceManager: Default
[21:37:22 INFO]: Client> [21:37:22] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:37:31 INFO]: Client> [21:37:31] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:37:34 INFO]: Client>
[21:37:34 INFO]: Client> SoundSystem shutting down...
[21:37:35 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:37:35 INFO]: Client>
[21:37:35 INFO]: Client>
[21:37:35 INFO]: Client> Starting up SoundSystem...
[21:37:35 INFO]: Client> Initializing LWJGL OpenAL
[21:37:35 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:37:38 INFO]: Client> OpenAL initialized.
[21:37:38 INFO]: Client>
[21:37:38 INFO]: Client> [21:37:38] [Sound Library Loader/INFO]: Sound engine started
[21:37:55 INFO]: Client> [21:37:55] [Client thread/INFO]: Reloading ResourceManager: Default
[21:37:57 INFO]: Client> [21:37:57] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:37:58 INFO]: Client> [21:37:58] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:37:58 INFO]: Client>
[21:37:58 INFO]: Client> SoundSystem shutting down...
[21:37:58 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:37:58 INFO]: Client>
[21:37:58 INFO]: Client>
[21:37:58 INFO]: Client> Starting up SoundSystem...
[21:37:58 INFO]: Client> Initializing LWJGL OpenAL
[21:37:58 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:37:59 INFO]: Client> OpenAL initialized.
[21:37:59 INFO]: Client>
[21:37:59 INFO]: Client> [21:37:59] [Sound Library Loader/INFO]: Sound engine started
[21:38:38 INFO]: Client> [21:38:38] [Client thread/INFO]: Reloading ResourceManager: Default
[21:38:39 INFO]: Client> [21:38:39] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:38:41 INFO]: Client> [21:38:41] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:38:41 INFO]: Client>
[21:38:41 INFO]: Client> SoundSystem shutting down...
[21:38:41 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:38:41 INFO]: Client>
[21:38:41 INFO]: Client>
[21:38:41 INFO]: Client> Starting up SoundSystem...
[21:38:41 INFO]: Client> Initializing LWJGL OpenAL
[21:38:41 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:38:42 INFO]: Client> OpenAL initialized.
[21:38:42 INFO]: Client>
[21:38:42 INFO]: Client> [21:38:42] [Sound Library Loader/INFO]: Sound engine started
[21:38:51 INFO]: Client> [21:38:51] [Client thread/INFO]: Reloading ResourceManager: Default
[21:38:52 INFO]: Client> [21:38:52] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:38:52 INFO]: Client> [21:38:52] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:38:53 INFO]: Client>
[21:38:53 INFO]: Client> SoundSystem shutting down...
[21:38:53 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:38:53 INFO]: Client>
[21:38:53 INFO]: Client>
[21:38:53 INFO]: Client> Starting up SoundSystem...
[21:38:53 INFO]: Client> Initializing LWJGL OpenAL
[21:38:53 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:38:54 INFO]: Client> OpenAL initialized.
[21:38:54 INFO]: Client>
[21:38:54 INFO]: Client> [21:38:54] [Sound Library Loader/INFO]: Sound engine started
[21:38:59 INFO]: Client> [21:38:59] [Client thread/INFO]: Reloading ResourceManager: Default
[21:39:00 INFO]: Client> [21:39:00] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:39:01 INFO]: Client> [21:39:01] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:39:01 INFO]: Client>
[21:39:01 INFO]: Client> SoundSystem shutting down...
[21:39:01 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:39:01 INFO]: Client>
[21:39:01 INFO]: Client>
[21:39:01 INFO]: Client> Starting up SoundSystem...
[21:39:01 INFO]: Client> Initializing LWJGL OpenAL
[21:39:01 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:39:02 INFO]: Client> OpenAL initialized.
[21:39:02 INFO]: Client>
[21:39:02 INFO]: Client> [21:39:02] [Sound Library Loader/INFO]: Sound engine started
[21:39:06 INFO]: Client> [21:39:06] [Client thread/INFO]: Reloading ResourceManager: Default
[21:39:07 INFO]: Client> [21:39:07] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:39:08 INFO]: Client> [21:39:08] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:39:08 INFO]: Client>
[21:39:08 INFO]: Client> SoundSystem shutting down...
[21:39:08 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:39:08 INFO]: Client>
[21:39:08 INFO]: Client>
[21:39:08 INFO]: Client> Starting up SoundSystem...
[21:39:08 INFO]: Client> Initializing LWJGL OpenAL
[21:39:08 INFO]: Client> (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:39:09 INFO]: Client> OpenAL initialized.
[21:39:09 INFO]: Client>
[21:39:09 INFO]: Client> [21:39:09] [Sound Library Loader/INFO]: Sound engine started
[21:39:57 INFO]: Client> [21:39:57] [Client thread/INFO]: Stopping!
[21:39:58 INFO]: Client>
[21:39:58 INFO]: Client> SoundSystem shutting down...
[21:39:58 INFO]: Client> Author: Paul Lamb, www.paulscode.com
[21:39:58 INFO]: Client>
[21:40:01 INFO]: Client> Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
[21:40:01 INFO]: Client> Java HotSpot(TM) Client VM warning: MaxNewSize (524288k) is equal to or greater than the entire heap (524288k). A new max generation size of 524224k will be used.
[21:40:01 INFO]: Game ended with no troubles detected (exit code 0)
[21:40:01 INFO]: Following visibility rule and showing launcher as the game has ended
[21:40:01 INFO]: Deleting C:\Users\Ulilop\AppData\Roaming\.minecraft\versions\1.7.4\1.7.4-natives-163159530735249
System Specs:
System Information
------------------
Time of this report: 7/27/2014, 22:18:00
Machine name: UACER
Operating System: Windows 7 Home Basic 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140303-2144)
Language: Spanish (Regional Setting: Spanish)
System Manufacturer: Acer
System Model: AOD270
BIOS: InsydeH2O Version CCB.03.61.31V1.09
Processor: no disponible
Memory: 2048MB RAM
Available OS Memory: 2036MB RAM
Page File: 2738MB used, 1333MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: 96 DPI (100 percent)
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 32bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
---------------
Display Devices
---------------
Card name: Intel(R) Graphics Media Accelerator 3600 Series
Manufacturer: Intel Corporation
Chip type: Intel(R) GMA 3600 Series (Atom N2800)
DAC type: Internal
Device Key: Enum\PCI\VEN_8086&DEV_0BE2&SUBSYS_061F1025&REV_09
Display Memory: 762 MB
Dedicated Memory: 0 MB
Shared Memory: 762 MB
Current Mode: 1366 x 768 (32 bit) (60Hz)
Monitor Name: AOC 1950W
Monitor Model: 1950W
Monitor Id: AOC1950
Native Mode: 1366 x 768(p) (59.790Hz)
Output Type: HD15
Driver Name: igdumd32.dll
Driver File Version: 8.14.0008.1075 (English)
Driver Version: 8.14.8.1075
DDI Version: 9Ex
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 2/27/2012 03:59:24, 1097216 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B78E66-48A2-11CF-A677-1726A8C2C535}
Vendor ID: 0x8086
Device ID: 0x0BE2
SubSys ID: 0x061F1025
Revision ID: 0x0009
Driver Strong Name: oem6.inf:Intel.Mfg:iCNT0:8.14.8.1075:pci\ven_8086&dev_0be2&subsys_061f1025
Rank Of Driver: 00E60001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_B ModeWMV9_B
Deinterlace Caps: {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
-------------
Sound Devices
-------------
Description: Altavoces (Realtek High Definition Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0269&SUBSYS_10250590&REV_1001
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHDA.sys
Driver Version: 6.00.0001.6374 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 5/19/2011 00:03:52, 3501032 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
---------------------
Sound Capture Devices
---------------------
Description: Micrófono (Realtek High Definition Audio)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: RTKVHDA.sys
Driver Version: 6.00.0001.6374 (English)
Driver Attributes: Final Retail
Date and Size: 5/19/2011 00:03:52, 3501032 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Teclado
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Poll w/ Interrupt: No
-----------
USB Devices
-----------
+ Concentrador raíz USB
| Vendor/Product ID: 0x8086, 0x27CA
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 11/26/2013 20:14:25, 258560 bytes
| Driver: usbd.sys, 11/26/2013 20:13:33, 6016 bytes
----------------
Gameport Devices
----------------
------------
PS/2 Devices
------------
+ Teclado PS/2 estándar
| Matching Device ID: *pnp0303
| Service: i8042prt
| Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
| Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
|
+ Controlador de teclado de Terminal Server
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
| Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
|
+ ELAN PS/2 Port Smart-Pad
| Matching Device ID: *etd0501
| Upper Filters: ETD
| Service: i8042prt
|
+ Mouse compatible con HID
| Vendor/Product ID: 0x0458, 0x003A
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouhid.sys, 7/13/2009 18:45:08, 26112 bytes
| Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
|
+ Controlador de mouse de Terminal Server
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/20/2010 16:29:03, 53120 bytes
| Driver: sermouse.sys, 7/13/2009 18:45:08, 19968 bytes
| Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 80.6 GB
Total Space: 225.3 GB
File System: NTFS
Model: ST320LT020-9YG142
Drive: D:
Free Space: 12.4 GB
Total Space: 80.0 GB
File System: NTFS
Model: ST320LT020-9YG142
Drive: E:
Model: DTSOFT Virtual CdRom Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Spanish), 11/20/2010 16:29:03, 108544 bytes
--------------
System Devices
--------------
Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D0
Device ID: PCI\VEN_8086&DEV_27D0&SUBSYS_061F1025&REV_02\3&11583659&0&E0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (Spanish), 11/20/2010 16:29:03, 153984 bytes
Name: Puente PCI Intel(R) 82801 - 2448
Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_061F1025&REV_E2\3&11583659&0&F0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (Spanish), 11/20/2010 16:29:03, 153984 bytes
Name: Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC
Device ID: PCI\VEN_8086&DEV_27CC&SUBSYS_061F1025&REV_02\3&11583659&0&EF
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/26/2013 20:13:41, 43520 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:13:46, 284672 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:14:25, 258560 bytes
Name: Intel(R) Atom(TM) Processor D2xxx/N2xxx PCI Host Bridge #3 - 0BF2
Device ID: PCI\VEN_8086&DEV_0BF2&SUBSYS_061F1025&REV_03\3&11583659&0&00
Driver: n/a
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB
Device ID: PCI\VEN_8086&DEV_27CB&SUBSYS_061F1025&REV_02\3&11583659&0&EB
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 20:13:36, 24064 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:13:46, 284672 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:14:25, 258560 bytes
Name: Intel(R) Graphics Media Accelerator 3600 Series
Device ID: PCI\VEN_8086&DEV_0BE2&SUBSYS_061F1025&REV_09\3&11583659&0&10
Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 8.14.0008.1075 (English), 2/27/2012 03:58:02, 419328 bytes
Driver: C:\Windows\system32\DRIVERS\igddim32.sys, 8.14.0008.1075 (English), 2/27/2012 04:04:44, 1344512 bytes
Driver: C:\Windows\system32\igdumd32.dll, 8.14.0008.1075 (English), 2/27/2012 03:59:24, 1097216 bytes
Driver: C:\Windows\system32\igddxva32.dll, 8.14.0008.1075 (English), 2/27/2012 04:03:26, 817152 bytes
Driver: C:\Windows\system32\igdvidproc32.dll, 8.14.0008.1075 (English), 2/27/2012 04:03:06, 74240 bytes
Driver: C:\Windows\system32\igdaux32.dll, 8.14.0008.1075 (English), 2/27/2012 04:03:46, 25088 bytes
Driver: C:\Windows\system32\igdogl32.dll, 8.14.0008.1075 (English), 2/27/2012 04:02:56, 2314240 bytes
Driver: C:\Windows\system32\hccutils.dll, 7.15.0010.2009 (English), 2/27/2012 04:05:24, 94720 bytes
Driver: C:\Windows\system32\igfxsrvc.dll, 7.15.0010.2009 (English), 2/27/2012 04:05:42, 56832 bytes
Driver: C:\Windows\system32\igfxsrvc.exe, 7.15.0010.2009 (English), 3/3/2012 13:54:18, 268568 bytes
Driver: C:\Windows\system32\igfxpph.dll, 7.15.0010.2009 (English), 2/27/2012 04:06:26, 200704 bytes
Driver: C:\Windows\system32\igfxcpl.cpl, 7.15.0010.2009 (English), 2/27/2012 04:06:18, 119808 bytes
Driver: C:\Windows\system32\igfxdev.dll, 7.15.0010.2009 (English), 2/27/2012 04:05:14, 224768 bytes
Driver: C:\Windows\system32\igfxdo.dll, 7.15.0010.2009 (English), 2/27/2012 04:05:34, 130560 bytes
Driver: C:\Windows\system32\igfxtray.exe, 7.15.0010.2009 (English), 3/3/2012 13:54:20, 142104 bytes
Driver: C:\Windows\system32\hkcmd.exe, 7.15.0010.2009 (English), 3/3/2012 13:54:08, 175896 bytes
Driver: C:\Windows\system32\igfxress.dll, 7.15.0010.2009 (English), 2/27/2012 04:05:08, 9030656 bytes
Driver: C:\Windows\system32\igfxpers.exe, 7.15.0010.2009 (English), 3/3/2012 13:54:14, 168216 bytes
Driver: C:\Windows\system32\igfxTMM.dll, 7.15.0010.2009 (English), 2/27/2012 04:06:14, 260096 bytes
Driver: C:\Windows\system32\gfxSrvc.dll, 8.15.0010.2009 (Spanish), 2/27/2012 04:05:16, 122368 bytes
Driver: C:\Windows\system32\GfxUI.exe, 8.15.0010.2009 (Spanish), 3/3/2012 13:54:04, 3157272 bytes
Driver: C:\Windows\system32\GfxUI.exe.config, 2/27/2012 03:51:28, 151 bytes
Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 2/27/2012 04:05:14, 4096 bytes
Driver: C:\Windows\system32\GfxCUIServiceInstall.vbs, 2/27/2012 03:51:28, 131 bytes
Driver: C:\Windows\system32\igfxext.exe, 7.15.0010.2009 (English), 3/3/2012 13:54:12, 178456 bytes
Driver: C:\Windows\system32\igfxexps.dll, 7.15.0010.2009 (English), 2/27/2012 04:06:18, 23552 bytes
Driver: C:\Windows\system32\oemdspif.dll, 7.15.0010.2009 (English), 2/27/2012 04:06:22, 59392 bytes
Driver: C:\Windows\system32\igddim32.vp, 2/27/2012 05:15:46, 18196 bytes
Driver: C:\Windows\system32\coppdev.vp, 2/27/2012 03:50:00, 1074 bytes
Driver: C:\Windows\system32\device_key_auth.vp, 2/27/2012 03:50:00, 42920 bytes
Driver: C:\Windows\system32\device_key_copp.vp, 2/27/2012 03:50:00, 42612 bytes
Driver: C:\Windows\system32\device_key_opm.vp, 2/27/2012 03:50:00, 43549 bytes
Driver: C:\Windows\system32\coppdev.cpa, 2/27/2012 03:50:00, 1659303 bytes
Driver: C:\Windows\system32\igfxrara.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:06, 282624 bytes
Driver: C:\Windows\system32\igfxrchs.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:08, 279552 bytes
Driver: C:\Windows\system32\igfxrcht.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:08, 279552 bytes
Driver: C:\Windows\system32\igfxrdan.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:08, 283136 bytes
Driver: C:\Windows\system32\igfxrdeu.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:10, 284160 bytes
Driver: C:\Windows\system32\igfxrenu.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:04, 283136 bytes
Driver: C:\Windows\system32\igfxresn.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:10, 284672 bytes
Driver: C:\Windows\system32\igfxrfin.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:12, 283648 bytes
Driver: C:\Windows\system32\igfxrfra.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:12, 284672 bytes
Driver: C:\Windows\system32\igfxrheb.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:12, 282624 bytes
Driver: C:\Windows\system32\igfxrita.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:12, 284160 bytes
Driver: C:\Windows\system32\igfxrjpn.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:14, 280576 bytes
Driver: C:\Windows\system32\igfxrkor.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:14, 280064 bytes
Driver: C:\Windows\system32\igfxrnld.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:14, 283648 bytes
Driver: C:\Windows\system32\igfxrnor.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:14, 283136 bytes
Driver: C:\Windows\system32\igfxrplk.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:16, 283648 bytes
Driver: C:\Windows\system32\igfxrptb.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:16, 283648 bytes
Driver: C:\Windows\system32\igfxrptg.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:16, 284160 bytes
Driver: C:\Windows\system32\igfxrrus.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:18, 284160 bytes
Driver: C:\Windows\system32\igfxrsky.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:18, 283648 bytes
Driver: C:\Windows\system32\igfxrslv.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:18, 283648 bytes
Driver: C:\Windows\system32\igfxrsve.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:18, 283648 bytes
Driver: C:\Windows\system32\igfxrtha.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:20, 283136 bytes
Driver: C:\Windows\system32\igfxrcsy.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:08, 283648 bytes
Driver: C:\Windows\system32\igfxrell.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:10, 284672 bytes
Driver: C:\Windows\system32\igfxrhun.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:12, 283648 bytes
Driver: C:\Windows\system32\igfxrtrk.lrc, 7.15.0010.2009 (English), 2/27/2012 04:05:20, 283648 bytes
Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 2/27/2012 04:05:48, 139350 bytes
Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 2/27/2012 04:05:48, 118211 bytes
Driver: C:\Windows\system32\Gfxres.da-DK.resources, 2/27/2012 04:05:50, 113761 bytes
Driver: C:\Windows\system32\Gfxres.de-DE.resources, 2/27/2012 04:05:50, 122176 bytes
Driver: C:\Windows\system32\Gfxres.el-GR.resources, 2/27/2012 04:05:50, 177411 bytes
Driver: C:\Windows\system32\Gfxres.es-ES.resources, 2/27/2012 04:05:50, 122373 bytes
Driver: C:\Windows\system32\Gfxres.en-US.resources, 2/27/2012 04:05:24, 109725 bytes
Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 2/27/2012 04:05:52, 118179 bytes
Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 2/27/2012 04:05:52, 120217 bytes
Driver: C:\Windows\system32\Gfxres.he-IL.resources, 2/27/2012 04:05:52, 133056 bytes
Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 2/27/2012 04:05:52, 119056 bytes
Driver: C:\Windows\system32\Gfxres.it-IT.resources, 2/27/2012 04:05:54, 124977 bytes
Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 2/27/2012 04:05:54, 135734 bytes
Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 2/27/2012 04:05:54, 122700 bytes
Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 2/27/2012 04:05:56, 114321 bytes
Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 2/27/2012 04:05:54, 119096 bytes
Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 2/27/2012 04:05:56, 117875 bytes
Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 2/27/2012 04:05:56, 119781 bytes
Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 2/27/2012 04:05:56, 118458 bytes
Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 2/27/2012 04:05:58, 164614 bytes
Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 2/27/2012 04:05:58, 117538 bytes
Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 2/27/2012 04:05:58, 113865 bytes
Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 2/27/2012 04:05:58, 118813 bytes
Driver: C:\Windows\system32\Gfxres.th-TH.resources, 2/27/2012 04:05:58, 188516 bytes
Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 2/27/2012 04:06:00, 120622 bytes
Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 2/27/2012 04:05:48, 102501 bytes
Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 2/27/2012 04:05:48, 103603 bytes
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA
Device ID: PCI\VEN_8086&DEV_27CA&SUBSYS_061F1025&REV_02\3&11583659&0&EA
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 20:13:36, 24064 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:13:46, 284672 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:14:25, 258560 bytes
Name: Adaptador de red Broadcom 802.11n
Device ID: PCI\VEN_14E4&DEV_4727&SUBSYS_E042105B&REV_01\4&15DCA55B&0&00E1
Driver: n/a
Name: Intel(R) N10/ICH7 Family SMBus Controller - 27DA
Device ID: PCI\VEN_8086&DEV_27DA&SUBSYS_061F1025&REV_02\3&11583659&0&FB
Driver: n/a
Name: A5BMR0NW IDE Controller
Device ID: PCI\VEN_1103&DEV_2310&SUBSYS_8B817053&REV_01\4&5D18F2DF&0
Driver: n/a
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9
Device ID: PCI\VEN_8086&DEV_27C9&SUBSYS_061F1025&REV_02\3&11583659&0&E9
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 20:13:36, 24064 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:13:46, 284672 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:14:25, 258560 bytes
Name: Controladora de High Definition Audio
Device ID: PCI\VEN_8086&DEV_27D8&SUBSYS_061F1025&REV_02\3&11583659&0&D8
Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (Spanish), 11/20/2010 16:29:03, 108544 bytes
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8
Device ID: PCI\VEN_8086&DEV_27C8&SUBSYS_061F1025&REV_02\3&11583659&0&E8
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 20:13:36, 24064 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:13:46, 284672 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (Spanish), 11/26/2013 20:14:25, 258560 bytes
Name: Realtek PCIe FE Family Controller
Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_061F1025&REV_05\4&257405BB&0&00E0
Driver: n/a
Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D4
Device ID: PCI\VEN_8086&DEV_27D4&SUBSYS_061F1025&REV_02\3&11583659&0&E2
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (Spanish), 11/20/2010 16:29:03, 153984 bytes
Name: Intel(R) NM10 Express Chipset
Device ID: PCI\VEN_8086&DEV_27C1&SUBSYS_061F1025&REV_02\3&11583659&0&FA
Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 10.01.0000.1008 (English), 11/6/2010 02:39:18, 354840 bytes
Name: Realtek PCIE CardReader
Device ID: PCI\VEN_10EC&DEV_5209&SUBSYS_061F1025&REV_01\4&3555850C&0&00E2
Driver: C:\Windows\system32\DRIVERS\RtsPStor.sys, 6.01.7601.0083 (English), 11/21/2013 04:10:01, 254056 bytes
Driver: C:\Windows\system32\RtsPStorIcon.dll, 1.00.0000.0006 (English), 2/14/2011 22:37:10, 9888360 bytes
Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D2
Device ID: PCI\VEN_8086&DEV_27D2&SUBSYS_061F1025&REV_02\3&11583659&0&E1
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (Spanish), 11/20/2010 16:29:03, 153984 bytes
Name: Intel(R) NM10 Family LPC Interface Controller - 27BC
Device ID: PCI\VEN_8086&DEV_27BC&SUBSYS_061F1025&REV_02\3&11583659&0&F8
Driver: n/a
------------------
DirectShow Filters
------------------
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
MS ATC Screen Decoder 1,0x00600800,1,1,scdec.dll,15.00.4617.1000
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16426
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
WDM Streaming Tee/Splitter Devices:
Convertidor de derivador/consumidor a consumidor,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
Códec Cinepak por Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
Códec Intel IYUV,0x00200000,1,1,qcap.dll,6.06.7601.17514
Códec Intel IYUV,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
Ley A CCITT,0x00200000,1,1,quartz.dll,6.06.7601.17713
Ley u de CCITT,0x00200000,1,1,quartz.dll,6.06.7601.17713
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
Audio Capture Sources:
Micrófono (Realtek High Definit,0x00200000,0,0,qcap.dll,6.06.7601.17514
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
WDM Streaming Capture Devices:
,0x00000000,0,0,,
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
HD WebCam,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
Video Capture Sources:
HD WebCam,0x00200000,1,2,ksproxy.ax,6.01.7601.17514
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
WDM Streaming Communication Transforms:
Convertidor de derivador/consumidor a consumidor,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Audio Renderers:
Altavoces (Realtek High Definit,0x00200000,1,0,quartz.dll,6.06.7601.17713
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
DirectSound: Altavoces (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
Java version:
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode)
JVM argumets:
-
View User Profile
-
View Posts
-
Send Message
Retired Staffhttps://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23473
Besides, I don't know why, but my driver version seem to be newest.
But thank you anyway n.n