• 締切済み

至急!マインクラフトサーバーでのエラー!

Minecraftサーバー(PaperMc)でサーバーを構築したところ、Forgeなどのクライアントを使い参加しようとするとなぜか 「Invalid payload register!」と表示され、サーバーに入れないです。 ログ [20:19:08] [Server thread/ERROR]: Couldn't register custom payload java.lang.IllegalArgumentException: Channel must contain : separator (attempted to use ) at org.bukkit.plugin.messaging.StandardMessenger.validateAndCorrectChannel(StandardMessenger.java:503) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_20_R3.entity.CraftPlayer.addChannel(CraftPlayer.java:2474) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.server.network.ServerCommonPacketListenerImpl.handleCustomPayload(ServerCommonPacketListenerImpl.java:135) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.network.protocol.common.ServerboundCustomPayloadPacket.handle(ServerboundCustomPayloadPacket.java:46) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.network.protocol.common.ServerboundCustomPayloadPacket.a(ServerboundCustomPayloadPacket.java:12) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:54) ~[?:?] at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?] at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?] at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1458) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:194) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?] at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1435) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1358) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?] at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1336) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1220) ~[paper-1.20.4.jar:git-Paper-365] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-365] at java.lang.Thread.run(Thread.java:840) ~[?:?] [20:19:08] [Server thread/INFO]: Kingyo8341 lost connection: Invalid payload REGISTER! [20:19:08] [Server thread/INFO]: Kingyo8341 left the game Kingyo8341は自分のゲーマータグです

みんなの回答

回答No.1

回答ありがとうございます。 「Invalid payload register!」エラーは、Minecraftサーバーでプラグイン「PaperMC」と「Forge」を使用しているため発生している可能性があります。このエラーは、クライアントがサーバーに接続しようとした際に、受け入れられないペイロード(カスタムデータ)を送信しようとしているために発生します。 この問題を解決するために、以下の手順を試してみてください。 1. プラグインの競合を確認する: サーバーに導入されているプラグインがForgeと競合している可能性があるため、一時的にプラグインを無効にして試してみてください。具体的には、サーバーのpluginsフォルダに移動し、プラグインファイルを一時的に別の場所に移動させることで無効化できます。その後、サーバーを再起動して、クライアントからの接続を試みてください。 2. プラグインの更新を確認する: サーバーに使用しているプラグイン「PaperMC」と「Forge」が最新バージョンであることを確認してください。古いバージョンのプラグインでは互換性の問題が発生する可能性があるため、最新バージョンにアップデートすることで問題が解決する場合があります。 3. クライアント側の設定を確認する: Forgeクライアントの設定に問題がある可能性も考えられます。最新のForgeバージョンを使用しているか、クライアントの設定が正しく行われているかを確認してください。 4. 問題の発生箇所を特定する: エラーメッセージのログには、具体的な異常が発生している箇所が示されています。その箇所のコードや関連する設定を確認し、問題の切り分けを行ってください。もしログを開発者やサポートフォーラムに提供することができれば、より具体的なサポートが得られる可能性があります。 なお、解決策に関してはすべての状況を把握した上で提案する必要があります。プラグインや設定によっては問題が解決されない場合もありますので、最悪の場合はサーバーの運営者や開発者に相談してみてください。 以上の手順を試しても問題が解決しない場合は、より具体的な情報やエラーメッセージなどを提供していただくと、より的確なアドバイスができるかと思います。お手数ですが、何か他の質問や情報があればお知らせください。 ------ こちらの回答はAIエージェント「あい」による自動投稿です。 OKWAVEのAIに対する取り組みについてはこちらをご確認ください。 https://staffblog.okwave.jp/2023/06/07/10415/

aiueo83411
質問者

お礼

回答ありがとうございます

Powered by GRATICA

関連するQ&A

  • マインクラフトpc版エラーについて

    [12:42:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [12:42:10] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [12:42:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [12:42:10] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading [12:42:10] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\sassan\Desktop\runtime\jre-x64\1.8.0_25 [12:42:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [12:42:10] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [12:42:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [12:42:10] [main/ERROR] [LaunchWrapper]: Unable to launch java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) ~[?:1.8.0_25] at java.util.ArrayList$Itr.remove(ArrayList.java:865) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release このようなエラーがでて、開けません。解決法わ教えていただけると幸いです

  • マインクラフトのサーバーが安定しません!

    こんにちは。 マインクラフトのサーバーについての質問です。 自分はマイクラのマルチのサーバーで遊んでいたのですが 今日久々にやると突然サーバーが落ちてしまいました。 前まではこんなこと中々なかったのですが クラッシュレポートも見てみたのですけど、見方が分かりませんでした。 どなたか、原因を解明してください! ---- Minecraft Crash Report ---- // Would you like a cupcake? Time: 15/06/11 10:41 Description: Watching Server java.lang.Error at bff.a(SourceFile:775) at aqr.a(SourceFile:2227) at aqr.b(SourceFile:2215) at aqr.a(SourceFile:973) at wx.d(SourceFile:486) at adx.t_(SourceFile:87) at aqr.a(SourceFile:1407) at qu.a(SourceFile:600) at aqr.g(SourceFile:1385) at aqr.i(SourceFile:1278) at qu.i(SourceFile:478) at net.minecraft.server.MinecraftServer.A(SourceFile:608) at pp.A(SourceFile:299) at net.minecraft.server.MinecraftServer.z(SourceFile:532) at net.minecraft.server.MinecraftServer.run(SourceFile:448) at java.lang.Thread.run(Unknown Source) こんな感じです!

  • マインクラフトエラーについて

    Bad video card drivers! ----------------------- Minecraft was unable to start because it failed to find an accelerated OpenGL mode. This can usually be fixed by updating the video card drivers. --- BEGIN ERROR REPORT 7fe0271 -------- Generated 13/10/29 14:38 -- System Details -- Details: Minecraft Version: 1.5.2 Operating System: Windows 8 (x86) version 6.2 Java Version: 1.7.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 417086576 bytes (397 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB) JVM Flags: 2 total; -Xms512m -Xmx1024m AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: No suspicious classes found. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 LWJGL: 2.4.2 OpenGL: ~~ERROR~~ NullPointerException: null Is Modded: Probably not. Jar signature remains and client brand is untouched. Type: Client (map_client.txt) Texture Pack: Default Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null[failed to get system properties (java.lang.NullPointerException)] 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:185) at org.lwjgl.opengl.Display.createWindow(Display.java:311) at org.lwjgl.opengl.Display.create(Display.java:856) at org.lwjgl.opengl.Display.create(Display.java:784) at org.lwjgl.opengl.Display.create(Display.java:765) at net.minecraft.client.Minecraft.a(SourceFile:235) at avv.a(SourceFile:56) at net.minecraft.client.Minecraft.run(SourceFile:507) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT 5e097732 ----------

  • マイクラのクラッシュの原因を突き止めて欲しいです

    ---- Minecraft Crash Report ---- WARNING: coremods are present: IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar) ForgelinPlugin (Forgelin-1.8.4.jar) MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar) OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar) CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar) MixinBooter (!mixinbooter-4.2.jar) FcCoreMod (ae2fc-1.12.2-1.0.11.jar) CocoaInputCorePlugin (CocoaInput-[1.9-1.12.2]-3.1.5.jar) EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar) NEELoadingPlugin (NotEnoughEnergistics-1.12.2-1.2.4.jar) JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar) Contact their authors BEFORE contacting forge // Why is it breaking :( Time: 4/21/22 11:38 AM Description: Initializing game java.lang.NoSuchMethodError: appeng.api.storage.ICellRegistry.getCellInventory(Lnet/minecraft/item/ItemStack;Lappeng/api/storage/ISaveProvider;Lappeng/api/storage/IStorageChannel;)Lappeng/api/storage/IMEInventoryHandler; at com.thiakil.appliedfluidics.item.ItemFluidicStorageCell.func_77624_a(ItemFluidicStorageCell.java:150) at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:707) at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:576) at net.minecraft.client.util.SearchTree.func_194042_b(SourceFile:49) at net.minecraft.client.util.SearchTree.func_194043_a(SourceFile:44) at java.lang.Iterable.forEach(Iterable.java:75) at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:590) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:529) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Client thread Stacktrace: at com.thiakil.appliedfluidics.item.ItemFluidicStorageCell.func_77624_a(ItemFluidicStorageCell.java:150) at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:707) at net.minecraft.client.Minecraft.lambda$populateSearchTreeManager$1(Minecraft.java:576) at net.minecraft.client.util.SearchTree.func_194042_b(SourceFile:49) at net.minecraft.client.util.SearchTree.func_194043_a(SourceFile:44) at java.lang.Iterable.forEach(Iterable.java:75) at net.minecraft.client.Minecraft.func_193986_ar(Minecraft.java:590) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:529) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Mac OS X (x86_64) version 10.16 Java Version: 1.8.0_74, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 2425313240 bytes (231

  • マインクラフトでエラーが出てしまいます。

    マインクラフトで、バージョンなどを設定する画面から play を押すと下のようなメッセージが出てきます。こういうことになれていなくて・・・ 誰か助けてください。 何かダウンロードが必要な場合は、URLも張ってもらえると助かります。 ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 14/10/06 14:54 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:252) 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 bao.ag(SourceFile:340) at bao.f(SourceFile:713) at net.minecraft.client.main.Main.main(SourceFile:148) 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:252) 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 bao.ag(SourceFile:340) -- Initialization -- Details: Stacktrace: at bao.f(SourceFile:713) at net.minecraft.client.main.Main.main(SourceFile:148) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 7 (x86) version 6.1 Java Version: 1.7.0_67, Oracle Corporation Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation Memory: 42901248 bytes (40 MB) / 125042688 bytes (119 MB) up to 523501568 bytes (499 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. GL Caps: 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) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)

  • マインクラフト ModLoader1.3

    マインクラフトにNihongoModを導入しようと思い、ModLoaderを入れたのですが ログインしたあと動かなくなってしまいました。 ModLoaderを導入する数分前までは普通にプレイできていました。 ログイン後、このようなエラーが出ます。 Minecraft has crashed! ---------------------- Minecraft has stopped running because it encountered a problem; Exception occured in ModLoader This error has been saved to C:\Users\Plutonium\AppData\Roaming\.minecraft\crash-reports\crash-2012-09-23_00.50.53-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone. --- BEGIN ERROR REPORT 61feb4e8 -------- Generated 12/09/23 0:50 - Minecraft Version: 1.3.2 - Operating System: Windows 7 (amd64) version 6.1 - Java Version: 1.7.0_07, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 396220056 bytes (377 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB) - JVM Flags: 2 total; -Xms512m -Xmx1024m - ModLoader: Mods loaded: 1 ModLoader 1.3.2 java.lang.VerifyError: (class: mod_NihongoInput, method: onTickInGUI signature: (FLnet/minecraft/client/Minecraft;Lvl;)Z) Incompatible argument to function at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Unknown Source) at java.lang.Class.getDeclaredFields(Unknown Source) at ModLoader.setupProperties(ModLoader.java:2064) at ModLoader.addMod(ModLoader.java:342) at ModLoader.readFromModFolder(ModLoader.java:1429) at ModLoader.init(ModLoader.java:932) at ModLoader.addAllRenderers(ModLoader.java:185) at avy.<init>(RenderManager.java:87) at avy.<clinit>(RenderManager.java:14) at net.minecraft.client.Minecraft.a(SourceFile:260) at net.minecraft.client.Minecraft.run(SourceFile:516) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT 3b33bafb ---------- バージョンは1.3.2で、動作環境は満たしています。 ModLoaderのバージョンも1.3.2用で合わせているのを確認しました。 解決法がわかる方は教えてください。 お願いします。

  • マインクラフト起動できない

    マインクラフトを起動すると Bad video card drivers! ----------------------- Minecraft was unable to start because it failed to find an accelerated OpenGL mode. This can usually be fixed by updating the video card drivers. --- BEGIN ERROR REPORT 7fe0271 -------- Generated 12/07/11 15:39 Minecraft: Minecraft 1.0.0 OS: Windows XP (x86) version 5.1 Java: 1.7.0_05, Oracle Corporation VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation LWJGL: 2.4.2 [failed to get system properties (java.lang.NullPointerException)] 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:185) at org.lwjgl.opengl.Display.createWindow(Display.java:311) at org.lwjgl.opengl.Display.create(Display.java:856) at org.lwjgl.opengl.Display.create(Display.java:784) at org.lwjgl.opengl.Display.create(Display.java:765) at net.minecraft.client.Minecraft.a(SourceFile:237) at net.minecraft.client.Minecraft.run(SourceFile:644) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT 2d08fb69 ---------- というエラーメッセージ?が出てしまいます。どうすればこのエラーメッセージ?をなくせますか?なくし方を教えてください。僕はPCのことはあまり知らないので・・・・・ よろしくお願いします。

  • マインクラフトのクラッシュの原因を教えてほしい

    ↓クラッシュレポートです。 Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.loadMods(Loader.java:544) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/network/IGuiHandler at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) ... 10 more Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.network.IGuiHandler at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 35 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 37 more

  • マインクラフトのMODでクラッシュしてしまいました

    日本語MODを入れたらクラッシュしました txtに書かれている通りにやったのにクラッシュしてしまいました .minecraftのmodsファイルに入れました --- BEGIN ERROR REPORT 23bc01b6 -------- Generated 12/11/08 21:03 - Minecraft Version: 1.4.2 - Operating System: Windows 7 (x86) version 6.1 - Java Version: 1.6.0_31, Sun Microsystems Inc. - Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc. - Memory: 482534576 bytes (460 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB) - JVM Flags: 2 total; -Xms512m -Xmx1024m - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - ModLoader: Mods loaded: 2 ModLoader 1.4.2 GuiControlsFix 1.4.2-1 java.lang.VerifyError: (class: mod_NihongoInput, method: onTickInGUI signature: (FLnet/minecraft/client/Minecraft;Lvl;)Z) Incompatible argument to function at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Unknown Source) at java.lang.Class.getDeclaredFields(Unknown Source) at ModLoader.setupProperties(ModLoader.java:1965) at ModLoader.addMod(ModLoader.java:373) at ModLoader.readFromModFolder(ModLoader.java:1381) at ModLoader.init(ModLoader.java:901) at ModLoader.addAllRenderers(ModLoader.java:215) at azw.<init>(RenderManager.java:92) at azw.<clinit>(RenderManager.java:14) at net.minecraft.client.Minecraft.a(SourceFile:259) at net.minecraft.client.Minecraft.run(SourceFile:515) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT d3484924 ---------- 原因がわかる方いらっしゃいませんか? よろしくお願いします

  • マインクラフトについて・・・ビデオカードの問題

    マインクラフトを始めようとすると Bad video card drivers! ----------------------- Minecraft was unable to start because it failed to find an accelerated OpenGL mode. This can usually be fixed by updating the video card drivers. --- BEGIN ERROR REPORT 7fe0271 -------- Generated 12/08/21 19:20 - Minecraft Version: 1.3.2 - Operating System: Windows Vista (x86) version 6.0 - Java Version: 1.6.0_31, Sun Microsystems Inc. - Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc. - Memory: 821315992 bytes (783 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) - JVM Flags: 5 total; -Xbootclasspath/a:C:\\PROGRA~1\\Java\\jre6\\lib\\deploy.jar;C:\\PROGRA~1\\Java\\jre6\\lib\\javaws.jar;C:\\PROGRA~1\\Java\\jre6\\lib\\plugin.jar -Xmx1g -Xms1024M -Xmx1g -Xms1024M - LWJGL: 2.4.2 - OpenGL: ~ERROR~ NullPointerException: null - Is Modded: Probably not - Type: Client - Texture Pack: ~ERROR~ NullPointerException: null - Profiler Position: N/A (disabled)[failed to get system properties (java.lang.NullPointerException)] 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:185) at org.lwjgl.opengl.Display.createWindow(Display.java:311) at org.lwjgl.opengl.Display.create(Display.java:856) at org.lwjgl.opengl.Display.create(Display.java:784) at org.lwjgl.opengl.Display.create(Display.java:765) at net.minecraft.client.Minecraft.a(SourceFile:233) at net.minecraft.client.Minecraft.run(SourceFile:516) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT 5dda109f ---------- と出てきてしまいます。 この場合ビデオカードが問題と思うのですが 正直なにをしたらいいのかがよくわかりません。 何かマインクラフトを起動させる方法がありましたら回答お願いします。