CaseySJ
Moderator
- Joined
- Nov 11, 2018
- Messages
- 18,931
- Motherboard
- Asus ProArt Z690-Creator
- CPU
- i7-12700K
- Graphics
- RX 6800 XT
- Mac
-
- Classic Mac
-
- Mobile Phone
-
File uploads are still not working.giertclausen@Gierts-iMac LaunchAgents % cd /Applications/Firefox.app/Contents/MacOS
./firefox
Assertion failed: (0), function CreateCompiler, file /Library/Caches/com.apple.xbs/Sources/GPUDriversIntel/GPUDriversIntel-14.7.18.1/GLRenderer/kbl/usc_interface.cpp, line 1676.
giertclausen@Gierts-iMac MacOS %
Anyway, a similar problem was reported here:
config.plist lacks device-id for Intel UHD Graphics 630 · Issue #144 · dortania/bugtracker
Processor: i9-10850K Opencore: 0.6.5 macOS: 10.15.7 The issue was that Mozilla thunderbird was crashing with: Assertion failed: (0), function CreateCompiler, file /Library/Caches/com.apple.xbs/Sour...
Please open your config.plist in a text editor such as TextEdit or BBEdit and scroll down to DeviceProperties (or search for this). Then post the entire section, like this:
XML:
<key>DeviceProperties</key>
<dict>
<key>Add</key>
<dict>
<key>PciRoot(0x0)/Pci(0x1C,0x1)/Pci(0x0, 0x0)</key>
<dict>
<key>#device-id</key>
<data>8hUAAA==</data>
<key>device_type</key>
<string>Ethernet Controller</string>
<key>model</key>
<string>Intel i225-V</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1F,0x6)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,31,6</string>
<key>device_type</key>
<string>Ethernet controller</string>
<key>model</key>
<string>Intel I219-V</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1F,0x3)</key>
<dict>
<key>#device-id</key>
<data>cJ0AAA==</data>
<key>AAPL,slot-name</key>
<string>Internal@0,31,3</string>
<key>device_type</key>
<string>Audio device</string>
<key>model</key>
<string>Realtek 1220-VB</string>
</dict>
<key>PciRoot(0x0)/Pci(0x1C,0x2)/Pci(0x0,0x0)</key>
<dict>
<key>AAPL,slot-name</key>
<string>Internal@0,28,2/0,0</string>
<key>device_type</key>
<string>Network controller</string>
<key>model</key>
<string>BCM4360 802.11ac Wireless Network Adapter</string>
</dict>
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
<dict>
<key>#AAPL,slot-name</key>
<string>Internal@0,2,0</string>
<key>AAPL,ig-platform-id</key>
<data>AwCYPg==</data>
<key>device_type</key>
<string>Display controller</string>
<key>framebuffer-patch-enable</key>
<data>AQAAAA==</data>
<key>model</key>
<string>Intel UHD 630</string>
</dict>
</dict>
<key>Delete</key>
<dict/>
</dict>
Last edited: