SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2013-06-27 02:53:41

stevo1977
Member
From: Gallifrey
Registered: 2013-02-13
Posts: 11

Dolphin-emu Controller Issues

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

Help fund CrunchBang, donate to the project!

#2 2013-06-27 07:08:09

pikusinski
Member
Registered: 2013-06-26
Posts: 10

Re: Dolphin-emu Controller Issues

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

#3 2013-06-30 00:10:11

stevo1977
Member
From: Gallifrey
Registered: 2013-02-13
Posts: 11

Re: Dolphin-emu Controller Issues

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

#4 2013-12-11 02:39:30

AnonymousForever
New Member
Registered: 2013-12-09
Posts: 2

Re: Dolphin-emu Controller Issues

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  smile

Offline

#5 2013-12-11 03:09:11

damo
#! gimpbanger
From: N51.5 W002.8 (mostly)
Registered: 2011-11-24
Posts: 4,440

Re: Dolphin-emu Controller Issues

AnonymousForever wrote:

... I have no idea how to compile stuff. Thanks  smile

Best read up on it then tongue

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 smile)
Get a local copy of the dolphin-emu repository:

git clone https://code.google.com/p/dolphin-emu/ dolphin-emu

Change to the directory created:

cd dolphin-emu

Create a build subdirectory, and change into it.

mkdir Build && cd Build

Configure the build, build and install in the standard make way:

cmake ..
make && sudo make install

You can run dolphin from anywhere by typing:

dolphin-emu

Let 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

#6 2014-04-10 02:29:05

Crilawar
New Member
Registered: 2014-03-06
Posts: 3

Re: Dolphin-emu Controller Issues

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

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo