Coder Social home page Coder Social logo

Comments (5)

mungewell avatar mungewell commented on June 28, 2024

I've only tried it under Windows10. I don't have Mono on my Linux machine and am a little bandwidth limited through the week (work away from home and only have a cell plan to keep me connected during the evenings).

Can you detail which Mono packages you think I might need, and I can 'sneaker-net' them from work.
http://packages.ubuntu.com/search?keywords=mono&searchon=names&suite=yakkety&section=all

Simon.
PS. I support the move back to LibUSB as I'd like to keep hacking away in python ;-)

from psvrframework.

gusmanb avatar gusmanb commented on June 28, 2024

@mungewell yeah, the WinUSB has brought more problems than other thing, I just published the new release with support for both, hope this helps people to get it working, also I'm going to check again native com, I think I know why I could not get the device to properly work using the driver which Windows installed.

To check the toolbox you will need mono-complete V4.4 or higher and libgdiplus, here are the instructions to add the repos and keys: http://www.mono-project.com/docs/getting-started/install/linux/

If you're tempted to install the packages from the os distro don't do it, all the distros use extremely old (5+ years) releases and they're a mess.

I will try to get a bit of time and get up a VM with linux, but I'm not very confident about if the USB will work as expected, I had some time a go a nightmare with vbox and USB's

from psvrframework.

mungewell avatar mungewell commented on June 28, 2024

err too late, I installed the following on top of Xubuntu live-CD

libmono-corlib4.5-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-runtime_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
libmono-security4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-configuration4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-xml4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-4.0-gac_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-gac_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-runtime-common_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
mono-runtime-sgen_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
libmono-system-security4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libgdiplus_4.2-1ubuntu2_amd64.deb
libmono-accessibility4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-data-tds4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-i18n4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-i18n-west4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-posix4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-core4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-data4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-drawing4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-enterpriseservices4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-numerics4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-runtime-serialization4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-runtime-serialization-formatters-soap4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-servicemodel-internals0.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-transactions4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-windows-forms4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-webbrowser4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb

Which got me 'running', up to the attached error message:
psvr_broken.txt

Unhandled Exception:
System.EntryPointNotFoundException: SetWindowsHookEx

from psvrframework.

gusmanb avatar gusmanb commented on June 28, 2024

@mungewell Ow. ok, ver. 4.2 is not too old, seems that Ubuntu has updated
the packages (finally! XD). I know why this error happened, I use a global
hook library to catch the hotkeys and it uses native calls, I will check
the os where the app is running and disable it.

Thanks for the test :D

2016-11-04 2:49 GMT+01:00 mungewell [email protected]:

err too late, I installed the following on top of Xubuntu live-CD

libmono-corlib4.5-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-runtime_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
libmono-security4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-configuration4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-xml4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-4.0-gac_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-gac_4.2.1.102+dfsg2-7ubuntu4_all.deb
mono-runtime-common_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
mono-runtime-sgen_4.2.1.102+dfsg2-7ubuntu4_amd64.deb
libmono-system-security4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libgdiplus_4.2-1ubuntu2_amd64.deb
libmono-accessibility4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-data-tds4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-i18n4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-i18n-west4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-posix4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-core4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-data4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-drawing4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-enterpriseservices4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-numerics4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-runtime-serialization4.0-cil_4.2.1.
102+dfsg2-7ubuntu4_all.deb
libmono-system-runtime-serialization-formatters-
soap4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-servicemodel-internals0.0-cil_4.2.1.102+
dfsg2-7ubuntu4_all.deb
libmono-system-transactions4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-system-windows-forms4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb
libmono-webbrowser4.0-cil_4.2.1.102+dfsg2-7ubuntu4_all.deb

Which got me 'running', up to the attached error message:
psvr_broken.txt
https://github.com/gusmanb/PSVRFramework/files/570455/psvr_broken.txt

Unhandled Exception:
System.EntryPointNotFoundException: SetWindowsHookEx


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AD5cgTBy8lSHobEOv_J-7BR7v3HVrvwnks5q6o8hgaJpZM4Ko50F
.

from psvrframework.

gusmanb avatar gusmanb commented on June 28, 2024

Closing as the testing should be done with the new package posted on issues.

from psvrframework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.