-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
恳请大大出个单机版本. #42
Comments
@SideOnly(Side.CLIENT)
@EventHandler
public void preInit(FMLPreInitializationEvent event) {
// blahblah
} (大雾) Edit: add preInit method |
@exzhawk 切回来了...那也是个方法,客户端可以默认设置为需要服务端的验证,这个设置可以关掉. |
仍然未解决么,服务器上不装这个mod就会进不去,太尴尬了 |
try fix exzhawk#42
其实Waila是要求服务器客户端都要装的…
… On May 27, 2017, at 13:32, l89669 ***@***.***> wrote:
仍然未解决么,服务器上不装这个mod就会进不去,太尴尬了
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
waila单客户端装不会崩溃,但是OO我修改代码让它能单客户端运行后却在进入服务器后崩溃了 |
0.Waila实际上需要服务器上装
1.崩溃报告不完整
… On May 27, 2017, at 22:25, l89669 ***@***.***> wrote:
waila单客户端装不会崩溃,但是OO我修改代码让它能单客户端运行后却在进入服务器后崩溃了
(MC 1.7.10, Forge 1614)
Rendering screen
at me.exz.omniocular.handler.JSHandler.getBody(JSHandler.java:45)
at me.exz.omniocular.handler.TooltipHandler.handleItemTooltip(TooltipHandler.java:32)
at codechicken.nei.guihook.GuiContainerManager.renderToolTips(GuiContainerManager.java:408)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:166)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiContainerCreative.func_73863_a(GuiContainerCreative.java:638)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
waila单机装完全正常,它的代码并不会出现崩溃什么的情况,然而OO的会
除了stacktrace你还需要什么信息? |
Time: 17-5-28 上午1:55 java.lang.NullPointerException: Rendering screen A detailed walkthrough of the error, its code path and all known details is as follows -- Head -- -- Screen render details -- -- Affected level -- -- System Details -- Is Modded: Definitely; Client brand changed to 'fml,forge' |
我也遇到同样的问题
|
OmniOcular无法作为单机mod在服务器使用差评,强制服务端认证,咋们可以换其他方式来限制服务器上的使用,不一定要这么狠的手段.
The text was updated successfully, but these errors were encountered: