First, thank you for your answer:) (i'm very happy there's someone that wants to help a noob)
First of the simpler question:
What's an alternativ of Minecraft.getMinecraft() ?
(As i'm said, i am totally new and try my best and i'm very grateful that you help me)
Then the (for me) tougher question:
As you said, you mean i should save the coordinates of Block A when i'm placing it in the TileEntity of the Item of the Block? And then when Placing Block B using this Information to give his TileEntity the coords of A? (But how does A gets he coords of B?)
I'm new to the modding scene and already need your help:(
I have made a block. If you set this block the coordinates are saved in an array. After setting two block you could right click them to connect them.
Little Example:
If u place Block A, the coordinates are saved in an array. Then set block B, the coordinates are saved in an Array. The rightclick Block A, the coordinates of Block B will be saved in the NBT-Data of Block A and if u rightclick block B the coordinates of Block A will be saved as NBT_Data in Block B.
Now if u move over one of this Blocks, for example A, you will be teleportet to block B and vice versa.
But everytime i walk on one of this blocks i get Teleportet to 0 0 0.
And in the console of Eclipse is:
[21:44:18] [main/INFO] [GradleStart]: Extra: []
[21:44:18] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Hans/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[21:44:18] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[21:44:18] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_92, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_92
[21:44:18] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[21:44:18] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[21:44:18] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:44:18] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[21:44:21] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[21:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:44:23] [main/INFO]: Setting user: Player586
[21:44:24] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:44:25] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 15.05.16 21:44
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_92, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 796039024 bytes (759 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 365.19' Renderer: 'GeForce GTX 960/PCIe/SSE2'
[21:44:25] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[21:44:25] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
[21:44:25] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[21:44:25] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[21:44:26] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[21:44:26] [Client thread/INFO] [FML]: Searching C:\Users\Hans\Desktop\Modding\Forge 1.7.10\eclipse\mods for mods
[21:44:31] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[21:44:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, teleportpads] at CLIENT
[21:44:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, teleportpads] at SERVER
[21:44:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Teleporter Blocks
[21:44:32] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:44:32] [Client thread/INFO] [FML]: Applying holder lookups
[21:44:32] [Client thread/INFO] [FML]: Holder lookups applied
[21:44:32] [Client thread/INFO] [FML]: Injecting itemstacks
[21:44:32] [Client thread/INFO] [FML]: Itemstack injection complete
[21:44:32] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:32] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[21:44:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[21:44:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:44:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[21:44:33] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:33] [Sound Library Loader/INFO]: Sound engine started
[21:44:35] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[21:44:35] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[21:44:35] [Client thread/INFO] [FML]: Injecting itemstacks
[21:44:35] [Client thread/INFO] [FML]: Itemstack injection complete
[21:44:35] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[21:44:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Teleporter Blocks
[21:44:36] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:44:36] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[21:44:36] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[21:44:36] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:44:36] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[21:44:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:37] [Sound Library Loader/INFO]: Sound engine started
[21:44:42] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[21:44:42] [Server thread/INFO]: Generating keypair
[21:44:42] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[21:44:42] [Server thread/INFO] [FML]: Applying holder lookups
[21:44:42] [Server thread/INFO] [FML]: Holder lookups applied
[21:44:42] [Server thread/INFO] [FML]: Loading dimension 0 (Neue Welt) ([email protected])
[21:44:42] [Server thread/INFO] [FML]: Loading dimension 1 (Neue Welt) ([email protected])
[21:44:42] [Server thread/INFO] [FML]: Loading dimension -1 (Neue Welt) ([email protected])
[21:44:42] [Server thread/INFO]: Preparing start region for level 0
[21:44:43] [Server thread/INFO]: Changing view distance to 12, from 10
[21:44:44] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[21:44:44] [Netty IO #1/INFO] [FML]: Client protocol version 2
[21:44:44] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[21:44:44] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[21:44:44] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[21:44:44] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[21:44:44] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[21:44:44] [Server thread/INFO]: Player586[local:E:c106c714] logged in with entity id 194 at (-21.473662581341912, 67.30749757901916, -17.80344929635661)
[21:44:44] [Server thread/INFO]: Player586 hat das Spiel betreten
[21:44:48] [Server thread/INFO]: <Player586> You have sucessfully set your teleport Block. Set another one to start configuring.
[21:44:48] [Client thread/INFO]: [CHAT] <Player586> You have sucessfully set your teleport Block. Set another one to start configuring.
[21:44:50] [Server thread/INFO]: <Player586> You have sucessfully set your 2nd teleport Block. Right click the Blocks to configure.
[21:44:50] [Server thread/INFO]: <Player586> Note: Do NOT set another block before configure them both!
[21:44:50] [Client thread/INFO]: [CHAT] <Player586> You have sucessfully set your 2nd teleport Block. Right click the Blocks to configure.
[21:44:50] [Client thread/INFO]: [CHAT] <Player586> Note: Do NOT set another block before configure them both!
[21:44:52] [Server thread/INFO]: <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:52] [Server thread/INFO]: <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:52] [Client thread/INFO]: [CHAT] <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:52] [Client thread/INFO]: [CHAT] <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:54] [Server thread/INFO]: <Player586> 2nd block configured. You can teleport now.
[21:44:54] [Server thread/INFO]: <Player586> 2nd block configured. You can teleport now.
[21:44:54] [Client thread/INFO]: [CHAT] <Player586> 2nd block configured. You can teleport now.
[21:44:54] [Client thread/INFO]: [CHAT] <Player586> 2nd block configured. You can teleport now.
[21:45:01] [Server thread/INFO]: Saving and pausing game...
[21:45:01] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Overworld
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?] [21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Nether
[21:45:01] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/The End
[21:45:02] [Server thread/INFO]: Stopping server
[21:45:02] [Server thread/INFO]: Saving players
[21:45:02] [Server thread/INFO]: Saving worlds
[21:45:02] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Overworld
[21:45:02] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Nether
[21:45:02] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/The End
[21:45:03] [Server thread/INFO] [FML]: Unloading dimension 0
[21:45:03] [Server thread/INFO] [FML]: Unloading dimension -1
[21:45:03] [Server thread/INFO] [FML]: Unloading dimension 1
[21:45:03] [Server thread/INFO] [FML]: Applying holder lookups
[21:45:03] [Server thread/INFO] [FML]: Holder lookups applied
[21:45:04] [Client thread/INFO]: Stopping!
[21:45:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:45:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:45:05] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[21:45:05] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I hope u can help me and i'm very sorry for my really bad english.
------------------
System Information
------------------
Time of this report: 11/21/2015, 11:46:25
Machine name: ZYRUX
Operating System: Windows 10 Home 64-bit (10.0, Build 10240) (10240.th1_st1.151104-1714)
Language: German (Regional Setting: German)
System Manufacturer: Acer
System Model: Aspire M1920
BIOS: Default System BIOS
Processor: Pentium(R) Dual-Core CPU E6700 @ 3.20GHz (2 CPUs), ~3.2GHz
Memory: 4096MB RAM
Available OS Memory: 4062MB RAM
Page File: 2208MB used, 4323MB available
Windows Dir: C:\Windows
DirectX Version: 10
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Not Available
Microsoft Graphics Hybrid: Not Supported
DxDiag Version: 10.00.10240.16384 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10240.16384
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10240.16384
WDM Streaming Rendering Devices:
HD Audio-SPDIF-Ausgabe,0x00200000,1,1,ksproxy.ax,10.00.10240.16384
HD Audio-Kopfhörer/Lautsprecher,0x00200000,1,1,ksproxy.ax,10.00.10240.16384
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10240.16384
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10240.16384
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10240.16384
--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
--------------------------------
Media Foundation Scheme Handlers
--------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
---------------
Diagnostics
---------------
Windows Error Reporting:
+++ WER0 +++:
Fehlerbucket , Typ 0
Ereignisname: AppHangB1
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_javaw.exe_fd3cf81eb29465259e9b77cddf286c5e77a12aae_2d7d03fc_3970c606
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: f237bafd-9036-11e5-8d7b-c89cdc29ca0c
Berichtstatus: 97
Bucket mit Hash:
+++ WER1 +++:
Fehlerbucket , Typ 0
Ereignisname: AppHangTransient
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 20f408f5-8d40-11e5-8d7b-c89cdc29ca0c
Berichtstatus: 2049
Bucket mit Hash:
+++ WER2 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b0b81
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 9692f661-8964-11e5-8d7a-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER3 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b0ad5
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 1dcdf7e3-8964-11e5-8d7a-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER4 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b0a39
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: c12fa578-8963-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER5 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b09ac
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 661403ab-8963-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER6 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPGenericDriverFound
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_8ec843487ad299c5cb115782a1e539d9cfa6998_00000000_0c6b0910
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 3a38d71c-8963-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER7 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPGenericDriverFound
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_8ec843487ad299c5cb115782a1e539d9cfa6998_00000000_0c6b0874
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: f29b5d30-8962-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER8 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_e44ea995e55f825476de738b58e505aa17944a5_00000000_0c6b07d8
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 93ee7518-8962-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER9 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b072c
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: cb9abf43-8960-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
My Minecraft crashes if i try to use fullscreen mode.
If i press F11 my game crash and launcher outputs something:
Completely ignored arguments: [--nativeLauncherVersion, 286]
[10:11:06] [Client thread/INFO]: Setting user: my_name
[10:11:06] [Client thread/INFO]: (Session ID is token:3966a65a7b764cd8a2dd9fa408ad8ddb:f6c680e638c0475591b1621109a863fe)
[10:11:09] [Client thread/INFO]: LWJGL Version: 2.9.4
[10:11:09] [Client thread/ERROR]: Couldn't set pixel format
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.createWindow(Display.java:306) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.create(Display.java:848) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.create(Display.java:757) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at bbz.am(SourceFile:571) [15w47c.jar:?]
at bbz.ak(SourceFile:423) [15w47c.jar:?]
at bbz.a(SourceFile:370) [15w47c.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:122) [15w47c.jar:?]
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 21.11.15 10:11
Description: Initializing game
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
-- Initialization --
Details:
Stacktrace:
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
-- System Details --
Details:
Minecraft Version: 15w47c
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 106671832 bytes (101 MB) / 173015040 bytes (165 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 15w47c
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
#@[email protected]# Game crashed! Crash report saved to: #@[email protected]# D:\.minecraft\crash-reports\crash-2015-11-21_10.11.10-client.txt
and the Crash report
---- Minecraft Crash Report ----
// I feel sad now
Time: 21.11.15 10:11
Description: Initializing game
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
-- Initialization --
Details:
Stacktrace:
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
-- System Details --
Details:
Minecraft Version: 15w47c
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 106671832 bytes (101 MB) / 173015040 bytes (165 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 15w47c
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
I allready tried do update Java. If i do, game won't start at all...
Updating my GraphicDriver is i tried also...
Thanks for Help and sorry for my really bad english
0
I think the problem is solved...
i've done nothing, it just works as usual again. i hope it will stay like this
0
Yeah, maybe i should do a short video-
They are "using" all their animations but stay at one point. It looks like, they are "lagging" (but i do not).
I'll make a short GIF or video-
0
Hey there,
I have installed Forge 10.13.4.1614 for MC 1.7.10, running many mods...
The problem is, that all creatures don't move as they should. (there are no errors or something.)
(The creatures actualy 'do their animations' but they don't move.)
Logs can be found here: (they're too Long....)
https://mega.nz/#!0A8lVbbR!3PjAS8bARNeQMI5nrqcxQFcwHBWG_tVZeH7BMx-8i1w
https://mega.nz/#!tZUFCDxK!eVeSc4ny5ctFxAzT9GdjyolqtMQTun_CbWuaeKSWJ4A
https://mega.nz/#!1YVSnAAD!zxDpIcvLbG6j5XPGRHS1Vo9cXLBZGk34z1yYSH2bAAs
If you need any Infos beside the logs, just ask for it:)
Sorry for my bad english, thanks for help and have a nice day!
0
Ah, this is very very useful for me, thanks a lot!
If i understand this right (and I think I understood it), you have to teleport from B to A first, before you can vice versa?
(If this is true, i dont thinks this would be a problem)
I'm very very grateful. Thanks you for explaining this very noob friendly:)
Have a very nice day and i will try what you had written if i find time today or tomorrow (it is 08:44 pm in my time zone)
0
Hey,
First, thank you for your answer:) (i'm very happy there's someone that wants to help a noob)
First of the simpler question:
What's an alternativ of Minecraft.getMinecraft() ?
(As i'm said, i am totally new and try my best and i'm very grateful that you help me)
Then the (for me) tougher question:
As you said, you mean i should save the coordinates of Block A when i'm placing it in the TileEntity of the Item of the Block? And then when Placing Block B using this Information to give his TileEntity the coords of A? (But how does A gets he coords of B?)
Im sorry for my inability.
Have a nice day and thanks a lot:)!
0
Hey there,
I'm new to the modding scene and already need your help:(
I have made a block. If you set this block the coordinates are saved in an array. After setting two block you could right click them to connect them.
Little Example:
If u place Block A, the coordinates are saved in an array. Then set block B, the coordinates are saved in an Array. The rightclick Block A, the coordinates of Block B will be saved in the NBT-Data of Block A and if u rightclick block B the coordinates of Block A will be saved as NBT_Data in Block B.
Now if u move over one of this Blocks, for example A, you will be teleportet to block B and vice versa.
But everytime i walk on one of this blocks i get Teleportet to 0 0 0.
And in the console of Eclipse is:
[21:44:18] [main/INFO] [GradleStart]: Extra: []
[21:44:18] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/Hans/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[21:44:18] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[21:44:18] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_92, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_92
[21:44:18] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[21:44:18] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
[21:44:18] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:44:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:44:18] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
[21:44:21] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[21:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:44:22] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:44:23] [main/INFO]: Setting user: Player586
[21:44:24] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:44:25] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 15.05.16 21:44
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_92, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 796039024 bytes (759 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 365.19' Renderer: 'GeForce GTX 960/PCIe/SSE2'
[21:44:25] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[21:44:25] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
[21:44:25] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[21:44:25] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[21:44:26] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[21:44:26] [Client thread/INFO] [FML]: Searching C:\Users\Hans\Desktop\Modding\Forge 1.7.10\eclipse\mods for mods
[21:44:31] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[21:44:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, teleportpads] at CLIENT
[21:44:31] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, teleportpads] at SERVER
[21:44:32] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Teleporter Blocks
[21:44:32] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[21:44:32] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[21:44:32] [Client thread/INFO] [FML]: Applying holder lookups
[21:44:32] [Client thread/INFO] [FML]: Holder lookups applied
[21:44:32] [Client thread/INFO] [FML]: Injecting itemstacks
[21:44:32] [Client thread/INFO] [FML]: Itemstack injection complete
[21:44:32] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:32] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[21:44:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[21:44:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:44:32] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[21:44:33] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:33] [Sound Library Loader/INFO]: Sound engine started
[21:44:35] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[21:44:35] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[21:44:35] [Client thread/INFO] [FML]: Injecting itemstacks
[21:44:35] [Client thread/INFO] [FML]: Itemstack injection complete
[21:44:35] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[21:44:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Teleporter Blocks
[21:44:36] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:44:36] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[21:44:36] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:36] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[21:44:36] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[21:44:36] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:44:36] [Thread-10/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[21:44:37] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:44:37] [Sound Library Loader/INFO]: Sound engine started
[21:44:42] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[21:44:42] [Server thread/INFO]: Generating keypair
[21:44:42] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[21:44:42] [Server thread/INFO] [FML]: Applying holder lookups
[21:44:42] [Server thread/INFO] [FML]: Holder lookups applied
[21:44:42] [Server thread/INFO] [FML]: Loading dimension 0 (Neue Welt) ([email protected])
[21:44:42] [Server thread/INFO] [FML]: Loading dimension 1 (Neue Welt) ([email protected])
[21:44:42] [Server thread/INFO] [FML]: Loading dimension -1 (Neue Welt) ([email protected])
[21:44:42] [Server thread/INFO]: Preparing start region for level 0
[21:44:43] [Server thread/INFO]: Changing view distance to 12, from 10
[21:44:44] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[21:44:44] [Netty IO #1/INFO] [FML]: Client protocol version 2
[21:44:44] [Netty IO #1/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[21:44:44] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[21:44:44] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[21:44:44] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[21:44:44] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[21:44:44] [Server thread/INFO]: Player586[local:E:c106c714] logged in with entity id 194 at (-21.473662581341912, 67.30749757901916, -17.80344929635661)
[21:44:44] [Server thread/INFO]: Player586 hat das Spiel betreten
[21:44:48] [Server thread/INFO]: <Player586> You have sucessfully set your teleport Block. Set another one to start configuring.
[21:44:48] [Client thread/INFO]: [CHAT] <Player586> You have sucessfully set your teleport Block. Set another one to start configuring.
[21:44:50] [Server thread/INFO]: <Player586> You have sucessfully set your 2nd teleport Block. Right click the Blocks to configure.
[21:44:50] [Server thread/INFO]: <Player586> Note: Do NOT set another block before configure them both!
[21:44:50] [Client thread/INFO]: [CHAT] <Player586> You have sucessfully set your 2nd teleport Block. Right click the Blocks to configure.
[21:44:50] [Client thread/INFO]: [CHAT] <Player586> Note: Do NOT set another block before configure them both!
[21:44:52] [Server thread/INFO]: <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:52] [Server thread/INFO]: <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:52] [Client thread/INFO]: [CHAT] <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:52] [Client thread/INFO]: [CHAT] <Player586> First block configured, rightclick 2nd block to complete configuring.
[21:44:54] [Server thread/INFO]: <Player586> 2nd block configured. You can teleport now.
[21:44:54] [Server thread/INFO]: <Player586> 2nd block configured. You can teleport now.
[21:44:54] [Client thread/INFO]: [CHAT] <Player586> 2nd block configured. You can teleport now.
[21:44:54] [Client thread/INFO]: [CHAT] <Player586> 2nd block configured. You can teleport now.
[21:45:01] [Server thread/INFO]: Saving and pausing game...
[21:45:01] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Overworld
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/ERROR] [FML]: A TileEntity type com.heartkillmods.teleportpads.TeleportTileEntity has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_92]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_92]
at com.heartkillmods.teleportpads.TeleportTileEntity.writeToNBT(TeleportTileEntity.java:26) ~[TeleportTileEntity.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.writeChunkToNBT(AnvilChunkLoader.java:395) [AnvilChunkLoader.class:?]
at net.minecraft.world.chunk.storage.AnvilChunkLoader.saveChunk(AnvilChunkLoader.java:204) [AnvilChunkLoader.class:?]
at net.minecraft.world.gen.ChunkProviderServer.safeSaveChunk(ChunkProviderServer.java:287) [ChunkProviderServer.class:?]
at net.minecraft.world.gen.ChunkProviderServer.saveChunks(ChunkProviderServer.java:340) [ChunkProviderServer.class:?]
at net.minecraft.world.WorldServer.saveAllChunks(WorldServer.java:863) [WorldServer.class:?]
at net.minecraft.server.MinecraftServer.saveAllWorlds(MinecraftServer.java:370) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:113) [IntegratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:485) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:752) [MinecraftServer$2.class:?]
[21:45:01] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Nether
[21:45:01] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/The End
[21:45:02] [Server thread/INFO]: Stopping server
[21:45:02] [Server thread/INFO]: Saving players
[21:45:02] [Server thread/INFO]: Saving worlds
[21:45:02] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Overworld
[21:45:02] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/Nether
[21:45:02] [Server thread/INFO]: Saving chunks for level 'Neue Welt'/The End
[21:45:03] [Server thread/INFO] [FML]: Unloading dimension 0
[21:45:03] [Server thread/INFO] [FML]: Unloading dimension -1
[21:45:03] [Server thread/INFO] [FML]: Unloading dimension 1
[21:45:03] [Server thread/INFO] [FML]: Applying holder lookups
[21:45:03] [Server thread/INFO] [FML]: Holder lookups applied
[21:45:04] [Client thread/INFO]: Stopping!
[21:45:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:45:04] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:45:05] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[21:45:05] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I hope u can help me and i'm very sorry for my really bad english.
Have a nice day:)
Edit: Sorry, i've forget the code:
Main:
http://pastebin.com/7f2VhH4L
Block:
http://pastebin.com/usVtsRta
CommonProxy:
http://pastebin.com/eTbK8p6y
TileEntity:
http://pastebin.com/xfmsFD1Y
And yes, my programming style is really bad...
1
Maybe this:
this:
or this:
could help you.
0
Yes please fix this BUG!
Perfect Program expect this one Bug:)
GJ
0
Haha thanks^^
Then nothing will help this expect of buying new GPU or new PC?
and if it's so, how do i set the thread to solved or something
0
i know, that a windows 7 driver is installed, because windows 10 driver for Intel g41 do not support opengl i think...
Yeah, i think i need to buy a new Computer.
Thanks for your help
0
My DxDiag, hope is what u need:)
------------------
System Information
------------------
Time of this report: 11/21/2015, 11:46:25
Machine name: ZYRUX
Operating System: Windows 10 Home 64-bit (10.0, Build 10240) (10240.th1_st1.151104-1714)
Language: German (Regional Setting: German)
System Manufacturer: Acer
System Model: Aspire M1920
BIOS: Default System BIOS
Processor: Pentium(R) Dual-Core CPU E6700 @ 3.20GHz (2 CPUs), ~3.2GHz
Memory: 4096MB RAM
Available OS Memory: 4062MB RAM
Page File: 2208MB used, 4323MB available
Windows Dir: C:\Windows
DirectX Version: 10
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
Miracast: Not Available
Microsoft Graphics Hybrid: Not Supported
DxDiag Version: 10.00.10240.16384 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Input Tab: No problems found.
--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
---------------
Display Devices
---------------
Card name: Intel(R) G41 Express Chipset
Manufacturer: Intel Corporation
Chip type: Intel(R) 4 Series Express Chipset Family
DAC type: Internal
Device Type: Full Device
Device Key: Enum\PCI\VEN_8086&DEV_2E32&SUBSYS_038E1025&REV_03
Display Memory: 1695 MB
Dedicated Memory: 32 MB
Shared Memory: 1663 MB
Current Mode: 1680 x 1050 (32 bit) (60Hz)
Monitor Name: Generic PnP Monitor
Monitor Model: M228WA
Monitor Id: GSM563C
Native Mode: 1680 x 1050(p) (59.883Hz)
Output Type: HD15
Driver Name: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
Driver File Version: 8.15.0010.1883 (English)
Driver Version: 8.15.10.1883
DDI Version: 10
Feature Levels: 10.0,9.1
Driver Model: WDDM 1.1
Graphics Preemption: DMA
Compute Preemption: DMA
Miracast: Not Supported
Hybrid Graphics GPU: Not Applicable
Power P-states: Not Applicable
Driver Attributes: Final Retail
Driver Date/Size: 8/27/2009 16:07:11, 5616640 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B78E66-6D72-11CF-CE74-8423A3C2C535}
Vendor ID: 0x8086
Device ID: 0x2E32
SubSys ID: 0x038E1025
Revision ID: 0x0003
Driver Strong Name: oem11.inf:5f63e5345dba0087:iEGL0:8.15.10.1883:pci\ven_8086&dev_2e32
Rank Of Driver: 00E62001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
DXVA2 Modes: DXVA2_ModeMPEG2_VLD DXVA2_ModeMPEG2_IDCT DXVA2_ModeMPEG2_MOCOMP DXVA2_ModeWMV9_MoComp DXVA2_ModeWMV9_IDCT DXVA2_ModeVC1_MoComp DXVA2_ModeVC1_IDCT
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: Lautsprecher (High Definition Audio-Gerät)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0662&SUBSYS_1025038E&REV_1001
Manufacturer ID: 1
Product ID: 65535
Type: WDM
Driver Name: HdAudio.sys
Driver Version: 10.00.10240.16384 (German)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 7/10/2015 04:22:21, 379392 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
---------------------
Sound Capture Devices
---------------------
---------------------
Video Capture Devices
Number of Devices: 0
---------------------
-------------------
DirectInput Devices
-------------------
Device Name: Maus
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Tastatur
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC31C
FF Driver: n/a
Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC31C
FF Driver: n/a
Device Name: USB Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC31C
FF Driver: n/a
Poll w/ Interrupt: No
-----------
USB Devices
-----------
+ USB-Root-Hub
| Vendor/Product ID: 0x8086, 0x27C8
| Matching Device ID: USB\ROOT_HUB
| Service: usbhub
| Driver: usbhub.sys, 9/25/2015 05:01:05, 498016 bytes
| Driver: usbd.sys, 7/10/2015 06:05:11, 29536 bytes
|
+-+ USB-Verbundgerät
| | Vendor/Product ID: 0x046D, 0xC31C
| | Location: Port_#0001.Hub_#0001
| | Matching Device ID: USB\COMPOSITE
| | Service: usbccgp
| | Driver: usbccgp.sys, 7/10/2015 06:07:34, 159072 bytes
| |
| +-+ USB-Eingabegerät
| | | Vendor/Product ID: 0x046D, 0xC31C
| | | Location: 0000.001d.0000.001.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 7/10/2015 04:21:00, 38400 bytes
| | | Driver: hidclass.sys, 7/10/2015 04:21:05, 153088 bytes
| | | Driver: hidparse.sys, 7/10/2015 04:20:56, 39936 bytes
| | |
| | +-+ HID-Tastatur
| | | | Vendor/Product ID: 0x046D, 0xC31C
| | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | Service: kbdhid
| | | | Driver: kbdhid.sys, 7/10/2015 04:20:49, 36864 bytes
| | | | Driver: kbdclass.sys, 7/10/2015 06:07:46, 62304 bytes
|
+ USB-Root-Hub
| Vendor/Product ID: 0x8086, 0x27C9
| Matching Device ID: USB\ROOT_HUB
| Service: usbhub
| Driver: usbhub.sys, 9/25/2015 05:01:05, 498016 bytes
| Driver: usbd.sys, 7/10/2015 06:05:11, 29536 bytes
|
+-+ USB-Eingabegerät
| | Vendor/Product ID: 0x093A, 0x2510
| | Location: Port_#0002.Hub_#0002
| | Matching Device ID: USB\Class_03&SubClass_01
| | Service: HidUsb
| | Driver: hidusb.sys, 7/10/2015 04:21:00, 38400 bytes
| | Driver: hidclass.sys, 7/10/2015 04:21:05, 153088 bytes
| | Driver: hidparse.sys, 7/10/2015 04:20:56, 39936 bytes
| |
| +-+ HID-konforme Maus
| | | Vendor/Product ID: 0x093A, 0x2510
| | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | Service: mouhid
| | | Driver: mouhid.sys, 7/10/2015 04:20:52, 32256 bytes
| | | Driver: mouclass.sys, 7/10/2015 06:07:41, 59232 bytes
----------------
Gameport Devices
----------------
------------
PS/2 Devices
------------
------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 72.5 GB
Total Space: 228.3 GB
File System: NTFS
Model: Hitachi HDS721050CLA362 ATA Device
Drive: D:
Free Space: 216.9 GB
Total Space: 953.9 GB
File System: NTFS
Model: TOSHIBA External USB 3.0 USB Device
Drive: F:
Free Space: 229.0 GB
Total Space: 229.1 GB
File System: NTFS
Model: Hitachi HDS721050CLA362 ATA Device
Drive: H:
Model: ATAPI DVD A DH16ABSH ATA Device
Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.10240.16384 (German), 7/10/2015 04:13:01, 174080 bytes
--------------
System Devices
--------------
Name: Intel(R) N10/ICH7 Family Serial ATA Storage Controller - 27C0
Device ID: PCI\VEN_8086&DEV_27C0&SUBSYS_038E1025&REV_01\3&11583659&0&FA
Driver: C:\Windows\system32\DRIVERS\intelide.sys, 10.00.10240.16384 (English), 7/10/2015 06:05:11, 19296 bytes
Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 10.00.10240.16384 (German), 7/10/2015 06:07:35, 51552 bytes
Driver: C:\Windows\system32\DRIVERS\atapi.sys, 10.00.10240.16384 (English), 7/10/2015 05:31:51, 28512 bytes
Driver: C:\Windows\system32\DRIVERS\ataport.sys, 10.00.10240.16384 (German), 7/10/2015 05:34:44, 192864 bytes
Name: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E30
Device ID: PCI\VEN_8086&DEV_2E30&SUBSYS_038E1025&REV_03\3&11583659&0&00
Driver: n/a
Name: Intel(R) N10/ICH7 Family USB2 Enhanced Host Controller - 27CC
Device ID: PCI\VEN_8086&DEV_27CC&SUBSYS_038E1025&REV_01\3&11583659&0&EF
Driver: C:\Windows\system32\drivers\usbehci.sys, 10.00.10240.16384 (German), 7/10/2015 06:10:08, 95584 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 10.00.10240.16384 (German), 7/10/2015 06:08:01, 457056 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 10.00.10240.16542 (German), 9/25/2015 05:01:05, 498016 bytes
Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D4
Device ID: PCI\VEN_8086&DEV_27D4&SUBSYS_038E1025&REV_01\3&11583659&0&E2
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.10240.16390 (German), 9/10/2015 06:12:49, 325984 bytes
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CA
Device ID: PCI\VEN_8086&DEV_27CA&SUBSYS_038E1025&REV_01\3&11583659&0&EA
Driver: C:\Windows\system32\drivers\usbuhci.sys, 10.00.10240.16384 (English), 7/10/2015 04:21:32, 34816 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 10.00.10240.16384 (German), 7/10/2015 06:08:01, 457056 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 10.00.10240.16542 (German), 9/25/2015 05:01:05, 498016 bytes
Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D2
Device ID: PCI\VEN_8086&DEV_27D2&SUBSYS_038E1025&REV_01\3&11583659&0&E1
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.10240.16390 (German), 9/10/2015 06:12:49, 325984 bytes
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C9
Device ID: PCI\VEN_8086&DEV_27C9&SUBSYS_038E1025&REV_01\3&11583659&0&E9
Driver: C:\Windows\system32\drivers\usbuhci.sys, 10.00.10240.16384 (English), 7/10/2015 04:21:32, 34816 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 10.00.10240.16384 (German), 7/10/2015 06:08:01, 457056 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 10.00.10240.16542 (German), 9/25/2015 05:01:05, 498016 bytes
Name: Intel(R) ICH7 Family LPC Interface Controller - 27B8
Device ID: PCI\VEN_8086&DEV_27B8&SUBSYS_038E1025&REV_01\3&11583659&0&F8
Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 10.00.10240.16384 (English), 7/10/2015 06:06:13, 19296 bytes
Name: PCI-zu-PCI-Brücke
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_038E1025&REV_E1\3&11583659&0&F0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.10240.16390 (German), 9/10/2015 06:12:49, 325984 bytes
Name: High Definition Audio-Controller
Device ID: PCI\VEN_8086&DEV_27D8&SUBSYS_038E1025&REV_01\3&11583659&0&D8
Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 10.00.10240.16384 (German), 7/10/2015 04:21:59, 80896 bytes
Driver: C:\Windows\system32\drivers\drmk.sys, 10.00.10240.16384 (English), 7/10/2015 04:21:35, 96768 bytes
Driver: C:\Windows\system32\drivers\portcls.sys, 10.00.10240.16515 (German), 9/17/2015 06:50:33, 320000 bytes
Name: Intel(R) N10/ICH7 Family PCI Express Root Port - 27D0
Device ID: PCI\VEN_8086&DEV_27D0&SUBSYS_038E1025&REV_01\3&11583659&0&E0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 10.00.10240.16390 (German), 9/10/2015 06:12:49, 325984 bytes
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27CB
Device ID: PCI\VEN_8086&DEV_27CB&SUBSYS_038E1025&REV_01\3&11583659&0&EB
Driver: C:\Windows\system32\drivers\usbuhci.sys, 10.00.10240.16384 (English), 7/10/2015 04:21:32, 34816 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 10.00.10240.16384 (German), 7/10/2015 06:08:01, 457056 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 10.00.10240.16542 (German), 9/25/2015 05:01:05, 498016 bytes
Name: Intel(R) ICH7 Family Ultra ATA Storage Controllers - 27DF
Device ID: PCI\VEN_8086&DEV_27DF&SUBSYS_038E1025&REV_01\3&11583659&0&F9
Driver: C:\Windows\system32\DRIVERS\intelide.sys, 10.00.10240.16384 (English), 7/10/2015 06:05:11, 19296 bytes
Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 10.00.10240.16384 (German), 7/10/2015 06:07:35, 51552 bytes
Driver: C:\Windows\system32\DRIVERS\atapi.sys, 10.00.10240.16384 (English), 7/10/2015 05:31:51, 28512 bytes
Driver: C:\Windows\system32\DRIVERS\ataport.sys, 10.00.10240.16384 (German), 7/10/2015 05:34:44, 192864 bytes
Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_80001025&REV_03\4&38622652&0&00E1
Driver: C:\Windows\system32\DRIVERS\rt640x64.sys, 9.01.0401.2015 (German), 6/18/2015 02:04:11, 587264 bytes
Name: Intel(R) G41 Express Chipset
Device ID: PCI\VEN_8086&DEV_2E32&SUBSYS_038E1025&REV_03\3&11583659&0&10
Driver: C:\Windows\system32\DRIVERS\igdkmd64.sys, 8.15.0010.1883 (English), 8/27/2009 16:07:04, 7369600 bytes
Driver: C:\Windows\system32\igdumd64.dll, 8.15.0010.1883 (English), 8/27/2009 16:07:11, 5616640 bytes
Driver: C:\Windows\system32\igd10umd64.dll, 8.15.0010.1883 (English), 8/27/2009 15:53:12, 3799040 bytes
Driver: C:\Windows\system32\igkrng500.bin, 8/27/2009 16:05:10, 982220 bytes
Driver: C:\Windows\system32\igcompkrng500.bin, 8/27/2009 16:05:11, 439300 bytes
Driver: C:\Windows\system32\igfcg500.bin, 8/27/2009 16:05:10, 134592 bytes
Driver: C:\Windows\system32\igfcg500m.bin, 8/27/2009 16:05:10, 92216 bytes
Driver: C:\Windows\SysWow64\igkrng500.bin, 8/27/2009 16:05:10, 982220 bytes
Driver: C:\Windows\SysWow64\igcompkrng500.bin, 8/27/2009 16:05:11, 439300 bytes
Driver: C:\Windows\SysWow64\igfcg500.bin, 8/27/2009 16:05:10, 134592 bytes
Driver: C:\Windows\SysWow64\igfcg500m.bin, 8/27/2009 16:05:10, 92216 bytes
Driver: C:\Windows\system32\iglhxs64.vp, 8/27/2009 16:23:31, 4448 bytes
Driver: C:\Windows\system32\iglhxo64.vp, 10/25/2015 17:08:44, 60015 bytes
Driver: C:\Windows\system32\iglhxc64.vp, 10/25/2015 17:08:44, 60226 bytes
Driver: C:\Windows\system32\iglhxg64.vp, 10/25/2015 17:08:44, 60254 bytes
Driver: C:\Windows\system32\iglhxa64.vp, 10/25/2015 17:08:44, 1090 bytes
Driver: C:\Windows\system32\iglhxa64.cpa, 10/25/2015 17:08:44, 1991936 bytes
Driver: C:\Windows\SysWow64\igdumd32.dll, 8.15.0010.1883 (English), 8/27/2009 16:00:03, 4233728 bytes
Driver: C:\Windows\SysWow64\igdumdx32.dll, 8.15.0010.1883 (English), 8/27/2009 15:53:59, 549888 bytes
Driver: C:\Windows\SysWow64\igfxdv32.dll, 7.14.0010.1883 (English), 8/27/2009 15:25:15, 217088 bytes
Driver: C:\Windows\SysWow64\oemdspif.dll, 7.14.0010.1883 (English), 8/27/2009 15:26:38, 59392 bytes
Driver: C:\Windows\SysWow64\igd10umd32.dll, 8.15.0010.1883 (English), 8/27/2009 15:50:34, 3646976 bytes
Driver: C:\Windows\system32\hccutils.dll, 7.14.0010.1883 (English), 8/27/2009 15:31:05, 108544 bytes
Driver: C:\Windows\system32\igfxsrvc.dll, 7.14.0010.1883 (English), 8/27/2009 15:31:43, 55808 bytes
Driver: C:\Windows\system32\igfxsrvc.exe, 7.14.0010.1883 (English), 9/2/2009 11:17:44, 491032 bytes
Driver: C:\Windows\system32\igfxpph.dll, 7.14.0010.1883 (English), 8/27/2009 15:32:28, 246272 bytes
Driver: C:\Windows\system32\igfxcpl.cpl, 7.14.0010.1883 (English), 8/27/2009 15:33:01, 125952 bytes
Driver: C:\Windows\system32\igfxcfg.exe, 7.14.0010.1883 (English), 9/2/2009 11:17:36, 845848 bytes
Driver: C:\Windows\system32\igfxdev.dll, 7.14.0010.1883 (English), 8/27/2009 15:30:58, 259584 bytes
Driver: C:\Windows\system32\igfxdo.dll, 7.14.0010.1883 (English), 8/27/2009 15:30:27, 142336 bytes
Driver: C:\Windows\system32\igfxtray.exe, 7.14.0010.1883 (English), 11/13/2015 17:56:42, 165912 bytes
Driver: C:\Windows\system32\hkcmd.exe, 7.14.0010.1883 (English), 11/13/2015 17:56:46, 387608 bytes
Driver: C:\Windows\system32\igfxress.dll, 7.14.0010.1883 (English), 8/27/2009 15:30:25, 5694976 bytes
Driver: C:\Windows\system32\igfxpers.exe, 7.14.0010.1883 (English), 11/13/2015 17:56:48, 365592 bytes
Driver: C:\Windows\system32\igfxTMM.dll, 7.14.0010.1883 (English), 8/27/2009 15:32:27, 371712 bytes
Driver: C:\Windows\system32\igfxext.exe, 7.14.0010.1883 (English), 9/2/2009 11:17:38, 215576 bytes
Driver: C:\Windows\system32\igfxexps.dll, 7.14.0010.1883 (English), 8/27/2009 15:32:20, 27648 bytes
Driver: C:\Windows\system32\igfxrara.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:48, 254464 bytes
Driver: C:\Windows\system32\igfxrchs.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:48, 180224 bytes
Driver: C:\Windows\system32\igfxrcht.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:49, 181760 bytes
Driver: C:\Windows\system32\igfxrdan.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:50, 282624 bytes
Driver: C:\Windows\system32\igfxrdeu.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:50, 305664 bytes
Driver: C:\Windows\system32\igfxrenu.lrc, 7.14.0010.1883 (English), 8/27/2009 15:30:32, 278016 bytes
Driver: C:\Windows\system32\igfxresp.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:51, 305152 bytes
Driver: C:\Windows\system32\igfxrfin.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:52, 283136 bytes
Driver: C:\Windows\system32\igfxrfra.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:52, 305664 bytes
Driver: C:\Windows\system32\igfxrheb.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:53, 251904 bytes
Driver: C:\Windows\system32\igfxrita.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:54, 306688 bytes
Driver: C:\Windows\system32\igfxrjpn.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:54, 208896 bytes
Driver: C:\Windows\system32\igfxrkor.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:55, 207360 bytes
Driver: C:\Windows\system32\igfxrnld.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:55, 301568 bytes
Driver: C:\Windows\system32\igfxrnor.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:56, 282112 bytes
Driver: C:\Windows\system32\igfxrplk.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:56, 289792 bytes
Driver: C:\Windows\system32\igfxrptb.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:57, 291328 bytes
Driver: C:\Windows\system32\igfxrptg.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:57, 296960 bytes
Driver: C:\Windows\system32\igfxrrus.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:58, 293376 bytes
Driver: C:\Windows\system32\igfxrsky.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:58, 284672 bytes
Driver: C:\Windows\system32\igfxrslv.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:58, 279552 bytes
Driver: C:\Windows\system32\igfxrsve.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:59, 284672 bytes
Driver: C:\Windows\system32\igfxrtha.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:59, 264704 bytes
Driver: C:\Windows\system32\igfxrcsy.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:49, 284672 bytes
Driver: C:\Windows\system32\igfxrell.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:51, 312832 bytes
Driver: C:\Windows\system32\igfxrhun.lrc, 7.14.0010.1883 (English), 8/27/2009 15:35:53, 290304 bytes
Driver: C:\Windows\system32\igfxrtrk.lrc, 7.14.0010.1883 (English), 8/27/2009 15:36:00, 281088 bytes
Driver: C:\Windows\system32\difx64.exe, 1.00.0001.0001 (English), 9/2/2009 11:17:30, 106008 bytes
Driver: C:\Windows\system32\ig4icd64.dll, 8.15.0010.1883 (English), 8/27/2009 15:47:31, 8095232 bytes
Driver: C:\Windows\system32\ig4dev64.dll, 8.15.0010.1883 (English), 8/27/2009 15:47:56, 5195776 bytes
Driver: C:\Windows\SysWow64\ig4icd32.dll, 8.15.0010.1883 (English), 8/27/2009 15:40:34, 6042112 bytes
Driver: C:\Windows\SysWow64\ig4dev32.dll, 8.15.0010.1883 (English), 8/27/2009 15:41:09, 3839488 bytes
Driver: C:\Windows\system32\igfxCoIn_v1883.dll, 1.01.0017.0000 (English), 8/27/2009 16:12:35, 1312768 bytes
Name: Intel(R) N10/ICH7 Family SMBus Controller - 27DA
Device ID: PCI\VEN_8086&DEV_27DA&SUBSYS_038E1025&REV_01\3&11583659&0&FB
Driver: n/a
Name: Intel(R) N10/ICH7 Family USB Universal Host Controller - 27C8
Device ID: PCI\VEN_8086&DEV_27C8&SUBSYS_038E1025&REV_01\3&11583659&0&E8
Driver: C:\Windows\system32\drivers\usbuhci.sys, 10.00.10240.16384 (English), 7/10/2015 04:21:32, 34816 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 10.00.10240.16384 (German), 7/10/2015 06:08:01, 457056 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 10.00.10240.16542 (German), 9/25/2015 05:01:05, 498016 bytes
------------------
DirectShow Filters
------------------
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.10240.16384
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.10240.16384
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.10240.16384
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.10240.16384
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.10240.16384
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.10240.16384
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.10240.16384
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.10240.16384
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.10240.16384
DV Muxer,0x00400000,0,0,qdv.dll,10.00.10240.16384
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.10240.16384
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.10240.16384
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.10240.16384
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.10240.16384
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.10240.16384
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.10255.0000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.10240.16384
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.10240.16384
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.10240.16384
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.10240.16384
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10240.16384
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.10240.16384
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.10240.16384
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.10240.16384
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10240.16384
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.10240.16384
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.10240.16384
DV Splitter,0x00600000,1,2,qdv.dll,10.00.10240.16384
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.10240.16384
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.10240.16384
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.10240.16384
Video Renderer,0x00800001,1,0,quartz.dll,10.00.10240.16384
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.10240.16384
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.10240.16384
Video Renderer,0x00400000,1,0,quartz.dll,10.00.10240.16384
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.10240.16384
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.10240.16384
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,10.00.10240.16384
File writer,0x00200000,1,0,qcap.dll,10.00.10240.16384
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.10240.16384
Overlay Mixer2,0x00200000,1,1,,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10240.16384
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.10240.16384
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.10240.16384
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.10240.16384
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.10240.16384
Null Renderer,0x00200000,1,0,qedit.dll,10.00.10240.16384
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.10240.16384
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.10240.16384
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.10240.16384
Smart Tee,0x00200000,1,2,qcap.dll,10.00.10240.16384
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.10240.16384
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.10240.16384
Wave Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.10240.16384
File stream renderer,0x00400000,1,1,quartz.dll,10.00.10240.16384
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.10132.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.10240.16384
AVI Mux,0x00200000,1,0,qcap.dll,10.00.10240.16384
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.10240.16384
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.10240.16384
File Source (URL),0x00400000,0,1,quartz.dll,10.00.10240.16384
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.10240.16384
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.10240.16384
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.10240.16384
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.10240.16384
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink-Konvertierung,0x00200000,1,1,ksproxy.ax,10.00.10240.16384
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.10240.16384
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.10240.16384
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.10240.16384
DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.10240.16384
MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.10240.16384
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.10240.16384
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.10240.16384
IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.10240.16384
PCM,0x00200000,1,1,quartz.dll,10.00.10240.16384
Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.10240.16384
GSM 6.10,0x00200000,1,1,quartz.dll,10.00.10240.16384
CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.10240.16384
CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.10240.16384
MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.10240.16384
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.10240.16384
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.10240.16384
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.10240.16384
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10240.16384
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10240.16384
WDM Streaming Rendering Devices:
HD Audio-SPDIF-Ausgabe,0x00200000,1,1,ksproxy.ax,10.00.10240.16384
HD Audio-Kopfhörer/Lautsprecher,0x00200000,1,1,ksproxy.ax,10.00.10240.16384
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10240.16384
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10240.16384
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10240.16384
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10240.16384
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10240.16384
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,10.00.10240.16384
Encrypt/Tag,0x00200000,0,0,EncDec.dll,10.00.10240.16384
PTFilter,0x00200000,0,0,EncDec.dll,10.00.10240.16384
XDS Codec,0x00200000,0,0,EncDec.dll,10.00.10240.16384
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink-Konvertierung,0x00200000,1,1,ksproxy.ax,10.00.10240.16384
Audio Renderers:
Lautsprecher (High Definition Audio-Gerät),0x00200000,1,0,quartz.dll,10.00.10240.16384
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.10240.16384
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.10240.16384
DirectSound: Lautsprecher (High Definition Audio-Gerät),0x00200000,1,0,quartz.dll,10.00.10240.16384
----------------------------
Preferred DirectShow Filters
----------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
---------------------------
Media Foundation Transforms
---------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
<category>:
<transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
Video Decoders:
Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.10255.0000
DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.10240.16384
Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}, 0x1, hevcdecoder.dll, 10.00.10240.16515
Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.10240.16384
Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.10255.0000
WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.10240.16384
WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.10240.16384
MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.10240.16384
Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.10240.16384
Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.10240.16384
Video Encoders:
H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.10240.16384
WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.10240.16384
H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.10240.16384
WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.10240.16384
Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.10240.16384
H265 Encoder MFT, {F2F84074-8BCA-40BD-9159-E880F673DD3B}, 0x1, mfh265enc.dll, 10.00.10240.16384
Video Effects:
Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.10240.16384
Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.10240.16384
VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.10240.16384
Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.10240.16384
Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.10240.16384
Video Processor:
Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.10240.16384
Audio Decoders:
Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.10240.16384
MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.10240.16384
WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.10240.16384
Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.10240.16384
A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.10240.16515
GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.10240.16515
WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.10240.16384
Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.10240.16384
Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.10240.16384
WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.10240.16384
G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.10240.16515
IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.10240.16515
MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.10240.16384
Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.10240.16384
ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.10240.16515
Audio Encoders:
LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, winmde.dll, 12.00.10240.16515
MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.10240.16515
Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.10240.16384
WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.10240.16384
MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.10240.16384
Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.10240.16384
WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.10240.16384
Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.10240.16384
Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.10240.16384
Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.10240.16384
Audio Effects:
AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.10240.16384
Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.10240.16384
Multiplexers:
Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.10240.16412
Others:
Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.10255.0000
--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler
.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
--------------------------------
Media Foundation Scheme Handlers
--------------------------------
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
<URL type>, <handler CLSID>, <brief description>[, Preferred]
file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]
<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>
{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{63616C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
{43564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}
{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]
<transform CLSID>
------------------------
Disabled Media Sources
------------------------
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]
<media source CLSID>
---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
---------------
Diagnostics
---------------
Windows Error Reporting:
+++ WER0 +++:
Fehlerbucket , Typ 0
Ereignisname: AppHangB1
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: javaw.exe
P2: 8.0.25.18
P3: 54345ca0
P4: 1331
P5: 134217728
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
C:\Users\MyName\AppData\Local\Temp\WERB24F.tmp.appcompat.txt
C:\Users\MyName\AppData\Local\Temp\WERBD3D.tmp.WERInternalMetadata.xml
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_javaw.exe_fd3cf81eb29465259e9b77cddf286c5e77a12aae_2d7d03fc_3970c606
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: f237bafd-9036-11e5-8d7b-c89cdc29ca0c
Berichtstatus: 97
Bucket mit Hash:
+++ WER1 +++:
Fehlerbucket , Typ 0
Ereignisname: AppHangTransient
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: javaw.exe
P2: 8.0.25.18
P3: 54345ca0
P4: unknown
P5: unknown
P6: unknown
P7: unknown
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 20f408f5-8d40-11e5-8d7b-c89cdc29ca0c
Berichtstatus: 2049
Bucket mit Hash:
+++ WER2 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: E000022F
P3: kit49684.inf
P4: b482461ce467b32f821660f33dec12e0e683435c
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b0b81
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 9692f661-8964-11e5-8d7a-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER3 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: E000022F
P3: kit49684.inf
P4: b482461ce467b32f821660f33dec12e0e683435c
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b0ad5
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 1dcdf7e3-8964-11e5-8d7a-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER4 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: E000022F
P3: kit49684.inf
P4: b482461ce467b32f821660f33dec12e0e683435c
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b0a39
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: c12fa578-8963-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER5 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: E000022F
P3: kit49684.inf
P4: b482461ce467b32f821660f33dec12e0e683435c
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b09ac
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 661403ab-8963-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER6 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPGenericDriverFound
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: PCI\VEN_8086&DEV_2E32&SUBSYS_038E1025&REV_03
P3:
P4:
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_8ec843487ad299c5cb115782a1e539d9cfa6998_00000000_0c6b0910
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 3a38d71c-8963-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER7 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPGenericDriverFound
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: PCI\VEN_8086&DEV_2E32&SUBSYS_038E1025&REV_03
P3:
P4:
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_8ec843487ad299c5cb115782a1e539d9cfa6998_00000000_0c6b0874
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: f29b5d30-8962-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER8 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: E000024B
P3: kit49684.inf
P4: daafca46a08a27ec8a9626c44eb6cb13899c54b8
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
C:\Users\MyName\AppData\Local\Temp\DMIFCC1.tmp.log.xml
C:\Users\MyName\AppData\Local\Temp\LOGFCF1.tmp
C:\Users\MyName\Desktop\Treiber\Graphics\kit49684.inf
C:\Users\MyName\AppData\Local\Temp\WERFD01.tmp.WERInternalMetadata.xml
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_e44ea995e55f825476de738b58e505aa17944a5_00000000_0c6b07d8
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: 93ee7518-8962-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
+++ WER9 +++:
Fehlerbucket , Typ 0
Ereignisname: PnPDriverImportError
Antwort: Nicht verfügbar
CAB-Datei-ID: 0
Problemsignatur:
P1: x64
P2: E000022F
P3: kit49684.inf
P4: b482461ce467b32f821660f33dec12e0e683435c
P5:
P6:
P7:
P8:
P9:
P10:
Angefügte Dateien:
C:\Users\MyName\AppData\Local\Temp\DMI4DD9.tmp.log.xml
c:\Users\MyName\Desktop\Treiber\Graphics\kit49684.inf
C:\Users\MyName\AppData\Local\Temp\WER4F51.tmp.WERInternalMetadata.xml
Diese Dateien befinden sich möglicherweise hier:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_d859c6375a251d6e17e4281f1cfdbe75c584261_00000000_0c6b072c
Analysesymbol:
Es wird erneut nach einer Lösung gesucht: 0
Berichts-ID: cb9abf43-8960-11e5-8d79-c89cdc29ca0c
Berichtstatus: 8192
Bucket mit Hash:
0
Hey,
My Minecraft crashes if i try to use fullscreen mode.
If i press F11 my game crash and launcher outputs something:
Completely ignored arguments: [--nativeLauncherVersion, 286]
[10:11:06] [Client thread/INFO]: Setting user: my_name
[10:11:06] [Client thread/INFO]: (Session ID is token:3966a65a7b764cd8a2dd9fa408ad8ddb:f6c680e638c0475591b1621109a863fe)
[10:11:09] [Client thread/INFO]: LWJGL Version: 2.9.4
[10:11:09] [Client thread/ERROR]: Couldn't set pixel format
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.createWindow(Display.java:306) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.create(Display.java:848) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.create(Display.java:757) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at bbz.am(SourceFile:571) [15w47c.jar:?]
at bbz.ak(SourceFile:423) [15w47c.jar:?]
at bbz.a(SourceFile:370) [15w47c.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:122) [15w47c.jar:?]
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 21.11.15 10:11
Description: Initializing game
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
-- Initialization --
Details:
Stacktrace:
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
-- System Details --
Details:
Minecraft Version: 15w47c
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 106671832 bytes (101 MB) / 173015040 bytes (165 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 15w47c
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
#@[email protected]# Game crashed! Crash report saved to: #@[email protected]# D:\.minecraft\crash-reports\crash-2015-11-21_10.11.10-client.txt
and the Crash report
---- Minecraft Crash Report ----
// I feel sad now
Time: 21.11.15 10:11
Description: Initializing game
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:247)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bbz.am(SourceFile:584)
at bbz.ak(SourceFile:423)
-- Initialization --
Details:
Stacktrace:
at bbz.a(SourceFile:370)
at net.minecraft.client.main.Main.main(SourceFile:122)
-- System Details --
Details:
Minecraft Version: 15w47c
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 106671832 bytes (101 MB) / 173015040 bytes (165 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 15w47c
LWJGL: 2.9.4
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs:
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
CPU: <unknown>
I allready tried do update Java. If i do, game won't start at all...
Updating my GraphicDriver is i tried also...
Thanks for Help and sorry for my really bad english
0
Is it possible to make a config option for attacking players?
Or an option to whitlist players?
Sorry for bad english:)