Technical help needed

Home Forums Wayward Technical help needed

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4522
    FDru
    Member

    Sometime before 1.7 the game stopped working in the browser. It stays stuck on “Loading…” forever. Clearing browser cache didn’t do anything.

    The downloadable version works, but is unplayable with animations on due to hideously poor performance. However, the feedback with animations off is inadequate (the visual indication of damage/picking up items/etc is too useful).

    OS: Win7 64 bit
    Browser: Firefox

    Any solution to either of these problems would be appreciated.

    #4524

    Hey there, sorry to hear that. Which Firefox version is this and what are your system specs?

    #4526
    FDru
    Member

    Firefox 27.0.1 (latest version)
    3.0ghz dual core, 8g RAM, GeForce GTX 560 Ti

    #4527

    Ya, you shouldn’t be getting any performance issues with that.

    In Firefox, you can see what the error was:
    Tools > Web Developer > Web Console

    #4528
    FDru
    Member

    Interesting. Do you want to see what it says?

    20:21:33.926 GET http://www.unlok.ca/wayward/ [HTTP/1.1 304 Not Modified 102ms]
    20:21:33.989 Use of getUserData() or setUserData() is deprecated.  Use WeakMap or element.dataset instead. requestNotifier.js:64
    20:21:34.042 Unknown property 'user-select'.  Declaration dropped. style.css:19
    20:21:34.042 Error in parsing value for 'cursor'.  Declaration dropped. style.css:36
    20:21:34.043 Error in parsing value for 'image-rendering'.  Declaration dropped. style.css:109
    20:21:34.043 Error in parsing value for 'image-rendering'.  Declaration dropped. style.css:110
    20:21:34.043 Expected 'none' or URL but found 'alpha('.  Error in parsing value for 'filter'.  Declaration dropped. style.css:354
    20:21:34.043 Expected 'none' or URL but found 'Alpha('.  Error in parsing value for 'filter'.  Declaration dropped. style.css:816
    20:21:34.082 SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery-2.0.3.min.js:1
    20:21:34.086 Error: http://www.unlok.ca/wayward/1.7/js/vendor/jquery-2.0.3.min.js is being assigned a //# sourceMappingURL, but already has one
    20:21:34.303 Unknown property 'box-sizing'.  Declaration dropped. wayward
    20:21:34.322 SyntaxError: JSON.parse: unexpected character wayward.js:2847
    20:22:12.889 Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.
    #4534

    Looks like your save may have been corrupted at some point. If you care about your old save game, please send me the .json save file by running the contents of this pastebin in your console:

    http://pastebin.com/raw.php?i=vfn6PzDD

    Your menu should now have a “save to file” option. I’ll see if I can fix it.

    If you don’t care and just want to play in your browser, run this in the console:

    game.saveClear = true;
    localStorage.clear();
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.