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

does the app work with m1/m2 processors(apple)? #46

Open
FetFrumos opened this issue Apr 11, 2023 · 10 comments
Open

does the app work with m1/m2 processors(apple)? #46

FetFrumos opened this issue Apr 11, 2023 · 10 comments
Labels
question Further information is requested

Comments

@FetFrumos
Copy link

thank you for your app and your work - it's very interesting. i installed the app on my mac, imported the server (vmess successfully). but nothing happens after that - the application icon is gray. how can i run the app (to make it work)?
does the app work with apple processors? I have m1 processor on my mac.

thank you

@Saulul
Copy link

Saulul commented Apr 14, 2023

I have the same issue, imported a vless server. enabled TUN mode and loaded core (it says x-ray-core: loaded) but nothing happens after this. I don't see a new network driver created and no traffic is routed through proxy

@dgulan
Copy link

dgulan commented Apr 18, 2023

apple M1 Pro 2021,xray (xtls-rprx-vision) with vless works fine.

@Saulul
Copy link

Saulul commented Apr 18, 2023

apple M1 Pro 2021,xray (xtls-rprx-vision) with vless works fine.

Can you say what steps you took to get it working? Which mode did you use? (Tun mode/Global mode etc.)

@dgulan
Copy link

dgulan commented Apr 19, 2023

apple M1 Pro 2021,xray (xtls-rprx-vision) with vless works fine.

Can you say what steps you took to get it working? Which mode did you use? (Tun mode/Global mode etc.)
I'm guessing you might want to pay attention to the configuration.
I'm using pac mode, it works fine, and using global mode is also works fine.
I'm using xtls-rprx-vision, and here are 2 diagrams for your reference
1
2

@zeku2022
Copy link

same problem,it didn't work...

@tzmax
Copy link
Owner

tzmax commented Apr 21, 2023

@FetFrumos @Saulul @zeku2022 If possible, can you provide more information so that I can analyze the reason? For example: software version, logs, configuration information, steps to use, and any information you think I can help you. I can't find any clues from this issue, so others can't help you

@FetFrumos
Copy link
Author

FetFrumos commented Apr 21, 2023

Hello @tzmax. Thank you for your answer. I installed last version from release(1.5.7). I added vmess file(server London). It is working - but a little not as I expected.
so when i choose:

  • "PAC Mode", "Manual Mode" - browser and ping working, but I see my current ip in the browser (https://iplocation.io/)- not London
  • "TUN Mode", "Global Mode" - ping working, browser now working(not open page)

are my expectations correct? can i get IP London in browser (VPN mode)?
This is part from my logs(when internet not working)

2023/04/21 22:37:38 [Warning] [1568618943] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [dial tcp 188.188.188.188:7777: operation was canceled dial tcp: lookup my.serv.xyz: operation was canceled] > common/retry: all retry attempts failed 2023/04/21 22:37:38 [Warning] [3537460180] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [dial tcp 188.188.188.188:7777: i/o timeout dial tcp 188.188.188.188:7777: operation was canceled dial tcp: lookup aeduvir.orbnet.xyz: operation was canceled] > common/retry: all retry attempts failed

I can provide the full logs and my current settings if needed

@tzmax
Copy link
Owner

tzmax commented Apr 22, 2023

@FetFrumos Doesn't it work in Global Mode too? Or is it only TUN Mode?

@tzmax tzmax added the question Further information is requested label Apr 22, 2023
@FetFrumos
Copy link
Author

FetFrumos commented Apr 23, 2023

Hi @tzmax,
Yes, "Global Mode" and PacMode - not working(routing rule == "all to main").
If routing rule == "bypasscn_private_apple" then "Global Mode" and PacMode - not working.
If routing rule == "all_to_direct" then "Global Mode" and PacMode - are working. but I see my current ip in the browser (https://iplocation.io )- not London. I think it should work, you need to configure it correctly. I will be grateful for your advice.
Today I tried version 1.5.6.

@tzmax
Copy link
Owner

tzmax commented Apr 25, 2023

Hello @tzmax. Thank you for your answer. I installed last version from release(1.5.7). I added vmess file(server London). It is working - but a little not as I expected. so when i choose:

  • "PAC Mode", "Manual Mode" - browser and ping working, but I see my current ip in the browser (https://iplocation.io/)- not London
  • "TUN Mode", "Global Mode" - ping working, browser now working(not open page)

are my expectations correct? can i get IP London in browser (VPN mode)? This is part from my logs(when internet not working)

2023/04/21 22:37:38 [Warning] [1568618943] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [dial tcp 188.188.188.188:7777: operation was canceled dial tcp: lookup my.serv.xyz: operation was canceled] > common/retry: all retry attempts failed 2023/04/21 22:37:38 [Warning] [3537460180] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [dial tcp 188.188.188.188:7777: i/o timeout dial tcp 185.126.200.97:7777: operation was canceled dial tcp: lookup aeduvir.orbnet.xyz: operation was canceled] > common/retry: all retry attempts failed

I can provide the full logs and my current settings if needed

@FetFrumos from your log, it seems that your device can't connect to your server. Can you check whether your device can connect to this port of your server? Have you tried whether other devices can be connected? If there is a device that can be connected, you can try to export the configuration json file to compare the config.json generated by V2RayXS.

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

5 participants