Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support B450M DS3H Boards #50

Open
DanielAlcon opened this issue Apr 18, 2019 · 1 comment
Open

Support B450M DS3H Boards #50

DanielAlcon opened this issue Apr 18, 2019 · 1 comment
Labels
bug Something isn't working external Issue requires action by 3rd party or workaround needs documentation Details in this issue should be added to documentation

Comments

@DanielAlcon
Copy link

Bug Report

Thank you for taking the time to experiment with this tool and report an issue.

Summary

I tried to use it first installing it from chocolatey and then directly from github

Repro

Steps and Commands

I tried from the chocolatey install but everything failed

The only one working was C:\RGBFusionTool_v0.9.3> .\RGBFusionTool.exe --help from the unzipped version

Not working:
C:\RGBFusionTool_v0.9.3> .\RGBFusionTool.exe -l
C:\RGBFusionTool_v0.9.3> .\RGBFusionTool.exe -v

Actual behavior

  • Describe the actual behavior. Be as specific as possible
  • Paste error messages / exception details here. Use triple backtick markdown "```" format.
PS C:\RGBFusionTool_v0.9.3> .\RGBFusionTool.exe -l
Usage: RGBFusionTool.exe [OPTION]... [[LEDSETTING] | [ZONE LEDSETTING]...] [
peripherals GVSETTING]
Set RGB Fusion motherboard LEDs

Options:
  -v, --verbose
  -l, --list                 list zones
  -?, -h, --help             show help and exit
      --version              show version information and exit

ZONE:
  -z, --zone=VALUE           set zone
PERIPHERALS:
      --peripherals          set peripherals

LEDSETTING options:

Static color
  -c, --color, --static=COLOR
                             set static color to COLOR
  -b, --brightness=VALUE     (optional) brightness (0-100)

Color cycle
      --cycle, --colorcycle[=SECONDS]
                             cycle colors, changing color every SECONDS
  -b, --brightness, --maxbrightness=VALUE
                             (optional) brightness (0-100)
      --cyclepulse           (optional) pulse between colors
      --minbrightness=VALUE  (optional) minimum brightness (during pulse) (0-
                               100)
      --numcolors=VALUE      (optional) number of colors to cycle (1-7 ->
                               ROYGBIV)

Pulse
      --pulse=COLOR          pulse color COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --fadeon=SECONDS       (optional) fade on time (SECONDS)
      --fadeoff=SECONDS      (optional) fade off time (SECONDS)

Flash
      --flash=COLOR          flash color COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --time=SECONDS         (optional) SECONDS to flash for
      --interval=SECONDS     (optional) SECONDS in a flash interval
      --flashcycle=SECONDS   (optional) SECONDS in a cycle
      --count=COUNT          (optional) flash COUNT intervals in a cycle

Digital A
      --digital-a            Digital A
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --speed=SECONDS        (optional) speed (SECONDS)
      --rtl, --right-to-left (optional) right to left
      --ltr, --left-to-right (optional) left to right

Digital B
      --digital-b=COLOR      Digital B COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --speed=SECONDS        (optional) speed (SECONDS)

Digital C
      --digital-c=COLOR      Digital C COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --interval=SECONDS     (optional) interval (SECONDS)
      --dimspeed=SECONDS     (optional) dimspeed (SECONDS)

Digital D
      --digital-d=COLOR      Digital D COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --speed=SECONDS        (optional) speed (SECONDS)

Digital E
      --digital-e=COLOR      Digital E COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --cycletime=SECONDS    (optional) cycletime (SECONDS)

Digital F
      --digital-f            Digital F
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --speed=SECONDS        (optional) speed (SECONDS)

Digital G
      --digital-g=COLOR      Digital G COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --interval=SECONDS     (optional) interval (SECONDS)
      --dimspeed=SECONDS     (optional) dimspeed (SECONDS)

Digital H
      --digital-h=COLOR      Digital H COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --speed=SECONDS        (optional) speed (SECONDS)

Digital I
      --digital-i=COLOR      Digital I COLOR
      --maxbrightness=VALUE  (optional) max brightness (0-100)
      --minbrightness=VALUE  (optional) min brightness (0-100)
      --speed=SECONDS        (optional) speed (SECONDS)

Off
      --off                  turn off

GVSETTING options:

Off
      --off                  turn off

Static color
  -c, --color, --static=COLOR
                             set static color to COLOR
  -b, --brightness=VALUE     (optional) brightness (0-100)

Error: System.Reflection.TargetInvocationException: Se produjo una excepción en el destino de la invocación. ---> GLedApiDotNet.Raw.GLedAPIv1_0_0Exception: dllexp_GetMaxDivision returned 0xFFFFFFFF
   en GLedApiDotNet.Raw.GLedAPIv1_0_0Wrapper.GetMaxDivision()
   en GLedApiDotNet.RGBFusionMotherboard..ctor(GLedAPIv1_0_0Wrapper wrapperAPI)
   en GLedApiDotNet.RGBFusionMotherboard..ctor()
   --- Fin del seguimiento de la pila de la excepción interna ---
   en System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   en System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   en System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   en System.Activator.CreateInstance(Type type, Boolean nonPublic)
   en System.Activator.CreateInstance(Type type)
   en System.Lazy`1.CreateValue()
   en System.Lazy`1.LazyInitValue()
   en System.Lazy`1.get_Value()
   en RGBFusionTool.RGBFusionMain.LazyMotherboard.get_Layout()
   en RGBFusionTool.Application.Main(String[] args)

Expected behavior

List zones

Environment

  • Windows Version: Windows 10 Education 1809 17763.437
  • RGB Fusion Tool Version: tried 0.9.3 and 0.9.2
  • Motherboard model: gigabyte b450m ds3h
  • BIOS version: F30
  • SHA-256 hashes of required files in the directory containing RGBFusionTool.exe:

F62D13CAFD785908D663E0C95FA83497FF1C20F53C7408BCDFDB0102E0721F3E C:\RGBFusionTool_v0.9.3\RGBFusionTool.exe
D39AB2041C3A93ECB38CE446BBBC1C3DA1E3292EC25A301E4ADF3A588EE7A8F3 C:\RGBFusionTool_v0.9.3\GLedApi.dll
702A91752CE59B11078AB8F3428ECD1F871267D8AD45E414173CCF0A69FEE9D4 C:\RGBFusionTool_v0.9.3\layout.ini
64BF4B2F0C84333E239DDA24F82BF8EAD22B7DB905C50FADE262283CA96703AD C:\RGBFusionTool_v0.9.3\ycc.dll

Gathering Script

  • Windows Version: 10.0.17763.0
  • RGB Fusion Tool Version: 0.9.3
  • Motherboard: B450M DS3H-CF
  • BIOS: F30

Hashes:

D39AB2041C3A93ECB38CE446BBBC1C3DA1E3292EC25A301E4ADF3A588EE7A8F3 GLedApi.dll
7015114DAEE108681472B156C6F8EF950EDBFC9B14AE0B2126CA3E1A4CDD9BFC GLedApiDotNet.dll
702A91752CE59B11078AB8F3428ECD1F871267D8AD45E414173CCF0A69FEE9D4 layout.ini
05FC657EB5B5D563DE7807DF6EE07FC8B89DC6F6F08EB76C30E5192429FBBDCF Mono.Options.dll
F62D13CAFD785908D663E0C95FA83497FF1C20F53C7408BCDFDB0102E0721F3E RGBFusionTool.exe
64BF4B2F0C84333E239DDA24F82BF8EAD22B7DB905C50FADE262283CA96703AD ycc.dll

Detailed Description and Additional Context

Add any other information here

@tylerszabo tylerszabo changed the title All commands failing except --help Gigabyte B450M DS3H Support B450M DS3H Boards May 2, 2019
@tylerszabo tylerszabo added bug Something isn't working external Issue requires action by 3rd party or workaround needs documentation Details in this issue should be added to documentation labels May 2, 2019
@tylerszabo
Copy link
Owner

Unfortunately, this is the symptom that we see when a board is not supported :(

I don't see that board listed in layout.ini so I'm unsurprised it's not working. I always recommend opening a support ticket with Gigabyte though that has yet to be fruitful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external Issue requires action by 3rd party or workaround needs documentation Details in this issue should be added to documentation
Projects
None yet
Development

No branches or pull requests

2 participants