Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [14:22:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
- [14:22:50] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
- [14:22:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
- [14:22:50] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
- [14:22:50] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_361, running on Windows 11:x86:10.0, installed at C:\Program Files (x86)\Java\jre1.8.0_361
- [14:22:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [14:22:50] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
- [14:22:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [14:22:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
- [14:22:50] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [14:22:51] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
- [14:22:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
- [14:22:51] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
- [14:22:52] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
- [14:22:52] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
- [14:22:52] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
- [14:22:54] [main/WARN] [FML]: =============================================================
- [14:22:54] [main/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
- [14:22:54] [main/WARN] [FML]: Offendor: net/minecraft/server/gui/MinecraftServerGui$1.windowClosing(Ljava/awt/event/WindowEvent;)V
- [14:22:54] [main/WARN] [FML]: Use FMLCommonHandler.exitJava instead
- [14:22:54] [main/WARN] [FML]: =============================================================
- [14:22:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.10
- [14:22:54] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
- java.io.IOException: O identificador é inválido
- at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_361]
- at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_361]
- at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_361]
- at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_361]
- at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_361]
- at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_361]
- at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_361]
- at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_361]
- at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_361]
- at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_361]
- at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_361]
- at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
- [14:22:54] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
- [14:22:54] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
- [14:22:54] [Server thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
- [14:22:54] [Server thread/INFO] [FML]: Replaced 183 ore recipies
- [14:22:54] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
- [14:22:54] [Server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
- [14:22:54] [Server thread/INFO] [FML]: Searching C:\Users\osmar\Desktop\server\mods for mods
- [14:22:54] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
- [14:22:55] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, OreSpawn] at CLIENT
- [14:22:55] [Server thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, OreSpawn] at SERVER
- [14:22:55] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
- [14:22:55] [Server thread/INFO] [FML]: Found 341 ObjectHolder annotations
- [14:22:55] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
- [14:22:55] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
- [14:22:55] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:815)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:768)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:717)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:689)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:803)
- [14:22:55] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: ... 4 more
- [14:22:56] [Server thread/INFO] [FML]: Applying holder lookups
- [14:22:56] [Server thread/INFO] [FML]: Holder lookups applied
- [14:22:56] [Server thread/INFO] [FML]: Injecting itemstacks
- [14:22:56] [Server thread/INFO] [FML]: Itemstack injection complete
- [14:22:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
- [14:22:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
- [14:22:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
- [14:22:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on 192.168.1.102:25565
- [14:22:56] [Server thread/INFO] [FML]: Injecting itemstacks
- [14:22:56] [Server thread/INFO] [FML]: Itemstack injection complete
- [14:22:56] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
- [14:22:56] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
- [14:22:56] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:22:56] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:22:56] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:22:56] [Server thread/INFO] [FML]: Loading dimension 85 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:22:57] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:23:01] [Server thread/INFO] [FML]: Loading dimension 84 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:01] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:23:02] [Server thread/INFO] [FML]: Loading dimension 83 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:02] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:23:03] [Server thread/INFO] [FML]: Loading dimension 82 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:03] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:23:03] [Server thread/INFO] [FML]: Loading dimension 81 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:03] [Server thread/WARN] [net.minecraft.world.WorldServer]: Unable to find spawn biome
- [14:23:03] [Server thread/INFO] [FML]: Loading dimension 80 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:03] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:03] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@13ec703)
- [14:23:03] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
- [14:23:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 16%
- [14:23:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 30%
- [14:23:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 43%
- [14:23:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 55%
- [14:23:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 67%
- [14:23:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 80%
- [14:23:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 90%
- [14:23:11] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 99%
- [14:23:11] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (14,848s)! For help, type "help" or "?"
- [14:23:45] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player OsmarMRG is a28afa6c-7f18-45d9-9dc6-a14e31965a40
- [14:23:45] [Netty IO #2/INFO] [FML]: Client protocol version 2
- [14:23:45] [Netty IO #2/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
- [14:23:45] [Netty IO #2/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
- [14:23:45] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
- [14:23:45] [Server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: OsmarMRG[/192.168.1.102:61803] logged in with entity id 2512 at (7.5, 73.0, 5.5)
- [14:23:45] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: OsmarMRG joined the game
- [14:23:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: [OsmarMRG: Set own game mode to Creative Mode]
- [14:23:55] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: OsmarMRG has just earned the achievement [Taking Inventory]
- [14:27:12] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: OsmarMRG lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
- [14:27:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: OsmarMRG left the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement