zcheva / geckofx

Automatically exported from code.google.com/p/geckofx
0 stars 0 forks source link

support 64bit xulrunner? #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
well i downloaded xulrunner for 64bit here:
http://wiki.mozilla-x86-64.com/Download

but it seems that the latest skybound.geckofx 1.9.1.0 cannot use it.
i rebuild my browser solution using c# with TargetPlatform selected as "Any 
CPU". There is no error in this process, but when my browser starts, nothing 
except a gray form displayed without anything inside.

how can i get it work? thx.

Original issue reported on code.google.com by polarair...@gmail.com on 18 Mar 2011 at 5:01

GoogleCodeExporter commented 8 years ago
For me this version of xulrunner doesn't work with skybound.geckofx 1.9.1.0.
I have an InvalidCastException

"Unable to cast COM object of type 'System.__ComObject' to interface type 
'Skybound.Gecko.nsInterfaces'. This operation failed because the QueryInterface 
call on the COM component for the interface with IID 
'{A88E5A60-205A-4BB1-94E1-2628DAF51EAE}' failed due to the following error: No 
such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."

Original comment by antra...@gmail.com on 26 Aug 2013 at 2:41