Guest User

Crash

a guest
May 30th, 2019
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 30/05/19 10:01 PM
  5. Description: Initializing game
  6.  
  7. net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: .DS_Store:sounds.json
  8. at net.minecraft.util.ResourceLocation.<init>(SourceFile:35) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  9. at net.minecraft.util.ResourceLocation.<init>(SourceFile:47) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  10. at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:70) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  11. at net.minecraft.resources.SimpleReloadableResourceManager.addReloadListener(SimpleReloadableResourceManager.java:114) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  12. at net.minecraft.client.Minecraft.init(Minecraft.java:423) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  13. at net.minecraft.client.Minecraft.run(Minecraft.java:345) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  14. at net.minecraft.client.main.Main.main(SourceFile:144) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211] {}
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211] {}
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211] {}
  18. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211] {}
  19. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55) ~[forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {}
  20. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19) [modlauncher-2.1.1.jar:?] {}
  21. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32) [modlauncher-2.1.1.jar:?] {}
  22. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-2.1.1.jar:?] {}
  23. at cpw.mods.modlauncher.Launcher.run(Launcher.java:59) [modlauncher-2.1.1.jar:?] {}
  24. at cpw.mods.modlauncher.Launcher.main(Launcher.java:44) [modlauncher-2.1.1.jar:?] {}
  25. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:98) [forge-1.13.2-25.0.219_mapped_snapshot_20180921-1.13.jar:?] {}
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Thread: Client thread
  33. Stacktrace:
  34. at net.minecraft.util.ResourceLocation.<init>(SourceFile:35)
  35. at net.minecraft.util.ResourceLocation.<init>(SourceFile:47)
  36. at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java:70)
  37. at net.minecraft.resources.SimpleReloadableResourceManager.addReloadListener(SimpleReloadableResourceManager.java:114)
  38. at net.minecraft.client.Minecraft.init(Minecraft.java:423)
  39.  
  40. -- Initialization --
  41. Details:
  42. Stacktrace:
  43. at net.minecraft.client.Minecraft.run(Minecraft.java:345)
  44. at net.minecraft.client.main.Main.main(SourceFile:144)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:498)
  49. at net.minecraftforge.userdev.FMLUserdevClientLaunchProvider.lambda$launchService$0(FMLUserdevClientLaunchProvider.java:55)
  50. at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:19)
  51. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:32)
  52. at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
  53. at cpw.mods.modlauncher.Launcher.run(Launcher.java:59)
  54. at cpw.mods.modlauncher.Launcher.main(Launcher.java:44)
  55. at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:98)
  56.  
  57. -- System Details --
  58. Details:
  59. Minecraft Version: 1.13.2
  60. Operating System: Mac OS X (x86_64) version 10.14.5
  61. Java Version: 1.8.0_211, Oracle Corporation
  62. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63. Memory: 151018000 bytes (144 MB) / 434634752 bytes (414 MB) up to 954728448 bytes (910 MB)
  64. JVM Flags: 1 total; -Xss1M
  65. FML: New FML!
  66. Loaded coremods (and transformers): Nothing
  67. Launched Version: MOD_DEV
  68. LWJGL: 3.1.6 build 14
  69. OpenGL: Intel HD Graphics 4000 OpenGL Engine GL version 2.1 INTEL-12.9.22, Intel Inc.
  70. GL Caps: Using GL 1.3 multitexturing.
  71. Using GL 1.3 texture combiners.
  72. Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
  73. Shaders are available because OpenGL 2.1 is supported.
  74. VBOs are available because OpenGL 1.5 is supported.
  75.  
  76. Using VBOs: Yes
  77. Is Modded: Definitely; Client brand changed to 'forge'
  78. Type: Client (map_client.txt)
  79. Resource Packs:
  80. Current Language: English (US)
  81. Profiler Position: N/A (disabled)
  82. CPU: 4x Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz
Advertisement
Add Comment
Please, Sign In to add comment