trentbrooks / BrainWaveOSC

Opensource collaboration project with George Khut for Creative Neurofeedback Workshops in Sydney.
92 stars 34 forks source link

0.93 edited settings file not read by top level app? #6

Open dizzybanjo opened 7 years ago

dizzybanjo commented 7 years ago

When settings.xml is edited to include a different bluetooth port eg.

/dev/tty.MindWaveMobile-DevA

It appears that the app does not use this. When running the package it reports still using -DevB

If I open the package and run BrainWaveOSC in the MacOS folder it runs as expected ( DevA )

pestilence669 commented 6 years ago

Same

balandinodidonato commented 5 years ago

Same here, did anyone solve this issue?

RedfoxLighting commented 4 years ago

Has anyone managed to figure this out? I'm really struggling with this.

trentbrooks commented 4 years ago

Hey guys, apologies for this. I took a look again the other day and pushed out a new OSX release: https://github.com/trentbrooks/BrainWaveOSC/releases/tag/v0.992

Unfortunately the issue still occurred. The app is fine (settings can be edited etc) before I upload to Github- but after I upload then download/test the issue remains. Not sure what it is exactly, could be github- maybe a dropbox link instead might work? If anyone wants to test let me know.

Temporarily the app is still runnable if you right click the .app file > show package contents > Contents > MacOS > then run the 'BrainWaveOSC' executable from there.

UPDATE: found a related forum post from Zach here: https://forum.openframeworks.cc/t/macos-app-does-not-find-data-folder-once-extracted-from-a-zip-archive/30978/2

RedfoxLighting commented 4 years ago

Id be happy to give it a test?  ---- On Mon, 12 Oct 2020 23:12:27 +0100 notifications@github.com wrote ---- Hey guys, apologies for this. I took a look again the other day and pushed out a new OSX release: https://github.com/trentbrooks/BrainWaveOSC/releases/tag/v0.992 Unfortunately the issue still occurred. The app is fine (settings can be edited etc) before I upload to Github- but after I upload then download/test the issue remains. Not sure what it is exactly, could be github- maybe a dropbox link instead might work? If anyone wants to test let me know. Temporarily the app is still runnable if you right click the .app file > show package contents > Contents > MacOS > then run the 'BrainWaveOSC' executable from there.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.

trentbrooks commented 4 years ago

Great, let me know how this goes https://www.dropbox.com/s/1im8vfaad30vy6u/BrainWaveOSC_OSX_0.993.zip

trentbrooks commented 4 years ago

Don't think the dropbox link will work. The fix based on the forum post is in the latest release instructions (adding here as well).

Using terminal, go to the folder directory: cd /Users/USERNAME/Downloads/BrainWaveOSC_OSX_0.992 Remove the 'com.apple.quarantine' aattribute from the .app file: sudo xattr -r -d com.apple.quarantine ./BrainWaveOSC.app