I attempted to get on minecraft today, and when I created a new world, it began building the terrain.... and the window stopped responding. I can see in the game log that it loads the spawn area, and right when it finishes, it freezes. There's no crash screen or anything. It just freezes. The launcher log in the spoiler below is copied after the game was force-closed. I've tried it with Java 1.7 and 1.8.
I have updated Java to 1.8, deleted all old versions, deleted and reinstalled Minecraft, updated my GPU driver, tried with V-sync and VBOs off and on, and allocated extra RAM. Nothing has helped. I would appreciate any insight you may have on the problem.
There was one more interesting thing. When I tried to use the regular launcher, it didn't know it had internet. It said "Play Offline" and wouldn't let me get on servers or download different versions of the game. The launcher log without opening the game is this:
[17:45:39 INFO]: Minecraft Launcher 1.6.61 (through bootstrap 100) started on windows...
[17:45:39 INFO]: Current time is Jul 21, 2016 5:45:39 PM
[17:45:39 INFO]: System.getProperty('os.name') == 'Windows 10'
[17:45:39 INFO]: System.getProperty('os.version') == '10.0'
[17:45:39 INFO]: System.getProperty('os.arch') == 'amd64'
[17:45:39 INFO]: System.getProperty('java.version') == '1.8.0_25'
[17:45:39 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[17:45:39 INFO]: System.getProperty('sun.arch.data.model') == '64'
[17:45:39 INFO]: proxy == DIRECT
[17:45:39 INFO]: JFX is already initialized
[17:45:39 INFO]: Refreshing local version list...
[17:45:39 INFO]: Refreshing remote version list...
[17:45:40 ERROR]: Unexpected exception refreshing version list
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:150) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:121) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.read(InputRecord.java:503) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
at com.mojang.launcher.Http.performGet(Http.java:54) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:60) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.RemoteVersionList.refreshVersions(RemoteVersionList.java:42) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.MinecraftVersionManager.refreshVersions(MinecraftVersionManager.java:62) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:133) [launcher.jar:1.6.61]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[17:45:40 INFO]: Loaded 1 profile(s); selected 'Buddy76'
[17:45:40 INFO]: Refreshing auth...
[17:45:40 INFO]: Logging in with access token
[17:45:40 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:215) [launcher.jar:1.6.61]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:169) [launcher.jar:1.6.61]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1281) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1256) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_25]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
... 9 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:505) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1281) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1256) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_25]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
... 9 more
I ended up going to minecraft.net, going to the alternative downloads section, and downloading the second link, which is an old version of the launcher. That launcher works fine. Is this part of my issue?
My PC:
Windows 10 64-bit
Intel Core i3-2100 CPU @ 3.10GHz
4 GB RAM
GPU: GeForce GT 440
Java: 1.8.0_102, all other versions deleted.
DxDiag (PC Specs):
------------------
System Information
------------------
Time of this report: 7/21/2016, 14:09:01
Machine name: BARON
Operating System: Windows 10 Home 64-bit (10.0, Build 10586) (10586.th2_release_sec.160630-1736)
Language: English (Regional Setting: English)
System Manufacturer: MSI
System Model: MS-7788
BIOS: BIOS Date: 11/28/12 15:09:08 Ver: 04.06.05
Processor: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (4 CPUs), ~3.1GHz
Memory: 4096MB RAM
Available OS Memory: 4054MB RAM
Page File: 4191MB used, 3959MB available
Windows Dir: C:\WINDOWS
DirectX Version: 11.2
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Not Available
Microsoft Graphics Hybrid: Not Supported
DxDiag Version: 10.00.10586.0000 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10586.0071
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10586.0071
WDM Streaming Capture Devices:
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Logitech HD Webcam C270,0x00200000,2,2,ksproxy.ax,10.00.10586.0063
HD Webcam C270,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10586.0000
Video Capture Sources:
Logitech HD Webcam C270,0x00200000,2,2,ksproxy.ax,10.00.10586.0063
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10586.0000
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10586.0000
-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
--------------------------------
Media Foundation Scheme Handlers
--------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
---------------
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
---------------
Diagnostics
---------------
Windows Error Reporting:
+++ WER0 +++:
Fault bucket , type 0
Event Name: AppHangB1
Response: Not available
Cab Id: 0
I wish it were that easy, but I have had a stable internet connection this entire time, plus I have unblocked every java and javaw related thing in my firewall and Avast. Also, the older version of the launcher has no problem seeing the internet connection.
Do you know of anything that could be blocking it? I've unfirewalled it all, I can turn off my avast and it won't do anything... I'm really out of ideas.
Okay, also, I have a big update to the problem. First, for some reason, only the old version of the launcher is able to connect to the internet right now. Using that old launcher, I was able to download and play MC 1.8 perfectly fine with no problems. I can't play 1.9 or 1.10. Is this relevant?
Here's the launcher log for 1.8:
[17:35:51 INFO]: Minecraft Launcher 1.6.61 (through bootstrap 5) started on windows...
[17:35:51 INFO]: Current time is Jul 22, 2016 5:35:51 PM
[17:35:51 INFO]: System.getProperty('os.name') == 'Windows 10'
[17:35:51 INFO]: System.getProperty('os.version') == '10.0'
[17:35:51 INFO]: System.getProperty('os.arch') == 'amd64'
[17:35:51 INFO]: System.getProperty('java.version') == '1.8.0_102'
[17:35:51 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[17:35:51 INFO]: System.getProperty('sun.arch.data.model') == '64'
[17:35:51 INFO]: proxy == DIRECT
[17:35:52 INFO]: JFX is already initialized
[17:35:52 INFO]: Refreshing local version list...
[17:35:52 INFO]: Refreshing remote version list...
[17:35:52 INFO]: Refresh complete.
[17:35:53 INFO]: Loaded 1 profile(s); selected 'Buddy76'
[17:35:53 INFO]: Refreshing auth...
[17:35:53 INFO]: Logging in with access token
[17:36:04 INFO]: Getting syncinfo for selected version
[17:36:04 INFO]: Queueing library & version downloads
[17:36:04 INFO]: Installed CompleteVersion{id='1.10.2', updatedTime=Fri Jul 22 04:46:23 EDT 2016, releasedTime=Fri Jul 22 04:46:23 EDT 2016, type=RELEASE, libraries=[Library{name='com.mojang:netty:1.6', rules=null, natives=null, extract=null}, Library{name='oshi-project:oshi-core:1.1', rules=null, natives=null, extract=null}, Library{name='net.java.dev.jna:jna:3.4.0', rules=null, natives=null, extract=null}, Library{name='net.java.dev.jna:platform:3.4.0', rules=null, natives=null, extract=null}, Library{name='com.ibm.icu:icu4j-core-mojang:51.2', rules=null, natives=null, extract=null}, Library{name='net.sf.jopt-simple:jopt-simple:4.6', rules=null, natives=null, extract=null}, Library{name='com.paulscode:codecjorbis:20101023', rules=null, natives=null, extract=null}, Library{name='com.paulscode:codecwav:20101023', rules=null, natives=null, extract=null}, Library{name='com.paulscode:libraryjavasound:20101123', rules=null, natives=null, extract=null}, Library{name='com.paulscode:librarylwjglopenal:20100824', rules=null, natives=null, extract=null}, Library{name='com.paulscode:soundsystem:20120107', rules=null, natives=null, extract=null}, Library{name='io.netty:netty-all:4.0.23.Final', rules=null, natives=null, extract=null}, Library{name='com.google.guava:guava:17.0', rules=null, natives=null, extract=null}, Library{name='org.apache.commons:commons-lang3:3.3.2', rules=null, natives=null, extract=null}, Library{name='commons-io:commons-io:2.4', rules=null, natives=null, extract=null}, Library{name='commons-codec:commons-codec:1.9', rules=null, natives=null, extract=null}, Library{name='net.java.jinput:jinput:2.0.5', rules=null, natives=null, extract=null}, Library{name='net.java.jutils:jutils:1.0.0', rules=null, natives=null, extract=null}, Library{name='com.google.code.gson:gson:2.2.4', rules=null, natives=null, extract=null}, Library{name='com.mojang:authlib:1.5.22', rules=null, natives=null, extract=null}, Library{name='com.mojang:realms:1.9.3', rules=null, natives=null, extract=null}, Library{name='org.apache.commons:commons-compress:1.8.1', rules=null, natives=null, extract=null}, Library{name='org.apache.httpcomponents:httpclient:4.3.3', rules=null, natives=null, extract=null}, Library{name='commons-logging:commons-logging:1.1.3', rules=null, natives=null, extract=null}, Library{name='org.apache.httpcomponents:httpcore:4.3.2', rules=null, natives=null, extract=null}, Library{name='it.unimi.dsi:fastutil:7.0.12_mojang', rules=null, natives=null, extract=null}, Library{name='org.apache.logging.log4j:log4j-api:2.0-beta9', rules=null, natives=null, extract=null}, Library{name='org.apache.logging.log4j:log4j-core:2.0-beta9', rules=null, natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, [email protected]}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, [email protected]}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, [email protected]}], mainClass='net.minecraft.client.main.Main', jar='null', minimumLauncherVersion=18}
[17:36:04 INFO]: Download job 'Version & Libraries' started (16 threads, 33 files)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Download job 'Resources' started (16 threads, 132 files)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\31\31b274e4f69df14804fc901ebd5f1660ba5130a2 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0bc71ba6083bad6925c0fe7f77ea0b2f3e7f34ea for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\61\61d74bf6526bf9a5b3c42b92212d63ad78529983 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\20190c5e32bb14aa9a56e961f4944d281c9cbe52 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3a\3a8986e3bf925bf02cf25b23e401c9eadd390fe7 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9c\9cdbc9cd1be1f5367004ed8aff381985a8f55077 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\38c9792cb035af77ee66f62b395940219873fec3 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c53529a6ff0bb14fb1cda15b04fbb1fb7b54802 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2d\2db4c46ca75cf8b02927981761eef832a5fd9dc1 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1e5c3834a806e1a7cad6f744842cf34c70cc84eb for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d5\d515de511e9b8e2973d19059eeab4533a273ad51 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4a\4a0a46b33a5031b27a5b350ffb91321879518d97 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\aa\aa97ac3f7bc13a9ac4057fdaa9186cf5fa8264f4 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4bafbbd94762e548503ca42a5d01be45a4f73626 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\063de0560d524389127b08628d91fe18dc427497 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.349)
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b2\b281288fee4f089561fef764dac1f9882e6b7ddf for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\063de0560d524389127b08628d91fe18dc427497 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1c0b19f629e5716218caddf818dfa264cd6bac2c for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0bc71ba6083bad6925c0fe7f77ea0b2f3e7f34ea for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\54\54263a9c13f40ec716dc7b00b8b05d0fdd866d60 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\38c9792cb035af77ee66f62b395940219873fec3 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1ea94410b4278be9da66465e96958c373121a160 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4a\4a0a46b33a5031b27a5b350ffb91321879518d97 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b5\b595a2975b15b0caa702712e8e875ea66f8822b5 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\aa\aa97ac3f7bc13a9ac4057fdaa9186cf5fa8264f4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1a7142fdf64b0b60d9c7d2040103d69b8ae685f for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3a\3a8986e3bf925bf02cf25b23e401c9eadd390fe7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\07\07de64e719cb086b822269ee9c2bfdfaaac734d9 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\61\61d74bf6526bf9a5b3c42b92212d63ad78529983 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ec\ec046e56b4f3877d6208c2f602b389944b7c1d80 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2d\2db4c46ca75cf8b02927981761eef832a5fd9dc1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\62279c43f3529d2949c7c78fc203d0979ec002bd for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1ea94410b4278be9da66465e96958c373121a160 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a2939df39ebcedba18e16fb2a77325fc44c44285 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4bafbbd94762e548503ca42a5d01be45a4f73626 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f5\f58b9eb678a9dfd057f5900e3b2968847adf7c69 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a2939df39ebcedba18e16fb2a77325fc44c44285 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\34748007bfaf4fa1382f13b118c5778e0aab5cd2 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\31\31b274e4f69df14804fc901ebd5f1660ba5130a2 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3629d067cdbb24531b9f2fb3733412511a54596 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9c\9cdbc9cd1be1f5367004ed8aff381985a8f55077 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\621cd51707604f499f5b501ecbdcd485118b818a for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\20190c5e32bb14aa9a56e961f4944d281c9cbe52 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360a209faaae14847c3bbe2322758f55c0ab9ea4 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d5\d515de511e9b8e2973d19059eeab4533a273ad51 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3e\3e12c6667dac73a8c99f6c729cfd1193f29c8946 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3629d067cdbb24531b9f2fb3733412511a54596 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c9\c9c35c617fef48ba5a46a517ffca83f0f2390381 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b5\b595a2975b15b0caa702712e8e875ea66f8822b5 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d6\d692288b6f3ac4e752770a200202b595c0afaac7 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c53529a6ff0bb14fb1cda15b04fbb1fb7b54802 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\26\26788a0ab07e57a4ce09b32685ccbd5dac816057 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1e5c3834a806e1a7cad6f744842cf34c70cc84eb for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\72\729dde710997cb101ec095447f8e0b73dd5707d9 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d6\d692288b6f3ac4e752770a200202b595c0afaac7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\81\811dccaa29f1899523f3db7c0c8c82101667ff3f for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\54\54263a9c13f40ec716dc7b00b8b05d0fdd866d60 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\58\5807cf82c76ce8b1c2958115d6dae4a7a72b8f26 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c9\c9c35c617fef48ba5a46a517ffca83f0f2390381 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\05\0505181cff545a4fe213ceb5ebc5735867b85a72 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\621cd51707604f499f5b501ecbdcd485118b818a for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0778d0f4459e8a88db89dab248050161b6e617e for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1c0b19f629e5716218caddf818dfa264cd6bac2c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\cf\cf642c81ed78fa5c4800ea15d6951370e9b27c6a for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\81\811dccaa29f1899523f3db7c0c8c82101667ff3f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ed\eda1518b15c711cf6e75d99003bd87753f67fac4 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360a209faaae14847c3bbe2322758f55c0ab9ea4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b138a3dfc18e22c8eb78f76eb2e520263e63d582 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1a7142fdf64b0b60d9c7d2040103d69b8ae685f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\10\10f2bcd8b82291855df8769b2d2005748022c803 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\05\0505181cff545a4fe213ceb5ebc5735867b85a72 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fd\fd8c0aa9ba81c52cc17fd8e229dff154d5ac9fff for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\07\07de64e719cb086b822269ee9c2bfdfaaac734d9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\11d839bc4f043a1252fd9b17154b621e9901b907 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\26\26788a0ab07e57a4ce09b32685ccbd5dac816057 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ca\caa34cd859fc542d52a8e7821dcc5e0980849b04 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\cf\cf642c81ed78fa5c4800ea15d6951370e9b27c6a for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\938bcbe31592f5853f2e023cda6d33b6ad677255 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\62279c43f3529d2949c7c78fc203d0979ec002bd for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6b\6b6588068d07016f2707f67ae3db7fb0eb3de1e4 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b138a3dfc18e22c8eb78f76eb2e520263e63d582 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0c\0c8953126163673028ea919c5314301aaf28c272 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0778d0f4459e8a88db89dab248050161b6e617e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538b9c463fc0366023f356e25e6e5e88411cf6dc for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\10\10f2bcd8b82291855df8769b2d2005748022c803 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\5f\5f345418c798e879803e37aa86832fca67cc7ed5 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\11d839bc4f043a1252fd9b17154b621e9901b907 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\bb\bb228500914fc80c407703076305ff1f42acc2e6 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\938bcbe31592f5853f2e023cda6d33b6ad677255 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6a\6aa81fa72b9039d624dc85273b6e6b01425d61e8 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6b\6b6588068d07016f2707f67ae3db7fb0eb3de1e4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\112a569d30f06510f243c97652b98033444aba1c for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ec\ec046e56b4f3877d6208c2f602b389944b7c1d80 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\42\42f288f0bc89b73911640d754a915aa9db28df6c for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3e\3e12c6667dac73a8c99f6c729cfd1193f29c8946 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f7\f76bd02cc69da12cd069194d1ea4bbc7f0b9382d for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f5\f58b9eb678a9dfd057f5900e3b2968847adf7c69 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1f\1fced31ad82b4f6677e49f2ab818dc52dc335a62 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\bb\bb228500914fc80c407703076305ff1f42acc2e6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e8d1b8c83f8fb0b0eea360f02fbb1e5603e14e9 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ed\eda1518b15c711cf6e75d99003bd87753f67fac4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\16\16731691142db3d6601bc14f070b81f7f729acc2 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fd\fd8c0aa9ba81c52cc17fd8e229dff154d5ac9fff for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e10b511dfd3d1e1ff6fa26c6633c34fe84467a1 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\112a569d30f06510f243c97652b98033444aba1c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a2378ae02b24f7c5f58b071549dfd8dd254453e for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\34748007bfaf4fa1382f13b118c5778e0aab5cd2 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2f\2f06fb5363ee6448cd39ff7cf8ee3d3ff3a50799 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\72\729dde710997cb101ec095447f8e0b73dd5707d9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\06caeb50891df7179564d30603afd1888fad6f41 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538b9c463fc0366023f356e25e6e5e88411cf6dc for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\93121e72a45df006eba5aec63f62a93c9885c745 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b2\b281288fee4f089561fef764dac1f9882e6b7ddf for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c4fa469587a596037e580c31639aaa306fe8308 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\16\16731691142db3d6601bc14f070b81f7f729acc2 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\97\97941df27ee3a53ab33820b4cad6c7cd4f1259d7 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0c\0c8953126163673028ea919c5314301aaf28c272 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a80a179a1ad3074dd3a36f20b2b39e5c1bc4631 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\58\5807cf82c76ce8b1c2958115d6dae4a7a72b8f26 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\48\4820534d5b587ee8efe96ceed4e80b5d4f206113 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2f\2f06fb5363ee6448cd39ff7cf8ee3d3ff3a50799 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\55\5517d4b31d2be0de5a55c8c464fe17f107233432 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ca\caa34cd859fc542d52a8e7821dcc5e0980849b04 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b1c3eda256024a2cad11b36ca4c2d8f94aeb03df for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\42\42f288f0bc89b73911640d754a915aa9db28df6c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7b\7b05fb05dfcf4555983f6f42df8235e0827f1ef7 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\06caeb50891df7179564d30603afd1888fad6f41 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\84\84cb3363e3ea8b5a1e73e7c3c84b6dcf69c8c452 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\48\4820534d5b587ee8efe96ceed4e80b5d4f206113 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f2\f22d75f75439ff988b08c50553c415627f58deaa for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a80a179a1ad3074dd3a36f20b2b39e5c1bc4631 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\95\958f455543c0aa13fe47a2a4f94ea9ec0bf2753d for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1f\1fced31ad82b4f6677e49f2ab818dc52dc335a62 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3c1aeb8955e38c5ab2d4f13bf8ea285173c9801 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\55\5517d4b31d2be0de5a55c8c464fe17f107233432 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\8a\8a8b0770dffe3c304c3f4ada2554d6a9794024e6 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\93121e72a45df006eba5aec63f62a93c9885c745 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\21dda4b9f60831030c9bedad7ad2e22de46b9116 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\97\97941df27ee3a53ab33820b4cad6c7cd4f1259d7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\68\68696a4593d72fcf60ee1fcfd4c8284c75b55079 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e10b511dfd3d1e1ff6fa26c6633c34fe84467a1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\209990dab7a5b6d63bed4eff7d523a38fb1e5737 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a2378ae02b24f7c5f58b071549dfd8dd254453e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e6afbca32e55541fd69b820fc90eb0b2e646a6db for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6a\6aa81fa72b9039d624dc85273b6e6b01425d61e8 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\51\51338728b869374185e35c12a790e3508796585b for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3c1aeb8955e38c5ab2d4f13bf8ea285173c9801 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4c\4c352fc06e8747b6f353640305f679548cb69ec6 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7b\7b05fb05dfcf4555983f6f42df8235e0827f1ef7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e0879964162b61a7470437cafd9617c140d7b40 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\8a\8a8b0770dffe3c304c3f4ada2554d6a9794024e6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\83\830aad576abb4652d7fbbb38e6d2b1cf10463a59 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\51\51338728b869374185e35c12a790e3508796585b for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\22\22632b461d4a5fc609d38f84499e539d55f9a2ed for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\95\958f455543c0aa13fe47a2a4f94ea9ec0bf2753d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1b7c035885cd750b6e98507a2e8556efb4b22bb for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\5f\5f345418c798e879803e37aa86832fca67cc7ed5 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\44\44444cdbbe7d824de481ea73d60a48fef6a3274c for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\68\68696a4593d72fcf60ee1fcfd4c8284c75b55079 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\82\825567510fa2a584e236a3a14b5b739fdfe5c06b for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\83\830aad576abb4652d7fbbb38e6d2b1cf10463a59 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e0\e0c4a5d2597294e510d6f9f0d3fbc40111d8b544 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e6afbca32e55541fd69b820fc90eb0b2e646a6db for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2c\2c175798e16b174476541e8227769081c387dafc for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e0879964162b61a7470437cafd9617c140d7b40 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3cf6eb5026a38c741ec3032892d33ac44db74bf1 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\84\84cb3363e3ea8b5a1e73e7c3c84b6dcf69c8c452 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\71\716badca93ae0c5d0ce7cc05eaf9f2aefbd0fec8 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c4fa469587a596037e580c31639aaa306fe8308 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a8\a85009ebbd4ac56d5afde49a260b11b0a7ccaebd for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1b7c035885cd750b6e98507a2e8556efb4b22bb for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\25\25bdd50fa349286d7e5acb8c61428e1844d42659 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4c\4c352fc06e8747b6f353640305f679548cb69ec6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab95ee0fbb5c55ff4ae0929e6fcf8662bfa65a89 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e8d1b8c83f8fb0b0eea360f02fbb1e5603e14e9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\36a1fc61b9fd098f8a9f11fef08adbfbf08af69d for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f2\f22d75f75439ff988b08c50553c415627f58deaa for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cfa26a250cddb8f65b46d5fdd3bb76f3df68a9e for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b1c3eda256024a2cad11b36ca4c2d8f94aeb03df for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\79\793512946ed90607f16e5e9409711672929c40a1 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2c\2c175798e16b174476541e8227769081c387dafc for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\367df828dfc694294e57259a5f0ae3d216ac54c7 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\71\716badca93ae0c5d0ce7cc05eaf9f2aefbd0fec8 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\17\17c836e0eee8f559fff8f33952e4d4cbc6bccbf5 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\36a1fc61b9fd098f8a9f11fef08adbfbf08af69d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\211a6c5f750286cc19f1a05fc2c4e731f7474624 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3cf6eb5026a38c741ec3032892d33ac44db74bf1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fb\fbbeff65964f50089668769c6ae024c237a35340 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\367df828dfc694294e57259a5f0ae3d216ac54c7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\35\359eb73f88dd86fe80d7d0c3ea93adecae85a14f for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\25\25bdd50fa349286d7e5acb8c61428e1844d42659 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360d440b249b320f64840a51db21c72959072457 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab95ee0fbb5c55ff4ae0929e6fcf8662bfa65a89 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d1\d164f7e964c2b8c02ef1761df9ffc640d1ffff72 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\22\22632b461d4a5fc609d38f84499e539d55f9a2ed for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\49\49d7e221b4c0a63f2294e956c7e8fd55362ae02a for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\21dda4b9f60831030c9bedad7ad2e22de46b9116 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\343d51555572595abc2da83d7fe264ecf64a55a0 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e0\e0c4a5d2597294e510d6f9f0d3fbc40111d8b544 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e9e5e71c64028e57df0805941107a8dbc0a2c42 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360d440b249b320f64840a51db21c72959072457 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\89\89504fe6b91692c7fe34550a6bca04448e8c1cff for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d1\d164f7e964c2b8c02ef1761df9ffc640d1ffff72 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\23\23f4377dd3a0f244b37ab06e78774f126d8cc88f for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cfa26a250cddb8f65b46d5fdd3bb76f3df68a9e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ce\ce25fa84d68d0fb3b61443880e7e71e2e4188df3 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\82\825567510fa2a584e236a3a14b5b739fdfe5c06b for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e69156665061fcd400392fdb8ff417ec80b800c4 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\35\359eb73f88dd86fe80d7d0c3ea93adecae85a14f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\91\91fa5fe912925a8fd8b335d21866dfa9faf8d964 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\89\89504fe6b91692c7fe34550a6bca04448e8c1cff for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c0\c09603586d6ccf48e514a71fbc97d79dabfcd52f for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\23\23f4377dd3a0f244b37ab06e78774f126d8cc88f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cc11ae71c89b725c6dfe9d7c4852269dcc7e7e6 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f7\f76bd02cc69da12cd069194d1ea4bbc7f0b9382d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1d\1d6f8d1b6f5821a323dbe05959c78ff2de2c9625 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\79\793512946ed90607f16e5e9409711672929c40a1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f1\f1fc5255491522456b42894592103546d661f638 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\209990dab7a5b6d63bed4eff7d523a38fb1e5737 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\382dc5207de6751283800e4b936725027fd57d05 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fb\fbbeff65964f50089668769c6ae024c237a35340 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538d0c6b60b3a231dad7fab9fad4a1e39a517ebe for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c0\c09603586d6ccf48e514a71fbc97d79dabfcd52f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab254bf524e9272ae8d63472f7954525a5b43918 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e69156665061fcd400392fdb8ff417ec80b800c4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4ba0378afa9f7df923bca0dae67ba95f48f89326 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\49\49d7e221b4c0a63f2294e956c7e8fd55362ae02a for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f6\f6c015779181d46436f56a40d920eced18e04adc for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e9e5e71c64028e57df0805941107a8dbc0a2c42 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0b4104b59d8bda392e9cf0de91de6f4e623aa40d for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538d0c6b60b3a231dad7fab9fad4a1e39a517ebe for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a9\a9aa844f117633f93fb96655f38e580c8277ea1e for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\44\44444cdbbe7d824de481ea73d60a48fef6a3274c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0e2a2b6d35500cf8e7b42718c52f4022d2ddf3f for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a8\a85009ebbd4ac56d5afde49a260b11b0a7ccaebd for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7c\7c92ca4dcfc087acc81322cfa4b7a1cc508e4e24 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\91\91fa5fe912925a8fd8b335d21866dfa9faf8d964 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f4\f4d9fe40bf8e2afe91b7264818a427e8539cbdb0 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cc11ae71c89b725c6dfe9d7c4852269dcc7e7e6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c7\c73367e78c08ebb1311110d4bc255d79792f47b4 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\17\17c836e0eee8f559fff8f33952e4d4cbc6bccbf5 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a28a977ddaaa80085c4308316155d73d2d892515 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\343d51555572595abc2da83d7fe264ecf64a55a0 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0f\0f4f7231b987c176ed77a8eb0c6d372f72cf2123 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1d\1d6f8d1b6f5821a323dbe05959c78ff2de2c9625 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\01\017bf0a5837d935920c7753a5a37d8d96bb421a9 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab254bf524e9272ae8d63472f7954525a5b43918 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\32\3277e77445aa66d6bdd0f1ebf0efba9536e98e16 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f6\f6c015779181d46436f56a40d920eced18e04adc for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4ba0378afa9f7df923bca0dae67ba95f48f89326 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f4\f4d9fe40bf8e2afe91b7264818a427e8539cbdb0 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f1\f1fc5255491522456b42894592103546d661f638 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0f\0f4f7231b987c176ed77a8eb0c6d372f72cf2123 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a9\a9aa844f117633f93fb96655f38e580c8277ea1e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\01\017bf0a5837d935920c7753a5a37d8d96bb421a9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\211a6c5f750286cc19f1a05fc2c4e731f7474624 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\382dc5207de6751283800e4b936725027fd57d05 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\32\3277e77445aa66d6bdd0f1ebf0efba9536e98e16 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ce\ce25fa84d68d0fb3b61443880e7e71e2e4188df3 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0b4104b59d8bda392e9cf0de91de6f4e623aa40d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c7\c73367e78c08ebb1311110d4bc255d79792f47b4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0e2a2b6d35500cf8e7b42718c52f4022d2ddf3f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a28a977ddaaa80085c4308316155d73d2d892515 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7c\7c92ca4dcfc087acc81322cfa4b7a1cc508e4e24 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Job 'Resources' finished successfully (took 0:00:06.639)
[17:36:12 INFO]: Launching game
[17:36:12 INFO]: Unpacking natives to C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-93118594210342
[17:36:12 INFO]: Launching in C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft
[17:36:12 INFO]: Half command: C:\Program Files\Java\jre1.8.0_102\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xms1G -Djava.library.path=C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-93118594210342 -cp C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar net.minecraft.client.main.Main
[17:36:12 INFO]: Looking for orphaned versions to clean up...
[17:36:13 INFO]: Cleaning up orphaned object 036850bfd6facb158758cf65789d71a63e31143c
[17:36:13 INFO]: Cleaning up orphaned object 04638f8ebd8fdb28a300d5d7e8875b56fad3b467
[17:36:13 INFO]: Cleaning up orphaned object 0480a962353279014a2de7d94bbf8b795e222eb3
[17:36:13 INFO]: Cleaning up orphaned object 04cfe2cf622ca832f19b7e3993a629d9082ed2fd
[17:36:13 INFO]: Cleaning up orphaned object 04d7125b95629ab2d89c21669edaad83f418b119
[17:36:13 INFO]: Cleaning up orphaned object 05dab78ae9de14c1b5d6d4b4be8f43ee5d026d2d
[17:36:13 INFO]: Cleaning up orphaned object 062dcc955cd2ec76d099eee1b63237b0ec821b39
[17:36:13 INFO]: Cleaning up orphaned object 09f31e5f97e9c1c4dc623d9bee1987c486fdf490
[17:36:13 INFO]: Cleaning up orphaned object 0ad4c63d8b427b66946453c25c61009e201b1594
[17:36:13 INFO]: Cleaning up orphaned object 10347efd17b635978f87c8058d2a87452f915de0
[17:36:13 INFO]: Cleaning up orphaned object 150d2b02e811a6ea5a619a1ab488bf4bf8bfb6e9
[17:36:13 INFO]: Cleaning up orphaned object 1aca8c516d5a044ba261af68e90de85c71565b2b
[17:36:13 INFO]: Cleaning up orphaned object 1e11d9c5d21962fc223bc4b54021625617a6105a
[17:36:13 INFO]: Cleaning up orphaned object 1e7aa4fc237f0cfd4de0b8602d736d78acd48457
[17:36:13 INFO]: Cleaning up orphaned object 22d380be219de1b6947f19d85ddde7f8ab131eab
[17:36:13 INFO]: Cleaning up orphaned object 23022d6f37f21cb8d9a89f114d108a9f9d63808c
[17:36:13 INFO]: Cleaning up orphaned object 23d3164e336bea69077953da90aa51b852315994
[17:36:13 INFO]: Cleaning up orphaned object 2517714c99eea9331de83b6514008bc2f78bc26f
[17:36:13 INFO]: Cleaning up orphaned object 2616bc6fd51c280860d7daac9acafee5518f1501
[17:36:13 INFO]: Cleaning up orphaned object 286733003e0230bab5c354e648b5e7a2e7bc3fc1
[17:36:13 INFO]: Cleaning up orphaned object 2d7f43f741c7cdcbcaf8b5597791b3392469c038
[17:36:13 INFO]: Cleaning up orphaned object 2e1e60ec01b865e07c3b36417f8a0a8e46c28d89
[17:36:13 INFO]: Cleaning up orphaned object 30ac5561908f58a06f907cff09dc422211c46272
[17:36:13 INFO]: Cleaning up orphaned object 33432ac2753ede66c0b426043631fc6a5209262b
[17:36:13 INFO]: Cleaning up orphaned object 33cae65505d1762fc29705523db11c6dee12e7f9
[17:36:13 INFO]: Cleaning up orphaned object 35f12ee438392bcb0409bb67a0a51e664ed2bb3f
[17:36:13 INFO]: Cleaning up orphaned object 361e1670622473310be84d6d926f23074ef69c3c
[17:36:13 INFO]: Cleaning up orphaned object 3c004b7c25145fe8e029f5d8267cec468c4289aa
[17:36:13 INFO]: Cleaning up orphaned object 3d2ab1d5629af1d788ee732e9fd7dbc090d2e7f3
[17:36:13 INFO]: Cleaning up orphaned object 3db9bcdc3d1a2c2afeef837ca40c0c793c7cf6b3
[17:36:13 INFO]: Cleaning up orphaned object 40adcccfe95d52acfa7914697b86ad52fb82602f
[17:36:13 INFO]: Cleaning up orphaned object 4111bdf502005603b375d724a8f17638c44af3fe
[17:36:13 INFO]: Cleaning up orphaned object 4660ab6d8f1f925cbeb2f6bef87557c55d839f9f
[17:36:13 INFO]: Cleaning up orphaned object 467e018bf54199e061dbbc580e079acdd2eb144f
[17:36:13 INFO]: Cleaning up orphaned object 472e20f6a11a5d5dab7e7ba4ceff25dab1695ce1
[17:36:13 INFO]: Cleaning up orphaned object 4999b0b8bb0dbe9f2d8f50db3719aa5591922851
[17:36:13 INFO]: Cleaning up orphaned object 49c4af2d46a64fe35de0d5a2b5809580d3d8b1c9
[17:36:13 INFO]: Cleaning up orphaned object 4a6839053933d872b979378f756356c6ecaf29c3
[17:36:13 INFO]: Cleaning up orphaned object 4c02ca4b077c562e68d628e499a82b5e768b9ef5
[17:36:13 INFO]: Cleaning up orphaned object 4ea96b36fd00303e68e5cfda4b2e3258241a5f51
[17:36:13 INFO]: Cleaning up orphaned object 5f0cb68f5e895d12609565b2d221224d4bb32ac2
[17:36:13 INFO]: Cleaning up orphaned object 629607d1e60cbec0fc39c5498c2ab497b64c2f08
[17:36:13 INFO]: Cleaning up orphaned object 6bb60a60b9ecee16a548f0f1705e015b35be2d7a
[17:36:13 INFO]: Cleaning up orphaned object 6d445fcfad447c0de3c547268dde8316862b6cf2
[17:36:13 INFO]: Cleaning up orphaned object 6db34ddb13bacdc458985e3f7c5a1d2cac3807f1
[17:36:13 INFO]: Cleaning up orphaned object 6dff3bc2ab1c2ac7e522fd99a1a1db5307282a45
[17:36:13 INFO]: Cleaning up orphaned object 6e1dc03031d362b6aa3846ca6577d92a7c4448c1
[17:36:13 INFO]: Cleaning up orphaned object 706c3bd54ec590d9419034163665ec27446fee76
[17:36:13 INFO]: Cleaning up orphaned object 75157cb281ce0885edd8354420892b261058d10e
[17:36:13 INFO]: Cleaning up orphaned object 75786ba965f246c7ac4c5cef5e610e688cd72064
[17:36:13 INFO]: Cleaning up orphaned object 7852c28a1bb4d9ce8eb4d111ed8bb19441ba3212
[17:36:13 INFO]: Cleaning up orphaned object 7952f3736310d2920674263efefa02a5846d5d7a
[17:36:13 INFO]: Cleaning up orphaned object 7963c20120020cfbb5c9651b20f0018eee1f998b
[17:36:13 INFO]: Cleaning up orphaned object 7c0725ad866b77ac799eaa51689cac94c9fcdb94
[17:36:13 INFO]: Cleaning up orphaned object 7e21359b5080c4b24218dd2cf66218a55a9ea6d4
[17:36:13 INFO]: Cleaning up orphaned object 80936d641f8ed1ca64c92614f266b350b38f5f15
[17:36:13 INFO]: Cleaning up orphaned object 8472969d4f7a9600f7f1c03a6d8b6622b6cd4c13
[17:36:13 INFO]: Cleaning up orphaned object 851cfb871296f200082142600b58f7b21aabd123
[17:36:13 INFO]: Cleaning up orphaned object 87f17df6df2ac62f7475d1884ed5b52322099f62
[17:36:13 INFO]: Cleaning up orphaned object 9056ddfbfa0333af30ae7661eb9143cb84d391a0
[17:36:13 INFO]: Cleaning up orphaned object 9284bd324f95c3d8a49d88aa823365511e55c925
[17:36:13 INFO]: Cleaning up orphaned object 954ae6fe2d6268b0c5eb022f5afdf736e73bc52c
[17:36:13 INFO]: Cleaning up orphaned object 9601c2248bdf1041ebaccf5fe2a9e9f8bf541f89
[17:36:13 INFO]: Cleaning up orphaned object 99fec4885c297b60392052dcd4d4f4d60915be86
[17:36:13 INFO]: Cleaning up orphaned object 9a70eadcab2be87389c05b13ccf9671f1e2551ff
[17:36:13 INFO]: Cleaning up orphaned object 9bd82102dd2516ba5b806e5070fd0b9d5ea1101e
[17:36:13 INFO]: Cleaning up orphaned object 9d2a5259689198d559d69c2464616ff8a563f4a2
[17:36:13 INFO]: Cleaning up orphaned object 9d5785e6d15a40bc39c05998d9d77718d151069a
[17:36:13 INFO]: Cleaning up orphaned object 9e0635351ad8a68c308f8835e220ac0bc95ed9e4
[17:36:13 INFO]: Cleaning up orphaned object 9fca0f6d64892d68cee995be0e078001e643ec1f
[17:36:13 INFO]: Cleaning up orphaned object a1a122e5e1ee9d22327895e7f0305b1d135fb394
[17:36:13 INFO]: Cleaning up orphaned object a3238c79bb506c6c3162f1704c4d861519e6bb57
[17:36:13 INFO]: Cleaning up orphaned object a431556e67fae6ecde8c88d8a673dde71045595d
[17:36:13 INFO]: Cleaning up orphaned object a51737102f63d03f2d90deec4e62dd1cb9fac583
[17:36:13 INFO]: Cleaning up orphaned object a5f76b0c8216ad9e5ece38ab7fdbdac465acbed3
[17:36:13 INFO]: Cleaning up orphaned object a70088daa993087bb11a4c4bea0eca0f8329aa5e
[17:36:13 INFO]: Cleaning up orphaned object a8234ab0a0ce82676b5052a7f69b958292a5483a
[17:36:13 INFO]: Cleaning up orphaned object aa895d124cc311d43dc4e49123afd253d4f46ce5
[17:36:13 INFO]: Cleaning up orphaned object aaf5ac2b211b148108a827a26537cb568cb34d39
[17:36:13 INFO]: Cleaning up orphaned object aebe8245adfd226426c0e939efac0ca8568c0634
[17:36:13 INFO]: Cleaning up orphaned object af697bbf29c0a9f1bf41d17e6a07f07bb3778c1d
[17:36:13 INFO]: Cleaning up orphaned object afe69d96277176084533724e834ee495bf0f0863
[17:36:13 INFO]: Cleaning up orphaned object b754bb37d46c22a899d44b83548891a381887319
[17:36:13 INFO]: Cleaning up orphaned object bce220b22a905e5537c0aa4a28ff959e287bcd3a
[17:36:13 INFO]: Cleaning up orphaned object be7ca28cb733e54fe253106af388c378d5782c7a
[17:36:13 INFO]: Cleaning up orphaned object c2eb6e10ca0fe649c278824f5b19711bf91fb3a2
[17:36:13 INFO]: Cleaning up orphaned object c3cd368bccf0a715194cc80a7f5406d9168455a8
[17:36:13 INFO]: Cleaning up orphaned object c3e7bc73224e17c03aa7c651e2d7d4783e0b4cd3
[17:36:13 INFO]: Cleaning up orphaned object c4147827ed82f0989578aa8e49261c6ed26f2659
[17:36:13 INFO]: Cleaning up orphaned object c579e520d3942dcdf8272940765eb96a01fa2645
[17:36:13 INFO]: Cleaning up orphaned object ca357c58bf25752ab7bb52f556c9830ff0bf8e01
[17:36:13 INFO]: Cleaning up orphaned object cd4aeb88c6314199366c8ac6b1ffbd6abfa19d9f
[17:36:13 INFO]: Cleaning up orphaned object cd5fe733cb5729f24bad2306bc81b480f355df77
[17:36:13 INFO]: Cleaning up orphaned object d1e42a2100f5d0ac5b581ce58baec1f4749429e5
[17:36:13 INFO]: Cleaning up orphaned object d57f6d2a5c70ca9426b3753d3d8c9d75eaf90f7f
[17:36:13 INFO]: Cleaning up orphaned object dc9a984dc290c6e7cc0bc7072d7886078b6fdf9d
[17:36:13 INFO]: Cleaning up orphaned object dea96c11b5f3a5a842779a77106793b59836a89c
[17:36:13 INFO]: Cleaning up orphaned object e83685fe8cb70a5e81eb82b532bee1f19a86ba4b
[17:36:13 INFO]: Cleaning up orphaned object ef485452d585e0efb750fef18c8b99e1a9c20901
[17:36:13 INFO]: Cleaning up orphaned object f00dd55706715315b40fa23368ab566099abcb68
[17:36:13 INFO]: Cleaning up orphaned object f148ca38ab830e85111fd1f91fe48d3efa750c34
[17:36:13 INFO]: Cleaning up orphaned object f258e73a6753a76e9e3a8d3fc4401685d86c7573
[17:36:13 INFO]: Cleaning up orphaned object f2a42738fce7e9df9947743e115e132676c50dc9
[17:36:13 INFO]: Cleaning up orphaned object f846656649c2bd029f3c793628904d48fd9e7152
[17:36:13 INFO]: Cleaning up orphaned object fb1513f68fc93296f50cc47c91df75ea4f7e0b17
[17:36:13 INFO]: Cleaning up orphaned object fb38eaa783d56ccae908228dd9d031a00d756f2a
[17:36:13 INFO]: Cleaning up orphaned object fd8158b1180666cc9f2ffde72e9bd0d3e9c51c5d
[17:36:13 INFO]: Cleaning up orphaned object ffb84a5cb1aacf4182a524b66c4ef6175235e98a
[17:36:13 INFO]: Cleaning up orphaned object ffe8febc98eb64a3b940a81425bf5009b8d0135d
[17:36:14 INFO]: Deleted empty directory C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0a
[17:36:15 INFO]: Looking for old natives & assets to clean up...
Set it so that your launcher stays open when your minecraft game opens.
Watch what the log says in the launcher while "Building Terrain" is up. It could be setting up your spawn point and finalizing world settings in the background without you knowing it.
This is the perfect way to troubleshoot problems, as the launcher will likely tell you exactly what is happening, when, and where.
It's probably Avast. It was stopping my Minecraft from connecting to the Inteenet. Turn off Firewall in avast. Avasts Firewall is off but not your Windows firewall. Shady thinks it's making computer harming worlds.
I really appreciate the optimism, really. Unfortunately, the launcher doesn't tell me much. When I make a world, it says it's building it up and goes through the percentages (17%, 23%, 41%, etc) and when it gets to the 90s, it just freeze, stop responding, and I have to tell Windows to force close it. The launcher says nothing else after that last percentage.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I attempted to get on minecraft today, and when I created a new world, it began building the terrain.... and the window stopped responding. I can see in the game log that it loads the spawn area, and right when it finishes, it freezes. There's no crash screen or anything. It just freezes. The launcher log in the spoiler below is copied after the game was force-closed. I've tried it with Java 1.7 and 1.8.
I have updated Java to 1.8, deleted all old versions, deleted and reinstalled Minecraft, updated my GPU driver, tried with V-sync and VBOs off and on, and allocated extra RAM. Nothing has helped. I would appreciate any insight you may have on the problem.
There was one more interesting thing. When I tried to use the regular launcher, it didn't know it had internet. It said "Play Offline" and wouldn't let me get on servers or download different versions of the game. The launcher log without opening the game is this:
[17:45:39 INFO]: Minecraft Launcher 1.6.61 (through bootstrap 100) started on windows...
[17:45:39 INFO]: Current time is Jul 21, 2016 5:45:39 PM
[17:45:39 INFO]: System.getProperty('os.name') == 'Windows 10'
[17:45:39 INFO]: System.getProperty('os.version') == '10.0'
[17:45:39 INFO]: System.getProperty('os.arch') == 'amd64'
[17:45:39 INFO]: System.getProperty('java.version') == '1.8.0_25'
[17:45:39 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[17:45:39 INFO]: System.getProperty('sun.arch.data.model') == '64'
[17:45:39 INFO]: proxy == DIRECT
[17:45:39 INFO]: JFX is already initialized
[17:45:39 INFO]: Refreshing local version list...
[17:45:39 INFO]: Refreshing remote version list...
[17:45:40 ERROR]: Unexpected exception refreshing version list
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:150) ~[?:1.8.0_25]
at java.net.SocketInputStream.read(SocketInputStream.java:121) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) ~[?:1.8.0_25]
at sun.security.ssl.InputRecord.read(InputRecord.java:503) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) ~[?:1.8.0_25]
at com.mojang.launcher.Http.performGet(Http.java:54) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.RemoteVersionList.getContent(RemoteVersionList.java:60) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.RemoteVersionList.refreshVersions(RemoteVersionList.java:42) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.MinecraftVersionManager.refreshVersions(MinecraftVersionManager.java:62) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:133) [launcher.jar:1.6.61]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
[17:45:40 INFO]: Loaded 1 profile(s); selected 'Buddy76'
[17:45:40 INFO]: Refreshing auth...
[17:45:40 INFO]: Logging in with access token
[17:45:40 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:215) [launcher.jar:1.6.61]
at net.minecraft.launcher.Launcher$2.run(Launcher.java:169) [launcher.jar:1.6.61]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1281) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1256) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_25]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
... 9 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
at sun.security.ssl.InputRecord.read(InputRecord.java:505) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1343) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1371) ~[?:1.8.0_25]
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1355) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563) ~[?:1.8.0_25]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1281) ~[?:1.8.0_25]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1256) ~[?:1.8.0_25]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:250) ~[?:1.8.0_25]
at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.61]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.61]
... 9 more
I ended up going to minecraft.net, going to the alternative downloads section, and downloading the second link, which is an old version of the launcher. That launcher works fine. Is this part of my issue?
My PC:
Windows 10 64-bit
Intel Core i3-2100 CPU @ 3.10GHz
4 GB RAM
GPU: GeForce GT 440
Java: 1.8.0_102, all other versions deleted.
DxDiag (PC Specs):
------------------
System Information
------------------
Time of this report: 7/21/2016, 14:09:01
Machine name: BARON
Operating System: Windows 10 Home 64-bit (10.0, Build 10586) (10586.th2_release_sec.160630-1736)
Language: English (Regional Setting: English)
System Manufacturer: MSI
System Model: MS-7788
BIOS: BIOS Date: 11/28/12 15:09:08 Ver: 04.06.05
Processor: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (4 CPUs), ~3.1GHz
Memory: 4096MB RAM
Available OS Memory: 4054MB RAM
Page File: 4191MB used, 3959MB available
Windows Dir: C:\WINDOWS
DirectX Version: 11.2
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Not Available
Microsoft Graphics Hybrid: Not Supported
DxDiag Version: 10.00.10586.0000 64bit 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: NVIDIA GeForce GT 440
Manufacturer: NVIDIA
Chip type: GeForce GT 440
DAC type: Integrated RAMDAC
Device Type: Full Device
Device Key: Enum\PCI\VEN_10DE&DEV_0DE0&SUBSYS_35311458&REV_A1
Display Memory: 3000 MB
Dedicated Memory: 973 MB
Shared Memory: 2027 MB
Current Mode: 1920 x 1080 (32 bit) (60Hz)
Monitor Name: AOC 2269W
Monitor Model: 2269W
Monitor Id: AOC2269
Native Mode: 1920 x 1080(p) (60.000Hz)
Output Type: HD15
Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um,nvwgf2um
Driver File Version: 10.18.0013.5891 (English)
Driver Version: 10.18.13.5891
DDI Version: 11.2
Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
Driver Model: WDDM 1.3
Graphics Preemption: DMA
Compute Preemption: DMA
Miracast: Not Supported
Hybrid Graphics GPU: Not Supported
Power P-states: Not Supported
Driver Attributes: Final Retail
Driver Date/Size: 11/5/2015 12:00:00 AM, 15847936 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B71E3E-4EA0-11CF-EB60-3C151CC2C735}
Vendor ID: 0x10DE
Device ID: 0x0DE0
SubSys ID: 0x35311458
Revision ID: 0x00A1
Driver Strong Name: oem8.inf:0f066de3810d768e:Section001:10.18.13.5891:pci\ven_10de&dev_0de0
Rank Of Driver: 00D12001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
DXVA2 Modes: DXVA2_ModeMPEG2_IDCT DXVA2_ModeMPEG2_VLD DXVA2_ModeVC1_D2010 DXVA2_ModeVC1_VLD DXVA2_ModeVC1_IDCT DXVA2_ModeWMV9_IDCT DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT DXVA2_ModeH264_VLD_Stereo_NoFGT DXVA2_ModeH264_VLD_NoFGT DXVA2_ModeMPEG4pt2_VLD_Simple DXVA2_ModeMPEG4pt2_VLD_AdvSimple_NoGMC
Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
MPO Caps: Not Supported
MPO Stretch: Not Supported
MPO Media Hints: Not Supported
MPO Formats: Not Supported
-------------
Sound Devices
-------------
Description: Speakers (Realtek High Definition Audio)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_1462D788&REV_1003
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.7535 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 6/16/2015 12:00:00 AM, 4504320 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: Microphone (HD Webcam C270)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: USBAUDIO.sys
Driver Version: 10.00.10586.0000 (English)
Driver Attributes: Final Retail
Date and Size: 10/30/2015 03:17:19, 131584 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF
---------------------
Video Capture Devices
Number of Devices: 1
---------------------
FriendlyName: Logitech HD Webcam C270
Location: n/a
SymbolicLink: \\?\usb#vid_046d&pid_0825&mi_00#7&17ad6df5&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\{bbefb6c7-2fc4-4139-bb8b-a58bba724083}
Manufacturer: Logitech
HardwareID: USB\VID_046D&PID_0825&REV_0010&MI_00,USB\VID_046D&PID_0825&MI_00
DriverDesc: Logitech HD Webcam C270
DriverProvider: Logitech
DriverVersion: 13.80.853.0
DriverDateEnglish: 10/22/2012 00:00:00
DriverDateLocalized: 10/22/2012 12:00:00 AM
Service: LVUVC64
Class: Image
DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
ContainerId: {397EDA53-69A1-53E9-B1E0-6B7E41AA8242}
ProblemCode: No Problem
BusReportedDeviceDesc: n/a
Parent: USB\VID_046D&PID_0825\4BD9AEE0
DriverProblemDesc: n/a
UpperFilters: n/a
LowerFilters: n/a
Stack: \Driver\ksthunk,\Driver\LVUVC64,\Driver\usbccgp
ContainerCategory: Imaging.Webcam
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: USB KEYBOARD
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x258A, 0x0001
FF Driver: n/a
Device Name: USB KEYBOARD
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x258A, 0x0001
FF Driver: n/a
Poll w/ Interrupt: No
-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x1C2D
| Matching Device ID: USB\ROOT_HUB20
| Service: usbhub
| Driver: usbhub.sys, 10/30/2015 03:17:23, 500064 bytes
| Driver: usbd.sys, 10/30/2015 03:17:23, 30048 bytes
|
+-+ Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x0024
| | Location: Port_#0001.Hub_#0001
| | Matching Device ID: USB\Class_09
| | Service: usbhub
| | Driver: usbhub.sys, 10/30/2015 03:17:23, 500064 bytes
| | Driver: usbd.sys, 10/30/2015 03:17:23, 30048 bytes
| |
| +-+ USB Composite Device
| | | Vendor/Product ID: 0x258A, 0x0001
| | | Location: Port_#0001.Hub_#0003
| | | Matching Device ID: USB\COMPOSITE
| | | Service: usbccgp
| | | Driver: usbccgp.sys, 10/30/2015 03:17:23, 159072 bytes
| | |
| | +-+ USB Input Device
| | | | Vendor/Product ID: 0x258A, 0x0001
| | | | Location: 0000.001a.0000.001.001.000.000.000.000
| | | | Matching Device ID: USB\Class_03&SubClass_01
| | | | Service: HidUsb
| | | | Driver: hidusb.sys, 10/30/2015 03:17:23, 38400 bytes
| | | | Driver: hidclass.sys, 5/28/2016 00:23:26, 155136 bytes
| | | | Driver: hidparse.sys, 10/30/2015 03:17:23, 40448 bytes
| | | |
| | | +-+ HID Keyboard Device
| | | | | Vendor/Product ID: 0x258A, 0x0001
| | | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | | Service: kbdhid
| | | | | Driver: kbdhid.sys, 10/30/2015 03:17:23, 36864 bytes
| | | | | Driver: kbdclass.sys, 10/30/2015 03:17:23, 62304 bytes
| | |
| +-+ HID-compliand device
| | | Vendor/Product ID: 0x093A, 0x2521
| | | Location: Port_#0002.Hub_#0003
| | | Matching Device ID: usb\vid_093a&pid_2521
| | | Lower Filters: t_mouse.sys
| | | Service: HidUsb
| | | Driver: t_mouse.sys, 4/9/2013 11:42:06, 6144 bytes
| | | Driver: TiltWheelMouse.exe, 4/9/2013 11:42:06, 241152 bytes
| | | Driver: mousecpl.dll, 4/9/2013 11:42:06, 157696 bytes
| | | Driver: hidusb.sys, 10/30/2015 03:17:23, 38400 bytes
| | | Driver: hidclass.sys, 5/28/2016 00:23:26, 155136 bytes
| | | Driver: hidparse.sys, 10/30/2015 03:17:23, 40448 bytes
| | |
| | +-+ ELECOM USB Mouse
| | | | Vendor/Product ID: 0x093A, 0x2521
| | | | Matching Device ID: HID\VID_093A&PID_2521
| | | | Upper Filters: ElcMouUFlt
| | | | Lower Filters: ElcMouLFlt
| | | | Service: mouhid
| | | | Driver: ElcMouLFlt.sys, 9/11/2015 01:50:54, 28648 bytes
| | | | Driver: ElcMouUFlt.sys, 9/11/2015 01:50:54, 27624 bytes
| | | | Driver: mouhid.sys, 10/30/2015 03:17:23, 32256 bytes
| | | | Driver: mouclass.sys, 10/30/2015 03:17:23, 59232 bytes
| | | | Driver: WdfCoInstaller01009.dll, 9/11/2015 01:51:00, 1731816 bytes
----------------
Gameport Devices
----------------
------------
PS/2 Devices
------------
------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: B:
Free Space: 698.0 GB
Total Space: 953.9 GB
File System: NTFS
Model: WDC WD10EZEX-00BN5A0
Drive: C:
Free Space: 121.0 GB
Total Space: 237.9 GB
File System: NTFS
Model: Samsung SSD 840 EVO 250GB
Drive: F:
Model: ATAPI iHAS124 F
Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:22, 173568 bytes
--------------
System Devices
--------------
Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_77881462&REV_05\3&11583659&0&D0
Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 95584 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 454496 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 500064 bytes
Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_77881462&REV_09\3&11583659&0&08
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0494 (English), 7/1/2016 00:35:00, 331616 bytes
Name: Standard SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_1C02&SUBSYS_77881462&REV_05\3&11583659&0&FA
Driver: C:\WINDOWS\system32\DRIVERS\storahci.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 133984 bytes
Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_77881462&REV_06\4&27472ED9&0&00E4
Driver: C:\WINDOWS\system32\DRIVERS\rt640x64.sys, 10.07.0107.2016 (English), 4/1/2016 10:20:10, 936192 bytes
Driver: C:\WINDOWS\system32\RtNicProp64.dll, 1.02.0000.0006 (English), 4/1/2016 10:20:10, 82544 bytes
Name: NVIDIA GeForce GT 440
Device ID: PCI\VEN_10DE&DEV_0DE0&SUBSYS_35311458&REV_A1\4&4459B80&0&0008
Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 10.18.0013.5891 (English), 11/10/2015 03:08:38, 458056 bytes
Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 11/10/2015 01:12:54, 1311440 bytes
Driver: C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispiwu.inf_amd64_75ed38b21d1b4e47\NvCplSetupInt.exe, 1.00.0005.0000 (English), 11/10/2015 03:13:06, 94926208 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll, 2.01.0000.0207 (English), 11/10/2015 03:14:02, 20624 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvd3d9wrap.dll, 10.18.0013.5891 (English), 11/10/2015 03:13:36, 166592 bytes
Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll, 10.18.0013.5891 (English), 11/10/2015 03:14:12, 114240 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll, 2.01.0000.0207 (English), 11/10/2015 03:14:02, 20624 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvd3d9wrapx.dll, 10.18.0013.5891 (English), 11/10/2015 03:13:38, 196640 bytes
Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll, 10.18.0013.5891 (English), 11/10/2015 03:14:14, 134632 bytes
Driver: C:\Program Files\NVIDIA Corporation\license.txt, 11/10/2015 01:12:32, 21910 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.01.5204.20580 (English), 11/10/2015 03:09:20, 850248 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 6.14.0013.5891 (English), 11/10/2015 03:13:58, 401224 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 11/10/2015 01:12:54, 73928 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.5891 (English), 11/10/2015 03:14:52, 430736 bytes
Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.5891 (English), 11/10/2015 03:15:52, 1211536 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.02.0011.0000 (English), 11/10/2015 03:19:02, 113808 bytes
Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.02.0011.0000 (English), 11/10/2015 03:19:04, 121672 bytes
Driver: C:\WINDOWS\system32\DRIVERS\nvlddmkm.sys, 10.18.0013.5891 (English), 11/10/2015 03:15:48, 11227280 bytes
Driver: C:\WINDOWS\system32\NvFBC64.dll, 6.14.0013.5891 (English), 11/10/2015 03:14:26, 886416 bytes
Driver: C:\WINDOWS\system32\NvIFR64.dll, 6.14.0013.5891 (English), 11/10/2015 03:15:26, 870544 bytes
Driver: C:\WINDOWS\system32\nvapi64.dll, 10.18.0013.5891 (English), 11/10/2015 03:09:30, 3549088 bytes
Driver: C:\WINDOWS\system32\nvcompiler.dll, 11/10/2015 03:10:42, 42922824 bytes
Driver: C:\WINDOWS\system32\nvcuda.dll, 8.17.0013.5891 (English), 11/10/2015 03:13:28, 14853032 bytes
Driver: C:\WINDOWS\system32\nvcuvid.dll, 7.17.0013.5891 (English), 11/10/2015 03:13:34, 2885448 bytes
Driver: C:\WINDOWS\system32\nvd3dumx.dll, 10.18.0013.5891 (English), 11/10/2015 03:13:56, 15847936 bytes
Driver: C:\WINDOWS\system32\nvinfo.pb, 11/10/2015 01:12:56, 34493 bytes
Driver: C:\WINDOWS\system32\nvinitx.dll, 10.18.0013.5891 (English), 11/10/2015 03:15:30, 186144 bytes
Driver: C:\WINDOWS\system32\nvoglshim64.dll, 10.18.0013.5891 (English), 11/10/2015 03:16:00, 160096 bytes
Driver: C:\WINDOWS\system32\nvoglv64.dll, 10.18.0013.5891 (English), 11/10/2015 03:16:28, 22352528 bytes
Driver: C:\WINDOWS\system32\nvopencl.dll, 8.17.0013.5891 (English), 11/10/2015 02:40:44, 16570048 bytes
Driver: C:\WINDOWS\system32\nvumdshimx.dll, 10.18.0013.5891 (English), 11/10/2015 03:17:12, 548376 bytes
Driver: C:\WINDOWS\system32\nvwgf2umx.dll, 10.18.0013.5891 (English), 11/10/2015 03:17:58, 18496280 bytes
Driver: C:\WINDOWS\SysWow64\NvFBC.dll, 6.14.0013.5891 (English), 11/10/2015 03:14:22, 698512 bytes
Driver: C:\WINDOWS\SysWow64\NvIFR.dll, 6.14.0013.5891 (English), 11/10/2015 03:15:24, 682824 bytes
Driver: C:\WINDOWS\SysWow64\nvapi.dll, 10.18.0013.5891 (English), 11/10/2015 03:09:26, 3135528 bytes
Driver: C:\WINDOWS\SysWow64\nvcompiler.dll, 11/10/2015 03:10:18, 37890888 bytes
Driver: C:\WINDOWS\SysWow64\nvcuda.dll, 8.17.0013.5891 (English), 11/10/2015 03:13:20, 12049688 bytes
Driver: C:\WINDOWS\SysWow64\nvcuvid.dll, 7.17.0013.5891 (English), 11/10/2015 03:13:32, 2505360 bytes
Driver: C:\WINDOWS\SysWow64\nvd3dum.dll, 10.18.0013.5891 (English), 11/10/2015 03:13:46, 12878928 bytes
Driver: C:\WINDOWS\SysWow64\nvinit.dll, 10.18.0013.5891 (English), 11/10/2015 03:15:28, 164520 bytes
Driver: C:\WINDOWS\SysWow64\nvoglshim32.dll, 10.18.0013.5891 (English), 11/10/2015 03:15:58, 137240 bytes
Driver: C:\WINDOWS\SysWow64\nvoglv32.dll, 10.18.0013.5891 (English), 11/10/2015 03:16:14, 18397840 bytes
Driver: C:\WINDOWS\SysWow64\nvopencl.dll, 8.17.0013.5891 (English), 11/10/2015 03:16:38, 13542336 bytes
Driver: C:\WINDOWS\SysWow64\nvumdshim.dll, 10.18.0013.5891 (English), 11/10/2015 03:17:10, 453944 bytes
Driver: C:\WINDOWS\SysWow64\nvwgf2um.dll, 10.18.0013.5891 (English), 11/10/2015 03:17:46, 15942648 bytes
Driver: C:\WINDOWS\system32\nvdispco6435891.dll, 2.00.0043.0004 (English), 11/10/2015 03:14:06, 1914184 bytes
Driver: C:\WINDOWS\system32\nvdispgenco6435891.dll, 2.00.0021.0002 (English), 11/10/2015 03:14:10, 1573520 bytes
Name: SM Bus Controller
Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_77881462&REV_05\3&11583659&0&FB
Driver: n/a
Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_1C18&SUBSYS_77881462&REV_B5\3&11583659&0&E4
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0494 (English), 7/1/2016 00:35:00, 331616 bytes
Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_77881462&REV_B5\3&11583659&0&E0
Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0494 (English), 7/1/2016 00:35:00, 331616 bytes
Name: LPC Controller
Device ID: PCI\VEN_8086&DEV_1C5C&SUBSYS_77881462&REV_05\3&11583659&0&F8
Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 18784 bytes
Name: High Definition Audio Controller
Device ID: PCI\VEN_10DE&DEV_0BEA&SUBSYS_35311458&REV_A1\4&4459B80&0&0108
Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:18, 79872 bytes
Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:19, 97280 bytes
Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0212 (English), 3/29/2016 03:34:50, 333824 bytes
Name: Memory Controller
Device ID: PCI\VEN_8086&DEV_0100&SUBSYS_77881462&REV_09\3&11583659&0&00
Driver: n/a
Name: Intel(R) Management Engine Interface
Device ID: PCI\VEN_8086&DEV_1C3A&SUBSYS_77881462&REV_04\3&11583659&0&B0
Driver: C:\WINDOWS\system32\DRIVERS\HECIx64.sys, 7.00.0000.1144 (English), 10/19/2010 23:34:26, 56344 bytes
Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_77881462&REV_05\3&11583659&0&E8
Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 95584 bytes
Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 454496 bytes
Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:23, 500064 bytes
Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_D7881462&REV_05\3&11583659&0&D8
Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:18, 79872 bytes
Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 03:17:19, 97280 bytes
Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0212 (English), 3/29/2016 03:34:50, 333824 bytes
------------------
DirectShow Filters
------------------
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.10586.0063
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.10586.0063
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.10586.0063
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.10586.0063
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.10586.0000
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.10586.0000
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.10586.0000
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.10586.0000
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.10586.0000
DV Muxer,0x00400000,0,0,qdv.dll,10.00.10586.0000
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.10586.0071
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.10586.0000
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.10586.0071
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.10586.0071
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.10586.0494
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.10547.1000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.10586.0494
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.10586.0071
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.10586.0000
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.10586.0000
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.10586.0494
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.10586.0071
DV Splitter,0x00600000,1,2,qdv.dll,10.00.10586.0000
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.10586.0071
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.10586.0035
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.10586.0071
Video Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.10586.0494
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.10586.0071
Video Renderer,0x00400000,1,0,quartz.dll,10.00.10586.0071
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.10586.0000
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.10586.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,
File writer,0x00200000,1,0,qcap.dll,10.00.10586.0000
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.10586.0494
Overlay Mixer2,0x00200000,1,1,,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.10586.0000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.10586.0000
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.10586.0063
Null Renderer,0x00200000,1,0,qedit.dll,10.00.10586.0063
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.10586.0000
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.10586.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.10586.0494
Smart Tee,0x00200000,1,2,qcap.dll,10.00.10586.0000
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.10586.0071
Wave Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
File stream renderer,0x00400000,1,1,quartz.dll,10.00.10586.0071
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.10547.1000
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.10586.0494
AVI Mux,0x00200000,1,0,qcap.dll,10.00.10586.0000
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.10586.0071
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.10586.0071
File Source (URL),0x00400000,0,1,quartz.dll,10.00.10586.0071
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.10586.0000
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.10586.0071
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.10586.0000
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.10586.0071
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.10586.0000
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.10586.0000
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.10586.0000
DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.10586.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.10586.0071
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.10586.0063
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.10586.0000
IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.10586.0071
PCM,0x00200000,1,1,quartz.dll,10.00.10586.0071
Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.10586.0071
GSM 6.10,0x00200000,1,1,quartz.dll,10.00.10586.0071
CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.10586.0071
CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.10586.0071
MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.10586.0071
Audio Capture Sources:
Microphone (HD Webcam C270),0x00200000,0,0,qcap.dll,10.00.10586.0000
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.10586.0000
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.10586.0000
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.10586.0000
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10586.0071
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10586.0071
WDM Streaming Capture Devices:
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Logitech HD Webcam C270,0x00200000,2,2,ksproxy.ax,10.00.10586.0063
HD Webcam C270,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10586.0000
Video Capture Sources:
Logitech HD Webcam C270,0x00200000,2,2,ksproxy.ax,10.00.10586.0063
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10586.0000
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10586.0000
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,10.00.10586.0000
Encrypt/Tag,0x00200000,0,0,EncDec.dll,10.00.10586.0000
PTFilter,0x00200000,0,0,EncDec.dll,10.00.10586.0000
XDS Codec,0x00200000,0,0,EncDec.dll,10.00.10586.0000
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10586.0063
Audio Renderers:
Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.10586.0071
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.10586.0071
DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.10586.0071
----------------------------
Preferred DirectShow Filters
----------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
---------------------------
Media Foundation Transforms
---------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
<category>:
<transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
Video Decoders:
Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.10586.0000
Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}, 0x1, hevcdecoder.dll, 10.00.10586.0000
Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.10586.0000
Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.10586.0000
WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.10586.0000
MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.10586.0000
Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.10586.0000
Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.10586.0000
Video Encoders:
H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.10586.0000
WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.10586.0000
H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.10586.0000
WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.10586.0000
Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.10586.0035
H265 Encoder MFT, {F2F84074-8BCA-40BD-9159-E880F673DD3B}, 0x1, mfh265enc.dll, 10.00.10586.0000
Video Effects:
Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.10586.0000
Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.10586.0000
VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.10586.0000
Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.10586.0000
Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.10586.0000
Video Processor:
Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.10586.0122
Audio Decoders:
Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.10586.0000
MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.10586.0000
WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.10586.0063
Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.10586.0000
A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.10586.0122
GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.10586.0122
WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.10586.0063
Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.10586.0122
Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.10586.0000
WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.10586.0063
G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.10586.0122
IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.10586.0122
MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.10586.0063
Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.10586.0000
ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.10586.0122
Audio Encoders:
LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, winmde.dll, 12.00.10586.0494
MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.10586.0122
Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.10586.0000
WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.10586.0063
MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.10586.0000
Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.10586.0035
WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.10586.0000
Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.10586.0000
Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.10586.0000
Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.10586.0000
Audio Effects:
AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.10586.0000
Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.10586.0000
Multiplexers:
Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.10586.0122
Others:
Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
EnableDecoders = 0
EnableEncoders = 1
EnableVideoProcessors = 1
-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler
.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
--------------------------------
Media Foundation Scheme Handlers
--------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<URL type>, <handler CLSID>, <brief description>[, Preferred]
file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]
<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>
{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{63616C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
{43564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}
{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]
<transform CLSID>
------------------------
Disabled Media Sources
------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]
<media source CLSID>
---------------
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
---------------
Diagnostics
---------------
Windows Error Reporting:
+++ WER0 +++:
Fault bucket , type 0
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.1010.13
P3: 576a4c7e
P4: 91b5
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER1 +++:
Fault bucket , type 0
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.1010.13
P3: 576a4c7e
P4: 91b5
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER2 +++:
Fault bucket 129165574991, type 5
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.1010.13
P3: 576a4c7e
P4: 91b5
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER3 +++:
Fault bucket , type 0
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.1010.13
P3: 576a4c7e
P4: 91b5
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER4 +++:
Fault bucket 94689980165, type 5
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.25.18
P3: 54345ca0
P4: df37
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER5 +++:
Fault bucket 94689980165, type 5
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.25.18
P3: 54345ca0
P4: df37
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER6 +++:
Fault bucket , type 0
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.25.18
P3: 54345ca0
P4: df37
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER7 +++:
Fault bucket , type 0
Event Name: AppHangTransient
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.25.18
P3: 54345ca0
P4: unknown
P5: unknown
P6: unknown
P7: unknown
P8:
P9:
P10:
+++ WER8 +++:
Fault bucket , type 0
Event Name: AppHangB1
Response: Not available
Cab Id: 0
Problem signature:
P1: javaw.exe
P2: 8.0.1010.13
P3: 576a4c7e
P4: 91b5
P5: 134479872
P6:
P7:
P8:
P9:
P10:
+++ WER9 +++:
Fault bucket 126719117194, type 5
Event Name: StoreAgentAcquireLicenseFailure1
Response: Not available
Cab Id: 0
Problem signature:
P1: WSAutoUpdate
P2: 803f8001
P3: 10586
P4: 494
P5: Windows.Desktop
P6: J
P7:
P8:
P9:
P10:
Game output:
[16:54:10] [Client thread/INFO]: Setting user: Buddy76
[16:54:11] [Client thread/WARN]: Skipping bad option: lastServer:
[16:54:12] [Client thread/INFO]: LWJGL Version: 2.9.4
[16:54:12] [Client thread/INFO]: Reloading ResourceManager: Default
[16:54:13] [Sound Library Loader/INFO]: Starting up SoundSystem...
[16:54:14] [Thread-5/INFO]: Initializing LWJGL OpenAL
[16:54:14] [Thread-5/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[16:54:14] [Thread-5/INFO]: OpenAL initialized.
[16:54:14] [Sound Library Loader/INFO]: Sound engine started
[16:54:16] [Client thread/INFO]: Created: 1024x512 textures-atlas
[16:54:26] [Server thread/INFO]: Starting integrated minecraft server version 1.10.2
[16:54:26] [Server thread/INFO]: Generating keypair
[16:54:27] [Server thread/INFO]: Preparing start region for level 0
[16:54:29] [Server thread/INFO]: Preparing spawn area: 7%
[16:54:30] [Server thread/INFO]: Preparing spawn area: 17%
[16:54:31] [Server thread/INFO]: Preparing spawn area: 26%
[16:54:32] [Server thread/INFO]: Preparing spawn area: 36%
[16:54:33] [Server thread/INFO]: Preparing spawn area: 47%
[16:54:34] [Server thread/INFO]: Preparing spawn area: 59%
[16:54:35] [Server thread/INFO]: Preparing spawn area: 70%
[16:54:36] [Server thread/INFO]: Preparing spawn area: 86%
[16:54:37] [Server thread/INFO]: Changing view distance to 12, from 10
Launcher log:
[16:54:01 INFO]: Minecraft Launcher 1.6.61 (through bootstrap 5) started on windows...
[16:54:01 INFO]: Current time is Jul 21, 2016 4:54:01 PM
[16:54:01 INFO]: System.getProperty('os.name') == 'Windows 10'
[16:54:01 INFO]: System.getProperty('os.version') == '10.0'
[16:54:01 INFO]: System.getProperty('os.arch') == 'amd64'
[16:54:01 INFO]: System.getProperty('java.version') == '1.8.0_102'
[16:54:01 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[16:54:01 INFO]: System.getProperty('sun.arch.data.model') == '64'
[16:54:01 INFO]: proxy == DIRECT
[16:54:01 INFO]: JFX is already initialized
[16:54:01 INFO]: Refreshing local version list...
[16:54:01 INFO]: Refreshing remote version list...
[16:54:02 INFO]: Refresh complete.
[16:54:02 INFO]: Loaded 1 profile(s); selected 'Buddy76'
[16:54:02 INFO]: Refreshing auth...
[16:54:02 INFO]: Logging in with access token
[16:54:06 INFO]: Getting syncinfo for selected version
[16:54:06 INFO]: Queueing library & version downloads
[16:54:06 INFO]: Download job 'Version & Libraries' started (16 threads, 33 files)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[16:54:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Download job 'Resources' skipped as there are no files to download
[16:54:07 INFO]: Job 'Resources' finished successfully (took 0:00:00.000)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar for job 'Version & Libraries'... (try 0)
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar for job 'Version & Libraries': Local file matches hash, using that
[16:54:07 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.167)
[16:54:07 INFO]: Launching game
[16:54:07 INFO]: Unpacking natives to C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-4193438678665
[16:54:07 INFO]: Launching in C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft
[16:54:07 INFO]: Half command: C:\Program Files\Java\jre1.8.0_102\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xms1G -Djava.library.path=C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-4193438678665 -cp C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar net.minecraft.client.main.Main
[16:54:07 INFO]: Looking for orphaned versions to clean up...
[16:54:09 INFO]: Looking for old natives & assets to clean up...
[16:54:44 ERROR]: Game ended with bad state (exit code -805306369)
[16:54:44 INFO]: Ignoring visibility rule and showing launcher due to a game crash
[16:54:44 INFO]: Deleting C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-4193438678665
[16:54:44 WARN]: Couldn't delete C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-4193438678665 - scheduling for deletion upon exit
Thanks for any help in advance!
I wish it were that easy, but I have had a stable internet connection this entire time, plus I have unblocked every java and javaw related thing in my firewall and Avast. Also, the older version of the launcher has no problem seeing the internet connection.
Do you know of anything that could be blocking it? I've unfirewalled it all, I can turn off my avast and it won't do anything... I'm really out of ideas.
Okay, also, I have a big update to the problem. First, for some reason, only the old version of the launcher is able to connect to the internet right now. Using that old launcher, I was able to download and play MC 1.8 perfectly fine with no problems. I can't play 1.9 or 1.10. Is this relevant?
Here's the launcher log for 1.8:
[17:35:51 INFO]: Minecraft Launcher 1.6.61 (through bootstrap 5) started on windows...
[17:35:51 INFO]: Current time is Jul 22, 2016 5:35:51 PM
[17:35:51 INFO]: System.getProperty('os.name') == 'Windows 10'
[17:35:51 INFO]: System.getProperty('os.version') == '10.0'
[17:35:51 INFO]: System.getProperty('os.arch') == 'amd64'
[17:35:51 INFO]: System.getProperty('java.version') == '1.8.0_102'
[17:35:51 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[17:35:51 INFO]: System.getProperty('sun.arch.data.model') == '64'
[17:35:51 INFO]: proxy == DIRECT
[17:35:52 INFO]: JFX is already initialized
[17:35:52 INFO]: Refreshing local version list...
[17:35:52 INFO]: Refreshing remote version list...
[17:35:52 INFO]: Refresh complete.
[17:35:53 INFO]: Loaded 1 profile(s); selected 'Buddy76'
[17:35:53 INFO]: Refreshing auth...
[17:35:53 INFO]: Logging in with access token
[17:36:04 INFO]: Getting syncinfo for selected version
[17:36:04 INFO]: Queueing library & version downloads
[17:36:04 INFO]: Installed CompleteVersion{id='1.10.2', updatedTime=Fri Jul 22 04:46:23 EDT 2016, releasedTime=Fri Jul 22 04:46:23 EDT 2016, type=RELEASE, libraries=[Library{name='com.mojang:netty:1.6', rules=null, natives=null, extract=null}, Library{name='oshi-project:oshi-core:1.1', rules=null, natives=null, extract=null}, Library{name='net.java.dev.jna:jna:3.4.0', rules=null, natives=null, extract=null}, Library{name='net.java.dev.jna:platform:3.4.0', rules=null, natives=null, extract=null}, Library{name='com.ibm.icu:icu4j-core-mojang:51.2', rules=null, natives=null, extract=null}, Library{name='net.sf.jopt-simple:jopt-simple:4.6', rules=null, natives=null, extract=null}, Library{name='com.paulscode:codecjorbis:20101023', rules=null, natives=null, extract=null}, Library{name='com.paulscode:codecwav:20101023', rules=null, natives=null, extract=null}, Library{name='com.paulscode:libraryjavasound:20101123', rules=null, natives=null, extract=null}, Library{name='com.paulscode:librarylwjglopenal:20100824', rules=null, natives=null, extract=null}, Library{name='com.paulscode:soundsystem:20120107', rules=null, natives=null, extract=null}, Library{name='io.netty:netty-all:4.0.23.Final', rules=null, natives=null, extract=null}, Library{name='com.google.guava:guava:17.0', rules=null, natives=null, extract=null}, Library{name='org.apache.commons:commons-lang3:3.3.2', rules=null, natives=null, extract=null}, Library{name='commons-io:commons-io:2.4', rules=null, natives=null, extract=null}, Library{name='commons-codec:commons-codec:1.9', rules=null, natives=null, extract=null}, Library{name='net.java.jinput:jinput:2.0.5', rules=null, natives=null, extract=null}, Library{name='net.java.jutils:jutils:1.0.0', rules=null, natives=null, extract=null}, Library{name='com.google.code.gson:gson:2.2.4', rules=null, natives=null, extract=null}, Library{name='com.mojang:authlib:1.5.22', rules=null, natives=null, extract=null}, Library{name='com.mojang:realms:1.9.3', rules=null, natives=null, extract=null}, Library{name='org.apache.commons:commons-compress:1.8.1', rules=null, natives=null, extract=null}, Library{name='org.apache.httpcomponents:httpclient:4.3.3', rules=null, natives=null, extract=null}, Library{name='commons-logging:commons-logging:1.1.3', rules=null, natives=null, extract=null}, Library{name='org.apache.httpcomponents:httpcore:4.3.2', rules=null, natives=null, extract=null}, Library{name='it.unimi.dsi:fastutil:7.0.12_mojang', rules=null, natives=null, extract=null}, Library{name='org.apache.logging.log4j:log4j-api:2.0-beta9', rules=null, natives=null, extract=null}, Library{name='org.apache.logging.log4j:log4j-core:2.0-beta9', rules=null, natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, [email protected]}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives=null, extract=null}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null', arch='null'}}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, [email protected]}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, [email protected]}], mainClass='net.minecraft.client.main.Main', jar='null', minimumLauncherVersion=18}
[17:36:04 INFO]: Download job 'Version & Libraries' started (16 threads, 33 files)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
[17:36:04 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Download job 'Resources' started (16 threads, 132 files)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\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)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar for job 'Version & Libraries'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\31\31b274e4f69df14804fc901ebd5f1660ba5130a2 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0bc71ba6083bad6925c0fe7f77ea0b2f3e7f34ea for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\61\61d74bf6526bf9a5b3c42b92212d63ad78529983 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\20190c5e32bb14aa9a56e961f4944d281c9cbe52 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3a\3a8986e3bf925bf02cf25b23e401c9eadd390fe7 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9c\9cdbc9cd1be1f5367004ed8aff381985a8f55077 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\38c9792cb035af77ee66f62b395940219873fec3 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c53529a6ff0bb14fb1cda15b04fbb1fb7b54802 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\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 hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2d\2db4c46ca75cf8b02927981761eef832a5fd9dc1 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1e5c3834a806e1a7cad6f744842cf34c70cc84eb for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d5\d515de511e9b8e2973d19059eeab4533a273ad51 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4a\4a0a46b33a5031b27a5b350ffb91321879518d97 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\aa\aa97ac3f7bc13a9ac4057fdaa9186cf5fa8264f4 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4bafbbd94762e548503ca42a5d01be45a4f73626 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\063de0560d524389127b08628d91fe18dc427497 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar for job 'Version & Libraries': Local file matches hash, using that
[17:36:06 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.349)
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b2\b281288fee4f089561fef764dac1f9882e6b7ddf for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\063de0560d524389127b08628d91fe18dc427497 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1c0b19f629e5716218caddf818dfa264cd6bac2c for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0bc71ba6083bad6925c0fe7f77ea0b2f3e7f34ea for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\54\54263a9c13f40ec716dc7b00b8b05d0fdd866d60 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\38c9792cb035af77ee66f62b395940219873fec3 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1ea94410b4278be9da66465e96958c373121a160 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4a\4a0a46b33a5031b27a5b350ffb91321879518d97 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b5\b595a2975b15b0caa702712e8e875ea66f8822b5 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\aa\aa97ac3f7bc13a9ac4057fdaa9186cf5fa8264f4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1a7142fdf64b0b60d9c7d2040103d69b8ae685f for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3a\3a8986e3bf925bf02cf25b23e401c9eadd390fe7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\07\07de64e719cb086b822269ee9c2bfdfaaac734d9 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\61\61d74bf6526bf9a5b3c42b92212d63ad78529983 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ec\ec046e56b4f3877d6208c2f602b389944b7c1d80 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2d\2db4c46ca75cf8b02927981761eef832a5fd9dc1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\62279c43f3529d2949c7c78fc203d0979ec002bd for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1ea94410b4278be9da66465e96958c373121a160 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a2939df39ebcedba18e16fb2a77325fc44c44285 for job 'Resources'... (try 0)
[17:36:06 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4bafbbd94762e548503ca42a5d01be45a4f73626 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:06 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f5\f58b9eb678a9dfd057f5900e3b2968847adf7c69 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a2939df39ebcedba18e16fb2a77325fc44c44285 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\34748007bfaf4fa1382f13b118c5778e0aab5cd2 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\31\31b274e4f69df14804fc901ebd5f1660ba5130a2 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3629d067cdbb24531b9f2fb3733412511a54596 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9c\9cdbc9cd1be1f5367004ed8aff381985a8f55077 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\621cd51707604f499f5b501ecbdcd485118b818a for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\20190c5e32bb14aa9a56e961f4944d281c9cbe52 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360a209faaae14847c3bbe2322758f55c0ab9ea4 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d5\d515de511e9b8e2973d19059eeab4533a273ad51 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3e\3e12c6667dac73a8c99f6c729cfd1193f29c8946 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3629d067cdbb24531b9f2fb3733412511a54596 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c9\c9c35c617fef48ba5a46a517ffca83f0f2390381 for job 'Resources'... (try 0)
[17:36:07 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b5\b595a2975b15b0caa702712e8e875ea66f8822b5 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:07 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d6\d692288b6f3ac4e752770a200202b595c0afaac7 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c53529a6ff0bb14fb1cda15b04fbb1fb7b54802 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\26\26788a0ab07e57a4ce09b32685ccbd5dac816057 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1e\1e5c3834a806e1a7cad6f744842cf34c70cc84eb for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\72\729dde710997cb101ec095447f8e0b73dd5707d9 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d6\d692288b6f3ac4e752770a200202b595c0afaac7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\81\811dccaa29f1899523f3db7c0c8c82101667ff3f for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\54\54263a9c13f40ec716dc7b00b8b05d0fdd866d60 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\58\5807cf82c76ce8b1c2958115d6dae4a7a72b8f26 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c9\c9c35c617fef48ba5a46a517ffca83f0f2390381 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\05\0505181cff545a4fe213ceb5ebc5735867b85a72 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\621cd51707604f499f5b501ecbdcd485118b818a for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0778d0f4459e8a88db89dab248050161b6e617e for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1c0b19f629e5716218caddf818dfa264cd6bac2c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\cf\cf642c81ed78fa5c4800ea15d6951370e9b27c6a for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\81\811dccaa29f1899523f3db7c0c8c82101667ff3f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ed\eda1518b15c711cf6e75d99003bd87753f67fac4 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360a209faaae14847c3bbe2322758f55c0ab9ea4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b138a3dfc18e22c8eb78f76eb2e520263e63d582 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1a7142fdf64b0b60d9c7d2040103d69b8ae685f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\10\10f2bcd8b82291855df8769b2d2005748022c803 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\05\0505181cff545a4fe213ceb5ebc5735867b85a72 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fd\fd8c0aa9ba81c52cc17fd8e229dff154d5ac9fff for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\07\07de64e719cb086b822269ee9c2bfdfaaac734d9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\11d839bc4f043a1252fd9b17154b621e9901b907 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\26\26788a0ab07e57a4ce09b32685ccbd5dac816057 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ca\caa34cd859fc542d52a8e7821dcc5e0980849b04 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\cf\cf642c81ed78fa5c4800ea15d6951370e9b27c6a for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\938bcbe31592f5853f2e023cda6d33b6ad677255 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\62\62279c43f3529d2949c7c78fc203d0979ec002bd for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6b\6b6588068d07016f2707f67ae3db7fb0eb3de1e4 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b138a3dfc18e22c8eb78f76eb2e520263e63d582 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0c\0c8953126163673028ea919c5314301aaf28c272 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0778d0f4459e8a88db89dab248050161b6e617e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538b9c463fc0366023f356e25e6e5e88411cf6dc for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\10\10f2bcd8b82291855df8769b2d2005748022c803 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\5f\5f345418c798e879803e37aa86832fca67cc7ed5 for job 'Resources'... (try 0)
[17:36:08 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\11d839bc4f043a1252fd9b17154b621e9901b907 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:08 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\bb\bb228500914fc80c407703076305ff1f42acc2e6 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\938bcbe31592f5853f2e023cda6d33b6ad677255 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6a\6aa81fa72b9039d624dc85273b6e6b01425d61e8 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6b\6b6588068d07016f2707f67ae3db7fb0eb3de1e4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\112a569d30f06510f243c97652b98033444aba1c for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ec\ec046e56b4f3877d6208c2f602b389944b7c1d80 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\42\42f288f0bc89b73911640d754a915aa9db28df6c for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3e\3e12c6667dac73a8c99f6c729cfd1193f29c8946 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f7\f76bd02cc69da12cd069194d1ea4bbc7f0b9382d for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f5\f58b9eb678a9dfd057f5900e3b2968847adf7c69 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1f\1fced31ad82b4f6677e49f2ab818dc52dc335a62 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\bb\bb228500914fc80c407703076305ff1f42acc2e6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e8d1b8c83f8fb0b0eea360f02fbb1e5603e14e9 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ed\eda1518b15c711cf6e75d99003bd87753f67fac4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\16\16731691142db3d6601bc14f070b81f7f729acc2 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fd\fd8c0aa9ba81c52cc17fd8e229dff154d5ac9fff for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e10b511dfd3d1e1ff6fa26c6633c34fe84467a1 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\11\112a569d30f06510f243c97652b98033444aba1c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a2378ae02b24f7c5f58b071549dfd8dd254453e for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\34748007bfaf4fa1382f13b118c5778e0aab5cd2 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2f\2f06fb5363ee6448cd39ff7cf8ee3d3ff3a50799 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\72\729dde710997cb101ec095447f8e0b73dd5707d9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\06caeb50891df7179564d30603afd1888fad6f41 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538b9c463fc0366023f356e25e6e5e88411cf6dc for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\93121e72a45df006eba5aec63f62a93c9885c745 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b2\b281288fee4f089561fef764dac1f9882e6b7ddf for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c4fa469587a596037e580c31639aaa306fe8308 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\16\16731691142db3d6601bc14f070b81f7f729acc2 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\97\97941df27ee3a53ab33820b4cad6c7cd4f1259d7 for job 'Resources'... (try 0)
[17:36:09 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0c\0c8953126163673028ea919c5314301aaf28c272 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:09 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a80a179a1ad3074dd3a36f20b2b39e5c1bc4631 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\58\5807cf82c76ce8b1c2958115d6dae4a7a72b8f26 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\48\4820534d5b587ee8efe96ceed4e80b5d4f206113 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2f\2f06fb5363ee6448cd39ff7cf8ee3d3ff3a50799 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\55\5517d4b31d2be0de5a55c8c464fe17f107233432 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ca\caa34cd859fc542d52a8e7821dcc5e0980849b04 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b1c3eda256024a2cad11b36ca4c2d8f94aeb03df for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\42\42f288f0bc89b73911640d754a915aa9db28df6c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7b\7b05fb05dfcf4555983f6f42df8235e0827f1ef7 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\06\06caeb50891df7179564d30603afd1888fad6f41 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\84\84cb3363e3ea8b5a1e73e7c3c84b6dcf69c8c452 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\48\4820534d5b587ee8efe96ceed4e80b5d4f206113 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f2\f22d75f75439ff988b08c50553c415627f58deaa for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a80a179a1ad3074dd3a36f20b2b39e5c1bc4631 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\95\958f455543c0aa13fe47a2a4f94ea9ec0bf2753d for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1f\1fced31ad82b4f6677e49f2ab818dc52dc335a62 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3c1aeb8955e38c5ab2d4f13bf8ea285173c9801 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\55\5517d4b31d2be0de5a55c8c464fe17f107233432 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\8a\8a8b0770dffe3c304c3f4ada2554d6a9794024e6 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\93\93121e72a45df006eba5aec63f62a93c9885c745 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\21dda4b9f60831030c9bedad7ad2e22de46b9116 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\97\97941df27ee3a53ab33820b4cad6c7cd4f1259d7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\68\68696a4593d72fcf60ee1fcfd4c8284c75b55079 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e10b511dfd3d1e1ff6fa26c6633c34fe84467a1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\209990dab7a5b6d63bed4eff7d523a38fb1e5737 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1a\1a2378ae02b24f7c5f58b071549dfd8dd254453e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e6afbca32e55541fd69b820fc90eb0b2e646a6db for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6a\6aa81fa72b9039d624dc85273b6e6b01425d61e8 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\51\51338728b869374185e35c12a790e3508796585b for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f3\f3c1aeb8955e38c5ab2d4f13bf8ea285173c9801 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4c\4c352fc06e8747b6f353640305f679548cb69ec6 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7b\7b05fb05dfcf4555983f6f42df8235e0827f1ef7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e0879964162b61a7470437cafd9617c140d7b40 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\8a\8a8b0770dffe3c304c3f4ada2554d6a9794024e6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\83\830aad576abb4652d7fbbb38e6d2b1cf10463a59 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\51\51338728b869374185e35c12a790e3508796585b for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\22\22632b461d4a5fc609d38f84499e539d55f9a2ed for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\95\958f455543c0aa13fe47a2a4f94ea9ec0bf2753d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1b7c035885cd750b6e98507a2e8556efb4b22bb for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\5f\5f345418c798e879803e37aa86832fca67cc7ed5 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\44\44444cdbbe7d824de481ea73d60a48fef6a3274c for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\68\68696a4593d72fcf60ee1fcfd4c8284c75b55079 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\82\825567510fa2a584e236a3a14b5b739fdfe5c06b for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\83\830aad576abb4652d7fbbb38e6d2b1cf10463a59 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e0\e0c4a5d2597294e510d6f9f0d3fbc40111d8b544 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e6afbca32e55541fd69b820fc90eb0b2e646a6db for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2c\2c175798e16b174476541e8227769081c387dafc for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e0879964162b61a7470437cafd9617c140d7b40 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3cf6eb5026a38c741ec3032892d33ac44db74bf1 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\84\84cb3363e3ea8b5a1e73e7c3c84b6dcf69c8c452 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\71\716badca93ae0c5d0ce7cc05eaf9f2aefbd0fec8 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3c4fa469587a596037e580c31639aaa306fe8308 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a8\a85009ebbd4ac56d5afde49a260b11b0a7ccaebd for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a1\a1b7c035885cd750b6e98507a2e8556efb4b22bb for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\25\25bdd50fa349286d7e5acb8c61428e1844d42659 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4c\4c352fc06e8747b6f353640305f679548cb69ec6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab95ee0fbb5c55ff4ae0929e6fcf8662bfa65a89 for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\9e\9e8d1b8c83f8fb0b0eea360f02fbb1e5603e14e9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\36a1fc61b9fd098f8a9f11fef08adbfbf08af69d for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f2\f22d75f75439ff988b08c50553c415627f58deaa for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cfa26a250cddb8f65b46d5fdd3bb76f3df68a9e for job 'Resources'... (try 0)
[17:36:10 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b1\b1c3eda256024a2cad11b36ca4c2d8f94aeb03df for job 'Resources': Downloaded asset and hash matched successfully
[17:36:10 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\79\793512946ed90607f16e5e9409711672929c40a1 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\2c\2c175798e16b174476541e8227769081c387dafc for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\367df828dfc694294e57259a5f0ae3d216ac54c7 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\71\716badca93ae0c5d0ce7cc05eaf9f2aefbd0fec8 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\17\17c836e0eee8f559fff8f33952e4d4cbc6bccbf5 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\36a1fc61b9fd098f8a9f11fef08adbfbf08af69d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\211a6c5f750286cc19f1a05fc2c4e731f7474624 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\3c\3cf6eb5026a38c741ec3032892d33ac44db74bf1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fb\fbbeff65964f50089668769c6ae024c237a35340 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\367df828dfc694294e57259a5f0ae3d216ac54c7 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\35\359eb73f88dd86fe80d7d0c3ea93adecae85a14f for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\25\25bdd50fa349286d7e5acb8c61428e1844d42659 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360d440b249b320f64840a51db21c72959072457 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab95ee0fbb5c55ff4ae0929e6fcf8662bfa65a89 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d1\d164f7e964c2b8c02ef1761df9ffc640d1ffff72 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\22\22632b461d4a5fc609d38f84499e539d55f9a2ed for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\49\49d7e221b4c0a63f2294e956c7e8fd55362ae02a for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\21dda4b9f60831030c9bedad7ad2e22de46b9116 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\343d51555572595abc2da83d7fe264ecf64a55a0 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e0\e0c4a5d2597294e510d6f9f0d3fbc40111d8b544 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e9e5e71c64028e57df0805941107a8dbc0a2c42 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\36\360d440b249b320f64840a51db21c72959072457 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\89\89504fe6b91692c7fe34550a6bca04448e8c1cff for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\d1\d164f7e964c2b8c02ef1761df9ffc640d1ffff72 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\23\23f4377dd3a0f244b37ab06e78774f126d8cc88f for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cfa26a250cddb8f65b46d5fdd3bb76f3df68a9e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ce\ce25fa84d68d0fb3b61443880e7e71e2e4188df3 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\82\825567510fa2a584e236a3a14b5b739fdfe5c06b for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e69156665061fcd400392fdb8ff417ec80b800c4 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\35\359eb73f88dd86fe80d7d0c3ea93adecae85a14f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\91\91fa5fe912925a8fd8b335d21866dfa9faf8d964 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\89\89504fe6b91692c7fe34550a6bca04448e8c1cff for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c0\c09603586d6ccf48e514a71fbc97d79dabfcd52f for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\23\23f4377dd3a0f244b37ab06e78774f126d8cc88f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cc11ae71c89b725c6dfe9d7c4852269dcc7e7e6 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f7\f76bd02cc69da12cd069194d1ea4bbc7f0b9382d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1d\1d6f8d1b6f5821a323dbe05959c78ff2de2c9625 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\79\793512946ed90607f16e5e9409711672929c40a1 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f1\f1fc5255491522456b42894592103546d661f638 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\20\209990dab7a5b6d63bed4eff7d523a38fb1e5737 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\382dc5207de6751283800e4b936725027fd57d05 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\fb\fbbeff65964f50089668769c6ae024c237a35340 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538d0c6b60b3a231dad7fab9fad4a1e39a517ebe for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c0\c09603586d6ccf48e514a71fbc97d79dabfcd52f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab254bf524e9272ae8d63472f7954525a5b43918 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\e6\e69156665061fcd400392fdb8ff417ec80b800c4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4ba0378afa9f7df923bca0dae67ba95f48f89326 for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\49\49d7e221b4c0a63f2294e956c7e8fd55362ae02a for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f6\f6c015779181d46436f56a40d920eced18e04adc for job 'Resources'... (try 0)
[17:36:11 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\6e\6e9e5e71c64028e57df0805941107a8dbc0a2c42 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:11 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0b4104b59d8bda392e9cf0de91de6f4e623aa40d for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\53\538d0c6b60b3a231dad7fab9fad4a1e39a517ebe for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a9\a9aa844f117633f93fb96655f38e580c8277ea1e for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\44\44444cdbbe7d824de481ea73d60a48fef6a3274c for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0e2a2b6d35500cf8e7b42718c52f4022d2ddf3f for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a8\a85009ebbd4ac56d5afde49a260b11b0a7ccaebd for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7c\7c92ca4dcfc087acc81322cfa4b7a1cc508e4e24 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\91\91fa5fe912925a8fd8b335d21866dfa9faf8d964 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f4\f4d9fe40bf8e2afe91b7264818a427e8539cbdb0 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1c\1cc11ae71c89b725c6dfe9d7c4852269dcc7e7e6 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c7\c73367e78c08ebb1311110d4bc255d79792f47b4 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\17\17c836e0eee8f559fff8f33952e4d4cbc6bccbf5 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a28a977ddaaa80085c4308316155d73d2d892515 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\34\343d51555572595abc2da83d7fe264ecf64a55a0 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0f\0f4f7231b987c176ed77a8eb0c6d372f72cf2123 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\1d\1d6f8d1b6f5821a323dbe05959c78ff2de2c9625 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\01\017bf0a5837d935920c7753a5a37d8d96bb421a9 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ab\ab254bf524e9272ae8d63472f7954525a5b43918 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Attempting to download C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\32\3277e77445aa66d6bdd0f1ebf0efba9536e98e16 for job 'Resources'... (try 0)
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f6\f6c015779181d46436f56a40d920eced18e04adc for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\4b\4ba0378afa9f7df923bca0dae67ba95f48f89326 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f4\f4d9fe40bf8e2afe91b7264818a427e8539cbdb0 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\f1\f1fc5255491522456b42894592103546d661f638 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0f\0f4f7231b987c176ed77a8eb0c6d372f72cf2123 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a9\a9aa844f117633f93fb96655f38e580c8277ea1e for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\01\017bf0a5837d935920c7753a5a37d8d96bb421a9 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\21\211a6c5f750286cc19f1a05fc2c4e731f7474624 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\38\382dc5207de6751283800e4b936725027fd57d05 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\32\3277e77445aa66d6bdd0f1ebf0efba9536e98e16 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\ce\ce25fa84d68d0fb3b61443880e7e71e2e4188df3 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0b\0b4104b59d8bda392e9cf0de91de6f4e623aa40d for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\c7\c73367e78c08ebb1311110d4bc255d79792f47b4 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\b0\b0e2a2b6d35500cf8e7b42718c52f4022d2ddf3f for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\a2\a28a977ddaaa80085c4308316155d73d2d892515 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Finished downloading C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\7c\7c92ca4dcfc087acc81322cfa4b7a1cc508e4e24 for job 'Resources': Downloaded asset and hash matched successfully
[17:36:12 INFO]: Job 'Resources' finished successfully (took 0:00:06.639)
[17:36:12 INFO]: Launching game
[17:36:12 INFO]: Unpacking natives to C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-93118594210342
[17:36:12 INFO]: Launching in C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft
[17:36:12 INFO]: Half command: C:\Program Files\Java\jre1.8.0_102\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -Xms1G -Djava.library.path=C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-93118594210342 -cp C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.3\realms-1.9.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar net.minecraft.client.main.Main
[17:36:12 INFO]: Looking for orphaned versions to clean up...
[17:36:13 INFO]: Cleaning up orphaned object 036850bfd6facb158758cf65789d71a63e31143c
[17:36:13 INFO]: Cleaning up orphaned object 04638f8ebd8fdb28a300d5d7e8875b56fad3b467
[17:36:13 INFO]: Cleaning up orphaned object 0480a962353279014a2de7d94bbf8b795e222eb3
[17:36:13 INFO]: Cleaning up orphaned object 04cfe2cf622ca832f19b7e3993a629d9082ed2fd
[17:36:13 INFO]: Cleaning up orphaned object 04d7125b95629ab2d89c21669edaad83f418b119
[17:36:13 INFO]: Cleaning up orphaned object 05dab78ae9de14c1b5d6d4b4be8f43ee5d026d2d
[17:36:13 INFO]: Cleaning up orphaned object 062dcc955cd2ec76d099eee1b63237b0ec821b39
[17:36:13 INFO]: Cleaning up orphaned object 09f31e5f97e9c1c4dc623d9bee1987c486fdf490
[17:36:13 INFO]: Cleaning up orphaned object 0ad4c63d8b427b66946453c25c61009e201b1594
[17:36:13 INFO]: Cleaning up orphaned object 10347efd17b635978f87c8058d2a87452f915de0
[17:36:13 INFO]: Cleaning up orphaned object 150d2b02e811a6ea5a619a1ab488bf4bf8bfb6e9
[17:36:13 INFO]: Cleaning up orphaned object 1aca8c516d5a044ba261af68e90de85c71565b2b
[17:36:13 INFO]: Cleaning up orphaned object 1e11d9c5d21962fc223bc4b54021625617a6105a
[17:36:13 INFO]: Cleaning up orphaned object 1e7aa4fc237f0cfd4de0b8602d736d78acd48457
[17:36:13 INFO]: Cleaning up orphaned object 22d380be219de1b6947f19d85ddde7f8ab131eab
[17:36:13 INFO]: Cleaning up orphaned object 23022d6f37f21cb8d9a89f114d108a9f9d63808c
[17:36:13 INFO]: Cleaning up orphaned object 23d3164e336bea69077953da90aa51b852315994
[17:36:13 INFO]: Cleaning up orphaned object 2517714c99eea9331de83b6514008bc2f78bc26f
[17:36:13 INFO]: Cleaning up orphaned object 2616bc6fd51c280860d7daac9acafee5518f1501
[17:36:13 INFO]: Cleaning up orphaned object 286733003e0230bab5c354e648b5e7a2e7bc3fc1
[17:36:13 INFO]: Cleaning up orphaned object 2d7f43f741c7cdcbcaf8b5597791b3392469c038
[17:36:13 INFO]: Cleaning up orphaned object 2e1e60ec01b865e07c3b36417f8a0a8e46c28d89
[17:36:13 INFO]: Cleaning up orphaned object 30ac5561908f58a06f907cff09dc422211c46272
[17:36:13 INFO]: Cleaning up orphaned object 33432ac2753ede66c0b426043631fc6a5209262b
[17:36:13 INFO]: Cleaning up orphaned object 33cae65505d1762fc29705523db11c6dee12e7f9
[17:36:13 INFO]: Cleaning up orphaned object 35f12ee438392bcb0409bb67a0a51e664ed2bb3f
[17:36:13 INFO]: Cleaning up orphaned object 361e1670622473310be84d6d926f23074ef69c3c
[17:36:13 INFO]: Cleaning up orphaned object 3c004b7c25145fe8e029f5d8267cec468c4289aa
[17:36:13 INFO]: Cleaning up orphaned object 3d2ab1d5629af1d788ee732e9fd7dbc090d2e7f3
[17:36:13 INFO]: Cleaning up orphaned object 3db9bcdc3d1a2c2afeef837ca40c0c793c7cf6b3
[17:36:13 INFO]: Cleaning up orphaned object 40adcccfe95d52acfa7914697b86ad52fb82602f
[17:36:13 INFO]: Cleaning up orphaned object 4111bdf502005603b375d724a8f17638c44af3fe
[17:36:13 INFO]: Cleaning up orphaned object 4660ab6d8f1f925cbeb2f6bef87557c55d839f9f
[17:36:13 INFO]: Cleaning up orphaned object 467e018bf54199e061dbbc580e079acdd2eb144f
[17:36:13 INFO]: Cleaning up orphaned object 472e20f6a11a5d5dab7e7ba4ceff25dab1695ce1
[17:36:13 INFO]: Cleaning up orphaned object 4999b0b8bb0dbe9f2d8f50db3719aa5591922851
[17:36:13 INFO]: Cleaning up orphaned object 49c4af2d46a64fe35de0d5a2b5809580d3d8b1c9
[17:36:13 INFO]: Cleaning up orphaned object 4a6839053933d872b979378f756356c6ecaf29c3
[17:36:13 INFO]: Cleaning up orphaned object 4c02ca4b077c562e68d628e499a82b5e768b9ef5
[17:36:13 INFO]: Cleaning up orphaned object 4ea96b36fd00303e68e5cfda4b2e3258241a5f51
[17:36:13 INFO]: Cleaning up orphaned object 5f0cb68f5e895d12609565b2d221224d4bb32ac2
[17:36:13 INFO]: Cleaning up orphaned object 629607d1e60cbec0fc39c5498c2ab497b64c2f08
[17:36:13 INFO]: Cleaning up orphaned object 6bb60a60b9ecee16a548f0f1705e015b35be2d7a
[17:36:13 INFO]: Cleaning up orphaned object 6d445fcfad447c0de3c547268dde8316862b6cf2
[17:36:13 INFO]: Cleaning up orphaned object 6db34ddb13bacdc458985e3f7c5a1d2cac3807f1
[17:36:13 INFO]: Cleaning up orphaned object 6dff3bc2ab1c2ac7e522fd99a1a1db5307282a45
[17:36:13 INFO]: Cleaning up orphaned object 6e1dc03031d362b6aa3846ca6577d92a7c4448c1
[17:36:13 INFO]: Cleaning up orphaned object 706c3bd54ec590d9419034163665ec27446fee76
[17:36:13 INFO]: Cleaning up orphaned object 75157cb281ce0885edd8354420892b261058d10e
[17:36:13 INFO]: Cleaning up orphaned object 75786ba965f246c7ac4c5cef5e610e688cd72064
[17:36:13 INFO]: Cleaning up orphaned object 7852c28a1bb4d9ce8eb4d111ed8bb19441ba3212
[17:36:13 INFO]: Cleaning up orphaned object 7952f3736310d2920674263efefa02a5846d5d7a
[17:36:13 INFO]: Cleaning up orphaned object 7963c20120020cfbb5c9651b20f0018eee1f998b
[17:36:13 INFO]: Cleaning up orphaned object 7c0725ad866b77ac799eaa51689cac94c9fcdb94
[17:36:13 INFO]: Cleaning up orphaned object 7e21359b5080c4b24218dd2cf66218a55a9ea6d4
[17:36:13 INFO]: Cleaning up orphaned object 80936d641f8ed1ca64c92614f266b350b38f5f15
[17:36:13 INFO]: Cleaning up orphaned object 8472969d4f7a9600f7f1c03a6d8b6622b6cd4c13
[17:36:13 INFO]: Cleaning up orphaned object 851cfb871296f200082142600b58f7b21aabd123
[17:36:13 INFO]: Cleaning up orphaned object 87f17df6df2ac62f7475d1884ed5b52322099f62
[17:36:13 INFO]: Cleaning up orphaned object 9056ddfbfa0333af30ae7661eb9143cb84d391a0
[17:36:13 INFO]: Cleaning up orphaned object 9284bd324f95c3d8a49d88aa823365511e55c925
[17:36:13 INFO]: Cleaning up orphaned object 954ae6fe2d6268b0c5eb022f5afdf736e73bc52c
[17:36:13 INFO]: Cleaning up orphaned object 9601c2248bdf1041ebaccf5fe2a9e9f8bf541f89
[17:36:13 INFO]: Cleaning up orphaned object 99fec4885c297b60392052dcd4d4f4d60915be86
[17:36:13 INFO]: Cleaning up orphaned object 9a70eadcab2be87389c05b13ccf9671f1e2551ff
[17:36:13 INFO]: Cleaning up orphaned object 9bd82102dd2516ba5b806e5070fd0b9d5ea1101e
[17:36:13 INFO]: Cleaning up orphaned object 9d2a5259689198d559d69c2464616ff8a563f4a2
[17:36:13 INFO]: Cleaning up orphaned object 9d5785e6d15a40bc39c05998d9d77718d151069a
[17:36:13 INFO]: Cleaning up orphaned object 9e0635351ad8a68c308f8835e220ac0bc95ed9e4
[17:36:13 INFO]: Cleaning up orphaned object 9fca0f6d64892d68cee995be0e078001e643ec1f
[17:36:13 INFO]: Cleaning up orphaned object a1a122e5e1ee9d22327895e7f0305b1d135fb394
[17:36:13 INFO]: Cleaning up orphaned object a3238c79bb506c6c3162f1704c4d861519e6bb57
[17:36:13 INFO]: Cleaning up orphaned object a431556e67fae6ecde8c88d8a673dde71045595d
[17:36:13 INFO]: Cleaning up orphaned object a51737102f63d03f2d90deec4e62dd1cb9fac583
[17:36:13 INFO]: Cleaning up orphaned object a5f76b0c8216ad9e5ece38ab7fdbdac465acbed3
[17:36:13 INFO]: Cleaning up orphaned object a70088daa993087bb11a4c4bea0eca0f8329aa5e
[17:36:13 INFO]: Cleaning up orphaned object a8234ab0a0ce82676b5052a7f69b958292a5483a
[17:36:13 INFO]: Cleaning up orphaned object aa895d124cc311d43dc4e49123afd253d4f46ce5
[17:36:13 INFO]: Cleaning up orphaned object aaf5ac2b211b148108a827a26537cb568cb34d39
[17:36:13 INFO]: Cleaning up orphaned object aebe8245adfd226426c0e939efac0ca8568c0634
[17:36:13 INFO]: Cleaning up orphaned object af697bbf29c0a9f1bf41d17e6a07f07bb3778c1d
[17:36:13 INFO]: Cleaning up orphaned object afe69d96277176084533724e834ee495bf0f0863
[17:36:13 INFO]: Cleaning up orphaned object b754bb37d46c22a899d44b83548891a381887319
[17:36:13 INFO]: Cleaning up orphaned object bce220b22a905e5537c0aa4a28ff959e287bcd3a
[17:36:13 INFO]: Cleaning up orphaned object be7ca28cb733e54fe253106af388c378d5782c7a
[17:36:13 INFO]: Cleaning up orphaned object c2eb6e10ca0fe649c278824f5b19711bf91fb3a2
[17:36:13 INFO]: Cleaning up orphaned object c3cd368bccf0a715194cc80a7f5406d9168455a8
[17:36:13 INFO]: Cleaning up orphaned object c3e7bc73224e17c03aa7c651e2d7d4783e0b4cd3
[17:36:13 INFO]: Cleaning up orphaned object c4147827ed82f0989578aa8e49261c6ed26f2659
[17:36:13 INFO]: Cleaning up orphaned object c579e520d3942dcdf8272940765eb96a01fa2645
[17:36:13 INFO]: Cleaning up orphaned object ca357c58bf25752ab7bb52f556c9830ff0bf8e01
[17:36:13 INFO]: Cleaning up orphaned object cd4aeb88c6314199366c8ac6b1ffbd6abfa19d9f
[17:36:13 INFO]: Cleaning up orphaned object cd5fe733cb5729f24bad2306bc81b480f355df77
[17:36:13 INFO]: Cleaning up orphaned object d1e42a2100f5d0ac5b581ce58baec1f4749429e5
[17:36:13 INFO]: Cleaning up orphaned object d57f6d2a5c70ca9426b3753d3d8c9d75eaf90f7f
[17:36:13 INFO]: Cleaning up orphaned object dc9a984dc290c6e7cc0bc7072d7886078b6fdf9d
[17:36:13 INFO]: Cleaning up orphaned object dea96c11b5f3a5a842779a77106793b59836a89c
[17:36:13 INFO]: Cleaning up orphaned object e83685fe8cb70a5e81eb82b532bee1f19a86ba4b
[17:36:13 INFO]: Cleaning up orphaned object ef485452d585e0efb750fef18c8b99e1a9c20901
[17:36:13 INFO]: Cleaning up orphaned object f00dd55706715315b40fa23368ab566099abcb68
[17:36:13 INFO]: Cleaning up orphaned object f148ca38ab830e85111fd1f91fe48d3efa750c34
[17:36:13 INFO]: Cleaning up orphaned object f258e73a6753a76e9e3a8d3fc4401685d86c7573
[17:36:13 INFO]: Cleaning up orphaned object f2a42738fce7e9df9947743e115e132676c50dc9
[17:36:13 INFO]: Cleaning up orphaned object f846656649c2bd029f3c793628904d48fd9e7152
[17:36:13 INFO]: Cleaning up orphaned object fb1513f68fc93296f50cc47c91df75ea4f7e0b17
[17:36:13 INFO]: Cleaning up orphaned object fb38eaa783d56ccae908228dd9d031a00d756f2a
[17:36:13 INFO]: Cleaning up orphaned object fd8158b1180666cc9f2ffde72e9bd0d3e9c51c5d
[17:36:13 INFO]: Cleaning up orphaned object ffb84a5cb1aacf4182a524b66c4ef6175235e98a
[17:36:13 INFO]: Cleaning up orphaned object ffe8febc98eb64a3b940a81425bf5009b8d0135d
[17:36:14 INFO]: Deleted empty directory C:\Users\Baron Formaldehyde\AppData\Roaming\.minecraft\assets\objects\0a
[17:36:15 INFO]: Looking for old natives & assets to clean up...
Re-install?
I've done that, but I might try it again anyway.
Set it so that your launcher stays open when your minecraft game opens.
Watch what the log says in the launcher while "Building Terrain" is up. It could be setting up your spawn point and finalizing world settings in the background without you knowing it.
This is the perfect way to troubleshoot problems, as the launcher will likely tell you exactly what is happening, when, and where.
Provided you know how to read, that is, haha!
It's probably Avast. It was stopping my Minecraft from connecting to the Inteenet. Turn off Firewall in avast. Avasts Firewall is off but not your Windows firewall. Shady thinks it's making computer harming worlds.
I really appreciate the optimism, really. Unfortunately, the launcher doesn't tell me much. When I make a world, it says it's building it up and goes through the percentages (17%, 23%, 41%, etc) and when it gets to the 90s, it just freeze, stop responding, and I have to tell Windows to force close it. The launcher says nothing else after that last percentage.