docker-wechat icon indicating copy to clipboard operation
docker-wechat copied to clipboard

BUG?

Open triple-mu opened this issue 4 years ago • 4 comments

(base) ubuntu@y9000p:~$ curl -sL https://gitee.com/mirrors/dochat/raw/main/dochat.sh | bash

   ____         ____ _           _
  |  _ \  ___  / ___| |__   __ _| |_
  | | | |/ _ \| |   | '_ \ / _` | __|
  | |_| | (_) | |___| | | | (_| | |_
  |____/ \___/ \____|_| |_|\__,_|\__|

  https://github.com/huan/docker-wechat

            +--------------+
           /|             /|
          / |            / |
         *--+-----------*  |
         |  |           |  |
         |  |   盒装    |  |
         |  |   微信    |  |
         |  +-----------+--+
         | /            | /
         |/             |/
         *--------------*

  DoChat /dɑɑˈtʃæt/ (Docker-weChat) is:

  📦 a Docker image
  🤐 for running PC Windows WeChat
  💻 on your Linux desktop
  💖 by one-line of command

🚀 Pulling the docker image...

3.3.0.115: Pulling from zixia/wechat Digest: sha256:6a02c18922553aa9c1c465d0db90fd73b44010d83c3ff367588c31695eff5d56 Status: Image is up to date for zixia/wechat:3.3.0.115 docker.io/zixia/wechat:3.3.0.115

🚀 Pulling the docker image done. 🚀 Starting DoChat /dɑɑˈtʃæt/ ...

[DoChat] 盒装微信 v0.15.0 Disabling patch for /home/user/.wine/drive_c/users/user/AppData/Roaming/Tencent/WeChat ... Disabling patch for /home/user/.wine/drive_c/users/user/Application Data/Tencent/WeChat ... [DoChat] WeChat 3.3.0.115 [DoChat] Starting... libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: GLXBadContext Major opcode of failed request: 152 (GLX) Minor opcode of failed request: 6 (X_GLXIsDirect) Serial number of failed request: 782 Current serial number in output stream: 781 [DoChat] WeChat.exe exit with code 0 [DoChat] Found new version? [DoChat] WeChat.exe exited

📦 DoChat Exited with code [0]

🐞 Bug Report: https://github.com/huan/docker-wechat/issues

triple-mu avatar Apr 18 '22 00:04 triple-mu

The same to me.

rhuang10 avatar May 07 '22 03:05 rhuang10

I don't know the details but first of you could try running the command with debug mode curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | DOCHAT_DEBUG=true bash and see if you can get more useful info.

Also try to provide a scaling option and see if it helps.

sefeng211 avatar May 16 '22 15:05 sefeng211

Get this error message now. Any idea? Thanks.

  • wine 'C:\Program Files\Tencent\WeChat\WeChat.exe' 00e4:fixme:ver:GetCurrentPackageId (04BCFEF0 00000000): stub 00e4:fixme:sync:SetWaitableTimerEx (000000BC, 04BCFDA0, 0, 00000000, 00000000, 00000000, 1500) semi-stub 00e0:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 00e0:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. 0120:fixme:iphlpapi:NotifyAddrChange (Handle 0x661fefc, overlapped 0x661fee4): stub 00e0:fixme:win:RegisterTouchWindow (00030040 00000000): stub 0124:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x7bc2a1f5

rhuang10 avatar May 18 '22 08:05 rhuang10

You can try my solution: Before running dochat, you can run xhost +SI:localuser: your _ username, and then open and run dochat. it works for me.

Rcklos avatar Jul 07 '22 06:07 Rcklos