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

Possible port? #1

Open
Skeyelab opened this issue Oct 31, 2017 · 3 comments
Open

Possible port? #1

Skeyelab opened this issue Oct 31, 2017 · 3 comments

Comments

@Skeyelab
Copy link

I would love this on OSX. Do you think this repo could be used to convert/port this?
https://github.com/matthewsot/SharpSwift

@donaldsteele
Copy link

i have tested this running with mono and it works on osx and linux

@howtoaddict
Copy link
Owner

@donaldsteele that's nice surprise. I'll update Readme and link to this issue for people who want to run on other platforms.

@felixsan
Copy link

Hey @donaldsteele Do you have any insight on how to run this on osx with mono? Trying to either run it from the built executable or building it from within VS gives me the same error.

Loaded assembly: /path/to/GdaxHoarder/src/Net/GdaxHoarder/bin/Release/GdaxHoarder.exe
Loaded assembly: /Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll [External]
Loaded assembly: /Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll [External]
Loaded assembly: /Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll [External]
Loaded assembly: /Library/Frameworks/Mono.framework/Versions/5.4.1/lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll [External]

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'GdaxHoarder.NativeMethods' threw an exception. ---> System.DllNotFoundException: user32
  at (wrapper managed-to-native) GdaxHoarder.NativeMethods:RegisterWindowMessage (string)
  at GdaxHoarder.NativeMethods..cctor () [0x00000] in /path/to/GdaxHoarder/src/Net/GdaxHoarder/NativeMethods.cs:13 
   --- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'GdaxHoarder.NativeMethods' threw an exception. ---> System.DllNotFoundException: user32
  at (wrapper managed-to-native) GdaxHoarder.NativeMethods:RegisterWindowMessage (string)
  at GdaxHoarder.NativeMethods..cctor () [0x00000] in /path/to/GdaxHoarder/src/Net/GdaxHoarder/NativeMethods.cs:13 
   --- End of inner exception stack trace ---

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

4 participants