mobox icon indicating copy to clipboard operation
mobox copied to clipboard

directx issues

Open Aymandonia opened this issue 8 months ago • 14 comments

I cannot run any game because it wants directx and I cannot install directxScreenshot_2023-12-27-07-06-41-679_com.termux.x11.jpg

Aymandonia avatar Dec 27 '23 04:12 Aymandonia

I have this problem too, it's seems that I don't have directx 9. Та же проблема, нет directx 9 при запуске игры, а при установке DX та же Screenshot_2024-01-06-02-49-45-174_com termux x11 ошибка

HanavaroN avatar Jan 06 '24 09:01 HanavaroN

have this problem too, it's seems that I don't have directx 9. Uploading Screenshot_2024-01-19-23-58-28-002_com.termux.x11.jpg…

Abdoulayey avatar Jan 19 '24 23:01 Abdoulayey

I've already fixed this. I reinstalled mobox with commands. It doesn't full installed, so there's not directx, that's why error

HanavaroN avatar Jan 29 '24 05:01 HanavaroN

I've already fixed this. I reinstalled mobox with commands. It doesn't full installed, so there's not directx, that's why error

how do you fix it?

Downloafy6 avatar Feb 18 '24 19:02 Downloafy6

I've already fixed this. I reinstalled mobox with commands. It doesn't full installed, so there's not directx, that's why error

how do you fix it?

Reinstall mobox, if possible - deleting app files like cache and download mobox with command again

HanavaroN avatar Feb 19 '24 04:02 HanavaroN

I've already fixed this. I reinstalled mobox with commands. It doesn't full installed, so there's not directx, that's why error

how do you fix it?

Reinstall mobox, if possible - deleting app files like cache and download mobox with command again

How do you install it with commands? Pls reply I really need help with this 😥😥

God-Saiyan avatar Mar 25 '24 11:03 God-Saiyan

For me I couldnt get d3d to work without using WineD3D and VirGL, using Adreno 740, and wow64

BiatuAutMiahn avatar Mar 25 '24 14:03 BiatuAutMiahn

For me I couldnt get d3d to work without using WineD3D and VirGL, using Adreno 740, and wow64

Can you please tell me what to do for this issue? I have a Snapdragon 870 phone and currently have Mobox box86 and box64 version.

God-Saiyan avatar Mar 25 '24 16:03 God-Saiyan

For me I couldnt get d3d to work without using WineD3D and VirGL, using Adreno 740, and wow64

Can you please tell me what to do for this issue? I have a Snapdragon 870 phone and currently have Mobox box86 and box64 version.

I'd just try different combinations, what game?

BiatuAutMiahn avatar Mar 25 '24 22:03 BiatuAutMiahn

For me I couldnt get d3d to work without using WineD3D and VirGL, using Adreno 740, and wow64

Can you please tell me what to do for this issue? I have a Snapdragon 870 phone and currently have Mobox box86 and box64 version.

I'd just try different combinations, what game?

Well, there are multiple games I play on mobox but the game I'm currently having issues with is a cultured game named "Waifu Fighter"😅 And for trying out different combinations, I did try 2-3 different ones but I don't understand any of it because I am new to this thing.

God-Saiyan avatar Mar 25 '24 23:03 God-Saiyan

For me I couldnt get d3d to work without using WineD3D and VirGL, using Adreno 740, and wow64

Can you please tell me what to do for this issue? I have a Snapdragon 870 phone and currently have Mobox box86 and box64 version.

I'd just try different combinations, what game?

Well, there are multiple games I play on mobox but the game I'm currently having issues with is a cultured game named "Waifu Fighter"😅 And for trying out different combinations, I did try 2-3 different ones but I don't understand any of it because I am new to this thing.

gotcha. Games make use of a graphics system also called an API to draw stuff on the screen/window. Usuaully this is DirectX, Vulkan, and OpenGL. OpenGL ranges from like v3.3 3.0, 2.0 etc, and DirectX has like 8.0 thru 12 etc. With each version the API has a set of functions to perform the various draw calls like draw a circle here and how big or a square, or an image. Well from version to version the functions may change like how theyre implemented or how they function, the parameters/options they use etc. CLassic windows games used DirectDraw alot which was mainly 2d stuff, before that QuickTime was a thing for animations on like windows 98, 95 and 3.1.

If you dont already know, WINE is a software that aims to translate Windows's APIs from common versions of windows to that of linux in effect allow one to run windows programs on linux.

WineD3D is Wine's implementation of DirectX and DirectDraw (afaik). The others like dxvk replace WineD3D and translates DirectX to Vulkan.

Anyway the point of this is knowing what API the game uses and what API or wrapper/translation library is needed to cover what the game uses. Some methods are better than others. And depends on the hardware that your running it on.

BiatuAutMiahn avatar Mar 31 '24 03:03 BiatuAutMiahn