Giter Club home page Giter Club logo

Comments (8)

JasminDreasond avatar JasminDreasond commented on July 22, 2024 1

yep. When I did this, many things that were previously working incorrectly were suddenly working correctly. I would recommend you put this information in "README.md".

from dungeoneer.

Durtur avatar Durtur commented on July 22, 2024

If I understand you correctly the map window opens normally but at some random point you are not able to open it? Is the window then completely unresponsive or are you able to open the developer tools with ctrl+shift+i ?

from dungeoneer.

JasminDreasond avatar JasminDreasond commented on July 22, 2024

yep. the window becomes completely unusable, but the page continues to work. I updated to version 1.2.6, but the problem continues.

the first time I had suddenly managed to stop the bug somehow, but now I can no longer in any way remove the bug because I don't know what to do. I would recommend you first update electron to last electron version, this way maybe I can also try to figure out what is going on.

from dungeoneer.

Durtur avatar Durtur commented on July 22, 2024

Last time I built this for linux it was the sharp image library (https://sharp.pixelplumbing.com/) that was causing the window to become completely unresponsive on Linux, I guess the solution might be to move it into the main process (it should be there anyway, along with all nodejs stuff). Updating electron might help yes, unfortunately I don't have a lot of time to work on this project these days but I will take a look at this

from dungeoneer.

Durtur avatar Durtur commented on July 22, 2024

Upon further reading it seems like the sharp library needs to be installed on a machine that has the same runtime architecture. So if you would like to fix the build for your machine you can try to remove it and add it again, e.g.

yarn remove sharp
yarn add sharp

from dungeoneer.

JasminDreasond avatar JasminDreasond commented on July 22, 2024

I'm still a little confused. Why doesn't saving the map save the position of tokens and players?
I tried to find some documentation on how to use the application, but I couldn't find it.

from dungeoneer.

Durtur avatar Durtur commented on July 22, 2024

The map doesn't save the state of the tokens. Instead I would recommend you add your players in the player menu and set their tokens, so they are added on map load. As for monsters, you can add tokens to the individual statblocks and add them to the map by doing ctrl+shift+e and then add to map. That way you track the combat state and tie each row to a specific token on the map

from dungeoneer.

Durtur avatar Durtur commented on July 22, 2024

Unfortunately I have not set up any sort of documentation but there is a little bit outdated usage guide in the about window, (?) icon

from dungeoneer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.