ما از SidedProxies برای اجرای روش های خاص در سمت سرور و مشتری استفاده می کنیم.

▬ آیا به کمک نیاز دارید؟ ▬▬▬▬▬▬▬▬▬▬▬

below نظر خود را در زیر این فیلم بنویسید
for برای نگرانی های مهم به سرور Discord من بپیوندید:

list لیست پخش

list لیست پخش:

code کد منبع

🡆 گیتوب:

رسانه های اجتماعی

🡆 وب سایت:
🡆 توییتر:
🡆 گیتوب:
🡆 بخار:
🡆 اختلاف:

channels کانالهای YouTube من

for برای فیلم های بیشتر مشترک شوید:
the می توانید کانال انگلیسی را از اینجا پیدا کنید:

▬ تجهیزات

🡆 GPU: GeForce GTX 970
🡆 CPU: CPU Intel (R) Core (TM) i7-4790K @ 4.00GHz
رم: 16 گیگابایت رم
monitor مانیتور اصلی: 1920 10 1080 ، 144 هرتز
monitor مانیتور دوم: 1920 10 1080 ، 60Hz
system سیستم عامل: Microsoft Windows 10 Home
🡆 ماوس: موس بازی ارزان قیمت تصادفی
board صفحه کلید: صفحه کلید قدیمی رامبوس
🡆 میکروفون: Auna MIC-900.

لینک دانلود

5 پاسخ به “پروکسی – برنامه نویسی Minecraft Forge Mods 1.12 – Forge Modding # 3 [Deutsch]”

  1. Wenn ich den Mod auf einem Server ausführe kommt folgende Errormeldung :
    [15:55:25] [Server thread/ERROR] [FML]: An error occurred trying to load a proxy into proxy.java.lang.ClassNotFoundException: package com.creepy.creepywar.proxy.CommonProxy
    [15:55:25] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
    net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: package com.creepy.creepywar.proxy.CommonProxy

    at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:102) ~[forge-1.12.2-14.23.5.2768-universal.jar:?]
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:598) ~[forge-1.12.2-14.23.5.2768-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218) ~[forge-1.12.2-14.23.5.2768-universal.jar:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196) ~[forge-1.12.2-14.23.5.2768-universal.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) ~[LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593) ~[Loader.class:?]
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) ~[FMLServerHandler.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
    Caused by: java.lang.ClassNotFoundException: package com.creepy.creepywar.proxy.CommonProxy
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_181]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_181]
    at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75) ~[ModClassLoader.class:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_181]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_181]
    at net.minecraftforge.fml.common.ProxyInjecton

    Woran könnte das liegen ?

  2. Ich will ja nicht vorweg greifen aber ich hoffe du zeigst noch wie in der 1.12 jetzt die entitys eingebunden werden und freut mich das du endlich wieder Videos machst

نظرات بسته شده اند.