Replies: 1 comment 1 reply
-
You're asking whether someone has compiled their Bevy application on a Windows system, then run the binary on Linux under Wine/Proton? Or, are you asking whether someone has used Wine or Proton to cross compile the app? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
edit:
I mean compiled on linux/windows with target to produce windows pe .exe binary (x86_64-pc-windows-gnu), and ran not on Windows, but on linux under Wine/Proton
I am sure that you can run it, I just know if anybody could run it successfully
I haven't tried much under void linux (didnt try any tricks/proton/protontricks), with wine64 got:


Then I used winetricks, installed

(win10 or win7, didnt make much difference for me) d3dcompiler_43 d3dx9 d3dcompiler_47 vkd3d xinput(not necessary, because bevy uses wgi as in gilrs, but who knows what can be changed in future) dxvk xact xna40 steam
, got:I think the problem is with raw_controller, because I dont have wgi libraries.
I would like to see if you somebody could run wine with bevy, successfully or not?
Beta Was this translation helpful? Give feedback.
All reactions