brokenbydefault / Nanollet

The unique ultra-light wallet for Nano/Raiblocks with amazing features, written in Golang.
https://nanollet.org
MIT License
53 stars 7 forks source link

MacOS version #8

Closed pedfx closed 5 years ago

rodrigoslayertech commented 5 years ago

+1

pedfx commented 5 years ago

Tried to compile and run on a Mac OS and got this results:

failed to load "../css/style.css" file, error=2 unrecognized css selector at (style.css(1))

unknown property 'user-select' at (style.css(1))

unknown property 'font-variant' at (style.css(1))

unknown property 'text-rendering' at (style.css(1))

Sep 29 06:56:41 Nanollet[14640] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.

Sep 29 06:56:41 Nanollet[14640] <Warning>: Invalid Connection ID 0

Sep 29 06:56:41 Nanollet[14640] <Error>: Set a breakpoint at CGSLogError to catch errors as they are logged.

Sep 29 06:56:41 Nanollet[14640] <Error>: CGSSetWindowTitle: Invalid window

Sep 29 06:56:41 Nanollet[14640] <Warning>: CGSConnectionByID: 0 is not a valid connection ID.

I just removed these unknown property from CSS and the first and the next 3 errors were gone, still I can't get the GUI interface to show anything

inkeliz commented 5 years ago

Is weird. You are trying to use it as a .app or as executable (generated by go build)?

pedfx commented 5 years ago

As executable

captura de tela 2018-09-30 as 12 59 58
dandanua commented 5 years ago

I have same issue

pedfx commented 5 years ago

32 @Inkeliz made it

inkeliz commented 5 years ago

The last release supports MacOS/Darwin. 👍