soyasoya5 / se-torchapi-linux

Space Engineers TorchAPI dockerized for Linux
MIT License
12 stars 8 forks source link

Wine-mono is not installed #5

Open ShyAssassin opened 1 year ago

ShyAssassin commented 1 year ago

After running ./start i noticed that nothing happened and after a bit of digging i found the Torch.Server.exe failed to start because mono was not installed, i fixed this problem by just manually installing mono-wine from wine's website. mono-wine should have been installed with winetricks but for some reason it was not

jazn commented 1 year ago

mono-wine has to be installed on the client side too. If you are running client on a linux machine. Looks like it is necessary for TORCH MOD.

ShyAssassin commented 1 year ago

iirc mono-wine was installed via my package manager on my client machine and host machine, the problem here is with the server side stuff, the wine instance for the torch server did not have mono-wine installed for some reason i had to manually wget and install the mono-wine files using the wine instance's terminal.

jazn commented 1 year ago

I agree, I just mentioned above for people who might have problem with crashing client. Thanks to your issue I was able to find problem quick.

ghost commented 6 months ago

Hello,

We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement!

As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including:

To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role.

Please click here to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process.

Important: You have 24 hours to complete the application process.

If you have any questions or need further information, please don't hesitate to contact us.

Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you.

Best regards,
GitHub Recruitment Team pupydawg69, @i1314, @keygle, @ingtellect, @PeterTheOne, @EthicalCha0s, @avalidurl, @jaypinho, @chiihuang, @oo7ph, @KiselevMaxim, @ethever, @wtypty2, @cruzdanilo, @tthwmk, @ablin42, @JulianToledano, @SiddhantKapil, @leolambo, @kylidboy

ShyAssassin commented 6 months ago

@soyasoya5 can you please lock this issue, there are too many phishing bots

stubkan commented 2 weeks ago

FYI

Wine Mono is a Net Framework replacement

So, if it is wanting Mono to be installed, it is because Net framework is not working.

If you install Mono, you are then making it runn it off Mono, not Net Framework. It would be more ideal to get Net framework to work correctly instead