Giter VIP home page Giter VIP logo

Comments (11)

stormchaser3000 avatar stormchaser3000 commented on May 19, 2024 2

I can now report that zoom appears to be working like a charm on box64. Both audio and video work and the microphone works as well.

I will not close this issue just yet as I will do some stress testing in a large meeting tonight at some time around 9:30 PM CDT. If I don't encounter any missing opcodes during that meeting I will probably close this issue.

from box64.

stormchaser3000 avatar stormchaser3000 commented on May 19, 2024

That seems to have solved that error, but now getting this one:

67413|0xffff8e4939be: Unimplemented Opcode (01) 66 44 0F 38 09 C2 66 44 0F 38 09 D2 66 45 0F

with the same window freezing problem

from box64.

ptitSeb avatar ptitSeb commented on May 19, 2024

Strange, that's the same opcode I just added.

from box64.

stormchaser3000 avatar stormchaser3000 commented on May 19, 2024

it is a different opcode as far as I can tell. many of the hex values are different from the first one

EDIT: Just a sec, I am going to pull in the latest changes and see if it works.

from box64.

ptitSeb avatar ptitSeb commented on May 19, 2024

it's the same opcode.
It's "66 0F 38 09"
the 4x between 66 and 0F is the "REX", used to change a few parameters in the opcode, but it's still the same.

To be exact:
66 0F 38 09 C1: psignw xmm0, xmm1
66 44 0F 38 09 C2: psignw xmm8, xmm2

from box64.

stormchaser3000 avatar stormchaser3000 commented on May 19, 2024

oh... odd

from box64.

stormchaser3000 avatar stormchaser3000 commented on May 19, 2024

ok, an update fixed that one. but now there is this one (which I am actually pretty sure is different).

12825|0xffffac07e16c: Unimplemented Opcode (D3) 0F D7 CA 48 83 E1 0F 83 F1 0F 44 0F BD C1 BA

from box64.

ptitSeb avatar ptitSeb commented on May 19, 2024

Yup, this one is different:
0F D7 CA: pmovmskb ecx, mm2

I'll add it soon.

from box64.

ptitSeb avatar ptitSeb commented on May 19, 2024

That's very good news! Especialy sound working, as that's still an issue on box86 with the 32bits version!

from box64.

Itai-Nelken avatar Itai-Nelken commented on May 19, 2024

I just tested on commit a5490dc (latest as of writing) on manjaro arm kde plasma running on aa pinebook pro and everything is working other than screen sharing (I'll open a new issue for that).
thanks a lot @ptitSeb!

from box64.

stormchaser3000 avatar stormchaser3000 commented on May 19, 2024

it is working quite well for me as well. I went to that meeting and besides the expected high CPU usage, it worked like charm. Thank you @ptitSeb

from box64.

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.