Did you read them? I mean, the first clearly states the objective, and both the versions of MLG and minecraft_server. Though I never specified "vanilla," I would have thought that to be assumed when no mods were mentioned.
My point in the posts is to point out issues that I encountered with using the program. The generation is happening just fine, I confirmed that with the use of the uNmINeD mapping program. Just as stated there seems to be a problem when generating areas between 15k x 15k and 21k x 21k where the server has a lot of trouble functioning. After 22k x 22k the trouble seems to have gone away.
My aim is to see if the trouble has been seen elsewhere, while giving as much detail about how I've been troubleshooting it so that if someone were to have it later, they would have help.
In my first attempt i went from a world of 6k x 6k straight to 20k x 20k. As I learned that the program is smart about generating terrain, I decided to try again, making the increases sequential. I started at 2k x 2k in steps of 1k up to 15k which generated in the described 4-10 second range. However, as soon as I got to generating 15k x 15k, the server slowed way down to 50-70 second generations. This behaviour continued until 22k where it picked back up to 4-10 seconds.
This came with another behaviour that made using MLG on windows (at least win7 x64) nearly impossible between 15k and 22k: the phantom level.dat not found IOException that Java threw between server runs. Which is why I switched to Linux to complete the task in the first place. And though the problem still existed in the Linux environment, it was much more rare, and resulted in level.dat actually being destroyed.
It could be that minecraft_server 1.11 has a problem with worlds in the range of 225M-441M blocks. It could be a problem with MLG that the devs might like to know about. I certainly liked it when people told me about bugs with CreativeMode+. It could be both, but no one will know if no one reports it.
EDIT: SEVERE ISSUE
Well I have an idea about what's going on with the File not Found IOException that MLG is giving. I had assumed that the level_backup.dat would restore the original level information, as stated in the documentation for the program. This IS the case when the program completes successfully. However, in the case of the IOException, the reason why the file is lost is that level_backup.dat is overwritten by the next render location MLG is trying to process. i found this after restoring level.dat from level_backup.dat and loading the world in a mapping program, only to find the spawn of 201, 251 with both x and z coordinates larger that 10000.
The behaviour was noticed in Linux.
creating a pregenerated land in what minecraft version?
the way you describe your problem, it sound like your step by step is not all correct. if you wanted to use minecraft 1.10.2 or are you trying to use a modded minecraft 1.7.10 or 1.10.2 to pregenerate lands in server..
please let me know if you want to know the correct steps.
To whom are you addressing? 1455, 1456, or 1457/8?
Is it typical for render iterations to go from ~4 seconds to ~60 seconds when working with a large world (rendering 20k x 20k and beyond)?
Rendering 3k -> 4k -> 5k -> ... -> 15k resulted in iterations ranging from 4 - 8 seconds. However, 15k -> 20k took 18 hours and ended up with iterations of 50 - 70 seconds. Thinking it may be the computer, I shut down and came back some time later and tried 20k -> 21k, for a total of 648 renders. At an average of 10 seconds per server run (6 seconds render and 4 in between for stopping and starting), I guessed it should take 1.8 hours. However, when MLG was started again, the render times were again in the 50 - 70 second range.
EDIT: I should also mention that when renders take 50 - 70 seconds, the server also seems to have problems shutting down. Stalling for another 60 - inf seconds...
I'm trying to generate a 20k x 20k, possibly ending up with a 50k x 50k with MLG 1.7.6 and minecraft_server 1.11. The program had started and stopped the server multiple times, until it got a Java exception, stating that level.dat did not exist. Looking at my files in my world folder shows that the file does exist, despite the exception. I re-ran the program several times after getting the exception resulting in only one iteration happening.
This is what the typical output looks like:
Minecraft Land Generator - Run MLG - Windows
D:\temp\minecraft\MLG\
[MLG] Minecraft Land Generator version 1.7.6
[MLG] BuildID: (1421666774000)
[MLG] This version was last modified on Monday, January 19, 2015 at 6:26 AM, Eas
tern Standard Time
[MLG]
[MLG] Uses a Minecraft server to generate square land of a specified size.
[MLG]
[MLG]
[MLG] Please Enter the size of world you want. Example: X:1000 Z:1000
[MLG] X:20000
[MLG] Z:20000
[MLG-ERROR] There is a level_backup.dat file left over from a previous attempt t
hat failed.
[MLG] Resuming...
[MLG] Processing world ".\NeoExile", in 380 block increments, with: java -Djava.
awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en
-Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui
[MLG]
[Server] [Server thread/INFO]: Starting minecraft server version 1.11
[MLG] NeoExile: Overworld:
[MLG] 62%...
[Server] Done (1.379s)
[MLG] Saving server data...
[MLG] Stopping server... (Please Wait...)
[MLG]
[MLG] Backing up level.dat to level_backup.dat.
[MLG]
[MLG] Seed: 2103182586418452346
[MLG] Spawn point detected: [X,Y,Z] [204,64,244]
[MLG]
[MLG] Calculating Spawn Points...
[MLG] Setting spawn to [X,Y,Z]: [-9592,64,-7344] (1 of 2710) 0.0% Done
[MLG] Estimated time remaining: 1 Hour, 32 Minutes
[Server] [Server thread/INFO]: Starting minecraft server version 1.11
[MLG] NeoExile: Overworld:
[MLG] 85%...
[Server] Done (6.797s)
[MLG] Saving server data...
[MLG] Stopping server... (Please Wait...)
[MLG]
[MLG] Setting spawn to [X,Y,Z]: [-9592,64,-6964] (2 of 2710) 0.03% Done
[MLG] Estimated time remaining: 3 Hours, 53 Minutes
Nov 25, 2016 3:32:03 PM morlok8k.MinecraftLandGenerator.Main runCLI
SEVERE: .\NeoExile\level.dat (The system cannot find the file specified)
java.io.FileNotFoundException: .\NeoExile\level.dat (The system cannot find the
file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.(Unknown Source)
at morlok8k.MinecraftLandGenerator.SpawnPoint.setSpawn(SpawnPoint.java:9
7)
at morlok8k.MinecraftLandGenerator.Main.runCLI(Main.java:379)
at morlok8k.MinecraftLandGenerator.Main.main(Main.java:132)
D:\temp\minecraft\MLG>
EDIT: Solved the issue, mostly, by switching to Linux. Still rarely throws the exception but the file is legitimately destroyed in the case of Linux.
------------------
System Information
------------------
Time of this report: 1/3/2016, 22:31:38
Machine name: VICO
Operating System: Windows 7 Professional 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.150525-0603)
Language: English (Regional Setting: English)
System Manufacturer: Hewlett-Packard
System Model: HP ProBook 450 G1
BIOS: Default System BIOS
Processor: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz (4 CPUs), ~2.5GHz
Memory: 8192MB RAM
Available OS Memory: 8074MB RAM
Page File: 5844MB used, 10299MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Display Tab 2: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Sound Tab 3: No problems found.
Input Tab: No problems found.
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Audio Renderers:
Speakers (Logitech USB Headset ,0x00200000,1,0,quartz.dll,6.06.7601.18741
Communication Headphones (2- ID,0x00200000,1,0,quartz.dll,6.06.7601.18741
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Communication Headphones (2- IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Speakers (Logitech USB Headset H540),0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Speakers / HP (2- IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.7601.18741
Speakers / HP (2- IDT High Defi,0x00200000,1,0,quartz.dll,6.06.7601.18741
---------------
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
I updated to the latest version of Java, uninstalled and re-installed Java, uninstalled and re-installed Minecraft, and then reverted to the previous set of graphics drivers and re-updated. The only changed that affected the crashing was the updated graphics drivers.
The Launcher renders this upon attempting to start the game splash screen:
[01:45:44] [Client thread/INFO]: Setting user: neinome
[01:45:44] [Client thread/INFO]: (Session ID is token:78746633980a4aa18511ecc777e06da3:9112e4d90e724a839687c3947a03aec0)
[01:45:45] [Client thread/INFO]: LWJGL Version: 2.9.4
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=1200, tid=928
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\neinome\AppData\Roaming\.minecraft\hs_err_pid1200.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
The contents of "hs_err_pid1200.log" are:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=1200, tid=928
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x000000000044e800): JavaThread "Client thread" [_thread_in_native, id=928, stack(0x0000000002330000,0x0000000002430000)]
RAX=0x000000000242dfb4 is pointing into the stack for thread: 0x000000000044e800
RBX=0x000007fefef00000 is an unknown value
RCX=0x000000000242dfb0 is pointing into the stack for thread: 0x000000000044e800
RDX=0x0000000000000000 is an unknown value
RSP=0x000000000242df68 is pointing into the stack for thread: 0x000000000044e800
RBP=0x000000000242e070 is pointing into the stack for thread: 0x000000000044e800
RSI=0x000007fef073fa00 is an unknown value
RDI=0x000000000242e5e0 is pointing into the stack for thread: 0x000000000044e800
R8 =0x0000000000000140 is an unknown value
R9 =0x0000000000000006 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x000000000242dfb4 is pointing into the stack for thread: 0x000000000044e800
R12=0x000000000242e850 is pointing into the stack for thread: 0x000000000044e800
R13=0x000007fef8cc53cc is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x00000000ffffff00 is an unallocated location in the heap
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 61071K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 45% used [0x00000000c0000000, 0x00000000c2ee3d50, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffff0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 37892K, used 36184K [0x00000000c8000000, 0x00000000ca501000, 0x0000000100000000)
Metaspace used 20401K, capacity 20588K, committed 20736K, reserved 1067008K
class space used 2711K, capacity 2784K, committed 2816K, reserved 1048576K
GC Heap History (6 events):
Event: 1.455 GC heap before
{Heap before GC invocations=0 (full 0):
par new generation total 118016K, used 104960K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 6144K, used 0K [0x00000000c8000000, 0x00000000c8600000, 0x0000000100000000)
Metaspace used 16426K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
Event: 1.517 GC heap after
Heap after GC invocations=1 (full 0):
par new generation total 118016K, used 13056K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 19776K, used 15838K [0x00000000c8000000, 0x00000000c9350000, 0x0000000100000000)
Metaspace used 16426K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
}
Event: 2.082 GC heap before
{Heap before GC invocations=1 (full 0):
par new generation total 118016K, used 118016K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 19776K, used 15838K [0x00000000c8000000, 0x00000000c9350000, 0x0000000100000000)
Metaspace used 16429K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
Event: 2.124 GC heap after
Heap after GC invocations=2 (full 0):
par new generation total 118016K, used 8510K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 65% used [0x00000000c6680000, 0x00000000c6ecf950, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 31556K, used 28902K [0x00000000c8000000, 0x00000000c9ed1000, 0x0000000100000000)
Metaspace used 16429K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
}
Event: 2.608 GC heap before
{Heap before GC invocations=2 (full 1):
par new generation total 118016K, used 113470K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 65% used [0x00000000c6680000, 0x00000000c6ecf950, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 31556K, used 28902K [0x00000000c8000000, 0x00000000c9ed1000, 0x0000000100000000)
Metaspace used 17276K, capacity 17474K, committed 17664K, reserved 1064960K
class space used 2214K, capacity 2301K, committed 2304K, reserved 1048576K
Event: 2.640 GC heap after
Heap after GC invocations=3 (full 1):
par new generation total 118016K, used 13055K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffff0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 37892K, used 36184K [0x00000000c8000000, 0x00000000ca501000, 0x0000000100000000)
Metaspace used 17276K, capacity 17474K, committed 17664K, reserved 1064960K
class space used 2214K, capacity 2301K, committed 2304K, reserved 1048576K
}
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.66-b18) for windows-amd64 JRE (1.8.0_66-b18), built on Nov 9 2015 10:51:13 by "java_re" with MS VC++ 10.0 (VS2010)
time: Sun Jan 03 01:45:45 2016
elapsed time: 3 seconds (0d 0h 0m 3s)
It _should_ be possible to compile this product to a Mac OS binary with the Mono framework. I don't have access to any systems with that OS, so I am not able to compile it myself. If you email [email protected] with the heading "Creative Mode Plus for Mac OS" I can send you the project.
I'm thinking about removing the progress bar, as it only bottlenecks the sections of code in which it is used. I'm posting this to get people's opinions on the matter, would the extra speed (effectively loading and saving will take about 2 seconds, instead of almost 20, if it is removed) be more helpful than seeing the progress of the background actions?
Edit: I've gotten the time down to about 4 seconds now, but I still would like to know it 2 seconds would make that much of a difference to anyone.
Let me introduce to you a new Map Editor: Creative Mode Plus. I've created this to make building structures in Minecraft much easier, because I was not satisfied with the other options out there. I'm hope you all will find this helpful. I would like to note that I don't recommend this for redstone, because this does not update, and minecraft will not update anything put into a world in that respect.
What you can do is quickly create structures both on a off ground. You can make any type of hostile mob spawner, including Giants, Ghasts, and the Ender Dragon. You can quickly clear out regions of unwanted blocks, or even just completely clear them out.
I have a set of three pistons that I am trying to make extend and retract. They extend as I would expect, but they do not retract as intended, because two maintain powered status even after they should have lost power. I've put a sustain circuit on the top and have noticed that the amount of time that the others stay on is identical to the amount of time that the first is sustained. This should not be happening, as the three branches all have diodes (redstone repeaters) preventing signal leaks.
I started a server with my friends during 1.2.5, but now that we've updated to 1.3.1, they will sometimes be placed into the void when entering the nether. This happens mostly when they have enchanted equipment. I have not had this happen to me, but I do find myself with the nether refusing to render when entering about 50% of the time.
I've tried to replicate this on the single-player side, but it doesn't exhibit the behaviour. I also reset the nether to see if that would help, but it did not.
0
Did you read them? I mean, the first clearly states the objective, and both the versions of MLG and minecraft_server. Though I never specified "vanilla," I would have thought that to be assumed when no mods were mentioned.
My point in the posts is to point out issues that I encountered with using the program. The generation is happening just fine, I confirmed that with the use of the uNmINeD mapping program. Just as stated there seems to be a problem when generating areas between 15k x 15k and 21k x 21k where the server has a lot of trouble functioning. After 22k x 22k the trouble seems to have gone away.
My aim is to see if the trouble has been seen elsewhere, while giving as much detail about how I've been troubleshooting it so that if someone were to have it later, they would have help.
In my first attempt i went from a world of 6k x 6k straight to 20k x 20k. As I learned that the program is smart about generating terrain, I decided to try again, making the increases sequential. I started at 2k x 2k in steps of 1k up to 15k which generated in the described 4-10 second range. However, as soon as I got to generating 15k x 15k, the server slowed way down to 50-70 second generations. This behaviour continued until 22k where it picked back up to 4-10 seconds.
This came with another behaviour that made using MLG on windows (at least win7 x64) nearly impossible between 15k and 22k: the phantom level.dat not found IOException that Java threw between server runs. Which is why I switched to Linux to complete the task in the first place. And though the problem still existed in the Linux environment, it was much more rare, and resulted in level.dat actually being destroyed.
It could be that minecraft_server 1.11 has a problem with worlds in the range of 225M-441M blocks. It could be a problem with MLG that the devs might like to know about. I certainly liked it when people told me about bugs with CreativeMode+. It could be both, but no one will know if no one reports it.
EDIT: SEVERE ISSUE
0
To whom are you addressing? 1455, 1456, or 1457/8?
0
Is it typical for render iterations to go from ~4 seconds to ~60 seconds when working with a large world (rendering 20k x 20k and beyond)?
Rendering 3k -> 4k -> 5k -> ... -> 15k resulted in iterations ranging from 4 - 8 seconds. However, 15k -> 20k took 18 hours and ended up with iterations of 50 - 70 seconds. Thinking it may be the computer, I shut down and came back some time later and tried 20k -> 21k, for a total of 648 renders. At an average of 10 seconds per server run (6 seconds render and 4 in between for stopping and starting), I guessed it should take 1.8 hours. However, when MLG was started again, the render times were again in the 50 - 70 second range.
EDIT: I should also mention that when renders take 50 - 70 seconds, the server also seems to have problems shutting down. Stalling for another 60 - inf seconds...
0
I'm trying to generate a 20k x 20k, possibly ending up with a 50k x 50k with MLG 1.7.6 and minecraft_server 1.11. The program had started and stopped the server multiple times, until it got a Java exception, stating that level.dat did not exist. Looking at my files in my world folder shows that the file does exist, despite the exception. I re-ran the program several times after getting the exception resulting in only one iteration happening.
This is what the typical output looks like:
D:\temp\minecraft\MLG\
[MLG] Minecraft Land Generator version 1.7.6
[MLG] BuildID: (1421666774000)
[MLG] This version was last modified on Monday, January 19, 2015 at 6:26 AM, Eas
tern Standard Time
[MLG]
[MLG] Uses a Minecraft server to generate square land of a specified size.
[MLG]
[MLG]
[MLG] Please Enter the size of world you want. Example: X:1000 Z:1000
[MLG] X:20000
[MLG] Z:20000
[MLG-ERROR] There is a level_backup.dat file left over from a previous attempt t
hat failed.
[MLG] Resuming...
[MLG] Processing world ".\NeoExile", in 380 block increments, with: java -Djava.
awt.headless=true -Djline.terminal=jline.UnsupportedTerminal -Duser.language=en
-Xms1024m -Xmx1024m -Xincgc -jar minecraft_server.jar nogui
[MLG]
[Server] [Server thread/INFO]: Starting minecraft server version 1.11
[MLG] NeoExile: Overworld:
[MLG] 62%...
[Server] Done (1.379s)
[MLG] Saving server data...
[MLG] Stopping server... (Please Wait...)
[MLG]
[MLG] Backing up level.dat to level_backup.dat.
[MLG]
[MLG] Seed: 2103182586418452346
[MLG] Spawn point detected: [X,Y,Z] [204,64,244]
[MLG]
[MLG] Calculating Spawn Points...
[MLG] Setting spawn to [X,Y,Z]: [-9592,64,-7344] (1 of 2710) 0.0% Done
[MLG] Estimated time remaining: 1 Hour, 32 Minutes
[Server] [Server thread/INFO]: Starting minecraft server version 1.11
[MLG] NeoExile: Overworld:
[MLG] 85%...
[Server] Done (6.797s)
[MLG] Saving server data...
[MLG] Stopping server... (Please Wait...)
[MLG]
[MLG] Setting spawn to [X,Y,Z]: [-9592,64,-6964] (2 of 2710) 0.03% Done
[MLG] Estimated time remaining: 3 Hours, 53 Minutes
Nov 25, 2016 3:32:03 PM morlok8k.MinecraftLandGenerator.Main runCLI
SEVERE: .\NeoExile\level.dat (The system cannot find the file specified)
java.io.FileNotFoundException: .\NeoExile\level.dat (The system cannot find the
file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.(Unknown Source)
at morlok8k.MinecraftLandGenerator.SpawnPoint.setSpawn(SpawnPoint.java:9
7)
at morlok8k.MinecraftLandGenerator.Main.runCLI(Main.java:379)
at morlok8k.MinecraftLandGenerator.Main.main(Main.java:132)
D:\temp\minecraft\MLG>
EDIT: Solved the issue, mostly, by switching to Linux. Still rarely throws the exception but the file is legitimately destroyed in the case of Linux.
0
Here's the DxDiag log:
------------------
System Information
------------------
Time of this report: 1/3/2016, 22:31:38
Machine name: VICO
Operating System: Windows 7 Professional 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.150525-0603)
Language: English (Regional Setting: English)
System Manufacturer: Hewlett-Packard
System Model: HP ProBook 450 G1
BIOS: Default System BIOS
Processor: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz (4 CPUs), ~2.5GHz
Memory: 8192MB RAM
Available OS Memory: 8074MB RAM
Page File: 5844MB used, 10299MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Display Tab 2: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Sound Tab 3: No problems found.
Input Tab: No problems found.
--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
---------------
Display Devices
---------------
Card name: Intel(R) HD Graphics 4600
Manufacturer: Intel Corporation
Chip type: Intel(R) HD Graphics Family
DAC type: Internal
Device Key: Enum\PCI\VEN_8086&DEV_0416&SUBSYS_1940103C&REV_06
Display Memory: 752 MB
Dedicated Memory: 1068 MB
Shared Memory: 3780 MB
Current Mode: 1920 x 1200 (32 bit) (59Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: DELL U2412M
Monitor Id: DELA07A
Native Mode: 1920 x 1200(p) (59.950Hz)
Output Type: HDMI
Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
Driver File Version: 10.18.0014.4139 (English)
Driver Version: 10.18.14.4139
DDI Version: 11
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 4/2/2015 17:37:36, 24816336 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B78E66-4756-11CF-1976-4A39B8C2C535}
Vendor ID: 0x8086
Device ID: 0x0416
SubSys ID: 0x1940103C
Revision ID: 0x0006
Driver Strong Name: oem2.inf:IntelGfx.NTamd64.6.1:iHSWM_w7:10.18.14.4139:pci\ven_8086&dev_0416&subsys_1940103c
Rank Of Driver: 00E60001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
Card name: Intel(R) HD Graphics 4600
Manufacturer: Intel Corporation
Chip type: Intel(R) HD Graphics Family
DAC type: Internal
Device Key: Enum\PCI\VEN_8086&DEV_0416&SUBSYS_1940103C&REV_06
Display Memory: 752 MB
Dedicated Memory: 1068 MB
Shared Memory: 3780 MB
Current Mode: 1920 x 1200 (32 bit) (59Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: DELL U2412M
Monitor Id: DELA079
Native Mode: 1920 x 1200(p) (59.950Hz)
Output Type: HD15
Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
Driver File Version: 10.18.0014.4139 (English)
Driver Version: 10.18.14.4139
DDI Version: 11
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 4/2/2015 17:37:36, 24816336 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B78E66-4756-11CF-1976-4A39B8C2C535}
Vendor ID: 0x8086
Device ID: 0x0416
SubSys ID: 0x1940103C
Revision ID: 0x0006
Driver Strong Name: oem2.inf:IntelGfx.NTamd64.6.1:iHSWM_w7:10.18.14.4139:pci\ven_8086&dev_0416&subsys_1940103c
Rank Of Driver: 00E60001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
-------------
Sound Devices
-------------
Description: Speakers (Logitech USB Headset H540)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: USB\VID_046D&PID_0A37&REV_0116&MI_00
Manufacturer ID: 65535
Product ID: 65535
Type: WDM
Driver Name: USBAUDIO.sys
Driver Version: 6.01.7601.18208 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 7/12/2013 05:40:58, 109824 bytes
Other Files:
Driver Provider: Microsoft
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
Description: Speakers / HP (2- IDT High Definition Audio CODEC)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_76E0&SUBSYS_103C1940&REV_1003
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: stwrt64.sys
Driver Version: 6.10.6496.0000 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/7/2013 01:07:24, 551936 bytes
Other Files:
Driver Provider: IDT
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
Description: Communication Headphones (2- IDT High Definition Audio CODEC)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_76E0&SUBSYS_103C1940&REV_1003
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: stwrt64.sys
Driver Version: 6.10.6496.0000 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 11/7/2013 01:07:24, 551936 bytes
Other Files:
Driver Provider: IDT
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 (Logitech USB Headset H540)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: USBAUDIO.sys
Driver Version: 6.01.7601.18208 (English)
Driver Attributes: Final Retail
Date and Size: 7/12/2013 05:40:58, 109824 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF
Description: Internal Microphone Array (2- IDT High Definition Audio CODEC)
Default Sound Capture: No
Default Voice Capture: No
Driver Name: stwrt64.sys
Driver Version: 6.10.6496.0000 (English)
Driver Attributes: Final Retail
Date and Size: 11/7/2013 01:07:24, 551936 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Logitech USB Headset H540
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0x0A37
FF Driver: n/a
Device Name: Gaming Mouse G300
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC246
FF Driver: n/a
Poll w/ Interrupt: No
-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x8C2D
| Matching Device ID: usb\root_hub20
| Service: usbhub
| Driver: usbhub.sys, 11/26/2013 20:41:37, 343040 bytes
| Driver: usbd.sys, 11/26/2013 20:41:03, 7808 bytes
|
+-+ Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x8008
| | Location: Port_#0001.Hub_#0001
| | Matching Device ID: usb\class_09
| | Service: usbhub
| | Driver: usbhub.sys, 11/26/2013 20:41:37, 343040 bytes
----------------
Gameport Devices
----------------
------------
PS/2 Devices
------------
+ Standard 101/102-Key or Microsoft Natural PS/2 Keyboard for HP Hotkey Support
| Matching Device ID: *pnp0303
| Upper Filters: HpqKbFiltr
| Service: i8042prt
| Driver: HpqKbFiltr.sys, 11/19/2013 13:25:50, 26936 bytes
| Driver: i8042prt.sys, 7/13/2009 18:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
| Driver: wdfcoinstaller01011.dll, 4/16/2013 18:33:10, 1795952 bytes
|
+ HID Keyboard Device
| Vendor/Product ID: 0x046D, 0xC246
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 11/20/2010 22:23:47, 33280 bytes
| Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/13/2009 18:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
|
+ Synaptics PS/2 Port TouchPad
| Matching Device ID: acpi\syn3010
| Upper Filters: SynTP
| Service: i8042prt
|
+ HID-compliant mouse
| Vendor/Product ID: 0x046D, 0xC246
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
| Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/20/2010 22:23:47, 63360 bytes
| Driver: sermouse.sys, 7/13/2009 19:00:20, 26624 bytes
| Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 473.4 GB
Total Space: 715.4 GB
File System: NTFS
Model: HGST HTS541075A9E680 SCSI Disk Device
Drive: D:
Model: hp CDDVDW SU-208FB SCSI CdRom Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 147456 bytes
--------------
System Devices
--------------
Name: Intel(R) HM87 LPC Controller - 8C4B
Device ID: PCI\VEN_8086&DEV_8C4B&SUBSYS_1940103C&REV_04\3&21436425&0&F8
Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 20:48:27, 15424 bytes
Name: Intel(R) 8 Series/C220 Series USB EHCI #1 - 8C26
Device ID: PCI\VEN_8086&DEV_8C26&SUBSYS_1940103C&REV_04\3&21436425&0&E8
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/26/2013 20:41:11, 53248 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 20:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 20:41:37, 343040 bytes
Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #6 - 8C1A
Device ID: PCI\VEN_8086&DEV_8C1A&SUBSYS_1940103C&REV_D4\3&21436425&0&E5
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 184704 bytes
Name: Intel(R) Xeon(R) processor E3-1200 v3/4th Gen Core processor DRAM Controller - 0C04
Device ID: PCI\VEN_8086&DEV_0C04&SUBSYS_1940103C&REV_06\3&21436425&0&00
Driver: n/a
Name: Intel(R) Management Engine Interface
Device ID: PCI\VEN_8086&DEV_8C3A&SUBSYS_1940103C&REV_04\3&21436425&0&B0
Driver: C:\Windows\system32\DRIVERS\TeeDriverx64.sys, 9.05.0024.1790 (English), 12/10/2013 08:27:54, 100312 bytes
Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\3f3ca95b-3978-4168-b47b-5444f42d6c89.devicemetadata-ms, 12/10/2013 08:27:54, 938 bytes
Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\46a6fdbe-c823-4579-bab6-35f67e01f793.devicemetadata-ms, 12/10/2013 08:27:54, 833 bytes
Driver: C:\Windows\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 4/16/2013 18:33:10, 1795952 bytes
Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_8C20&SUBSYS_1940103C&REV_04\3&21436425&0&D8
Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 122368 bytes
Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #1 - 8C10
Device ID: PCI\VEN_8086&DEV_8C10&SUBSYS_1940103C&REV_D4\3&21436425&0&E0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 184704 bytes
Name: Intel(R) Xeon(R) processor E3-1200 v3/4th Gen Core processor PCI Express x16 Controller - 0C01
Device ID: PCI\VEN_8086&DEV_0C01&SUBSYS_1940103C&REV_06\3&21436425&0&08
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 184704 bytes
Name: AMD Radeon HD 8600/8700M
Device ID: PCI\VEN_1002&DEV_6600&SUBSYS_1947103C&REV_00\4&28FD695C&0&0008
Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1533 (English), 12/4/2015 12:38:22, 23961088 bytes
Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 12/4/2015 11:42:32, 43520 bytes
Driver: C:\Windows\system32\DRIVERS\amdacpksd.sys, 2015.1204.1152.0059 (English), 12/4/2015 12:41:48, 296648 bytes
Driver: C:\Windows\system32\atiumd64.dll, 9.14.0010.1162 (English), 12/4/2015 12:44:26, 10815664 bytes
Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0533 (English), 12/4/2015 12:44:32, 9017808 bytes
Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0025 (English), 12/4/2015 11:46:54, 190976 bytes
Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 12/4/2015 12:45:34, 78432 bytes
Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 12/4/2015 12:45:34, 78432 bytes
Driver: C:\Windows\system32\atiadlxx.dll, 7.16.0010.1301 (English), 12/4/2015 11:43:12, 1272832 bytes
Driver: C:\Windows\system32\atiumd6a.cap, 12/4/2015 11:51:52, 3437632 bytes
Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 12/4/2015 11:47:16, 31744 bytes
Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 12/4/2015 11:51:46, 367104 bytes
Driver: C:\Windows\system32\ativvsva.dat, 11/20/2014 21:16:24, 157144 bytes
Driver: C:\Windows\system32\ativvsvl.dat, 11/20/2014 21:16:24, 204952 bytes
Driver: C:\Windows\system32\ativvaxy_cik.dat, 9/22/2015 12:28:38, 234292 bytes
Driver: C:\Windows\system32\ativvaxy_cik_nd.dat, 9/22/2015 12:27:12, 232624 bytes
Driver: C:\Windows\system32\ativce02.dat, 10/15/2015 16:08:52, 100832 bytes
Driver: C:\Windows\system32\amdmmcl6.dll, 1.06.0000.0000 (English), 12/4/2015 11:53:42, 50688 bytes
Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1209 (English), 12/4/2015 11:47:06, 246272 bytes
Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1209 (English), 12/4/2015 11:47:14, 552448 bytes
Driver: C:\Windows\system32\atidemgy.dll, 4.05.5816.21223 (English), 12/4/2015 11:47:26, 442368 bytes
Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.13416 (English), 12/4/2015 11:59:28, 31376896 bytes
Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.1848 (English), 12/4/2015 11:51:44, 62464 bytes
Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.1848 (English), 12/4/2015 11:51:40, 55808 bytes
Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.1848 (English), 12/4/2015 11:51:34, 15711744 bytes
Driver: C:\Windows\system32\atiapfxx.blb, 12/4/2015 11:51:54, 683968 bytes
Driver: C:\Windows\system32\hsa-thunk64.dll, 12/4/2015 11:41:56, 195072 bytes
Driver: C:\Windows\system32\amdmantle64.dll, 9.01.0010.0099 (English), 12/4/2015 12:07:50, 6643200 bytes
Driver: C:\Windows\system32\mantle64.dll, 9.01.0010.0099 (English), 12/4/2015 12:08:00, 127488 bytes
Driver: C:\Windows\system32\mantleaxl64.dll, 9.01.0010.0099 (English), 12/4/2015 11:59:10, 96256 bytes
Driver: C:\Windows\system32\ativce03.dat, 10/15/2015 16:04:34, 177344 bytes
Driver: C:\Windows\system32\ativvaxy_vi.dat, 9/22/2015 12:38:20, 322740 bytes
Driver: C:\Windows\system32\ativvaxy_vi_nd.dat, 9/22/2015 12:36:00, 321072 bytes
Driver: C:\Windows\system32\ativvaxy_cz_nd.dat, 10/14/2015 13:48:54, 258464 bytes
Driver: C:\Windows\system32\amde31a.dat, 10/15/2015 15:59:08, 175648 bytes
Driver: C:\Windows\system32\detoured.dll, 2.01.0000.0207 (English), 9/3/2014 07:55:30, 4096 bytes
Driver: C:\Windows\system32\amdgfxinfo64.dll, 12/4/2015 11:47:18, 204800 bytes
Driver: C:\Windows\system32\atieah64.exe, 12/4/2015 11:47:20, 162304 bytes
Driver: C:\Windows\system32\ativvaxy_FJ.dat, 10/14/2015 13:46:54, 252628 bytes
Driver: C:\Windows\system32\ativvaxy_FJ_nd.dat, 10/14/2015 13:44:54, 249680 bytes
Driver: C:\Windows\system32\amdocl12cl64.dll, 0.08.0000.0000 (English), 12/4/2015 12:29:14, 27596288 bytes
Driver: C:\Windows\system32\amdicdxx.dat, 10/16/2015 03:28:46, 843639 bytes
Driver: C:\Windows\system32\atiicdxx.dat, 11/6/2014 05:53:26, 737410 bytes
Driver: C:\Windows\system32\amdlvr64.dll, 1.00.0003.0016 (English), 12/4/2015 12:08:28, 677888 bytes
Driver: C:\Windows\system32\ativvaxy_el.dat, 9/22/2015 14:21:40, 323588 bytes
Driver: C:\Windows\system32\ativvaxy_el_nd.dat, 9/22/2015 14:19:32, 320992 bytes
Driver: C:\Windows\system32\amde34a.dat, 10/16/2015 13:19:12, 166560 bytes
Driver: C:\Windows\system32\ativvaxy_stn_nd.dat, 10/14/2015 13:50:56, 261920 bytes
Driver: C:\Windows\system32\dgtrayicon.exe, 12/4/2015 11:47:24, 223744 bytes
Driver: C:\Windows\system32\AMDKernelEvents.man, 10/20/2015 11:14:12, 7112 bytes
Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0644 (English), 12/4/2015 12:45:00, 13189336 bytes
Driver: C:\Windows\SysWOW64\atiumdag.dll, 9.14.0010.1162 (English), 12/4/2015 12:44:40, 9070320 bytes
Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0533 (English), 12/4/2015 12:44:48, 8089248 bytes
Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 12/4/2015 12:45:32, 71704 bytes
Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 12/4/2015 12:45:32, 71704 bytes
Driver: C:\Windows\SysWOW64\atiadlxy.dll, 7.16.0010.1301 (English), 12/4/2015 11:43:10, 941568 bytes
Driver: C:\Windows\SysWOW64\atiadlxx.dll, 7.16.0010.1301 (English), 12/4/2015 11:43:10, 941568 bytes
Driver: C:\Windows\SysWOW64\atiumdva.cap, 12/4/2015 11:47:18, 3471376 bytes
Driver: C:\Windows\SysWOW64\ativvsva.dat, 11/20/2014 21:16:24, 157144 bytes
Driver: C:\Windows\SysWOW64\ativvsvl.dat, 11/20/2014 21:16:24, 204952 bytes
Driver: C:\Windows\SysWOW64\amdmmcl.dll, 1.06.0000.0000 (English), 12/4/2015 11:53:38, 39424 bytes
Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.13416 (English), 12/4/2015 11:53:36, 25840128 bytes
Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0644 (English), 12/4/2015 12:44:56, 10907328 bytes
Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.1848 (English), 12/4/2015 11:51:42, 52224 bytes
Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.1848 (English), 12/4/2015 11:51:40, 49152 bytes
Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.1848 (English), 12/4/2015 11:50:44, 14302208 bytes
Driver: C:\Windows\SysWOW64\atiapfxx.blb, 12/4/2015 11:51:54, 683968 bytes
Driver: C:\Windows\SysWOW64\hsa-thunk.dll, 12/4/2015 11:41:54, 174592 bytes
Driver: C:\Windows\SysWOW64\amdmantle32.dll, 9.01.0010.0099 (English), 12/4/2015 12:03:02, 5223936 bytes
Driver: C:\Windows\SysWOW64\mantle32.dll, 9.01.0010.0099 (English), 12/4/2015 12:07:56, 113664 bytes
Driver: C:\Windows\SysWOW64\mantleaxl32.dll, 9.01.0010.0099 (English), 12/4/2015 11:59:06, 89088 bytes
Driver: C:\Windows\SysWOW64\detoured.dll, 2.01.0000.0207 (English), 9/3/2014 07:55:30, 4096 bytes
Driver: C:\Windows\SysWOW64\amdgfxinfo32.dll, 12/4/2015 11:47:18, 189952 bytes
Driver: C:\Windows\SysWOW64\atieah32.exe, 12/4/2015 11:47:20, 145408 bytes
Driver: C:\Windows\SysWOW64\amdocl12cl.dll, 0.08.0000.0000 (English), 12/4/2015 12:29:08, 22348288 bytes
Driver: C:\Windows\SysWOW64\amdlvr32.dll, 1.00.0003.0016 (English), 12/4/2015 12:08:14, 562688 bytes
Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 4/10/2013 10:34:24, 51200 bytes
Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 4/10/2013 10:34:24, 332800 bytes
Driver: C:\Windows\system32\amdave64.dll, 9.00.0006.0000 (English), 12/4/2015 12:45:46, 118608 bytes
Driver: C:\Windows\SysWOW64\amdave32.dll, 9.00.0006.0000 (English), 12/4/2015 12:45:44, 110344 bytes
Driver: C:\Windows\system32\atisamu64.dll, 7.01.0000.0001 (English), 12/4/2015 11:43:32, 89088 bytes
Driver: C:\Windows\system32\amdhcp64.dll, 1.00.0000.0001 (English), 12/4/2015 12:45:38, 141792 bytes
Driver: C:\Windows\system32\kapp_ci.sbin, 7/24/2015 17:43:02, 47664 bytes
Driver: C:\Windows\system32\kapp_si.sbin, 7/24/2015 17:43:02, 43536 bytes
Driver: C:\Windows\system32\samu_krnl_ci.sbin, 6/18/2014 12:28:18, 140240 bytes
Driver: C:\Windows\system32\samu_krnl_isv_ci.sbin, 12/12/2013 08:53:54, 138832 bytes
Driver: C:\Windows\SysWOW64\atisamu32.dll, 7.01.0000.0001 (English), 12/4/2015 11:43:30, 80896 bytes
Driver: C:\Windows\SysWOW64\amdhcp32.dll, 1.00.0000.0001 (English), 12/4/2015 12:45:36, 128384 bytes
Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6489 (English), 12/4/2015 11:42:56, 671232 bytes
Driver: C:\Windows\system32\atiu9p64.dll, 8.14.0001.6489 (English), 12/4/2015 12:45:16, 120656 bytes
Driver: C:\Windows\system32\atiuxp64.dll, 8.14.0001.6489 (English), 12/4/2015 12:45:20, 152568 bytes
Driver: C:\Windows\system32\atig6txx.dll, 8.14.0001.6489 (English), 12/4/2015 11:43:04, 157696 bytes
Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6489 (English), 12/4/2015 11:43:04, 70144 bytes
Driver: C:\Windows\system32\aticfx64.dll, 8.17.0010.1429 (English), 12/4/2015 12:45:12, 1497248 bytes
Driver: C:\Windows\SysWOW64\aticfx32.dll, 8.17.0010.1429 (English), 12/4/2015 12:45:08, 1229984 bytes
Driver: C:\Windows\system32\OpenCL.dll, 2.00.0004.0000 (English), 12/4/2015 12:30:42, 65024 bytes
Driver: C:\Windows\system32\amdocl64.dll, 10.00.1912.0005 (English), 12/4/2015 12:33:02, 49984000 bytes
Driver: C:\Windows\system32\clinfo.exe, 12/4/2015 12:33:06, 235008 bytes
Driver: C:\Windows\SysWOW64\OpenCL.dll, 2.00.0004.0000 (English), 12/4/2015 12:30:40, 59392 bytes
Driver: C:\Windows\SysWOW64\amdocl.dll, 10.00.1912.0005 (English), 12/4/2015 12:31:48, 41510400 bytes
Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.ssz, 8.14.0001.6028 (English), 4/23/2015 13:19:10, 65248 bytes
Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.isz, 2/12/2015 14:38:04, 1988 bytes
Driver: C:\Program Files\AMD\amdkmpfd\amdkmpfd.csz, 5/28/2015 14:20:10, 8028 bytes
Driver: C:\Windows\system32\atig6pxx.dll, 8.14.0001.6489 (English), 12/4/2015 11:43:06, 75776 bytes
Driver: C:\Windows\SysWOW64\atiu9pag.dll, 8.14.0001.6489 (English), 12/4/2015 12:45:14, 102616 bytes
Driver: C:\Windows\SysWOW64\atiuxpag.dll, 8.14.0001.6489 (English), 12/4/2015 12:45:18, 133016 bytes
Driver: C:\Windows\SysWOW64\atigktxx.dll, 8.14.0001.6489 (English), 12/4/2015 11:43:00, 142336 bytes
Driver: C:\Windows\SysWOW64\atiglpxx.dll, 8.14.0001.6489 (English), 12/4/2015 11:43:04, 70144 bytes
Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_32.dll, 1.00.0000.0001 (English), 12/4/2015 11:52:48, 208384 bytes
Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDhwDecoder_64.dll, 1.00.0000.0001 (English), 12/4/2015 11:52:52, 246272 bytes
Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDMFTDecoder_32.dll, 1.00.35668.1152 (English), 12/4/2015 11:52:44, 97280 bytes
Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDMFTDecoder_64.dll, 1.00.35668.1152 (English), 12/4/2015 11:52:46, 114688 bytes
Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDMFTVideoDecoder_32.dll, 12/4/2015 12:44:24, 110880 bytes
Driver: C:\Program Files\Common Files\ATI Technologies\Multimedia\AMDMFTVideoDecoder_64.dll, 12/4/2015 12:44:24, 126360 bytes
Driver: C:\Windows\system32\coinst_15.30.dll, 1.00.0005.0009 (English), 12/4/2015 11:57:06, 865280 bytes
Name: Intel(R) Dual Band Wireless-AC 3160 #2
Device ID: PCI\VEN_8086&DEV_08B3&SUBSYS_00708086&REV_83\303A64FFFF0B625B00
Driver: n/a
Name: Intel(R) USB 3.0 eXtensible Host Controller
Device ID: PCI\VEN_8086&DEV_8C31&SUBSYS_1940103C&REV_04\3&21436425&0&A0
Driver: C:\Windows\system32\DRIVERS\iusb3xhc.sys, 2.05.0003.0034 (English), 12/20/2013 17:38:02, 790512 bytes
Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #8 - 8C1E
Device ID: PCI\VEN_8086&DEV_8C1E&SUBSYS_1940103C&REV_D4\3&21436425&0&E7
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 184704 bytes
Name: Intel(R) 8 Series Chipset Family SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_8C03&SUBSYS_1940103C&REV_04\3&21436425&0&FA
Driver: C:\Windows\system32\DRIVERS\iaStorA.sys, 12.07.0003.1001 (English), 7/30/2013 09:24:34, 666984 bytes
Driver: C:\Windows\system32\DRIVERS\iaStorF.sys, 12.07.0003.1001 (English), 7/30/2013 09:24:34, 28008 bytes
Name: Intel(R) 8 Series/C220 Series USB EHCI #2 - 8C2D
Device ID: PCI\VEN_8086&DEV_8C2D&SUBSYS_1940103C&REV_04\3&21436425&0&D0
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/26/2013 20:41:11, 53248 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 20:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 20:41:37, 343040 bytes
Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #7 - 8C1C
Device ID: PCI\VEN_8086&DEV_8C1C&SUBSYS_1940103C&REV_D4\3&21436425&0&E6
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 22:23:47, 184704 bytes
Name: Intel(R) HD Graphics 4600
Device ID: PCI\VEN_8086&DEV_0416&SUBSYS_1940103C&REV_06\3&21436425&0&10
Driver: C:\Windows\system32\DRIVERS\igdkmd64.sys, 10.18.0014.4139 (English), 4/2/2015 17:37:34, 4864440 bytes
Driver: C:\Windows\system32\igd10iumd64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:28, 9358056 bytes
Driver: C:\Windows\system32\igd10idpp64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:28, 282696 bytes
Driver: C:\Windows\system32\igd11dxva64.dll, 4/2/2015 17:37:30, 17777304 bytes
Driver: C:\Windows\system32\igdumdim64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:36, 24816336 bytes
Driver: C:\Windows\system32\igdail64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:30, 169984 bytes
Driver: C:\Windows\system32\igdusc64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:40, 6063104 bytes
Driver: C:\Windows\system32\igdmd64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:34, 636016 bytes
Driver: C:\Windows\system32\igfxcmrt64.dll, 4.00.0000.1104 (English), 4/2/2015 17:37:40, 211656 bytes
Driver: C:\Windows\system32\igfx11cmrt64.dll, 4.00.0000.1104 (English), 4/2/2015 17:37:40, 213504 bytes
Driver: C:\Windows\system32\igfxcmjit64.dll, 4.00.0000.1104 (English), 4/2/2015 17:37:40, 1369088 bytes
Driver: C:\Windows\system32\IccLibDll_x64.dll, 10/8/2013 01:32:56, 94208 bytes
Driver: C:\Windows\system32\igdde64.dll, 4/2/2015 17:37:32, 227328 bytes
Driver: C:\Windows\SysWow64\igd10iumd32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:28, 8570112 bytes
Driver: C:\Windows\SysWow64\igd10idpp32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:28, 263120 bytes
Driver: C:\Windows\SysWow64\igd11dxva32.dll, 4/2/2015 17:37:28, 17301432 bytes
Driver: C:\Windows\SysWow64\igdumdim32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:34, 24017544 bytes
Driver: C:\Windows\SysWow64\igdail32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:30, 152064 bytes
Driver: C:\Windows\SysWow64\igdusc32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:38, 4775592 bytes
Driver: C:\Windows\SysWow64\igdmd32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:34, 515488 bytes
Driver: C:\Windows\SysWow64\iglhcp32.dll, 3.00.0001.0026 (English), 4/2/2015 17:37:40, 184352 bytes
Driver: C:\Windows\SysWow64\iglhsip32.dll, 9.00.0030.9000 (English), 4/2/2015 17:37:40, 1399240 bytes
Driver: C:\Windows\SysWow64\IntelCpHeciSvc.exe, 1.00.0001.0014 (English), 4/2/2015 17:37:42, 279144 bytes
Driver: C:\Windows\SysWow64\igfxcmrt32.dll, 4.00.0000.1104 (English), 4/2/2015 17:37:40, 178672 bytes
Driver: C:\Windows\SysWow64\igfx11cmrt32.dll, 4.00.0000.1104 (English), 4/2/2015 17:37:40, 178176 bytes
Driver: C:\Windows\SysWow64\igfxcmjit32.dll, 4.00.0000.1104 (English), 4/2/2015 17:37:40, 1063936 bytes
Driver: C:\Windows\SysWow64\igdde32.dll, 4/2/2015 17:37:32, 187392 bytes
Driver: C:\Windows\system32\iglhxs64.vp, 4/2/2015 17:37:42, 4016 bytes
Driver: C:\Windows\system32\iglhxo64.vp, 10/8/2013 01:32:56, 44025 bytes
Driver: C:\Windows\system32\iglhxc64.vp, 10/8/2013 01:32:56, 43494 bytes
Driver: C:\Windows\system32\iglhxg64.vp, 10/8/2013 01:32:56, 43256 bytes
Driver: C:\Windows\system32\iglhxo64_dev.vp, 10/8/2013 01:32:56, 42079 bytes
Driver: C:\Windows\system32\iglhxc64_dev.vp, 10/8/2013 01:32:56, 43816 bytes
Driver: C:\Windows\system32\iglhxg64_dev.vp, 10/8/2013 01:32:56, 43298 bytes
Driver: C:\Windows\system32\iglhxa64.vp, 10/8/2013 01:32:56, 1125 bytes
Driver: C:\Windows\system32\iglhxa64.cpa, 10/8/2013 01:32:56, 2813952 bytes
Driver: C:\Windows\system32\iglhcp64.dll, 3.00.0001.0026 (English), 4/2/2015 17:37:40, 220432 bytes
Driver: C:\Windows\system32\iglhsip64.dll, 9.00.0030.9000 (English), 4/2/2015 17:37:40, 1402336 bytes
Driver: C:\Windows\system32\difx64.exe, 1.04.0002.0000 (English), 4/2/2015 17:37:26, 156264 bytes
Driver: C:\Windows\system32\igfxDH.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 695808 bytes
Driver: C:\Windows\system32\igfxDHLib.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 59904 bytes
Driver: C:\Windows\system32\igfxDHLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 69632 bytes
Driver: C:\Windows\system32\igfxDI.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 278528 bytes
Driver: C:\Windows\system32\igfxDILib.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 10752 bytes
Driver: C:\Windows\system32\igfxDILibv2_0.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 10752 bytes
Driver: C:\Windows\system32\igfxLHM.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 2024448 bytes
Driver: C:\Windows\system32\igfxLHMLib.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 5120 bytes
Driver: C:\Windows\system32\igfxLHMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 5120 bytes
Driver: C:\Windows\system32\igfxEM.exe, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 313448 bytes
Driver: C:\Windows\system32\igfxEMLib.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 10240 bytes
Driver: C:\Windows\system32\igfxEMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 4/2/2015 17:37:40, 10240 bytes
Driver: C:\Windows\system32\GfxUIEx.exe, 6.15.0010.4139 (English), 4/2/2015 17:37:26, 448104 bytes
Driver: C:\Windows\system32\Gfxv4_0.exe, 8.15.0010.4139 (English), 4/2/2015 17:37:26, 1028200 bytes
Driver: C:\Windows\system32\Gfxv4_0.exe.config, 4/2/2015 17:37:26, 935 bytes
Driver: C:\Windows\system32\Gfxv2_0.exe, 8.15.0010.4139 (English), 4/2/2015 17:37:26, 1024616 bytes
Driver: C:\Windows\system32\Gfxv2_0.exe.config, 4/2/2015 17:37:26, 895 bytes
Driver: C:\Windows\system32\GfxResources.dll, 8.15.0010.4139 (English), 4/2/2015 17:37:26, 1131008 bytes
Driver: C:\Windows\system32\MetroIntelGenericUIFramework.dll, 1.00.0000.0000 (English), 4/2/2015 17:37:44, 623616 bytes
Driver: C:\Windows\system32\igfxCUIServicePS.dll, 4/2/2015 17:37:40, 86528 bytes
Driver: C:\Windows\system32\igfxCUIService.exe, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 344168 bytes
Driver: C:\Windows\system32\igfxCPL.cpl, 4/2/2015 17:37:40, 255488 bytes
Driver: C:\Windows\system32\igfxTray.exe, 4/2/2015 17:37:40, 391784 bytes
Driver: C:\Windows\system32\igfxDTCM.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 229888 bytes
Driver: C:\Windows\system32\igfxHK.exe, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 246888 bytes
Driver: C:\Windows\system32\igfxOSP.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 385024 bytes
Driver: C:\Windows\system32\DPTopologyApp.exe, 8.15.0010.4139 (English), 4/2/2015 17:37:26, 338536 bytes
Driver: C:\Windows\system32\DPTopologyApp.exe.config, 10/8/2013 01:46:30, 935 bytes
Driver: C:\Windows\system32\DPTopologyAppv2_0.exe, 8.15.0010.4139 (English), 4/2/2015 17:37:26, 338024 bytes
Driver: C:\Windows\system32\DPTopologyAppv2_0.exe.config, 4/2/2015 17:37:26, 895 bytes
Driver: C:\Windows\system32\igfxext.exe, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 217704 bytes
Driver: C:\Windows\system32\igfxexps.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 36616 bytes
Driver: C:\Windows\system32\ColorImageEnhancement.wmv, 4/2/2015 17:37:26, 375173 bytes
Driver: C:\Windows\system32\ImageStabilization.wmv, 4/2/2015 17:37:42, 403671 bytes
Driver: C:\Windows\system32\FilmModeDetection.wmv, 4/2/2015 17:37:26, 641530 bytes
Driver: C:\Windows\SysWow64\igfxexps32.dll, 6.15.0010.4139 (English), 4/2/2015 17:37:40, 35328 bytes
Driver: C:\Windows\system32\ig75icd64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:26, 9473024 bytes
Driver: C:\Windows\SysWow64\ig75icd32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:26, 7457280 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\llvm_release_license.txt, 4/2/2015 17:37:48, 1981 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\readme.txt, 4/2/2015 17:37:48, 9788 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\version.ini, 4/2/2015 17:37:48, 28 bytes
Driver: C:\Windows\SysWow64\Intel_OpenCL_ICD32.dll, 2.00.0002.0000 (English), 4/2/2015 17:37:42, 86528 bytes
Driver: C:\Windows\SysWow64\IntelOpenCL32.dll, 4.00.0000.0148 (English), 4/2/2015 17:37:48, 290816 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:48, 285696 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:48, 8022016 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:48, 1153024 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:46, 493568 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl, 4/2/2015 17:37:46, 2455960 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o, 4/2/2015 17:37:46, 295420 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl, 4/2/2015 17:37:46, 393976 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl, 4/2/2015 17:37:46, 1880124 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o, 4/2/2015 17:37:46, 249668 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl, 4/2/2015 17:37:46, 354492 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:46, 6908928 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll, 3.04.0000.0000 (English), 4/2/2015 17:37:50, 5047808 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll, 3.04.0000.0000 (English), 4/2/2015 17:37:50, 5244928 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll, 4.02.2013.1002 (), 4/2/2015 17:37:48, 186000 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll, 4.02.2013.1002 (), 4/2/2015 17:37:48, 338576 bytes
Driver: C:\Windows\system32\Intel_OpenCL_ICD64.dll, 2.00.0002.0000 (English), 4/2/2015 17:37:42, 82432 bytes
Driver: C:\Windows\system32\IntelOpenCL64.dll, 4.00.0000.0148 (English), 4/2/2015 17:37:48, 355328 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:48, 331776 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\OclCpuBackend64.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:48, 10621952 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:48, 1396736 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\cpu_device64.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:46, 641536 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8.rtl, 4/2/2015 17:37:46, 2457604 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.o, 4/2/2015 17:37:46, 361592 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.rtl, 4/2/2015 17:37:46, 407380 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9.rtl, 4/2/2015 17:37:46, 1881888 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.o, 4/2/2015 17:37:46, 293576 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.rtl, 4/2/2015 17:37:46, 367948 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clang_compiler64.dll, 4.02.0000.0148 (English), 4/2/2015 17:37:46, 7138304 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_h8.dll, 3.04.0000.0000 (English), 4/2/2015 17:37:48, 5255680 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_l9.dll, 3.04.0000.0000 (English), 4/2/2015 17:37:50, 5770240 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbbmalloc.dll, 4.02.2013.1002 (), 4/2/2015 17:37:48, 222352 bytes
Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb.dll, 4.02.2013.1002 (), 4/2/2015 17:37:48, 416400 bytes
Driver: C:\Windows\SysWow64\IntelOpenCL32.dll, 4.00.0000.0148 (English), 4/2/2015 17:37:48, 290816 bytes
Driver: C:\Windows\SysWow64\igdbcl32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:30, 350208 bytes
Driver: C:\Windows\SysWow64\igdrcl32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:34, 3313152 bytes
Driver: C:\Windows\SysWow64\igdfcl32.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:32, 10853888 bytes
Driver: C:\Windows\system32\IntelOpenCL64.dll, 4.00.0000.0148 (English), 4/2/2015 17:37:48, 355328 bytes
Driver: C:\Windows\system32\igdbcl64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:30, 398336 bytes
Driver: C:\Windows\system32\igdrcl64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:34, 3542016 bytes
Driver: C:\Windows\system32\igdfcl64.dll, 10.18.0014.4139 (English), 4/2/2015 17:37:32, 15982080 bytes
Driver: C:\Windows\system32\igdclbif.bin, 4/2/2015 17:37:30, 5976549 bytes
Driver: C:\Program Files\Intel\Media SDK\libmfxhw32.dll, 6.15.0001.0027 (English), 4/2/2015 17:37:42, 8412448 bytes
Driver: C:\Program Files\Intel\Media SDK\mfxplugin32_hw.dll, 1.15.0001.0027 (English), 4/2/2015 17:37:44, 691192 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264vd_w7_32.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:44, 465824 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_w7_32.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:44, 470944 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mp2vd_w7_32.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:46, 465824 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vc1vd_w7_32.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:46, 465824 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vpp_w7_32.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:46, 450464 bytes
Driver: C:\Program Files\Intel\Media SDK\m_w7_32.vp, 10/8/2013 01:48:38, 15771 bytes
Driver: C:\Program Files\Intel\Media SDK\v1_w7_32.vp, 10/8/2013 01:48:38, 15755 bytes
Driver: C:\Program Files\Intel\Media SDK\vp_w7_32.vp, 10/8/2013 01:48:38, 15229 bytes
Driver: C:\Program Files\Intel\Media SDK\c_w7_32.cpa, 10/8/2013 01:48:38, 846855 bytes
Driver: C:\Program Files\Intel\Media SDK\cpa_w7_32.vp, 10/8/2013 01:48:38, 993 bytes
Driver: C:\Program Files\Intel\Media SDK\dev_w7_32.vp, 10/8/2013 01:48:38, 21523 bytes
Driver: C:\Program Files\Intel\Media SDK\h_w7_32.vp, 10/8/2013 01:48:38, 15768 bytes
Driver: C:\Program Files\Intel\Media SDK\he_w7_32.vp, 10/8/2013 01:48:38, 16040 bytes
Driver: C:\Program Files\Intel\Media SDK\mj_w7_32.vp, 10/8/2013 01:48:38, 15748 bytes
Driver: C:\Program Files\Intel\Media SDK\libmfxhw64.dll, 6.15.0001.0027 (English), 4/2/2015 17:37:44, 9335288 bytes
Driver: C:\Program Files\Intel\Media SDK\mfxplugin64_hw.dll, 1.15.0001.0027 (English), 4/2/2015 17:37:44, 816928 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264vd_w7_64.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:44, 553888 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_w7_64.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:44, 559008 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mp2vd_w7_64.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:46, 553888 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vc1vd_w7_64.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:46, 553888 bytes
Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vpp_w7_64.dll, 4.13.0001.0011 (English), 4/2/2015 17:37:46, 533920 bytes
Driver: C:\Program Files\Intel\Media SDK\m_w7_64.vp, 10/8/2013 01:48:38, 4015 bytes
Driver: C:\Program Files\Intel\Media SDK\v1_w7_64.vp, 10/8/2013 01:48:38, 4019 bytes
Driver: C:\Program Files\Intel\Media SDK\vp_w7_64.vp, 10/8/2013 01:48:38, 3949 bytes
Driver: C:\Program Files\Intel\Media SDK\c_w7_64.cpa, 10/8/2013 01:48:38, 1519616 bytes
Driver: C:\Program Files\Intel\Media SDK\cpa_w7_64.vp, 10/8/2013 01:48:38, 993 bytes
Driver: C:\Program Files\Intel\Media SDK\dev_w7_64.vp, 10/8/2013 01:48:38, 21523 bytes
Driver: C:\Program Files\Intel\Media SDK\h_w7_64.vp, 10/8/2013 01:48:38, 4016 bytes
Driver: C:\Program Files\Intel\Media SDK\he_w7_64.vp, 10/8/2013 01:48:38, 4016 bytes
Driver: C:\Program Files\Intel\Media SDK\mj_w7_64.vp, 10/8/2013 01:48:38, 4020 bytes
Driver: C:\Windows\system32\igfxCoIn_v4139.dll, 1.03.0003.0000 (English), 4/2/2015 17:37:42, 183296 bytes
Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_1944103C&REV_0C\01000000684CE00000
Driver: n/a
------------------
DirectShow Filters
------------------
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.18221
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.18741
LAV Splitter,0x00800004,1,1,LAVSplitter.ax,0.65.0000.0005
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.18741
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.18741
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.17037
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18741
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.18741
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18741
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.18741
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.18741
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.18741
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.18741
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.18741
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.18741
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
DirectVobSub,0x00200000,2,1,VSFilter.dll,3.00.0000.0322
DirectVobSub (auto-loading version),0x00800002,2,1,VSFilter.dll,3.00.0000.0322
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.18741
Overlay Mixer2,0x00200000,1,1,,
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
LAV Splitter Source,0x00800004,0,1,LAVSplitter.ax,0.65.0000.0005
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.18501
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.18501
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.18741
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.18741
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.18741
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.18741
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.18741
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.18741
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.18741
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
LAV Audio Decoder,0x00800003,1,1,LAVAudio.ax,0.65.0000.0005
LAV Video Decoder,0x00800003,1,1,LAVVideo.ax,0.65.0000.0005
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.18741
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.18741
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.18741
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
PCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.18741
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.18741
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.18741
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.18741
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.18741
Audio Capture Sources:
Microphone (Logitech USB Headse,0x00200000,0,0,qcap.dll,6.06.7601.17514
Internal Microphone Array (2- I,0x00200000,0,0,qcap.dll,6.06.7601.17514
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.18741
WDM Streaming Capture Devices:
,0x00000000,0,0,,
MicIn2,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
MuxedIn1,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
,0x00000000,0,0,,
Logitech USB Headset H540,0x00200000,3,2,ksproxy.ax,6.01.7601.17514
WDM Streaming Rendering Devices:
HpOut,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
,0x00000000,0,0,,
,0x00000000,0,0,,
Speaker,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Logitech USB Headset H540,0x00200000,3,2,ksproxy.ax,6.01.7601.17514
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
Audio Renderers:
Speakers (Logitech USB Headset ,0x00200000,1,0,quartz.dll,6.06.7601.18741
Communication Headphones (2- ID,0x00200000,1,0,quartz.dll,6.06.7601.18741
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.18741
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Communication Headphones (2- IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Speakers (Logitech USB Headset H540),0x00200000,1,0,quartz.dll,6.06.7601.18741
DirectSound: Speakers / HP (2- IDT High Definition Audio CODEC),0x00200000,1,0,quartz.dll,6.06.7601.18741
Speakers / HP (2- IDT High Defi,0x00200000,1,0,quartz.dll,6.06.7601.18741
---------------
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
0
I updated to the latest version of Java, uninstalled and re-installed Java, uninstalled and re-installed Minecraft, and then reverted to the previous set of graphics drivers and re-updated. The only changed that affected the crashing was the updated graphics drivers.
The Launcher renders this upon attempting to start the game splash screen:
[01:45:44] [Client thread/INFO]: Setting user: neinome
[01:45:44] [Client thread/INFO]: (Session ID is token:78746633980a4aa18511ecc777e06da3:9112e4d90e724a839687c3947a03aec0)
[01:45:45] [Client thread/INFO]: LWJGL Version: 2.9.4
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=1200, tid=928
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Users\neinome\AppData\Roaming\.minecraft\hs_err_pid1200.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
The contents of "hs_err_pid1200.log" are:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000000, pid=1200, tid=928
#
# JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000000000
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x000000000044e800): JavaThread "Client thread" [_thread_in_native, id=928, stack(0x0000000002330000,0x0000000002430000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x0000000000000000
Registers:
RAX=0x000000000242dfb4, RBX=0x000007fefef00000, RCX=0x000000000242dfb0, RDX=0x0000000000000000
RSP=0x000000000242df68, RBP=0x000000000242e070, RSI=0x000007fef073fa00, RDI=0x000000000242e5e0
R8 =0x0000000000000140, R9 =0x0000000000000006, R10=0x0000000000000000, R11=0x000000000242dfb4
R12=0x000000000242e850, R13=0x000007fef8cc53cc, R14=0x0000000000000000, R15=0x00000000ffffff00
RIP=0x0000000000000000, EFLAGS=0x0000000000010213
Top of Stack: (sp=0x000000000242df68)
0x000000000242df68: 000007fef8cc3f5d 0072007400730069
0x000000000242df78: 0061004d005c0079 006e006900680063
0x000000000242df88: 00790053005c0065 006d006500740073
0x000000000242df98: 007200750043005c 0074006e00650072
0x000000000242dfa8: 0074006e006f0043 0000000000000000
0x000000000242dfb8: 0000000000000000 0000000000000000
0x000000000242dfc8: 0000000000000000 0000000000000000
0x000000000242dfd8: 0000000000000000 0000000000000000
0x000000000242dfe8: 0000000000000000 0000000000000000
0x000000000242dff8: 0000000000000000 0000000000000000
0x000000000242e008: 0000000000000000 0000000000000000
0x000000000242e018: 0000000000000000 0000000000000000
0x000000000242e028: 0000000000000000 0000000000000000
0x000000000242e038: 0000000000000000 0000000000000000
0x000000000242e048: 0000000000000000 0000000000000000
0x000000000242e058: 0000000000000000 0000000000000000
Instructions: (pc=0x0000000000000000)
0xffffffffffffffe0:
Register to memory mapping:
RAX=0x000000000242dfb4 is pointing into the stack for thread: 0x000000000044e800
RBX=0x000007fefef00000 is an unknown value
RCX=0x000000000242dfb0 is pointing into the stack for thread: 0x000000000044e800
RDX=0x0000000000000000 is an unknown value
RSP=0x000000000242df68 is pointing into the stack for thread: 0x000000000044e800
RBP=0x000000000242e070 is pointing into the stack for thread: 0x000000000044e800
RSI=0x000007fef073fa00 is an unknown value
RDI=0x000000000242e5e0 is pointing into the stack for thread: 0x000000000044e800
R8 =0x0000000000000140 is an unknown value
R9 =0x0000000000000006 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x000000000242dfb4 is pointing into the stack for thread: 0x000000000044e800
R12=0x000000000242e850 is pointing into the stack for thread: 0x000000000044e800
R13=0x000007fef8cc53cc is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x00000000ffffff00 is an unallocated location in the heap
Stack: [0x0000000002330000,0x0000000002430000], sp=0x000000000242df68, free space=1015k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+0
j org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+15
j org.lwjgl.opengl.WindowsDisplay.createWindow(Lorg/lwjgl/opengl/DrawableLWJGL;Lorg/lwjgl/opengl/DisplayMode;Ljava/awt/Canvas;II)V+180
j org.lwjgl.opengl.Display.createWindow()V+71
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+72
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
j ave.ap()V+22
j ave.am()V+115
j ave.a()V+6
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1068
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000005af8d000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3040, stack(0x0000000057780000,0x0000000057880000)]
0x000000005b379800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5080, stack(0x0000000059bb0000,0x0000000059cb0000)]
0x0000000058622800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=2164, stack(0x0000000059d10000,0x0000000059e10000)]
0x0000000058680800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1724, stack(0x0000000059a90000,0x0000000059b90000)]
0x00000000572e5000 JavaThread "Service Thread" daemon [_thread_blocked, id=3276, stack(0x0000000057880000,0x0000000057980000)]
0x0000000057260800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=5648, stack(0x0000000057670000,0x0000000057770000)]
0x000000005660d800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=5560, stack(0x0000000056d40000,0x0000000056e40000)]
0x0000000056609000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4408, stack(0x0000000057160000,0x0000000057260000)]
0x0000000056608000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5012, stack(0x0000000057040000,0x0000000057140000)]
0x0000000056606800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=784, stack(0x0000000056e40000,0x0000000056f40000)]
0x0000000056603800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=1872, stack(0x0000000056c00000,0x0000000056d00000)]
0x00000000565a7000 JavaThread "Finalizer" daemon [_thread_blocked, id=5464, stack(0x0000000056860000,0x0000000056960000)]
0x00000000565a0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4236, stack(0x00000000569a0000,0x0000000056aa0000)]
=>0x000000000044e800 JavaThread "Client thread" [_thread_in_native, id=928, stack(0x0000000002330000,0x0000000002430000)]
Other Threads:
0x000000005659b800 VMThread [stack: 0x0000000056700000,0x0000000056800000] [id=2192]
0x000000005730e000 WatcherThread [stack: 0x0000000057a40000,0x0000000057b40000] [id=2884]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 61071K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 45% used [0x00000000c0000000, 0x00000000c2ee3d50, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffff0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 37892K, used 36184K [0x00000000c8000000, 0x00000000ca501000, 0x0000000100000000)
Metaspace used 20401K, capacity 20588K, committed 20736K, reserved 1067008K
class space used 2711K, capacity 2784K, committed 2816K, reserved 1048576K
Card table byte_map: [0x0000000012170000,0x0000000012380000] byte_map_base: 0x0000000011b70000
Marking Bits: (CMSBitMap*) 0x0000000002119198
Bits: [0x0000000012880000, 0x0000000013680000)
Mod Union Table: (CMSBitMap*) 0x0000000002119258
Bits: [0x0000000000480000, 0x00000000004b8000)
Polling page: 0x0000000000420000
CodeCache: size=245760Kb used=5821Kb max_used=5834Kb free=239938Kb
bounds [0x0000000002700000, 0x0000000002cc0000, 0x0000000011700000]
total_blobs=2312 nmethods=1839 adapters=385
compilation: enabled
Compilation events (10 events):
Event: 3.014 Thread 0x0000000057260800 1848 3 java.nio.Bits::putIntB (43 bytes)
Event: 3.014 Thread 0x0000000057260800 nmethod 1848 0x0000000002caf090 code [0x0000000002caf240, 0x0000000002caf838]
Event: 3.014 Thread 0x0000000057260800 1852 3 java.nio.Bits::int0 (3 bytes)
Event: 3.014 Thread 0x0000000057260800 nmethod 1852 0x0000000002cafa50 code [0x0000000002cafba0, 0x0000000002cafcd0]
Event: 3.017 Thread 0x0000000057260800 1853 ! 3 java.util.zip.Inflater::needsDictionary (19 bytes)
Event: 3.018 Thread 0x0000000057260800 nmethod 1853 0x0000000002cafd50 code [0x0000000002cafea0, 0x0000000002cb0170]
Event: 3.018 Thread 0x0000000057260800 1854 ! 3 java.util.zip.Inflater::needsInput (27 bytes)
Event: 3.018 Thread 0x0000000056609000 1855 ! 4 java.util.zip.InflaterInputStream::read (138 bytes)
Event: 3.018 Thread 0x0000000057260800 nmethod 1854 0x0000000002cb0250 code [0x0000000002cb03c0, 0x0000000002cb06f0]
Event: 3.028 Thread 0x0000000056609000 nmethod 1855 0x0000000002cb4e90 code [0x0000000002cb5020, 0x0000000002cb5c28]
GC Heap History (6 events):
Event: 1.455 GC heap before
{Heap before GC invocations=0 (full 0):
par new generation total 118016K, used 104960K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 6144K, used 0K [0x00000000c8000000, 0x00000000c8600000, 0x0000000100000000)
Metaspace used 16426K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
Event: 1.517 GC heap after
Heap after GC invocations=1 (full 0):
par new generation total 118016K, used 13056K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 19776K, used 15838K [0x00000000c8000000, 0x00000000c9350000, 0x0000000100000000)
Metaspace used 16426K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
}
Event: 2.082 GC heap before
{Heap before GC invocations=1 (full 0):
par new generation total 118016K, used 118016K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 19776K, used 15838K [0x00000000c8000000, 0x00000000c9350000, 0x0000000100000000)
Metaspace used 16429K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
Event: 2.124 GC heap after
Heap after GC invocations=2 (full 0):
par new generation total 118016K, used 8510K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 65% used [0x00000000c6680000, 0x00000000c6ecf950, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 31556K, used 28902K [0x00000000c8000000, 0x00000000c9ed1000, 0x0000000100000000)
Metaspace used 16429K, capacity 16610K, committed 16768K, reserved 1064960K
class space used 2066K, capacity 2141K, committed 2176K, reserved 1048576K
}
Event: 2.608 GC heap before
{Heap before GC invocations=2 (full 1):
par new generation total 118016K, used 113470K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 65% used [0x00000000c6680000, 0x00000000c6ecf950, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 31556K, used 28902K [0x00000000c8000000, 0x00000000c9ed1000, 0x0000000100000000)
Metaspace used 17276K, capacity 17474K, committed 17664K, reserved 1064960K
class space used 2214K, capacity 2301K, committed 2304K, reserved 1048576K
Event: 2.640 GC heap after
Heap after GC invocations=3 (full 1):
par new generation total 118016K, used 13055K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffff0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 37892K, used 36184K [0x00000000c8000000, 0x00000000ca501000, 0x0000000100000000)
Metaspace used 17276K, capacity 17474K, committed 17664K, reserved 1064960K
class space used 2214K, capacity 2301K, committed 2304K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 2.541 Thread 0x000000000044e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002bebe80 method=com.google.common.collect.RegularImmutableTable.forCellsInternal(Ljava/lang/Iterable;Ljava/util/Comparator;Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmuta/•°ÙS@
Event: 2.541 Thread 0x000000000044e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002bebe80 method=com.google.common.collect.RegularImmutableTable.forCellsInternal(Ljava/lang/Iterable;Ljava/util/Comparator;Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutaï}vO?¶@
Event: 2.839 Thread 0x000000000044e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000286b0c8 method=java.lang.ref.SoftReference.get()Ljava/lang/Object; @ 17
Event: 2.938 Thread 0x000000000044e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000299bb98 method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
Event: 2.996 Thread 0x000000000044e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000029b0a20 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 18
Event: 3.008 Thread 0x000000000044e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002a16a18 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 3.009 Thread 0x000000000044e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002a16a18 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 3.010 Thread 0x000000000044e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000029b0a20 method=java.util.Hashtable.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; @ 18
Event: 3.010 Thread 0x000000000044e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002a16a18 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 3.011 Thread 0x000000000044e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002a16a18 method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Internal exceptions (10 events):
Event: 0.430 Thread 0x000000000044e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000000c1ba27d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 0.435 Thread 0x000000000044e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000000c1bc8860) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 0.441 Thread 0x000000000044e800 Exception <a 'java/lang/ArrayIndexOutOfBoundsException'> (0x00000000c1bd7db0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 0.784 Thread 0x000000000044e800 Implicit null exception at 0x00000000028e3ec4 to 0x00000000028e4215
Event: 0.784 Thread 0x000000000044e800 Implicit null exception at 0x00000000028cb9c6 to 0x00000000028cbd21
Event: 1.181 Thread 0x000000000044e800 Exception <a 'java/io/FileNotFoundException'> (0x00000000c52a2b50) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.188 Thread 0x000000000044e800 Exception <a 'java/io/FileNotFoundException'> (0x00000000c52be2d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 1.214 Thread 0x000000000044e800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000c5388388) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 1.215 Thread 0x000000000044e800 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x00000000c5395a48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u66\5298\hotspot\src\share\vm\prims\methodHandles.cpp, line 1146]
Event: 2.938 Thread 0x000000000044e800 Implicit null exception at 0x000000000299b985 to 0x000000000299bb89
Events (10 events):
Event: 3.027 loading class org/lwjgl/opengl/Display$3
Event: 3.027 loading class org/lwjgl/opengl/Display$3 done
Event: 3.028 loading class org/lwjgl/opengl/Display$4
Event: 3.028 loading class org/lwjgl/opengl/Display$4 done
Event: 3.029 loading class org/lwjgl/opengl/GLContext
Event: 3.029 loading class org/lwjgl/opengl/GLContext done
Event: 3.029 loading class org/lwjgl/opengl/GLContext$CapabilitiesCacheEntry
Event: 3.029 loading class org/lwjgl/opengl/GLContext$CapabilitiesCacheEntry done
Event: 3.030 loading class org/lwjgl/opengl/Display$7
Event: 3.030 loading class org/lwjgl/opengl/Display$7 done
Dynamic libraries:
0x000000013f750000 - 0x000000013f787000 C:\Program Files\Java\bin\javaw.exe
0x00000000776b0000 - 0x0000000077859000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077490000 - 0x00000000775af000 C:\Windows\system32\kernel32.dll
0x000007fefd7b0000 - 0x000007fefd81c000 C:\Windows\system32\KERNELBASE.dll
0x000007fefe960000 - 0x000007fefea3b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefec20000 - 0x000007fefecbf000 C:\Windows\system32\msvcrt.dll
0x000007fefda80000 - 0x000007fefda9f000 C:\Windows\SYSTEM32\sechost.dll
0x000007feff0f0000 - 0x000007feff21d000 C:\Windows\system32\RPCRT4.dll
0x00000000775b0000 - 0x00000000776aa000 C:\Windows\system32\USER32.dll
0x000007fefef00000 - 0x000007fefef67000 C:\Windows\system32\GDI32.dll
0x000007feff480000 - 0x000007feff48e000 C:\Windows\system32\LPK.dll
0x000007fefea40000 - 0x000007fefeb09000 C:\Windows\system32\USP10.dll
0x000007fefb9d0000 - 0x000007fefbbc4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
0x000007feff940000 - 0x000007feff9b1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefdaa0000 - 0x000007fefdace000 C:\Windows\system32\IMM32.DLL
0x000007fefeb10000 - 0x000007fefec19000 C:\Windows\system32\MSCTF.dll
0x000000006e450000 - 0x000000006e522000 C:\Program Files\Java\bin\msvcr100.dll
0x000000006a850000 - 0x000000006b0d9000 C:\Program Files\Java\bin\server\jvm.dll
0x000007fefacd0000 - 0x000007fefacd9000 C:\Windows\system32\WSOCK32.dll
0x000007fefd820000 - 0x000007fefd86d000 C:\Windows\system32\WS2_32.dll
0x000007fefecc0000 - 0x000007fefecc8000 C:\Windows\system32\NSI.dll
0x000007fefbce0000 - 0x000007fefbd1b000 C:\Windows\system32\WINMM.dll
0x000007fefc4e0000 - 0x000007fefc4ec000 C:\Windows\system32\VERSION.dll
0x0000000077870000 - 0x0000000077877000 C:\Windows\system32\PSAPI.DLL
0x0000000072160000 - 0x000000007216f000 C:\Program Files\Java\bin\verify.dll
0x000000006e7a0000 - 0x000000006e7c9000 C:\Program Files\Java\bin\java.dll
0x000000006e7e0000 - 0x000000006e7f6000 C:\Program Files\Java\bin\zip.dll
0x000007fefdbd0000 - 0x000007fefe959000 C:\Windows\system32\SHELL32.dll
0x000007fefd870000 - 0x000007fefda73000 C:\Windows\system32\ole32.dll
0x000007fefd470000 - 0x000007fefd47f000 C:\Windows\system32\profapi.dll
0x0000000073c10000 - 0x0000000073c1d000 C:\Program Files\Java\bin\management.dll
0x000000006e730000 - 0x000000006e74a000 C:\Program Files\Java\bin\net.dll
0x000007fefcc00000 - 0x000007fefcc55000 C:\Windows\system32\mswsock.dll
0x000007fefcbf0000 - 0x000007fefcbf7000 C:\Windows\System32\wship6.dll
0x000000006e690000 - 0x000000006e6a1000 C:\Program Files\Java\bin\nio.dll
0x000007fefb020000 - 0x000007fefb035000 C:\Windows\system32\NLAapi.dll
0x000007fef5c80000 - 0x000007fef5c95000 C:\Windows\system32\napinsp.dll
0x000007fef5c60000 - 0x000007fef5c79000 C:\Windows\system32\pnrpnsp.dll
0x000007fefca80000 - 0x000007fefcadb000 C:\Windows\system32\DNSAPI.dll
0x000007fef5c50000 - 0x000007fef5c5b000 C:\Windows\System32\winrnr.dll
0x000007fef5c40000 - 0x000007fef5c50000 C:\Windows\system32\wshbth.dll
0x000007fefaca0000 - 0x000007fefacc7000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefac90000 - 0x000007fefac9b000 C:\Windows\system32\WINNSI.DLL
0x000007fefa2b0000 - 0x000007fefa303000 C:\Windows\System32\fwpuclnt.dll
0x000007fef87f0000 - 0x000007fef87f8000 C:\Windows\system32\rasadhlp.dll
0x0000000180000000 - 0x0000000180053000 C:\Users\neinome\AppData\Roaming\.minecraft\versions\1.8.9\1.8.9-natives-17756611249553\lwjgl64.dll
0x000007fef0650000 - 0x000007fef076d000 C:\Windows\system32\OPENGL32.dll
0x000007fef6130000 - 0x000007fef615d000 C:\Windows\system32\GLU32.dll
0x000007fef0480000 - 0x000007fef0571000 C:\Windows\system32\DDRAW.dll
0x000007fef6120000 - 0x000007fef6128000 C:\Windows\system32\DCIMAN32.dll
0x000007feff490000 - 0x000007feff667000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd600000 - 0x000007fefd636000 C:\Windows\system32\CFGMGR32.dll
0x000007fefef70000 - 0x000007feff047000 C:\Windows\system32\OLEAUT32.dll
0x000007fefd5a0000 - 0x000007fefd5ba000 C:\Windows\system32\DEVOBJ.dll
0x000007fefc4f0000 - 0x000007fefc508000 C:\Windows\system32\dwmapi.dll
0x000007fefcc60000 - 0x000007fefcc78000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc960000 - 0x000007fefc9a7000 C:\Windows\system32\rsaenh.dll
0x000007fefd580000 - 0x000007fefd59e000 C:\Windows\system32\USERENV.dll
0x000007fefd300000 - 0x000007fefd30f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefa200000 - 0x000007fefa211000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefa1e0000 - 0x000007fefa1f8000 C:\Windows\system32\dhcpcsvc.DLL
0x000000006b7d0000 - 0x000000006b968000 C:\Program Files\Java\bin\awt.dll
0x000007fef8cc0000 - 0x000007fef8cd8000 C:\Windows\system32\atig6pxx.dll
0x000007feface0000 - 0x000007fefae05000 C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\neinome\AppData\Roaming\.minecraft\versions\1.8.9\1.8.9-natives-17756611249553
java_command: net.minecraft.client.main.Main --username neinome --version 1.8.9 --gameDir C:\Users\neinome\AppData\Roaming\.minecraft --assetsDir C:\Users\neinome\AppData\Roaming\.minecraft\assets --assetIndex 1.8 --uuid 9112e4d90e724a839687c3947a03aec0 --accessToken 78746633980a4aa18511ecc777e06da3 --userProperties {} --userType legacy
java_class_path (initial): C:\Users\neinome\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\neinome\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\neinome\AppData
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\DEV\C\bin;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\3.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\GTK2-Runtime\lib;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\
USERNAME=neinome
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 (6.1.7601.18869)
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
Memory: 4k page, physical 8266864k(4779708k free), swap 16531892k(10540168k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.66-b18) for windows-amd64 JRE (1.8.0_66-b18), built on Nov 9 2015 10:51:13 by "java_re" with MS VC++ 10.0 (VS2010)
time: Sun Jan 03 01:45:45 2016
elapsed time: 3 seconds (0d 0h 0m 3s)
0
It _should_ be possible to compile this product to a Mac OS binary with the Mono framework. I don't have access to any systems with that OS, so I am not able to compile it myself. If you email [email protected] with the heading "Creative Mode Plus for Mac OS" I can send you the project.
0
I'm thinking about removing the progress bar, as it only bottlenecks the sections of code in which it is used. I'm posting this to get people's opinions on the matter, would the extra speed (effectively loading and saving will take about 2 seconds, instead of almost 20, if it is removed) be more helpful than seeing the progress of the background actions?
Edit: I've gotten the time down to about 4 seconds now, but I still would like to know it 2 seconds would make that much of a difference to anyone.
0
Let me introduce to you a new Map Editor: Creative Mode Plus. I've created this to make building structures in Minecraft much easier, because I was not satisfied with the other options out there. I'm hope you all will find this helpful. I would like to note that I don't recommend this for redstone, because this does not update, and minecraft will not update anything put into a world in that respect.
What you can do is quickly create structures both on a off ground. You can make any type of hostile mob spawner, including Giants, Ghasts, and the Ender Dragon. You can quickly clear out regions of unwanted blocks, or even just completely clear them out.
If you're interested, you can pick it up at http://code.google.c...tive-mode-plus/
EDIT:
1.1.3.1 release is now available.
Changes from 1.1.3.0:
- Fixed bug where program would crash if region 0, 0's chunk 0, 0 did not exist when creating memory storage.
0
Any help would be appreciated.
0
I've tried to replicate this on the single-player side, but it doesn't exhibit the behaviour. I also reset the nether to see if that would help, but it did not.
Thanks for looking into this.