Pyrdacor / Ambermoon.net

Ambermoon rewrite in C#
GNU General Public License v3.0
424 stars 22 forks source link

Exagear wine emulator #336

Open GpS1979 opened 1 year ago

GpS1979 commented 1 year ago

Hello. I'd like try the game on android using Exagear wine 7.2 emulator. I downloaded win32 version but crash at start. It will be great having the opportunity to play the game with tablet or mobile so i'm asking if there is a correct config for this problem. thanks,

a1exh commented 1 year ago

@Pyrdacor will know for sure but I don't think you can do this.

Ambermoon.NET is not a stand-alone windows application. It needs the .NET runtime.

You'd somehow have to install .NET in Wine first.

a1exh commented 1 year ago

I think @Pyrdacor was looking at porting the Linux version to Android

GpS1979 commented 1 year ago

thanks. last .net is already installer , seems the problem is another! I don't know if there is a log files i can share.

Pyrdacor commented 1 year ago

Hi. If you run it from a terminal you should see some error printout. You might need glfw and OpenAL installed as I don't know if the dependency resolution works as expected with wine. And ensure that your user has write access to the folders etc.

Pyrdacor commented 1 year ago

I think @Pyrdacor was looking at porting the Linux version to Android

Yeah creating an Android version is part of my ever growing todo list.