Giter VIP home page Giter VIP logo

Comments (13)

srevinsaju avatar srevinsaju commented on May 21, 2024

Thanks @scrakcho , is this 3.3 or 3.4?

from guiscrcpy.

scrakcho avatar scrakcho commented on May 21, 2024

Is the last 3.5 Stable and 3.4 (pre) EXE availables for download, i have tried to download a preview version but the artifacts same to be removed so...
scrcpy -> 1.12.1
guiscrcpy -> 3.5 Stable / 3.4 (pre)

More information :( :

image

After install with the PyPI option after the code: python3 -m pip install guiscrcpy --user

from guiscrcpy.

srevinsaju avatar srevinsaju commented on May 21, 2024

Thanks for the information. Does the exe work after manually installing Titillium Web Font from Google Fonts

https://fonts.google.com/specimen/Titillium+Web
Titillium Web - Google Fonts

from guiscrcpy.

srevinsaju avatar srevinsaju commented on May 21, 2024

@scrakcho

Does the guiscrcpy.exe work from version 3.3, (3.5 is still a work in progress and may go buggy, and 3.4 is a development release. 3.3 is the stable tested version)

from guiscrcpy.

scrakcho avatar scrakcho commented on May 21, 2024

Hi @srevinsaju ,

Sorry about my news but the 3.3 dont work and installing the Google Fonts (Titillium Web) not helped (I have tryed to install the fonts with the right mouse button and option install... but what logic have this fonts with the temp and random folder that the instaler search?)

from guiscrcpy.

srevinsaju avatar srevinsaju commented on May 21, 2024

@scrakcho I cannot understand the language in your log. Which is your native language.
PS: Does the PYPI (pip) package work for you

from guiscrcpy.

scrakcho avatar scrakcho commented on May 21, 2024

Spanish, basically the log say that the path cant be found C:.......\Temp_MEIxxxxxx\guiscrcp\ui\fonts

from guiscrcpy.

srevinsaju avatar srevinsaju commented on May 21, 2024

@scrakcho the logs look like you are not using version 3.3.
If you are using version 3.3, you are probably likely to get another Traceback,
If you know Python, here is 3.3's code:

import logging
import os
class Windows:
def __init__(self):
self.make_config()
self._cfgpath = self.cfgpath()
@staticmethod
def make_config():
path = os.path.expanduser(os.path.join("~", "AppData", "Local", "guiscrcpy"))
if not os.path.exists(path):
try:
os.makedirs(path)
except Exception as e:
logging.error(
"Error creating configuration file in dir {path}. Error code:{e}"
.format(
path=path,
e=e
))
return path
def system(self):
return 'Windows'
def cfgpath(self):
return self.make_config()
def increment(self):
pass
def paths(self):
return ['bin']

As you can see, there is no install_font here in version 3.4 and 3.5
https://github.com/srevinsaju/guiscrcpy/pull/71/files#diff-a49c174a87b10a60b3fc78112e7259d9R58-R81

If you had sent me the logs of 3.3 exe failure, it would be helpful for fixing future errors too
Thanks

from guiscrcpy.

scrakcho avatar scrakcho commented on May 21, 2024

Sin título

from guiscrcpy.

scrakcho avatar scrakcho commented on May 21, 2024

Hello @srevinsaju , any news about that?

from guiscrcpy.

srevinsaju avatar srevinsaju commented on May 21, 2024

@scrakcho I have pushed the commit 7db8ed0,
Do you want the exe?

from guiscrcpy.

srevinsaju avatar srevinsaju commented on May 21, 2024

@scrakcho try this out and let me know https://github.com/srevinsaju/guiscrcpy/suites/540351218/artifacts/3255283

from guiscrcpy.

scrakcho avatar scrakcho commented on May 21, 2024

Now with the last .EXE work!
Thanks! ;)

from guiscrcpy.

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.