SignArtist

Moved

Total Downloads: 39,224 - First Release: Apr 29, 2015 - Last Update: Jan 19, 2018

4.88966/5, 145 likes
  1. They are set in the client component :x Wulf posted my list of widths and heights a few posts ago.
     
  2. Hangin on for that fixed version :)
     
  3. Currently doing some local testing, if I don't run into any issues it shouldn't be much longer :)
     
  4. Yeahhhh!!! Party =)
     
  5. Mughisi updated Sign Artist with a new update entry:

    1.0.0

     
  6. Thanks for this rewriting reccord Mughisi, but I just noticed a missing thing since your updated, a bug says: DllNotFoundException: gdiplus.dll

    It will seem as if tonight related to Unity. You have an idea ?
     
  7. Which OS is your server running?
     
  8. I am on a Debian version 7.8 (jessie 64 bit version)
     
  9. I am ADM from the server and I can not use the plugin
     
  10. Code:
    (22:40:22) | DllNotFoundException: gdiplus.dll
    Same for me on Centos 7.x 64bits
    thanks for your help.
     
  11. I'm currently downloading an image to install Ubuntu on my other machine to be able to come up with a solution. I'm not exactly sure when that will be but I'm looking into it!
     
  12. I do some research, it seems that Debian does not necessarily include the libraries of framwork version 4.5+.
    so for those who have this error it can be solved with the installation of lib "libgdiplus" for debian.

    I will try but nothing is on!
     
  13. It seems that the libgdiplus package is missing, please attempt to run the following and then restart the server.
    Code:
    sudo apt-get install libgdiplus
     
  14. I have already tried, but it's not enough because the libgdiplus has dependencies in linux extended with the pack mono gdiplus.

    In fact it must be done to be on a complete install Lib Mono either:

    Code:
    sudo apt-get install mono-complete
    and it works;)
     
  15. I installed the updated version but all I get is "Your image was added to the download queue!" and nothing else happens.
     
  16. If your server isn't running on windows you will probably have to run the following in the terminal to install the required dependencies.
    Code:
    sudo apt-get install libgdiplus
    and/or
    Code:
    sudo apt-get install mono-complete
     
  17. where do I make these commands to function as ADM?
     
  18. I just tried that but still getting [DllNotFoundException: gdiplus.dll]. I'm running Ubuntu Server 14.04 LTS. I will try restarting the server.
     
  19. In a prompt Linux console if you have access to the machine!
     
  20. I do not have a linux machine