Windowed dotnet application showing black window

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gollo
Newbie
Newbie
Posts: 1
Joined: Mon Jan 07, 2019 4:57 pm

Windowed dotnet application showing black window

Post by gollo »

Application can be downloaded here: https://mtgatool.com/
It is a statistics tool for the Magic the Gathering Arena game (the game itself works perfectly).
Application does not need existing account to test.

Same behavior from this application: https://www.mtggoldfish.com/articles/mt ... panion-app.

Running on x64 gentoo
wine is wine-3.20-178-g63ef9854fb6f staging
Installed dotnet 4.7.2 using latest winetricks

The applications seems to be using ClickOnce, but not being familiar with latest windows and dotnet trends i don't know exactly.

Thank you.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Windowed dotnet application showing black window

Post by jkfloris »

Maybe you give us the wrong link, but the application doesn't need dotnet and you can build a native Linux app yourself.

from: https://github.com/Manuel-777/MTG-Arena ... ee/v2.2.10
Compiling / Run from source
MTG Arena Tool is developed using Electron JS, To get started simply clone this repo and install:

git clone https://github.com/Manuel-777/MTG-Arena-Tool
npm install
npm start
Locked