-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Description
This code works on my Pi 2 but not the new Pi 3
The code and the libs for the project is on my github account
pi@Natsukipi:~/monodevelop/BattleBotServer/BattleBotServer/bin/Debug $ sudo mono BattleBotServer.exe
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for BattleBotServer.Helpers ---> System.NotSupportedException: Connector pintout Unknown is not supported
at Raspberry.IO.InterIntegratedCircuit.I2cDriver.GetBscBase (ProcessorPin sdaPin, ProcessorPin sclPin) [0x00000] in <filename unknown>:0
at Raspberry.IO.InterIntegratedCircuit.I2cDriver..ctor (ProcessorPin sdaPin, ProcessorPin sclPin) [0x00000] in <filename unknown>:0
at BattleBotServer.Helpers..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at BattleBotServer.LogWriter.get_Instance () [0x00000] in <filename unknown>:0
at BattleBotServer.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for BattleBotServer.Helpers ---> System.NotSupportedException: Connector pintout Unknown is not supported
at Raspberry.IO.InterIntegratedCircuit.I2cDriver.GetBscBase (ProcessorPin sdaPin, ProcessorPin sclPin) [0x00000] in <filename unknown>:0
at Raspberry.IO.InterIntegratedCircuit.I2cDriver..ctor (ProcessorPin sdaPin, ProcessorPin sclPin) [0x00000] in <filename unknown>:0
at BattleBotServer.Helpers..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at BattleBotServer.LogWriter.get_Instance () [0x00000] in <filename unknown>:0
at BattleBotServer.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
Metadata
Metadata
Assignees
Labels
No labels