Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动后无法登录,没有显示二维码 #2

Open
rc2md3 opened this issue Apr 1, 2020 · 1 comment
Open

启动后无法登录,没有显示二维码 #2

rc2md3 opened this issue Apr 1, 2020 · 1 comment
Labels
question Further information is requested

Comments

@rc2md3
Copy link

rc2md3 commented Apr 1, 2020

显示网络链接错误,请检查网络
DeepinScreenshot_xfdesktop_20200401190957
在本地起deepin wine wxwork并没有网络问题,可以登录
感觉是网络设置为host无法上网
https://github.com/BoringCat/docker-WXWork#entrypointsh
这个项目好像发现了这个问题
但是我不懂怎么设置才好

@rc2md3
Copy link
Author

rc2md3 commented Apr 1, 2020

运行的log

  • main
    ++ id -u
  • '[' 0 -ne 0 ']'
  • setupUserGroup
  • '[' -n 995 ']'
  • groupmod -o -g 995 audio
  • '[' -n 986 ']'
  • groupmod -o -g 986 video
    ++ id -g user
  • '[' 969 '!=' 1000 ']'
  • groupmod -o -g 969 group
    ++ id -u user
  • '[' 1000 '!=' 1000 ']'
  • chown user:group '/home/user/.wine/drive_c/users/user/Application Data' /home/user/WXWork
  • setupHostname
  • export HOSTNAME=DoWork
  • HOSTNAME=DoWork
  • echo DoWork
  • hostname DoWork
  • exec gosu user /entrypoint.sh
  • main
    ++ id -u
  • '[' 1000 -ne 0 ']'
  • startWXWork
  • hello
    ++ cat /VERSION
  • VERSION=0.2.0
  • echo '[DoWork] 盒装企业微信 v0.2.0'
    [DoWork] 盒装企业微信 v0.2.0
  • disableUpgrade
  • echo 'To be write'
  • setupFontDpi
  • DELETE_KEYS=('HKEY_CURRENT_USER\Control Panel\Desktop' 'HKEY_CURRENT_USER\Software\Wine\Fonts')
  • for key in "${DELETE_KEYS[@]}"
  • wine reg DELETE 'HKEY_CURRENT_USER\Control Panel\Desktop' /v LogPixels /f
  • true
  • for key in "${DELETE_KEYS[@]}"
  • wine reg DELETE 'HKEY_CURRENT_USER\Software\Wine\Fonts' /v LogPixels /f
  • wine reg ADD 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts' /v LogPixels /t REG_DWORD /d 120 /f
    [DoWork] Starting...
  • true
  • echo '[DoWork] Starting...'
  • '[' -n true ']'
  • unset WINEDEBUG
  • wine 'C:\Program Files\WXWork\WXWork.exe'
    0035:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  • true
    ++ pgrep -i WXWork.exe
  • '[' -n '' ']'
  • echo '[DoWork] WXWork.exe exited'
  • break
  • unset upgrading
  • true
    ++ pgrep -i WeWorkUpdate.ex
    [DoWork] WXWork.exe exited
  • '[' -z '' ']'
  • echo
  • break
  • '[' -z '' ']'
  • break

@huan huan added the question Further information is requested label Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants