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

Problem to Load UWP app to Raspberry Pi #12

Closed
tejasklodha opened this issue Feb 14, 2017 · 3 comments
Closed

Problem to Load UWP app to Raspberry Pi #12

tejasklodha opened this issue Feb 14, 2017 · 3 comments

Comments

@tejasklodha
Copy link

Dear Sir,

When I am trying to load Workstation.RobotApp UWP app but not able to load raspberry pi and give below exception

An exception of type 'System.BadImageFormatException' occurred in Urho.dll but was not handled in user code
Additional information: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)

Exception occur on below line in "RobotControl.xaml.cs"
this.robotGame = this.UrhoSurface.Run(new ApplicationOptions("Assets") { Width = (int)this.UrhoSurface.ActualWidth, Height = (int)this.UrhoSurface.ActualHeight });

Tejas Lodha

@awcullen
Copy link
Contributor

awcullen commented Feb 14, 2017

This exception indicates that a .dll compiled for one platform( x86?) is being loaded into a incompatible process (x64, Amd?).
This release of UrhoSharp only supports x86 (32-bit) for UWP.

@awcullen
Copy link
Contributor

awcullen commented Feb 14, 2017

Reading some posts on Windows Core IOT leads me to think that Windows does not yet support hardware accelerated graphics on RPi .

@tejasklodha
Copy link
Author

It most helpful if your UWP code support Windows Core IOT....
I am waiting from Microsoft when they start to give support hardware accelerated graphics on RPi...

Thanks for sharing your Awesome knowledge to US

Thanks,
Tejas Lodha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants