Skip to content

Instantly share code, notes, and snippets.

@Josharias
Created July 18, 2015 03:17
Show Gist options
  • Save Josharias/7fc2f11b13dc25115a84 to your computer and use it in GitHub Desktop.
Save Josharias/7fc2f11b13dc25115a84 to your computer and use it in GitHub Desktop.
Headless server broken on user input
20:15:18.241 [main] WARN o.t.engine.internal.TimeBase - Delta too great (349674364), capping to 1000
20:15:18.253 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:18.257 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: engine:0.54.0-SNAPSHOT
20:15:18.257 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: BlockNetwork:0.1.1-SNAPSHOT
20:15:18.257 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Core:0.54.0-SNAPSHOT
20:15:18.257 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: CoreSampleGameplay:0.54.0-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: CustomOreGen:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Durability:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: EventualSkills:0.1.0-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Fluid:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Hunger:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: InGameHelp:0.1.0-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Journal:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: ItemRendering:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Workstation:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: Machines:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: OreGeneration:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: SubstanceMatters:0.1.1-SNAPSHOT
20:15:18.258 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: ManualLabor:0.1.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: MultiBlock:0.1.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: StructuralResources:0.2.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: IRLCorp:0.1.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: ManualLaborEventualSkills:0.1.0-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: PlantPack:0.1.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: SimpleFarming:0.1.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: WorldlyTooltip:0.1.1-SNAPSHOT
20:15:18.259 [main] INFO o.t.e.m.loadProcesses.RegisterMods - Activating module: JoshariasSurvival:0.1.1-SNAPSHOT
20:15:18.280 [main] ERROR o.terasology.engine.TerasologyEngine - Uncaught exception, attempting clean game shutdown
java.lang.NullPointerException: null
at org.terasology.input.InputSystem.isCapturingMouse(InputSystem.java:218) ~[classes/:na]
at org.terasology.rendering.nui.internal.NUIManagerInternal.update(NUIManagerInternal.java:389) ~[classes/:na]
at org.terasology.engine.modes.StateLoading.update(StateLoading.java:254) ~[classes/:na]
at org.terasology.engine.TerasologyEngine.mainLoop(TerasologyEngine.java:500) ~[classes/:na]
at org.terasology.engine.TerasologyEngine.run(TerasologyEngine.java:428) ~[classes/:na]
at org.terasology.engine.Terasology.main(Terasology.java:144) [classes/:na]
20:15:18.280 [main] INFO o.terasology.engine.TerasologyEngine - Shutting down Terasology...
20:15:09.646 [main] INFO o.terasology.engine.TerasologyEngine - Initializing Terasology...
20:15:09.776 [main] INFO o.terasology.engine.TerasologyEngine - [buildNumber=, buildId=, buildTag=, buildUrl=, gitBranch=, gitCommit=, dateTime=, displayVersion=, engineVersion=]
20:15:09.776 [main] INFO o.terasology.engine.TerasologyEngine - Home path: terasology-server
20:15:09.780 [main] INFO o.terasology.engine.TerasologyEngine - Install path: C:\Projects\Terasology
20:15:09.780 [main] INFO o.terasology.engine.TerasologyEngine - Java: 1.8.0_40 in C:\Program Files (x86)\Java\jdk1.8.0_40\jre
20:15:09.780 [main] INFO o.terasology.engine.TerasologyEngine - Java VM: Java HotSpot(TM) Client VM, version: 25.40-b25
20:15:09.780 [main] INFO o.terasology.engine.TerasologyEngine - OS: Windows 8.1, arch: x86, version: 6.3
20:15:09.780 [main] INFO o.terasology.engine.TerasologyEngine - Max. Memory: 989 MiB
20:15:09.782 [main] INFO o.terasology.engine.TerasologyEngine - Processors: 2
20:15:09.789 [main] INFO org.terasology.config.Config - Reading config file terasology-server\config.cfg
20:15:10.384 [main] INFO o.terasology.engine.TerasologyEngine - Video Settings: {"pixelFormat":24,"windowPosX":327,"windowPosY":108,"windowWidth":1152,"windowHeight":720,"fullscreen":false,"viewDistance":"legally blind","flickeringLight":false,"animateGrass":true,"animateWater":false,"fieldOfView":90.0,"cameraBobbing":true,"renderPlacingBox":true,"blurIntensity":0,"reflectiveWater":false,"vignette":false,"motionBlur":false,"ssao":false,"filmGrain":false,"outline":true,"lightShafts":false,"eyeAdaptation":false,"bloom":false,"dynamicShadows":true,"oculusVrSupport":false,"maxTextureAtlasResolution":4096,"maxChunksUsedForShadowMapping":1024,"shadowMapResolution":1024,"normalMapping":false,"parallaxMapping":false,"dynamicShadowsPcfFiltering":false,"cloudShadows":false,"renderNearest":true,"particleEffectLimit":10,"frameLimit":12,"meshLimit":400,"inscattering":true,"localReflections":false,"vSync":false,"clampLighting":false,"fboScale":100,"dumpShaders":false,"screenshotSize":"normal size","screenshotFormat":"jpg","cameraSettings":{"cameraSetting":"normal"},"debug":{"enabled":false,"stage":"opaque_color","firstPersonElementsHidden":false,"hudHidden":false,"wireframe":false,"renderChunkBoundingBoxes":false,"renderSkeletons":false}}
20:15:10.468 [main] INFO o.t.module.ModulePathScanner - Discovered module: BlockNetwork-0.1.1-SNAPSHOT
20:15:10.470 [main] INFO o.t.module.ModulePathScanner - Discovered module: BlockPicker-0.1.1-SNAPSHOT
20:15:10.472 [main] INFO o.t.module.ModulePathScanner - Discovered module: Caves-0.1.1-SNAPSHOT
20:15:10.474 [main] INFO o.t.module.ModulePathScanner - Discovered module: Cities-0.4.2-SNAPSHOT
20:15:10.476 [main] INFO o.t.module.ModulePathScanner - Discovered module: CommonWorld-0.1.3-SNAPSHOT
20:15:10.477 [main] INFO o.t.module.ModulePathScanner - Discovered module: Core-0.54.0-SNAPSHOT
20:15:10.479 [main] INFO o.t.module.ModulePathScanner - Discovered module: CoreSampleGameplay-0.54.0-SNAPSHOT
20:15:10.481 [main] INFO o.t.module.ModulePathScanner - Discovered module: Crops-0.2.0
20:15:10.483 [main] INFO o.t.module.ModulePathScanner - Discovered module: CustomOreGen-0.1.1-SNAPSHOT
20:15:10.484 [main] INFO o.t.module.ModulePathScanner - Discovered module: Durability-0.1.1-SNAPSHOT
20:15:10.486 [main] INFO o.t.module.ModulePathScanner - Discovered module: EventualSkills-0.1.0-SNAPSHOT
20:15:10.488 [main] INFO o.t.module.ModulePathScanner - Discovered module: Fences-0.1.1-SNAPSHOT
20:15:10.490 [main] INFO o.t.module.ModulePathScanner - Discovered module: Fluid-0.1.1-SNAPSHOT
20:15:10.491 [main] INFO o.t.module.ModulePathScanner - Discovered module: Hunger-0.1.1-SNAPSHOT
20:15:10.493 [main] INFO o.t.module.ModulePathScanner - Discovered module: InGameHelp-0.1.0-SNAPSHOT
20:15:10.495 [main] INFO o.t.module.ModulePathScanner - Discovered module: IRLCorp-0.1.1-SNAPSHOT
20:15:10.497 [main] INFO o.t.module.ModulePathScanner - Discovered module: ItemRendering-0.1.1-SNAPSHOT
20:15:10.503 [main] INFO o.t.module.ModulePathScanner - Discovered module: JoshariasSurvival-0.1.1-SNAPSHOT
20:15:10.505 [main] INFO o.t.module.ModulePathScanner - Discovered module: Journal-0.1.1-SNAPSHOT
20:15:10.507 [main] INFO o.t.module.ModulePathScanner - Discovered module: LightAndShadow-0.1.1-SNAPSHOT
20:15:10.509 [main] INFO o.t.module.ModulePathScanner - Discovered module: LightAndShadowResources-0.1.1-SNAPSHOT
20:15:10.511 [main] INFO o.t.module.ModulePathScanner - Discovered module: Machines-0.1.1-SNAPSHOT
20:15:10.513 [main] INFO o.t.module.ModulePathScanner - Discovered module: ManualLabor-0.1.1-SNAPSHOT
20:15:10.515 [main] INFO o.t.module.ModulePathScanner - Discovered module: ManualLaborEventualSkills-0.1.0-SNAPSHOT
20:15:10.517 [main] INFO o.t.module.ModulePathScanner - Discovered module: MarkovChains-1.5.1-SNAPSHOT
20:15:10.519 [main] INFO o.t.module.ModulePathScanner - Discovered module: MultiBlock-0.1.1-SNAPSHOT
20:15:10.521 [main] INFO o.t.module.ModulePathScanner - Discovered module: NameGenerator-0.4.1-SNAPSHOT
20:15:10.523 [main] INFO o.t.module.ModulePathScanner - Discovered module: OreGeneration-0.1.1-SNAPSHOT
20:15:10.524 [main] INFO o.t.module.ModulePathScanner - Discovered module: Oreons-0.2.1-SNAPSHOT
20:15:10.526 [main] INFO o.t.module.ModulePathScanner - Discovered module: Pathfinding-0.1.1-SNAPSHOT
20:15:10.528 [main] INFO o.t.module.ModulePathScanner - Discovered module: PlantPack-0.1.1-SNAPSHOT
20:15:10.529 [main] INFO o.t.module.ModulePathScanner - Discovered module: Portals-0.1.1-SNAPSHOT
20:15:10.531 [main] INFO o.t.module.ModulePathScanner - Discovered module: SimpleFarming-0.1.1-SNAPSHOT
20:15:10.552 [main] INFO o.t.module.ModulePathScanner - Discovered module: SimpleFoods-0.1.0
20:15:10.554 [main] INFO o.t.module.ModulePathScanner - Discovered module: Spawning-0.1.1-SNAPSHOT
20:15:10.555 [main] INFO o.t.module.ModulePathScanner - Discovered module: StructuralResources-0.2.1-SNAPSHOT
20:15:10.557 [main] INFO o.t.module.ModulePathScanner - Discovered module: SubstanceMatters-0.1.1-SNAPSHOT
20:15:10.559 [main] INFO o.t.module.ModulePathScanner - Discovered module: TutorialWorldGeneration-0.1.1-SNAPSHOT
20:15:10.560 [main] INFO o.t.module.ModulePathScanner - Discovered module: Workstation-0.1.1-SNAPSHOT
20:15:10.562 [main] INFO o.t.module.ModulePathScanner - Discovered module: WorldlyTooltip-0.1.1-SNAPSHOT
20:15:10.563 [main] INFO o.t.module.ModulePathScanner - Discovered module: ZoomingWorld-0.1.0
20:15:11.955 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.295 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.376 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.407 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.637 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.685 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.699 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.712 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.740 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.755 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.778 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.780 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.890 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:12.982 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.010 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.035 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.054 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.237 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.324 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.327 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.335 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.338 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.378 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.387 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.389 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.398 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.401 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.416 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.418 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.433 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.435 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.437 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.442 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.478 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.482 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.523 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:13.599 [main] WARN org.reflections.Reflections - given scan urls are empty. set urls in the configuration
20:15:16.468 [main] INFO o.terasology.engine.TerasologyEngine - Initialization completed in 6.82sec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment