..:: PCSX2 Forums ::..

Full Version: Qemu USB plugin (formerly known as USBqemu-wheel)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
Hm after configuring as you said I got a weird PCSX2 crash after pressing ok, then after booting the game I get ---------------------------
Qemu USB Msg
---------------------------
singstar: Invalid audio API.
Uh, crashed at Singstar settings OK or Qemu USB Conf. OK? Can't seem to reproduce it with 1.4, 1.5, portable or installer version Wacko
Crash happened once, but the message appears each time I boot PCSX2 with a game. I didn't set anything to singstar, just port 1 logitech usb, port 2 none, then port 1 wasapi, port 2 (nothing selected, maybe this is the issue?)
Seems that INI wasn't saved correctly. Does it show Port 1 WASAPI in conf. dialog?
Yeah it does...here's the ini:
[Interface]
Logging=0
[devices]
DFP Passthrough=0
port_0=
port_1=logitech_usbmic
wheel_type_0=0
wheel_type_1=0
[wasapi 1]
audio_device_0={0.0.1.00000000}.{b50dda27-cd18-4e24-8c1b-f3a9b652c2a9}
audio_device_1=
buffer_len=20
[logitech_usbmic 1]
device_api=wasapi
Looks correct. Weird if conf dialog finds the api but then when creating the device, it doesn't, ugh. I'll spin up some VMs to test with. c++ "static" constructors maybe acting up.
What OS you have anyway?
Win 7 ultimate SP1
BTW it doesn't happen if I select singstar instead of Logitech
Edit: it randomly works now 0_o
Edit2: I think it now works because I also configured singstar to wasapi and this showed up in the ini:
[singstar 1]
device_api=wasapi
Pfft, ofcourse, missed that. It is "overloading" (well, can't overload static functions) the singstar's class and it also loads singstars' settings.
Just in case my C++'isms are acting up, I added the "Appear as logitech mic" option to older version (oldstyle branch).
It works great, had a blast playing GH Metallica and GH World Tour Smile Do you think it's at a good enough state to post it in the general discussion forum for more public testing?
Well, it needs testing by people, so I guess Smile
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46