netbrain / zwift

Easily zwift on linux
The Unlicense
238 stars 27 forks source link

Zwift is not stating #57

Closed HeavyD2k closed 8 months ago

HeavyD2k commented 8 months ago

I installed docker on ubuntu and when starting zwift (sudo zwift) its not starting See the terminal output

Have you anny idea what in can be?

Thank you

netbrain commented 8 months ago

Maybe try this? https://github.com/netbrain/zwift/issues/54#issuecomment-1877155180

HeavyD2k commented 8 months ago

i have Intel/AMD video card combo :(

netbrain commented 8 months ago

If you can't get GPU passthrough to work you could always try to just install Zwift on the host machine instead. You need to install wine and winetricks, and then you should be able to run winetricks zwift.verb.

Take a look in the entrypoint and dockerfile for details

HeavyD2k commented 8 months ago

Hello, will try the pass-trough I tried also Wine and Lutris+wine

Lutris errors :D

ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.

And simple wine instalation including .net and web-view that wine mono is missing :) in condition that i have .net already installed :dagger:

it seams that Zwit is a hard nut to crack....

netbrain commented 8 months ago

Yes, that's why I combined it with containers to make it more reliable across several systems.

Still not perfect tho.