You are not logged in.
Pages: 1
Not sure if this is the right place for this. My issue may very well be with the emulator rather than crunchbang, but I thought I'd check to see if anyone here could help.
To compile/install dolphin-emu on waldorf I followed the directions at https://code.google.com/p/dolphin-emu/wiki/Linux_Build and everything went relatively smoothly. Unfortunately, I am having a bit of a weird issue with the controller. I have a Logitech gamepad, and the Dolphin's configuration utility recognizes it fine; all of the buttons are mapped appropriately. However, when I load a game it no longer recognizes the gamepad; I can get no interaction at all in-game. I even tried opening up the configuration utility while a game was running. The configuration utility recognized all of the buttons correctly, but the game still did not.
Any idea what's causing the disconnect? Thanks!
Cheers,
stevo
Eschew obfuscation.
Offline
This may be a dumb question from me but, have you selected your gamepad options as the primary input? Sometimes it is not selected as default.
Offline
Aw, man. That was totally it. I am really striking out lately on being thorough. I am very thankful for this kind community, and particularly for your suggestion, pikusinski.
Just for reference (as it was not very intuitive for me to find this option):
Options -> Configuration, then go to the "Gamecube" tab and under "Device Settings" there should be a drop-down menu for "Port 1" in which "Standard Controller" needs to be selected.
Thanks again, pkusinski!
EDIT: How do I mark this thread as "SOLVED"?
Cheers,
stevo
Last edited by stevo1977 (2013-06-30 00:15:47)
Eschew obfuscation.
Offline
If you dont mind could you please simplify the process of installing dolphin emulator for me im kinda new to linux and I have no idea how to compile stuff. Thanks 
Offline
... I have no idea how to compile stuff. Thanks
Best read up on it then 
Briefly, in this case, first check your system has all the dependencies. I would open synaptic and go through the list of Build Dependencies to see if any aren't already there. You will definitely have to install the build stuff if you didn't install them during the first run cb-welcome script (You can run it again any time if you want to) If anything isn't available in the repositories then I wouldn't go any further if I were you without some research
Then follow the instructions on that link...
(Removing the wood from the trees
)
Get a local copy of the dolphin-emu repository:
git clone https://code.google.com/p/dolphin-emu/ dolphin-emuChange to the directory created:
cd dolphin-emuCreate a build subdirectory, and change into it.
mkdir Build && cd BuildConfigure the build, build and install in the standard make way:
cmake ..
make && sudo make installYou can run dolphin from anywhere by typing:
dolphin-emuLet us know how you get on!
Last edited by damo (2013-12-11 03:10:41)
Artwork at deviantArt; Iceweasel Personas; SLiM #! Themes; Openbox themes
Offline
Me ayudan por favor:
Crunchbang waldorf 64bits
VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09
@linuxsamsung:~/dolphin-emu/Build$ make && sudo make install
[ 69%] Building CXX object Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static bool AVIDump::CreateFile()’:
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:256:59: error: ‘avformat_new_stream’ was not declared in this scope
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:273:47: error: ‘avcodec_open2’ was not declared in this scope
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:290:65: error: ‘AVIO_FLAG_WRITE’ was not declared in this scope
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:290:80: error: ‘avio_open’ was not declared in this scope
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:297:45: error: ‘avformat_write_header’ was not declared in this scope
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static void AVIDump::CloseFile()’:
/home/claw/dolphin-emu/Source/Core/VideoCommon/AVIDump.cpp:377:34: error: ‘avio_close’ was not declared in this scope
make[2]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o] Error 1
make[1]: *** [Source/Core/VideoCommon/CMakeFiles/videocommon.dir/all] Error 2
make: *** [all] Error 2
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.