That's the case for me too, but only on the server. In single player, it works.
are you also getting an error ? can you paste that error here please
That's the case for me too, but only on the server. In single player, it works.
are you also getting an error ? can you paste that error here please
i should have known, spaces on linux is a bad idea anyway, oops
ok looking at your error this is an error from the OnlineMarket plugin it seems you hold this plugin in the folder online market <------- this folder should be called OnlineMarket and that plugin also use's the same file as the Notes file for the button background so you need the same assets inside that folder
i must have been loopy, gave you the wrong error message, ironicly fixed that error but here's the notes one
[91m[23:52:30] [Java] java.io.FileNotFoundException: /home/RWserver/serverfiles/Plugins/Notes/Assets/NoteBackGround.JPG
[91m[23:52:30] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:237)
[91m[23:52:30] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:163)
[91m[23:52:30] [Java] at net.risingworld.api.assets.TextureAsset.loadFromFile(TextureAsset.java:44)
[91m[23:52:30] [Java] at PLUGIN_CLASS_LOADER//notes.CreateMenu.Menu(CreateMenu.java:37)
[91m[23:52:30] [Java] at PLUGIN_CLASS_LOADER//notes.Notes.onPlayerConnect(Notes.java:62)
[91m[23:52:30] [Java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[91m[23:52:30] [Java] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[91m[23:52:30] [Java] at net.jiw.unity.runtime.PluginEventHandler.triggerEvent(PluginEventHandler.java:138)
little examining and i see the issue i'm having, it's .jpg for the file, but .JPG what it's trying to find, case is kinda important
side note, onlinemarket has the same issue. change the file and it works no problems.
are you also getting an error ? can you paste that error here please
I can't find an error message; however, I'm only seeing a texture for WTG Portals 2. And that's probably what's causing it (the buttons overlapping).
I just checked my local server, where I'm currently using Transporter, and the Notes background is also displayed there.
Problem identified. Maybe the Yahgiggle-compatible version of WTG Portals will help. I'll give it a try.
It works fine for me, I just don't use it, there's no need, maybe some other mod is to blame.
Display Morei must have been loopy, gave you the wrong error message, ironicly fixed that error but here's the notes one
[91m[23:52:30] [Java] java.io.FileNotFoundException: /home/RWserver/serverfiles/Plugins/Notes/Assets/NoteBackGround.JPG
[91m[23:52:30] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:237)
[91m[23:52:30] [Java] at net.risingworld.api.assets.Asset.loadFromFile(Asset.java:163)
[91m[23:52:30] [Java] at net.risingworld.api.assets.TextureAsset.loadFromFile(TextureAsset.java:44)
[91m[23:52:30] [Java] at PLUGIN_CLASS_LOADER//notes.CreateMenu.Menu(CreateMenu.java:37)
[91m[23:52:30] [Java] at PLUGIN_CLASS_LOADER//notes.Notes.onPlayerConnect(Notes.java:62)
[91m[23:52:30] [Java] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
[91m[23:52:30] [Java] at java.base/java.lang.reflect.Method.invoke(Method.java:578)
[91m[23:52:30] [Java] at net.jiw.unity.runtime.PluginEventHandler.triggerEvent(PluginEventHandler.java:138)
little examining and i see the issue i'm having, it's .jpg for the file, but .JPG what it's trying to find, case is kinda important
side note, onlinemarket has the same issue. change the file and it works no problems.
yes i see Linux wont like that, ill update the JPG to jpg for Linux users, Thanks
not an issue in anyway or form, but every time someone opens a note your other plugins crack a wobbly, mostly null errors and a few lambda warnings.
not an issue in anyway or form, but every time someone opens a note your other plugins crack a wobbly, mostly null errors and a few lambda warnings.
I'll take a closer look into this thanks 👍
Saving a new text in an already saved note does not work for me. I do press "edit" and it will show the newly written text on the paper. But when i close the note and then re-open it, the old text will show again and the new text is gone. Only the new headline stays.
Also i can't see any "save" button.
[09:28:51] [Java] org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (near "ll": syntax error)
[09:28:51] [Java] at org.sqlite.jdbc3.JDBC3Statement.lambda$executeLargeUpdate$2(JDBC3Statement.java:128)
Display MoreCode
[09:28:51] [Java] org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (near "ll": syntax error)[09:28:51] [Java] at org.sqlite.jdbc3.JDBC3Statement.lambda$executeLargeUpdate$2(JDBC3Statement.java:128)
seems your haveing db problems, maybe something is blocking it or another plugin is closing it IDK seems fine on lots of other servers and i run it on two without such errors
I am using Pterodactyl on a Bare Metal server. Do i have to create a MySQL/MariaDB database or something? I do not have too much experience with databases.
I am using Pterodactyl on a Bare Metal server. Do i have to create a MySQL/MariaDB database or something? I do not have too much experience with databases.
The plugin uses SQL so no you don't, the problem is something else on your server is closing or blocking the database from working maybe file permissions or another plugin,
Don’t have an account yet? Create a new account now and be part of our community!