![]() |
#76
|
|||
|
|||
![]()
Same problem here with a K95 Platinum (although mine doesn't go off at all).
|
#77
|
||||
|
||||
![]()
The problem with the Platinum might be caused by an old SDK.
I've updated it (using the latest github sources) to use the latest version, it might work for you with this. Updated Code: https://github.com/DarthAffe/CUEAudioVisualizer Binaries are attached to this post. |
#78
|
|||
|
|||
![]()
I see others posting it but I don't quite understand any of the solutions.
My Framework. NET is at 4.5 or higher. I am running 2.1 speakers on a 5.1 mixer. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at CUEAudioVisualizer.KeyboardVisualizer.UpdateKeyboard() at CUEAudioVisualizer.mainForm.visUpdateTimer_Tick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.7.2098.0 built by: NET47REL1LAST CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- CUEAudioVisualizer Assembly Version: 1.3.0.0 Win32 Version: 1.3.0.0 CodeBase: file:///C:/Users/Kevin/Desktop/CUEAudioVisualizer/CUEAudioVisualizer.exe ---------------------------------------- Bass.Net Assembly Version: 2.4.8.4 Win32 Version: 2.4.8.4 CodeBase: file:///C:/Users/Kevin/Desktop/CUEAudioVisualizer/Bass.Net.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.7.2094.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.7.2093.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.7.2098.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- CUE.NET Assembly Version: 1.1.3.1 Win32 Version: 1.1.3.1 CodeBase: file:///C:/Users/Kevin/Desktop/CUEAudioVisualizer/CUE.NET.DLL ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. |
#79
|
||||
|
||||
![]()
Is a keyboard connected and SDK-support for it in CUE enabled?
|
#80
|
|||
|
|||
![]() Quote:
A bit off-topic - but do you know if the issue you fixed might be related to the issue I have in my other thread regarding not being able to get the sample SDK apps working? |
#81
|
||||
|
||||
![]()
No sorry, I'm not working with C++ so I have never used the example-applications.
|
#82
|
|||
|
|||
![]()
Does this still work with CUE 1 or do I need CUE 2 nowadays?
Edit: Asking cause I get an "Unable to initialize CUE support" error when trying to run the program. Last edited by Bijmij1; 07-14-2017 at 06:33 AM. |
#83
|
||||
|
||||
![]()
Should work with CUE 1 too - have you enabled SDK-support in CUE?
|
#84
|
|||
|
|||
![]() Quote:
http://i.imgur.com/2sr5T5A.png |
#85
|
|||
|
|||
![]()
So apparently it works when I put it in the same folder as CUE itself. Although settings are a complete mess. And rainbow doesn't work. Weird. Downloaded V1.2 and this one works perfectly now... hmmm
Last edited by Bijmij1; 07-26-2017 at 12:56 PM. |
#86
|
|||
|
|||
![]()
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at CUEAudioVisualizer.KeyboardVisualizer.UpdateKeyboard() in c:\Users\AterialDawn\Documents\Visual Studio 2012\Projects\CUEAudioVisualizer\CUEAudioVisualizer\KeyboardVisualizer.cs:line 178 at CUEAudioVisualizer.mainForm.visUpdateTimer_Tick(Object sender, EventArgs e) in c:\Users\AterialDawn\Documents\Visual Studio 2012\Projects\CUEAudioVisualizer\CUEAudioVisualizer\mainForm.cs:line 109 at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.7.2115.0 built by: NET47REL1LAST CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- CUEAudioVisualizer Assembly Version: 1.3.0.0 Win32 Version: 1.3.0.0 CodeBase: file:///C:/Users/Ccols/Desktop/New%20folder/CUEAudioVisualizer.exe ---------------------------------------- Bass.Net Assembly Version: 2.4.8.4 Win32 Version: 2.4.8.4 CodeBase: file:///C:/Users/Ccols/Desktop/New%20folder/Bass.Net.DLL ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.7.2110.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.7.2110.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.7.2117.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.7.2102.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- CUE.NET4.0 Assembly Version: 0.1.0.0 Win32 Version: 0.1.0 CodeBase: file:///C:/Users/Ccols/Desktop/New%20folder/CUE.NET4.0.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. someone help |
#87
|
|||
|
|||
![]()
Hey, is there any way I can get this to run on startup? I saw this was asked before, but the person in question got no reply.
Sorry for the bump BTW, |
#88
|
|||
|
|||
![]()
Wonderful,thanks for this!
|
#89
|
|||
|
|||
![]() Quote:
It's been months, but for future reading you can make a shortcut for the CUEAudioVisualizer.exe and put it in the system startup folder (C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup). This works for most applications. |
Tags |
k95 rgb, keyboard, music visualizer, sdk, visualizer |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|