seven-of-eleven / designare-z390-opencore-efi

Gigabyte Designare z390 EFI - OpenCore
MIT License
174 stars 25 forks source link

Error message that seems random and without ill effect #35

Closed jahwookie closed 3 years ago

jahwookie commented 3 years ago

Actually everything is running very well in Big Sur land. Since plugging in the newest EFI, however, I noticed during log-in, just above the Aorus logo, some copy that comes and goes too quickly to read. Finally got curious enough to put my phone in video mode and record the transition so I could freeze frame it after.

Message reads: OCS: Failed to calculate size of false field containing as type integer, context PlayChime

Any idea what the system is on about here? Is it something I should attend to? Thanks & happy holidays!

baughmann commented 3 years ago

Sorry @jahwookie I thought I had already gotten back to you. Yeah, I've seen that as well. Normally that's just a warning that something in the config.plist is not quite right, but I haven't gotten around to looking at it since it doesn't really affect performance at all.

I will get to it eventually, but if you want to figure out where in the config.plist is causing this and make a merge request, i'd be happy to accept :)

jahwookie commented 3 years ago

No, that's all right. You can close this (if it's open). Might be a learning experience for me to do that snipe hunt. Have a happy new year!

On Thu, Dec 31, 2020 at 9:15 AM Nick Baughman notifications@github.com wrote:

Sorry @jahwookie https://github.com/jahwookie I thought I had already gotten back to you. Yeah, I've seen that as well. Normally that's just a warning that something in the config.plist is not quite right, but I haven't gotten around to looking at it since it doesn't really affect performance at all.

I will get to it eventually, but if you want to figure out where in the config.plist is causing this and make a merge request, i'd be happy to accept :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/35#issuecomment-752969351, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3BBP6S24GXC5COAXDLSXSBPTANCNFSM4VNJC5OQ .

baughmann commented 3 years ago

I'll keep it open as a reminder for myself, no worries.

jahwookie commented 3 years ago

Great. I'll let you know if I discover anything, though you'll probably beat me to it!

On Thu, Dec 31, 2020 at 9:30 AM Nick Baughman notifications@github.com wrote:

I'll keep it open as a reminder for myself, no worries.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/35#issuecomment-752973725, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3E4E26L26B5SUWNB7LSXSDJDANCNFSM4VNJC5OQ .

jahwookie commented 3 years ago

Something a search took me to on Reddit. Maybe related?

I just had to fix this and it's in my head so here's some details....

config.plist/uefi/audio/playchime

boolean to string

acceptables values: Auto, Enabled, Disabled

auto basically enables the chime if nvram is missing the startup mute variable, the others are unconditional

On Thu, Dec 31, 2020 at 9:43 AM John Wehmeyer qubitual@gmail.com wrote:

Great. I'll let you know if I discover anything, though you'll probably beat me to it!

On Thu, Dec 31, 2020 at 9:30 AM Nick Baughman notifications@github.com wrote:

I'll keep it open as a reminder for myself, no worries.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/35#issuecomment-752973725, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3E4E26L26B5SUWNB7LSXSDJDANCNFSM4VNJC5OQ .

baughmann commented 3 years ago

Well, looks like this is an easy fix then! Thanks for digging into this.

baughmann commented 3 years ago

@jahwookie Happy to say I finally fixed this :) Closing