Contribute
Register

Report your NVIDIA Web Driver and CUDA issues and I'll pass them on to the developers

Status
Not open for further replies.
No Driver Issue.

Possibly Darkwake setting or other reason.

Problems with sleep I mentioned earlier in this thread most likely not related to nvidia webdriver.
Managed to fix it by omitting nvidiagraphicsfixup.kext and using applegraphicsdevicepolicy kext to patch by piker for smbios 6,1/15,1/17,1 for blackscreen issue. (Sierra 10.12.6 as well as high sierra 10.13.0).

Most likely related to USB configuration and Powermanagement.
Implement native Powermanagement by using plugintype = 1 method (native xcpm) for your system, implement usb configuration by using proper usb-ssdt/uiac-ssdt.aml.

I am just guessing here because i dont know the details of your configuration.

Attach ioregistryexplorer save file (search how to do that), config.plist, list of kexta used, system config/components.
if i find the time i‘ll have a look at it.
Thanks, I really appreciate your help :)

System components:
Core i3 6100
AsRock Z170A X1
TP-LINK ARCHER T6E wifi adapter
MSI gt 1030 ITX (I'm using the DVI-D port for my monitor)

Those are the ones that I think matter in this case, let me know if you need to know more than that.

I use iMac 14,2 but am willing to change that if it'll allow me to sleep.
Thanks again!!
 

Attachments

  • kexts.jpeg
    kexts.jpeg
    42.1 KB · Views: 125
  • ioregexplorer10.6.17.ioreg
    10.6 MB · Views: 108
  • config.plist
    5.5 KB · Views: 237
Thanks, I really appreciate your help :)

System components:
Core i3 6100
AsRock Z170A X1
TP-LINK ARCHER T6E wifi adapter
MSI gt 1030 ITX (I'm using the DVI-D port for my monitor)

Those are the ones that I think matter in this case, let me know if you need to know more than that.

I use iMac 14,2 but am willing to change that if it'll allow me to sleep.
Thanks again!!

I could not open your Ioreg file, so I'll try to give some possible directions/hints which you can investigate further (also see: https://www.tonymacx86.com/threads/guide-how-to-make-a-copy-of-ioreg.58368/)

But from the looks of it, system configuration is rather a mess to be quite frank. :)

- You are not using Generating P/C-States in Clover. Are you having a SSDT-CPU.aml generated by ssdtPrgen.sh script by Piker? Otherwise, quick fix would be to let clover generate the p and c states by clicking- Probably better to use SMBIOS 17,1 (in combination with AppleGraphicsDevicePolicy Kext To Patch) as it is native skylake, in combination with plugin-type=1 method (See here: https://www.tonymacx86.com/threads/macos-native-cpu-igpu-power-management.222982/ tldr: select smbios according to your cpu, download ssdt_xcpm.aml and put in clover/patched. Delete SSDT-CPU and disable generate p/c states in clover. Might not work with i3). From the looks of it right now, Powermanagement is not working --> Sleep/Wake Issues.
- You are injecting Intel. Why? If you are trying to use QuickSync Feature, Platform-ID is missing. If not, disable Inject Intel (and disable IGPU in BIOS if enabled).
- You are using USB Configuration with raise port limit. Better to use a usb-ssdt.aml specific to your system (see also section 7 of this guide: https://www.tonymacx86.com/threads/10-11-0-10-11-3-skylake-starter-guide.179221/)
- Inject Kexts should be "detect", not yes.
- SMBIOS --> Trust should be enabled
- Clover: You are not using the usual dsdt patches. Are you using a patched dsdt.aml for your system? I guess not :) Added a few patches, not sure if correct because of missing/not working ioreg file. Just guessing here and going with what is commonly used, mind that.

Furthermore: Your Kexts seem to be installed in L/E. Better to keep System as clean (as "vanilla") as possible so a future upgrade doesn't break it. Suggest installing all necessary kexts to EFI partition under Clover/Kexts/Other. I know others suggest using L/E. I do not agree.
Attached a "luckyguess" / modified version of your config.plist. You may give that a shot, but without further information it is very unlikely that it will solve your problems.

EDIT: Another direction to investigate further could be BIOS options.
 

Attachments

  • config_luckyguess.plist
    6.6 KB · Views: 234
Here another bug report.

Using macOS 10.13.2, webdriver 378.10.10.10.25.102.

Crashing app is Presonus Studio One 3.5.4. It crashes at song loading.
It reproducible always. Click a song in the overview screen. Or open a new project.

The crash reporter log indicates that the graphics driver is causing this crash:
Code:
System Integrity Protection: disabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000001b7e6685c
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x1b7e6685c:
    __LINKEDIT             0000000140cc4000-0000000140ce1000 [  116K] r--/rwx SM=COW  ' [/System/Library/Extensions/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb]
-->
    MALLOC_NANO            0000600000000000-0000600001c00000 [ 28.0M] rw-/rwx SM=PRV

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                   0x00007fff5031cca7 search_method_list(method_list_t const*, objc_selector*) + 181
1   libobjc.A.dylib                   0x00007fff5031cbd2 getMethodNoSuper_nolock(objc_class*, objc_selector*) + 102
2   libobjc.A.dylib                   0x00007fff5031eeca lookUpImpOrForward + 287
3   libobjc.A.dylib                   0x00007fff5031e914 _objc_msgSend_uncached + 68
4   com.apple.AppKit                 0x00007fff26cc8981 -[_NSThemeWidget initWithButtonID:] + 120
5   com.apple.AppKit                 0x00007fff26cc88ad +[_NSThemeCloseWidget closeWidgetInView:withButtonID:action:] + 60
6   com.apple.AppKit                 0x00007fff26cc85b2 +[NSWindow standardWindowButton:forStyleMask:] + 1221
7   com.apple.AppKit                 0x00007fff26cc80b0 -[NSThemeFrame newCloseButton] + 79
8   com.apple.AppKit                 0x00007fff26cc5839 -[NSThemeFrame _updateButtons] + 476
9   com.apple.AppKit                 0x00007fff26cc55b0 -[NSThemeFrame _moveTitlebarViewsToView:] + 674
10  com.apple.AppKit                 0x00007fff26cbf365 __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 887
11  com.apple.AppKit                 0x00007fff27633571 +[NSAnimationContext runAnimationGroup:] + 55
12  com.apple.AppKit                 0x00007fff26cbed7c -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 93
13  com.apple.AppKit                 0x00007fff26cbc965 -[NSThemeFrame initWithFrame:styleMask:owner:] + 247
14  com.apple.AppKit                 0x00007fff26cbb40a -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 567
15  com.apple.AppKit                 0x00007fff26cb9c3d -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1345
16  com.apple.AppKit                 0x00007fff26d27717 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 50
17  com.apple.AppKit                 0x00007fff26cb96f6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
18  com.apple.AppKit                 0x00007fff26d276d0 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 77
19  com.presonus.cclgui               0x00000001021d74ab 0x102059000 + 1565867
20  com.presonus.cclgui               0x00000001021d7d87 0x102059000 + 1568135
21  com.presonus.cclgui               0x00000001021a6da4 0x102059000 + 1367460
22  com.presonus.cclgui               0x000000010210914b 0x102059000 + 721227
23  com.presonus.cclgui               0x00000001021e09db 0x102059000 + 1604059
24  com.presonus.cclgui               0x00000001021e0bc0 0x102059000 + 1604544
25  com.presonus.studioone2           0x0000000100d19b27 0x1001d4000 + 11819815
26  com.presonus.studioone2           0x0000000100c5be80 0x1001d4000 + 11042432
27  com.presonus.studioone2           0x0000000100c5f0ec 0x1001d4000 + 11055340
28  com.presonus.cclsystem           0x0000000102693e5a 0x102662000 + 204378
29  com.presonus.cclgui               0x00000001021043c4 0x102059000 + 701380
30  com.presonus.cclgui               0x000000010217d8dd 0x102059000 + 1198301
31  com.presonus.cclgui               0x000000010217d81e 0x102059000 + 1198110
32  com.apple.Foundation             0x00007fff2b7ee125 __NSThreadPerformPerform + 334
33  com.apple.CoreFoundation         0x00007fff296e55a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
34  com.apple.CoreFoundation         0x00007fff2979f35c __CFRunLoopDoSource0 + 108
35  com.apple.CoreFoundation         0x00007fff296c8040 __CFRunLoopDoSources0 + 208
36  com.apple.CoreFoundation         0x00007fff296c74bd __CFRunLoopRun + 1293
37  com.apple.CoreFoundation         0x00007fff296c6d23 CFRunLoopRunSpecific + 483
38  com.apple.HIToolbox               0x00007fff289dee26 RunCurrentEventLoopInMode + 286
39  com.apple.HIToolbox               0x00007fff289deb96 ReceiveNextEventCommon + 613
40  com.apple.HIToolbox               0x00007fff289de914 _BlockUntilNextEventMatchingListInModeWithFilter + 64
41  com.apple.AppKit                 0x00007fff26ca9f5f _DPSNextEvent + 2085
42  com.apple.AppKit                 0x00007fff2743fb4c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
43  com.apple.AppKit                 0x00007fff26c9ed6d -[NSApplication run] + 764
44  com.apple.Foundation             0x00007fff2b7b41f0 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1123
45  com.apple.Foundation             0x00007fff2b7b3d0f -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
46  com.presonus.cclgui               0x00000001021c5e7e 0x102059000 + 1494654
47  com.presonus.studioone2           0x00000001001d6074 0x1001d4000 + 8308
48  com.presonus.studioone2           0x00000001002c2474 0x1001d4000 + 975988
49  libdyld.dylib                     0x00007fff50f1c115 start + 1

Thanks for passing it to nvidia!
 
Last edited:
Possible to let nVidia know that current CUDA drivers on 980Ti and Premiere Pro (with CUDA enabled) crash machines?

Also overall nVidia and High Sierra 10.13.2 are very laggy compared to iGPU (Intel HD530)
 
Here another bug report.

Using macOS 10.13.2, webdriver 378.10.10.10.25.102.

Crashing app is Presonus Studio One 3.5.4. It crashes at song loading. The crash reporter log indicates that the graphics driver is causing this crash:
Code:
System Integrity Protection: disabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000001b7e6685c
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [0]

VM Regions Near 0x1b7e6685c:
    __LINKEDIT             0000000140cc4000-0000000140ce1000 [  116K] r--/rwx SM=COW  ' [/System/Library/Extensions/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb]
-->
    MALLOC_NANO            0000600000000000-0000600001c00000 [ 28.0M] rw-/rwx SM=PRV

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                   0x00007fff5031cca7 search_method_list(method_list_t const*, objc_selector*) + 181
1   libobjc.A.dylib                   0x00007fff5031cbd2 getMethodNoSuper_nolock(objc_class*, objc_selector*) + 102
2   libobjc.A.dylib                   0x00007fff5031eeca lookUpImpOrForward + 287
3   libobjc.A.dylib                   0x00007fff5031e914 _objc_msgSend_uncached + 68
4   com.apple.AppKit                 0x00007fff26cc8981 -[_NSThemeWidget initWithButtonID:] + 120
5   com.apple.AppKit                 0x00007fff26cc88ad +[_NSThemeCloseWidget closeWidgetInView:withButtonID:action:] + 60
6   com.apple.AppKit                 0x00007fff26cc85b2 +[NSWindow standardWindowButton:forStyleMask:] + 1221
7   com.apple.AppKit                 0x00007fff26cc80b0 -[NSThemeFrame newCloseButton] + 79
8   com.apple.AppKit                 0x00007fff26cc5839 -[NSThemeFrame _updateButtons] + 476
9   com.apple.AppKit                 0x00007fff26cc55b0 -[NSThemeFrame _moveTitlebarViewsToView:] + 674
10  com.apple.AppKit                 0x00007fff26cbf365 __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 887
11  com.apple.AppKit                 0x00007fff27633571 +[NSAnimationContext runAnimationGroup:] + 55
12  com.apple.AppKit                 0x00007fff26cbed7c -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 93
13  com.apple.AppKit                 0x00007fff26cbc965 -[NSThemeFrame initWithFrame:styleMask:owner:] + 247
14  com.apple.AppKit                 0x00007fff26cbb40a -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 567
15  com.apple.AppKit                 0x00007fff26cb9c3d -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1345
16  com.apple.AppKit                 0x00007fff26d27717 -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 50
17  com.apple.AppKit                 0x00007fff26cb96f6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
18  com.apple.AppKit                 0x00007fff26d276d0 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 77
19  com.presonus.cclgui               0x00000001021d74ab 0x102059000 + 1565867
20  com.presonus.cclgui               0x00000001021d7d87 0x102059000 + 1568135
21  com.presonus.cclgui               0x00000001021a6da4 0x102059000 + 1367460
22  com.presonus.cclgui               0x000000010210914b 0x102059000 + 721227
23  com.presonus.cclgui               0x00000001021e09db 0x102059000 + 1604059
24  com.presonus.cclgui               0x00000001021e0bc0 0x102059000 + 1604544
25  com.presonus.studioone2           0x0000000100d19b27 0x1001d4000 + 11819815
26  com.presonus.studioone2           0x0000000100c5be80 0x1001d4000 + 11042432
27  com.presonus.studioone2           0x0000000100c5f0ec 0x1001d4000 + 11055340
28  com.presonus.cclsystem           0x0000000102693e5a 0x102662000 + 204378
29  com.presonus.cclgui               0x00000001021043c4 0x102059000 + 701380
30  com.presonus.cclgui               0x000000010217d8dd 0x102059000 + 1198301
31  com.presonus.cclgui               0x000000010217d81e 0x102059000 + 1198110
32  com.apple.Foundation             0x00007fff2b7ee125 __NSThreadPerformPerform + 334
33  com.apple.CoreFoundation         0x00007fff296e55a1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
34  com.apple.CoreFoundation         0x00007fff2979f35c __CFRunLoopDoSource0 + 108
35  com.apple.CoreFoundation         0x00007fff296c8040 __CFRunLoopDoSources0 + 208
36  com.apple.CoreFoundation         0x00007fff296c74bd __CFRunLoopRun + 1293
37  com.apple.CoreFoundation         0x00007fff296c6d23 CFRunLoopRunSpecific + 483
38  com.apple.HIToolbox               0x00007fff289dee26 RunCurrentEventLoopInMode + 286
39  com.apple.HIToolbox               0x00007fff289deb96 ReceiveNextEventCommon + 613
40  com.apple.HIToolbox               0x00007fff289de914 _BlockUntilNextEventMatchingListInModeWithFilter + 64
41  com.apple.AppKit                 0x00007fff26ca9f5f _DPSNextEvent + 2085
42  com.apple.AppKit                 0x00007fff2743fb4c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
43  com.apple.AppKit                 0x00007fff26c9ed6d -[NSApplication run] + 764
44  com.apple.Foundation             0x00007fff2b7b41f0 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1123
45  com.apple.Foundation             0x00007fff2b7b3d0f -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
46  com.presonus.cclgui               0x00000001021c5e7e 0x102059000 + 1494654
47  com.presonus.studioone2           0x00000001001d6074 0x1001d4000 + 8308
48  com.presonus.studioone2           0x00000001002c2474 0x1001d4000 + 975988
49  libdyld.dylib                     0x00007fff50f1c115 start + 1

Thanks for passing it to nvidia!

Does it happen with all songs, i.e. can you reproduce this every time no matter which song you open?

Possible to let nVidia know that current CUDA drivers on 980Ti and Premiere Pro (with CUDA enabled) crash machines?

I can try to pass it on, but need more details on how to reproduce, please.
 
Does it happen with all songs, i.e. can you reproduce this every time no matter which song you open?

Yes, it reproducible always. Click a song in the overview screen. Or open a new project.
 
Last edited:
Bug report:

When I go to www.sketchfab.com and try to view the 3D models, I get distorted image when using my GTX 1080. The same image appears fine when using Intel graphics. Below is what I see with GTX 1080 and Intel graphics, respectively. Here's a link to the image below, but the same is true of all the 3D models I've tried to view: SpaceShip RaceShip!!! by James Robbins - 3D model - Sketchfab

Screen Shot 2018-01-07 at 8.58.43 AM.png Screen Shot 2018-01-07 at 8.59.41 AM.png

Thanks in advance for forwarding this to Nvidia.
 
Last edited:
Yes, it reproducible always. Click a song in the overview screen. Or open a new project.

Just downloaded and installed the Studio One 3 Demo (horrible app – feels like using a Windows app :D) and can't reproduce it. I haven't done anything major, but created a new song and added a loop to it.
 
Status
Not open for further replies.
Back
Top