..:: 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
Nevermind MotionInJoy, i just googled random picture Laugh
(02-10-2014, 06:29 PM)jackun Wrote: [ -> ]So it works with 0.2.0?
Can you paste the failed log or screenshot just in case?
Still no work.
I check "enable logging" in USBConfigure but I got error message (I tried wheel raw input and DX input) while starting game (GT3).
(02-10-2014, 07:00 PM)nuninho Wrote: [ -> ]...error message...

Message box or what? Screenshot it Smile
But maybe some runtime issues, try (re)installing http://www.microsoft.com/en-us/download/...px?id=8328
(02-10-2014, 07:08 PM)jackun Wrote: [ -> ]Message box or what? Screenshot it Smile
But maybe some runtime issues, try (re)installing http://www.microsoft.com/en-us/download/...px?id=8328
Ok. I tried to reinstall MSVC 2010 SP1 (English) but still error.

screenshot

details problem:
Code:
Assinatura do problema:
  Nome do Evento de Problema:    BEX
  Nome da aplicação:    pcsx2-r5875.exe
  Versão da aplicação:    0.0.0.0
  Carimbo de Data/Hora da Aplicação:    52ef990f
  Nome do Módulo com Falhas:    MSVCR100.dll
  Versão do Módulo com Falhas:    10.0.40219.325
  Carimbo de Data/Hora do Módulo com Falhas:    4df2be1e
  Desvio de Excepção:    0008af3e
  Código de excepção:    c0000417
  Dados de Excepção:    00000000
  Versão do SO:    6.1.7601.2.1.0.256.1
  ID de Região:    2070
  Informações Adicionais 1:    4589
  Informações Adicionais 2:    45893f9f03ae70ffe2959714df76b0c9
  Informações Adicionais 3:    6c02
  Informações Adicionais 4:    6c0252ee0164248bf8784ce270c170bc
Something is probably causing memory corruption and DEP is killing the process.
Try the debug build.

Ok bear with me now, because i'm doing this remote debugging for first time too Laugh
1.) Extract debug build to plugins and select it (USBqemu-wheel_d)
1.) Extract Procdump to pcsx2 folder: https://dl.dropboxusercontent.com/u/235773/Procdump.zip
2.) Run "dump.bat". Dump.bat should open CMD window where it prints "Dump file:".
3.) Launch pcsx2-r5875.exe.
4.) Crash PCSX2.
5.) Compress the dump file from 3. (something like pcsx2-r5875_140210_210108.dmp) with zip/7zip/winrar and upload it somewhere, post link here.

If dump is too big even compressed, try dump-mini.bat
This guy looks have had the same error : http://forums.pcsx2.net/Thread-pcsx2-r57...ing-SOLVED
SOLVED, but how? Laugh
(02-10-2014, 09:09 PM)jackun Wrote: [ -> ]Something is probably causing memory corruption and DEP is killing the process.
Try the debug build.

Ok bear with me now, because i'm doing this remote debugging for first time too Laugh
1.) Extract debug build to plugins and select it (USBqemu-wheel_d)
1.) Extract Procdump to pcsx2 folder: https://dl.dropboxusercontent.com/u/235773/Procdump.zip
2.) Run "dump.bat". Dump.bat should open CMD window where it prints "Dump file:".
3.) Launch pcsx2-r5875.exe.
4.) Crash PCSX2.
5.) Compress the dump file from 3. (something like pcsx2-r5875_140210_210108.dmp) with zip/7zip/winrar and upload it somewhere, post link here.

If dump is too big even compressed, try dump-mini.bat
I have done but I ran dump-mini.bat because this forum limits up to 7MB (dump normal - 22MB compressed - best by winrar).
Thank. Wink
Though you said inis are written, but because pcsx2 is in program files, maybe try to run it as administrator anyway. Could be some file permission error.

Dump file didn't show any error code though. Did pcsx2 crash?
Also select "Qemu USB Driver (Wheel mod) (debug)" from Plugin/bios selector.

E: Actually i think it crashed in ntdll somewhere.
Looks like minidump isn't enough. It seems to just show a crash in a ntdll thread.
(02-10-2014, 10:14 PM)jackun Wrote: [ -> ]Also select "Qemu USB Driver (Wheel mod) (debug)" from Plugin/bios selector.
Ok but "Qemu USB Driver (Wheel mod) (debug)" is missed despite have this plugin file in directory "c:\program files (x86)\PCSX2 1.2.1\Plugins" because I got "PCSX2 program log" bar:
Code:
(...)
[wx] Failed to load shared library 'C:\program files (x86)\PCSX2 1.2.1\Plugins\USBqemu-wheel_d.dll' (error 126: impossível localizar o módulo especificado.)
Path: C:\program files (x86)\PCSX2 1.2.1\Plugins\USBqemu-wheel_d.dll
File is not a valid dynamic library.
Some kinda plugin failure: C:\program files (x86)\PCSX2 1.2.1\Plugins\USBqemu-wheel_d.dll
Hm, just in case install the pre-sp1 runtimes http://www.microsoft.com/en-us/download/...px?id=5555
and directx http://www.microsoft.com/en-us/download/...aspx?id=35

Also redownload the Debug build. I fixed one double free memory error on shutdown Tongue

E: getting late here, so i'll debug it tomorrow some more Tongue
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