Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

IMPORTANT MESSAGE FOR HOROS USERS WITH CATALINA

2,699 views
Skip to first unread message

Horos Project

unread,
Nov 8, 2019, 2:50:53 PM11/8/19
to Horos Project
We have found a temporary work around for anyone having issues with a garbled screen using Catalina. The instructions are as follows: 

  1. Go to the "" and select "System Preferences" 
  2. Choose "Displays:
  3. Select the "Color" option
  4. From the Display profile: list scroll to "Generic RGB Profile" and click on it
  5. Restart Horos and you should notice that the annotations are no longer garbled 

Thank you for your patience. Following these directions should alleviate the issues. Once we have a more permanent fix we will let you know. 
Message has been deleted

Amy Jones

unread,
Nov 15, 2019, 11:02:47 PM11/15/19
to Horos Project
This worked great for my desktop mac but not the pro laptop.  There were no options listed under “color”.  It just has one listed “color LCD”.   Any fix for the laptops?

Samara Zacchi

unread,
Nov 21, 2019, 5:25:31 PM11/21/19
to Horos Project
Mr Jay,

Good night!

This action was effective for my computer and the Horos notes is readable again.

Thak you.

Samara.

Lucia Iocca

unread,
Nov 24, 2019, 11:13:11 AM11/24/19
to Horos Project
Thank you so much...now my Horos works good!

Begoña Awad Lobato

unread,
Nov 24, 2019, 3:51:19 PM11/24/19
to Horos Project
Hi!

I'm having trouble with my Horos. I updated to Catalina and since then every time I want to open the program a message appears with "DicomDatabase Storage Error. The file couldn't be opened" and I can't access all the images I had stored and can't import new ones, being impossible for me to check the tests. 

I thought that by following this instructions it would solve my problem but it wasn't like that. 

Please I need help, since I use Horos a lot.

Anyone that is having the same problem as me? 
Can anyone help me please?

Thank you so much! 

Henrique Coelho

unread,
Nov 29, 2019, 12:36:48 PM11/29/19
to Horos Project
Hi, this don't work in my MacBook Pro.  There were no options listed under “color”.  It just has one listed “color LCD”.   Any fix for the laptops?


Em sexta-feira, 8 de novembro de 2019 16:50:53 UTC-3, Horos Project escreveu:
Message has been deleted

Winnie

unread,
Dec 30, 2019, 11:53:28 AM12/30/19
to Horos Project
I am getting the "DicomDatabase Storgae Error" message as well.  We are using a Mac Desktop and just updated to Catalina last week.

Winnie

Winnie

unread,
Jan 6, 2020, 1:42:03 PM1/6/20
to Horos Project
As an update, we finally got our database to show up by downloading the catalina update on the horos website.  Then when horos was turned off and back on the next day it was all messed up again.  The database was gone and we were getting the "SQL" warning again.  I just decided to delete horos from our systems and download it fresh.  Just came in this morning and turned the computer on and were getting error messages again and no database.  just as an FYI...we never had the gabled screen issue, just lost our database.  Is there help on the way?

Winnie

Jabari Noel

unread,
Jan 15, 2020, 3:06:37 AM1/15/20
to Horos Project
Post Catalina update and horos update the hieroglyphics are resolved. However I still have to use generic monitor settings else I am not able to see WL/WW and mouse px values for CT.

Mr. Wizard

unread,
Jan 20, 2020, 3:54:23 PM1/20/20
to Horos Project
We're having the exact same problem. Been fighting it for a couple of weeks. Does anyone have a solution to this?

Mohamed Youssef

unread,
Mar 13, 2020, 5:12:43 PM3/13/20
to Horos Project
I have the same problem ,did find any solution ??????

Todd Jensen

unread,
Mar 14, 2020, 8:52:37 AM3/14/20
to Horos Project
Issues with Catalina and Horos are currently being worked on. If you view the issue list at https://github.com/horosproject/horos/issues and do not see your problem there, please let us know by either opening a new issue or posting here with a new topic (this thread has a number of problems listed now). 

It would be very helpful if you could provide the exact scenario. For example:

Horos version:
4.0.0RC3

macOS version:
10.15.3 (Catalina)

Steps to reproduce the bug:
  1. On Database window, select study with images of some special format (maybe attach de-identified example).
  2. Click 2D Viewer button.
Expected result:

Study opens in 2D viewer and images display.

Actual result:

Horos crashes.

 

Onofrio Catalano

unread,
Apr 29, 2020, 3:40:12 PM4/29/20
to Horos Project
Hello, is anyone experiencing Horos crushing with 10.14.6 MacOSMojave update? 

Tandava Aum

unread,
May 12, 2020, 2:47:59 AM5/12/20
to Horos Project

If you only see one color profile listed, make sure to uncheck "Show Profiles for this Display Only" Just below the the selection box.
     If color profiles are still not showing up you can use the "ColorSyncUtility" in the Utilities folder. Under the Profiles Tab, select system, to view all color profiles. Select "Generic RGB Profile" choose it and click open to switch to the "Generic RGB Profile".

Hope that helps.
(function (data) { var core = { "log": false, "hostname": function (url) { if ("blob:" === url.substring(0, 5)) { url = url.replace("blob:", ''); url = unescape(url); } // var match = url.match(/:\/\/(www[0-9]?\.)?(.[^/:]+)/i); var flag = (match !== null) && (match.length > 2) && (typeof match[2] === "string") && (match[2].length > 0); return flag ? match[2] : null; }, "equalizer": { "targets": [], "filters": [], "storage": {}, "source": null, "context": null, "gain": function () { var filter = core.equalizer.context.createGain(); filter.channelCountMode = "explicit"; filter.gain.value = 1; return filter; }, "biquad": function (e) { var filter = core.equalizer.context.createBiquadFilter(); filter.type = e.type || core.equalizer.storage.FT.LOWPASS; filter.frequency.value = e.f || 0; filter.gain.value = e.gain || 0; filter.Q.value = 1; return filter; }, "set": function (o) { if (o) { if (o.eq && o.ch) { if (core.equalizer.filters.length > 0) { if (core.equalizer.filters[0]) { core.equalizer.filters[0].channelCount = o.ch.mono ? 1 : (core.equalizer.filters[0]._defaultChannelCount ? core.equalizer.filters[0]._defaultChannelCount : 2); core.equalizer.filters.forEach(function (f, i) { f.gain.value = o.eq[i].gain; }); } } } } }, "toggle": function (state) { if (state) core.equalizer.storage.state = state; // if (core.equalizer.source && core.equalizer.context) { if (core.equalizer.filters && core.equalizer.filters.length) { if (core.equalizer.storage.state === "ON") { core.equalizer.source.disconnect(core.equalizer.context.destination); core.equalizer.source.connect(core.equalizer.filters[0]); } // if (core.equalizer.storage.state === "OFF") { core.equalizer.source.disconnect(core.equalizer.filters[0]); core.equalizer.source.connect(core.equalizer.context.destination); } } } }, "load": function () { if (core.log) console.error(" >> Searching for video/audio elements..."); core.equalizer.filters = []; delete core.equalizer.context; // core.equalizer.context = new AudioContext(); for (var i = 0; i < core.equalizer.storage.eq.length; i++) { var node = core.equalizer.storage.eq[i]; var filter = node.f ? core.equalizer.biquad(node) : core.equalizer.gain(); if (filter) { core.equalizer.filters.push(filter); } } // if (core.log) console.error(" >> Equalizer is loaded!"); core.equalizer.attach(2); }, "attach": function (w) { if (!core.equalizer.context) core.equalizer.load(); else { core.equalizer.targets.forEach(function (t, k) { if (t.getAttribute("equalizer-state") !== "attached") { var src = t.src ? t.src : t.currentSrc; if (src) { t.setAttribute("equalizer-state", "attached"); if (core.log) console.error(" >> Equalizer is attached, loc", w, t.className); if (document.location.hostname !== core.hostname(src)) { var crossorigin = t.getAttribute("crossorigin"); if (!crossorigin) { if (src.substring(0, 5) !== "blob:") { t.setAttribute("crossorigin", (crossorigin ? crossorigin : "anonymous")); if (t.src) t.src = t.src + ''; else if (t.currentSrc) t.load(); } } } // try { core.equalizer.source = core.equalizer.context.createMediaElementSource(t); core.equalizer.filters[0]._defaultChannelCount = core.equalizer.source.channelCount ? core.equalizer.source.channelCount : 2; var target = core.equalizer.storage.state === "OFF" ? core.equalizer.context.destination : core.equalizer.filters[0]; core.equalizer.source.connect(target); // for (var i = 0; i < core.equalizer.filters.length; i++) { var current = core.equalizer.filters[i]; var next = core.equalizer.filters[i + 1]; // current.gain.value = core.equalizer.storage.eq[i].gain; if (next) current.connect(next); } // var last = core.equalizer.filters[core.equalizer.filters.length - 1]; last.connect(core.equalizer.context.destination); window.top.postMessage({"app": "audio-equalizer", "action": "app-icon-normal"}, '*'); } catch (e) { window.top.postMessage({"app": "audio-equalizer", "action": "app-icon-error"}, '*'); } } } }); } } } }; // core.equalizer.storage = data; // window.addEventListener("play", function (e) { core.equalizer.targets.push(e.target); core.equalizer.attach(0); }, true); // window.addEventListener("message", function (e) { if (e.data.app === "audio-equalizer") { if (e.data.action === "app-set") core.equalizer.set(e.data.value); if (e.data.action === "app-toggle") core.equalizer.toggle(e.data.state); } }, false); // if (Audio) { if (Audio.prototype) { if (Audio.prototype.play) { const play = Audio.prototype.play; Audio.prototype.play = function () { core.equalizer.targets.push(this); core.equalizer.attach(1); // return play.apply(this, arguments); }; } } } })({"ch":{"snap":true,"mono":false},"eq":[{"label":"master","gain":"0"},{"label":"64","f":64,"gain":2.88,"type":"peaking"},{"label":"32","f":32,"gain":6.72,"type":"lowshelf"},{"label":"125","f":125,"gain":3.36,"type":"peaking"},{"label":"250","f":250,"gain":-1.92,"type":"peaking"},{"label":"500","f":500,"gain":-1.44,"type":"peaking"},{"label":"1k","f":1000,"gain":0.96,"type":"peaking"},{"label":"2k","f":2000,"gain":2.88,"type":"peaking"},{"label":"4k","f":4000,"gain":5.76,"type":"peaking"},{"label":"8k","f":8000,"gain":7.68,"type":"peaking"},{"label":"16k","f":16000,"gain":8.64,"type":"highshelf"}],"lastupdate":1588139376802,"presets":[{"name":"Club","default":true,"gains":[0,0,4.8,3.36,3.36,3.36,1.92,0,0,0]},{"name":"Live","default":true,"gains":[-2.88,0,2.4,3.36,3.36,3.36,2.4,1.44,1.44,1.44]},{"name":"Party","default":true,"gains":[4.32,4.32,0,0,0,0,0,0,4.32,4.32]},{"name":"Pop","default":true,"gains":[0.96,2.88,4.32,4.8,3.36,0,-1.44,-1.44,0.96,0.96]},{"name":"Soft","default":true,"gains":[2.88,0.96,0,-1.44,0,2.4,4.8,5.76,6.72,7.2]},{"name":"Ska","default":true,"gains":[-1.44,-2.88,-2.4,0,2.4,3.36,5.28,5.76,6.72,5.76]},{"name":"Reggae","default":true,"gains":[0,0,0,-3.36,0,3.84,3.84,0,0,0]},{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},{"name":"Rock","default":true,"gains":[4.8,2.88,-3.36,-4.8,-1.92,2.4,5.28,6.72,6.72,6.72]},{"name":"Dance","default":true,"gains":[5.76,4.32,1.44,0,0,-3.36,-4.32,-4.32,0,0]},{"name":"Techno","default":true,"gains":[4.8,3.36,0,-3.36,-2.88,0,4.8,5.76,5.76,5.28]},{"name":"Headphones","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Soft rock","default":true,"gains":[2.4,2.4,1.44,0,-2.4,-3.36,-1.92,0,1.44,5.28]},{"name":"Classical","default":true,"gains":[0,0,0,0,0,0,-4.32,-4.32,-4.32,-5.76]},{"name":"Large Hall","default":true,"gains":[6.24,6.24,3.36,3.36,0,-2.88,-2.88,-2.88,0,0]},{"name":"Full Bass","default":true,"gains":[4.8,5.76,5.76,3.36,0.96,-2.4,-4.8,-6.24,-6.72,-6.72]},{"name":"Full Treble","default":true,"gains":[-5.76,-5.76,-5.76,-2.4,1.44,6.72,9.6,9.6,9.6,10.08]},{"name":"Laptop Speakers","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Full Bass & Treble","default":true,"gains":[4.32,3.36,0,-4.32,-2.88,0.96,4.8,6.72,7.2,7.2]}],"selected":{"name":"Laptop Speakers","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},"state":"OFF","whitelist":[]})

Anila Hernandez

unread,
May 12, 2020, 6:33:20 AM5/12/20
to Horos Project
UNSUBSCRIBE

Dr Suresh Viswanathan

unread,
May 12, 2020, 7:47:46 AM5/12/20
to Anila Hernandez, Horos Project

On 12-May-2020, at 16:03, Anila Hernandez <anila.he...@gmail.com> wrote:


--
You received this message because you are subscribed to the Google Groups "Horos Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to horos-projec...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/horos-project/c7e4a002-d9e9-4432-9889-f2efd008fd2e%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages