Skip to content
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

Having an error #13

Open
LeeHeoJae opened this issue Dec 14, 2018 · 0 comments
Open

Having an error #13

LeeHeoJae opened this issue Dec 14, 2018 · 0 comments

Comments

@LeeHeoJae
Copy link

There is an error which occurs enabling and disabling.
My Nukkit version is 1.0.0 #499

Enabling's error
[ALERT] java.lang.RuntimeException: unacceptable character ' ' (0x0) special characters are not allowed
in "'string'", position 0
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:439)
at cn.nukkit.Server.enablePlugin(Server.java:675)
at cn.nukkit.Server.enablePlugins(Server.java:664)
at cn.nukkit.Server.(Server.java:506)
at cn.nukkit.Nukkit.main(Nukkit.java:109)
Caused by: unacceptable character ' ' (0x0) special characters are not allowed
in "'string'", position 0
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67)
at org.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:47)
at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:427)
at cn.nukkit.utils.Config.parseContent(Config.java:551)
at cn.nukkit.utils.Config.load(Config.java:160)
at cn.nukkit.utils.Config.(Config.java:98)
at cn.nukkit.utils.Config.(Config.java:107)
at me.onebone.economyapi.provider.YamlProvider.init(YamlProvider.java:33)
at me.onebone.economyapi.EconomyAPI.selectProvider(EconomyAPI.java:324)
at me.onebone.economyapi.EconomyAPI.initialize(EconomyAPI.java:301)
at me.onebone.economyapi.EconomyAPI.onEnable(EconomyAPI.java:281)
at cn.nukkit.plugin.PluginBase.setEnabled(PluginBase.java:89)
at cn.nukkit.plugin.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:117)
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:435)
... 4 more

Disabling's error
[ALERT] java.lang.NullPointerException
at me.onebone.economyapi.provider.YamlProvider.save(YamlProvider.java:61)
at me.onebone.economyapi.EconomyAPI.saveAll(EconomyAPI.java:268)
at me.onebone.economyapi.EconomyAPI.onDisable(EconomyAPI.java:295)
at cn.nukkit.plugin.PluginBase.setEnabled(PluginBase.java:91)
at cn.nukkit.plugin.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:132)
at cn.nukkit.plugin.PluginManager.disablePlugin(PluginManager.java:509)
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:441)
at cn.nukkit.Server.enablePlugin(Server.java:675)
at cn.nukkit.Server.enablePlugins(Server.java:664)
at cn.nukkit.Server.(Server.java:506)
at cn.nukkit.Nukkit.main(Nukkit.java:109)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant