Dolphin, the GameCube and Wii emulator - Forums

Full Version: hey. i can't find anything useful due to broken links.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have dolphin built and running in the newest fedora. I have an integrated radeon HD 4200 and a hd 2400 card sitting around somewhere if i need it. My CPU is a phenom II x4 955 BE and I have 4g of ddr2. 2 500gb hdds in raid 0..

OK! now my problem is that the damn graphics plugin refuses to be recognized.

I am running LINUX! So, please do not tell me to update directx. PLEASE.

I have searched this forum yesterday and today and still have not found a valid link to the thread about this problem.

I read the stickies.. the stickies have links that are to 'dolphin-emu.com' which apparently no longer exists. i tried to change the domain to the proper one and it will just bring me to www.dolphin-emu.org

Please. please. please help me understand why dolphin gives me the 'can't read info, check config' crap.

thanks \o/
(01-25-2011, 08:32 AM)pierut Wrote: [ -> ]I have dolphin built and running in the newest fedora. I have an integrated radeon HD 4200 and a hd 2400 card sitting around somewhere if i need it. My CPU is a phenom II x4 955 BE and I have 4g of ddr2. 2 500gb hdds in raid 0..

OK! now my problem is that the damn graphics plugin refuses to be recognized.

I am running LINUX! So, please do not tell me to update directx. PLEASE.

I have searched this forum yesterday and today and still have not found a valid link to the thread about this problem.

I read the stickies.. the stickies have links that are to 'dolphin-emu.com' which apparently no longer exists. i tried to change the domain to the proper one and it will just bring me to www.dolphin-emu.org

Please. please. please help me understand why dolphin gives me the 'can't read info, check config' crap.

thanks \o/
Maybe this thread can help you http://forums.dolphin-emu.org/showthread.php?tid=4
And take look in this thread too http://forums.dolphin-emu.org/showthread.php?tid=11873
(01-25-2011, 09:10 AM)hyperspeed Wrote: [ -> ]
(01-25-2011, 08:32 AM)pierut Wrote: [ -> ]I have dolphin built and running in the newest fedora. I have an integrated radeon HD 4200 and a hd 2400 card sitting around somewhere if i need it. My CPU is a phenom II x4 955 BE and I have 4g of ddr2. 2 500gb hdds in raid 0..

OK! now my problem is that the damn graphics plugin refuses to be recognized.

I am running LINUX! So, please do not tell me to update directx. PLEASE.

I have searched this forum yesterday and today and still have not found a valid link to the thread about this problem.

I read the stickies.. the stickies have links that are to 'dolphin-emu.com' which apparently no longer exists. i tried to change the domain to the proper one and it will just bring me to www.dolphin-emu.org

Please. please. please help me understand why dolphin gives me the 'can't read info, check config' crap.

thanks \o/
Maybe this thread can help you http://forums.dolphin-emu.org/showthread.php?tid=4
And take look in this thread too http://forums.dolphin-emu.org/showthread.php?tid=11873


yea.. those are what i read.

the link i refer to as being broken is here..

Q: I get a plugin loading error. How do I fix this?
A: See http://www.dolphin-emu.com/forum/viewthr...ad_id=1494

which is this link http://www.dolphin-emu.com/forum/viewthr...ad_id=1494

which doesn't exist.

the second link you provide links me to the support forum.. with a sticky that appears to be what i need... but only links me to the first link you posted...with the broken link.

http://forums.dolphin-emu.org/showthread.php?tid=8848 <-

certainly someone made this compatible and compilable for linux. where is that person?

thanks, though.
I almost forgot, welcome to the Dolphin, the GameCube and Wii emulator - Forums.Big Grin
(01-25-2011, 09:15 AM)hyperspeed Wrote: [ -> ]I almost forgot, welcome to the Dolphin, the GameCube and Wii emulator - Forums.Big Grin

thanks ;D

i am in the IRC channel on freenode.. but i cannot seem to wake anyone up >_>
(01-25-2011, 09:14 AM)pierut Wrote: [ -> ]
(01-25-2011, 08:32 AM)pierut Wrote: [ -> ]

certainly someone made this compatible and compilable for linux. where is that person?

thanks, though.
I think I think slavezeo made this compatible and compilable for linux.
Here: http://forums.dolphin-emu.org/showthread.php?tid=11914
If you want to check out these too.
Here: http://code.google.com/p/dolphin-emu/wiki/Linux_Build

And here: http://ubuntuforums.org/showthread.php?t=1656977

Sorry I've never used Linux,but you may need to update your graphics driver from the ATI.(I've never used ATI too)
(01-25-2011, 09:22 AM)pierut Wrote: [ -> ]
(01-25-2011, 09:15 AM)hyperspeed Wrote: [ -> ]I almost forgot, welcome to the Dolphin, the GameCube and Wii emulator - Forums.Big Grin

thanks ;D

i am in the IRC channel on freenode.. but i cannot seem to wake anyone up >_>

Erm, care to read the topic in the freenode chan? The actual irc chan is on efnet (called #dolphin-emu as well)
yar.. i found it. thanks Smile

i actually managed to get it functioning!

I used this..


Code:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel' && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only

which originally had a few more commands.. but i found after doing this if i followed the standard linux build instructions...

Code:
mkdir Build && cd Build && cmake .. && make && make install

it would work... SO!

to successfully install this on fedora 14 (probably others too as the first bit of commands were for fedora 13)..

Code:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only && mkdir Build && cd Build && cmake .. && make && make install'
(01-25-2011, 09:38 AM)NeoBrain Wrote: [ -> ]Erm, care to read the topic in the freenode chan? The actual irc chan is on efnet (called #dolphin-emu as well)
Thanks for the warning.Big Grin

(01-25-2011, 09:43 AM)pierut Wrote: [ -> ]yar.. i found it. thanks Smile

i actually managed to get it functioning!

I used this..


Code:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel' && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only

which originally had a few more commands.. but i found after doing this if i followed the standard linux build instructions...

Code:
mkdir Build && cd Build && cmake .. && make && make install

it would work... SO!

to successfully install this on fedora 14 (probably others too as the first bit of commands were for fedora 13)..

Code:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only && mkdir Build && cd Build && cmake .. && make && make install'
I do not even understand what you put thereBig Grin, but I'm glad you have managed to make it work.Wink
(01-25-2011, 09:46 AM)hyperspeed Wrote: [ -> ]
(01-25-2011, 09:38 AM)NeoBrain Wrote: [ -> ]Erm, care to read the topic in the freenode chan? The actual irc chan is on efnet (called #dolphin-emu as well)
Thanks for the warning.Big Grin

(01-25-2011, 09:43 AM)pierut Wrote: [ -> ]yar.. i found it. thanks Smile

i actually managed to get it functioning!

I used this..


Code:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel' && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only

which originally had a few more commands.. but i found after doing this if i followed the standard linux build instructions...

Code:
mkdir Build && cd Build && cmake .. && make && make install

it would work... SO!

to successfully install this on fedora 14 (probably others too as the first bit of commands were for fedora 13)..

Code:
su -c 'yum install subversion scons gcc-c++ wxBase wxGTK wxGTK-gl wxGTK-devel SDL-devel SDL-debuginfo Cg libCg libXxf86vm-devel libXxf86vm-debuginfo libXext-devel libXext-debuginfo glew-devel cairo-devel cairo-debuginfo libao libao-devel bluez-libs-devel && svn checkout http://dolphin-emu.googlecode.com/svn/trunk/ dolphin-emu-read-only && cd dolphin-emu-read-only && mkdir Build && cd Build && cmake .. && make && make install'
I do not even understand what you put thereBig Grin, but I'm glad you have managed to make it work.Wink

hmmmmmm... the graphics plugin is functioning.. but now i am getting a segmentation fault directly aftyer the 'flush instruction cache! ICE=0' line Sad