![]() |
|
hey. i can't find anything useful due to broken links. - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: hey. i can't find anything useful due to broken links. (/Thread-hey-i-can-t-find-anything-useful-due-to-broken-links) |
hey. i can't find anything useful due to broken links. - pierut - 01-25-2011 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 http://www.dolphin-emu.org Please. please. please help me understand why dolphin gives me the 'can't read info, check config' crap. thanks \o/ RE: hey. i can't find anything useful due to broken links. - hyperspeed - 01-25-2011 (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..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 RE: hey. i can't find anything useful due to broken links. - pierut - 01-25-2011 (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..Maybe this thread can help you http://forums.dolphin-emu.org/showthread.php?tid=4 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/viewthread.php?thread_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. RE: hey. i can't find anything useful due to broken links. - hyperspeed - 01-25-2011 I almost forgot, welcome to the Dolphin, the GameCube and Wii emulator - Forums.
RE: hey. i can't find anything useful due to broken links. - pierut - 01-25-2011 (01-25-2011, 09:15 AM)hyperspeed Wrote: I almost forgot, welcome to the Dolphin, the GameCube and Wii emulator - Forums. thanks ;D i am in the IRC channel on freenode.. but i cannot seem to wake anyone up >_> RE: hey. i can't find anything useful due to broken links. - hyperspeed - 01-25-2011 (01-25-2011, 09:14 AM)pierut Wrote:I think I think slavezeo made this compatible and compilable for linux.(01-25-2011, 08:32 AM)pierut Wrote: 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) RE: hey. i can't find anything useful due to broken links. - neobrain - 01-25-2011 (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. Erm, care to read the topic in the freenode chan? The actual irc chan is on efnet (called #dolphin-emu as well) RE: hey. i can't find anything useful due to broken links. - pierut - 01-25-2011 yar.. i found it. thanks ![]() 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-onlywhich 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 installit 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'RE: hey. i can't find anything useful due to broken links. - hyperspeed - 01-25-2011 (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. ![]() (01-25-2011, 09:43 AM)pierut Wrote: yar.. i found it. thanksI do not even understand what you put there , but I'm glad you have managed to make it work.
RE: hey. i can't find anything useful due to broken links. - pierut - 01-25-2011 (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. hmmmmmm... the graphics plugin is functioning.. but now i am getting a segmentation fault directly aftyer the 'flush instruction cache! ICE=0' line
|