Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS compatibility #73

Open
Gaborftf opened this issue Jul 15, 2019 · 10 comments
Open

MacOS compatibility #73

Gaborftf opened this issue Jul 15, 2019 · 10 comments

Comments

@Gaborftf
Copy link

Hey everyone,

I love this Overlay. Is it possible to get it run with MacOS?

I would really appreciate.

Thanks a a lot.

@izoyo
Copy link

izoyo commented Jul 15, 2019

@Gaborftf
Copy link
Author

Hello izoyo, thank you for your answer. Unfortunately, I can not do much with this program. I'm not up to date with programming. Can you help me with that?

@Phoenix616
Copy link

@Gaborftf you should be able to simply install Mono and then run the TFT-Overlay program via a mono TFT-Overlay.exe shell command. (I'm not using Mac OS so that's just from a quick glance at their docs though)

@Gaborftf
Copy link
Author

Hey Phoenix616 , thank you for your answer. I tried it and get that error:

mono /Users/user/Desktop/TFT/TFT_Overlay.exe
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3

Can you help me?

@janisdd
Copy link

janisdd commented Jul 31, 2019

From a brief view this project is written with WPF for the gui (windows presentation foundation)...
To run TFT_Overlay.exe you either need Windows or mono.
You can read more on mono and wpf here https://www.mono-project.com/docs/gui/wpf
If you are lucky the project only a subset of the wpf api that is compatible with silverlight (I never tried this myself...)

@Gaborftf
Copy link
Author

Gaborftf commented Aug 1, 2019

Hey janisdd , thank you for your answer.

Im sorry but this is too much stuff I really don't unterstand.
Isnt it possible to write the add-on also for macOS? Is it much work to do?

@janisdd
Copy link

janisdd commented Aug 1, 2019

It's possible but this would be a whole new project itself.
One would need to rewrite everything except for the texts and images.

@lfaveur
Copy link

lfaveur commented Sep 18, 2019

I have not mac OS but have you tried https://sourceforge.net/projects/darwine/ ? Say us if it's works or no :)

@janisdd
Copy link

janisdd commented Sep 18, 2019

I checked it...
Some more information: Darwine is now wine https://en.wikipedia.org/wiki/Darwine
How to install wine: https://www.davidbaumgold.com/tutorials/wine-mac/

Result:

The entry point method could not be loaded due to Could not load file or assembly 
'PresentationFramework, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 
assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>

So it won't start at all...
I guess WPF is just too tied to windows :(

@mattwozniak
Copy link

I checked it...
Some more information: Darwine is now wine https://en.wikipedia.org/wiki/Darwine
How to install wine: https://www.davidbaumgold.com/tutorials/wine-mac/

Result:

The entry point method could not be loaded due to Could not load file or assembly 
'PresentationFramework, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 
assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>

So it won't start at all...
I guess WPF is just too tied to windows :(

I'm having exactly the same issue on my side. I don't really know how to fix that issue, but I'll be happy to let you know once I figured this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants