Posts by red51

    Thanks for the log! The game uses the GTX 1080, so it must be a driver issue. Glad to hear it works now after updating the driver, please let me know if you run into the same error again in the future :)

    Also das Spiel sollte unter keinen Umständen solche Erdstücke einfach so generieren (oder regenerieren). Sowas kann eigentlich nur auftreten, wenn entweder jemand bewusst (oder unbewusst) Erde dort platziert hat, oder wenn die Welt nicht vernünftig abgespeichert werden kann (wobei in dem Fall müsste der Fehler bereits kurz nach dem Abbauen der entsprechenden Stellen auftreten [nach dem nächsten Restart]) ?(

    Please have a look for the "errorlog" file in your game directory (to get there, rightclick on rw in steam -> properties -> local files -> browse local files), as mentioned by @Minotorious in his first post :)


    Basically this error indicates that instancing isn't supported by the video hardware. Since instancing is a core feature in OpenGL since 2009 (and since a Geforce GTX 1080 definitely supports this feature), there are only possible reasons why this error occurred:


    • Eventually the current driver is buggy. Nvidia usually provides an outstanding driver quality, however, there is always a chance that a certain driver suffers from bugs, especially when it comes to OpenGL. I'd recommend to go to the Nvidia homepage and download and install the latest driver: http://www.nvidia.com/download…Results.aspx/118514/en-us
    • The game does not use the GTX 1080, instead it uses an integrated graphics adapter which has a very old driver. According to the error message there is no integrated graphics adapter available, but according to the Intel specifications, the i7 6700K has an integrated Intel HD Graphics 530 adapter. The old Intel drivers are known to have broken OpenGL support, but it's strange that even Windows isn't aware of this graphics adapter. The errorlog would provide further details about this issue.


    So I'd recommend to update the Nvidia driver first (see 1). If the game still crashes, please have a look for the "errorlog" file in your game directory (either upload it here, or send it via email to support@jiw-games.net, or alternatively open it with a texteditor, copy the content and paste it here) ;)

    Hi, sorry, hatte deinen anderen Post im Newsbeitrag leider übersehen ||
    Jedenfalls ist es momentan nicht so, dass nach oder während des Regens Schlammflecken entstehen. Zwar ändern sich tatsächlich die Laufgeräusche etwas ab (und klingen insgesamt mehr nach feuchtem Boden), allerdings wird die Welt selbst nicht beeinflusst.
    Standardmäßig kommt Schlamm momentan nur in Schneebiomen sowie um manche Teiche herum vor, an anderen Stellen kann es eigentlich nur auftreten, wenn es vom Spieler dort platziert wurde.
    Wenn sich die Welt von alleine verändert und abgebaute Stellen später erneut wiederkehren deutet das eher darauf hin, dass mit der Speicherung der Welt etwas nicht richtig funktioniert. Spielst du im Singleplayer oder Multiplayer? Bei Multiplayerservern ist es sehr wichtig, dass diese nach spätestens 24 Stunden neugestartet werden, sonst können solche Probleme auftreten. Im Singleplayer hingegen ist es wichtig, darauf zu achten, dass kein Antivirenprogramm dazwischenfunkt (manche Programme führen RW bspw. in einer Sandbox aus, wodurch der Zugriff auf die Festplatte stark eingeschränkt wird).

    I've posted a reply about that matter here: Password reset mail never arrives
    Please keep in mind that the homepage and the forums use different account.
    We can remove the other accounts you have in the forum, I found "Graysilk" (last login was on 9th of May), "Graysilk1" (last login on 4th of May) and "Graysilk13" (the one you're currently using). Which one do you want to keep?

    Hmm... this sounds like a really strange issue =O What do you mean with "no personal plug-ins added to your account"? Did this happen in singleplayer or multiplayer? What do you mean with "clicking all over the top area of the press"? Usually a single click once the hand icon appears is sufficient to move the press down/up.
    As @Minotorious said, a video would be really helpful :)


    Just telling you this so you know that If my new account here does not go thru again, I may be unable see the answer ....for awhile.

    As @Minotorious mentioned, you can always see the answer, even if you're not logged in. You're also able to post replies as a guest (although these posts need to be activated by a moderator manually, so it may take some time until the post will be visible to the public).

    When I went back in with Graysilk, I logged into the main page. no problems, my name was up in the upper corner of site.
    Then I clicked into the forums and was told I had to login again. I did that.

    Please keep in mind that the homepage and the forums use different accounts. Originally we wanted to merge the accounts, but some people felt uncomfortable with that (they don't wanted to have a forum account automatically while creating an account for the game), that's why your forum account isn't related to your homepage/game account.
    But of course you could set the same password for both accounts ;)


    One time I asked you (using my second acct.) if you could maybe delete all of the other accounts and let me start again. You did not, but you did set the password I think so I could access my acct.

    Hmm... usually we always remove accounts once requested 8| When did you send the request? Did you send it via email or via PM? Is it a homepage account, or a forum account? If you still want us to delete one of your account, just send us an email to support@jiw-games.net containing your username (please send this mail from the same email address that was used when creating the account).

    Sorry for my late response. We had some server issues a few days ago, but that should be solved now. Please check out if you receive the mail now. If this still does not work, please send us an email to support@jiw-games.net and tell us your username and your email address ;)

    Basically a "Connection reset" (the error you're getting) means that the connection has been terminated unexpectedly. This may have various reasons, but usually it's caused by:

    • Antivirus programs or firewalls which interfere with the connection. What antivirus program do you use exactly? Make sure to put the game on the exception list of your av program/firewall
    • Unstable internet connection, especially when using WLAN or DLAN. Small connection interrupts may cause a connection reset
    • ISP terminating the connection for unknown reasons. This seems to happen only with cable internet and mobile internet (it didn't occur with DSL yet). Usually the connection reset occurs after a given amount of time, e.g. after exactly 5 or 10 minutes

    In the latter case it seems to be related to the route your connection to the internet takes. One of the nodes in between closes the connection purposely (for unknown reasons), resulting in a connection reset error. In this case you could try to use a VPN service like "Cyberghost" for example. This forces your pakets taking a different route through the internet, and it's likely that the problematic node will be skipped. However, this only works if you get the connection reset always after exactly 5 or 10 minutes.

    I haven't seen the # tag being used this way IE

    What do you mean exactly?


    My problem I am having I have my permissions set to invulnerable: true. No errors in my log But, i still die without gm 1. Any thoughts?

    Please post the particular permission file here (or alternatively send it via PM to me) ;)

    Vector3f previewPos = playerPos.addLocal( (viewDir.getX()*3), (viewDir.getY()*3), (viewDir.getZ()*3) );

    Das Problem ist, dass addLocal() den bestehenden Vektor verändert. Mit dieser Fkt werden nämlich die angegebenen Werte beim angegebenen Vektor hinzuaddiert und der gleiche Vektor zurückgegeben, d.h. du addierst in dem Fall die Werte bei playerPos hinzu und weist eine Referenz auf "playerPos" der Variable "previewPos" hinzu. Mit anderen Worten verweisen "previewPos" und "playerPos" dann auf dasselbe Objekt. Wir werden vll der Einfachheit halber zusätzlich noch add() (und analog dazu subtract(), mult() etc) mit dem nächsten Update einführen (welche dann direkt einen neuen Vektor erstellt und direkt mit diesem arbeitet).
    Als Lösung könntest du aber einen neuen Vektor erstellen:

    Java
    Vector3f playerPos = player.getPosition();
    Vector3f previewPos = new Vector3f(playerPos).addLocal((viewDir.getX()*3), (viewDir.getY()*3), (viewDir.getZ()*3));

    weil ich ermittle damit den Kollisionspunkt für das Kreuz und nicht für mein Objekt.

    Das ist richtig, die raycast() Methode führt die Kollisionsprüfung von der Spielerposition aus (oder eher gesagt von der Kameraposition). Grundsätzlich ist es schwierig, eine Kollisionsprüfung unabhängig vom Spieler durchzuführen, da serverseitig kein genaues Abbild der Welt vorhanden ist, d.h. es muss immer auf einen Spieler zurückgegriffen werden. Das ist zwar prinzipiell kein Problem, aber funktioniert natürlich nur, wenn der zu prüfende Bereich beim Spieler auch vorhanden/generiert ist (wenn also das Objekt nicht in der Nähe des Spielers ist würde das nicht funktionieren).
    Wenn es aber um das Platzieren von Objekten geht ist ein Raycast von der Spieler-/Kameraposition aus aber gar nicht verkehrt (so würdest du die Koordinaten des Punktes ermitteln, welchen der Spieler gerade betrachtet, und könntest die Vorschau dort platzieren) ;)

    Are you still running into these issues? Actually we had some trouble with our servers the last days (these issues should be fixed now), resulting in minor downtimes (usually up to 5 minutes) sporadically. During these downtimes, the forums/website were unavailable and the hive server no longer responded (causing the game to run in offline mode).
    However, if you were running into these issues the whole day or if you're still unable to play online multiplayer, there must be something else going on =O

    Hmm... are you maybe using a tv instead of a monitor, or do you have a dual monitor setup? If the resolution is bigger than it's supposed to be (e.g. you select your desktop resolution, but the game window is much bigger than your screen) it's usually caused by DPI related display scaling. Maybe you can try this to disable this behaviour for RW: https://askubuntu.com/question…and-change-the-screen-dpi


    About the fullscreen issue: this happens if the game is unable to find a proper display mode (combination of resolution, refreshrate and color depth). The game uses xrandr by default to get the supported display modes. This issue is probably related to the DPI scaling as well...
    However, if the fullscreen mode does not work properly, you can alternatively try to use the "Undecorated" mode instead. To do that, adapt the resolution to your desktop resolution, disable fullscreen mode and check the "Undecorated" box (this provides an alternative fullscreen mode).

    Manche Hoster bieten auch automatischen Restart und automatische Updates an, sodass es nicht unbedingt bedeuten muss, dass der Admin auch aktiv ist, nur weil der Server aktuell ist. Da aber wie der TE sagt zwischenzeitlich ein Backup eingespielt wurde, würde es tatsächlich doch eher dafür sprechen, dass der Admin nicht ganz verschollen ist :huh:
    Vielleicht spielt der Admin auch einfach zu anderen Zeiten als der TE oder die restlichen Spieler, das ist schwer zu sagen. Besonders wenn es keine Webseite und keinen TS gibt.


    Grundsätzlich ist es für Admins ratsam, in der "server.properties" Datei bei contact irgendeine Kontaktmöglichkeit einzutragen (entweder eine E-Mail Adresse, oder eine Webseite, oder eine TS-IP oder dergleichen), so besteht im Notfalls immerhin die Möglichkeit, den Admin irgendwie zu erreichen.

    Tiere innerhalb einer Area für andere Spieler unverwundbar zu machen ist an sich keine schlechte Idee, aber die Kehrseite der Münze ist, dass aggressive Tiere ebenfalls betroffen wären. Ich könnte mir vorstellen, dass es frustrierend für einen Spieler ist, beim Durchstreifen eines Gebietes von wilden Tieren angegriffen zu werden, sich aber nicht wehren zu können. Ich weiß daher nicht, ob es sinnvoll ist, sowas standardmäßig ins kommende AreaProtection Plugin hineinzupacken.
    Grundsätzlich wird das AP Plugin aber einfach erweiterbar sein, sodass jeder seine eigene Abwandlung davon erstellen kann.

    Alle Map Daten werden im "Maps" Ordner im Spielverzeichnis gespeichert, bzw. jede Welt hat einen eigenen Unterordner. Singleplayerwelten fangen mit einem "sp" an, Multiplayerwelten mit der ServerIP. Grundsätzlich können diese Ordner einfach hin- und hergeschoben und auf einen anderen PC gepackt werden ;)


    Später werden aber zumindest auf Multiplayerservern die Map-Tiles vmtl. mit dem Server synchronisiert, sodass zumindest mit dem selben Account der Map-Fortschritt erhalten bleibt (also auch auf einem anderen PC).

    Alle Chunks in den Gebieten, die vor dem letzten Hotfix fehlerhaft waren, aber zwischenzeitlich bearbeitet wurden, wurden in der Datenbank gespeichert. Zwar wurden die Weltprobleme mit dem darauffolgenden Hotfix korrigiert, aber die gespeicherten Chunks bleiben leider so, wie sie sind. F10 sollte aber in jedem Fall funktionieren.

    hat sich deutlich verbessert. danke für den tip...allerdings wäre es klasse wenn alle diese einstellungen hätten damit es jeder besser sehen kann
    nun ist nur noch das problem mit den minimalen lücken oder risse wie sie auch genannt werden...das ist mit normalen ansetzen schon ein problem noch.

    Also ursprünglich war der log. Tiefenbuffer standardmäßig aktiv (zumindest seit er implementiert wurde im Dez. 2016), allerdings hat er einen Einfluss auf die Performance, besonders auf schwächerer Hardware ist dieser Einfluss stark spürbar, sodass wir ihn erstmal wieder deaktiviert haben und stattdessen nach anderen, performancegünstigeren Lösungen suchen ;)
    Wegen dem Ansetzen: Was meinst du genau? Wie platzierst du deine Bauelemente, verwendest du das Raster (G), oder die Magnetfunktion (Enter)?


    Bei mir steht das schon die ganze Zeit auf "true", also verbessert sich da bei mir leider nichts.

    Hast du nochmal kontrolliert ob das weiterhin so ist? Seit dem letzten Update wurde der Wert nämlich automatisch auf false geändert. Falls er allerdings wirklich auf true gesetzt ist könntest du ggf. prüfen, ihn auszuschalten und zu schauen, ob sich die Situation verbessert oder verschlechtert.

    Well, basically you can load the second plugin as a lib into your existing plugin project, and then use the plugin.getPluginByID() or plugin.getPluginByName() (or plugin.getAllPlugins()) method to find the particular plugin instance. You could perform a type-cast and access the particular methods of this plugin then, e.g.: