RPCS3 Forums
Attention: Noob here (Emulator crash) - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: Attention: Noob here (Emulator crash) (/showthread.php?tid=158864)

Pages: 1 2


RE: Attention: Noob here (Emulator crash) - Cole Roddy - 03-11-2014

(03-11-2014, 10:25 PM)rafaPS360gamer Wrote: Still couldnt get nothing to run.. Sad
Anyways tomorrow i'll try it in another PC.

Thanks for the help!

The easiest way when the renaming trick doesn't work would be disabling the iGPU in your BIOS and you'll be able to run RPCS3 on the Radeon GPU. Yes, it will dry out your battery much faster, but that's what a wall energy socket is good for. Also, a laptop is not the suitable for such tasks like this.



RE: Attention: Noob here (Emulator crash) - twdarkeh - 03-12-2014

I get this when I try to open the project in visual studio to compile it. Am I doing something wrong? D:

[Image: 7t4vM.png]



RE: Attention: Noob here (Emulator crash) - ssshadow - 03-12-2014

(03-12-2014, 10:25 PM)twdarkeh Wrote: I get this when I try to open the project in visual studio to compile it. Am I doing something wrong? D:

[Image: 7t4vM.png]

Probably didnt include the openal and wxwidgets stuff. Get that as well from github.

(03-11-2014, 11:37 PM)Cole Roddy Wrote:
(03-11-2014, 10:25 PM)rafaPS360gamer Wrote: Still couldnt get nothing to run.. Sad
Anyways tomorrow i'll try it in another PC.

Thanks for the help!

The easiest way when the renaming trick doesn't work would be disabling the iGPU in your BIOS and you'll be able to run RPCS3 on the Radeon GPU. Yes, it will dry out your battery much faster, but that's what a wall energy socket is good for. Also, a laptop is not the suitable for such tasks like this.

Note that the option to disable the igpu from BIOS is very rare on laptops. For instance, I don't even think it possible at all on recent nvidia optimus implementations.



RE: Attention: Noob here (Emulator crash) - twdarkeh - 03-12-2014

Thanks! That got it to open properly, but it's still not compiling. Think I'm missing a few bits:

Error 14 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory

And then a ton of warnings. Big Grin



RE: Attention: Noob here (Emulator crash) - twdarkeh - 03-13-2014

(03-13-2014, 12:51 AM)AlexAltea Wrote:
(03-12-2014, 11:55 PM)twdarkeh Wrote: Thanks! That got it to open properly, but it's still not compiling. Think I'm missing a few bits:

Error 14 error C1083: Cannot open include file: 'libavcodec/avcodec.h': No such file or directory

And then a ton of warnings. Big Grin

Unpack https://github.com/hrydgard/ppsspp-ffmpeg/archive/8bcaa2485c2434d7d7a9da17491bafb58de42bb6.zip in /ffmpeg/

Aha! It works now! Now to just figure out how to get the necessary files off my PS3 without bricking it.

(am still new to all of this, but am a programming student, and figure that playing around with this could be educational)



RE: Attention: Noob here (Emulator crash) - Cole Roddy - 03-13-2014

(03-12-2014, 11:18 PM)ssshadow Wrote:
(03-12-2014, 10:25 PM)twdarkeh Wrote: I get this when I try to open the project in visual studio to compile it. Am I doing something wrong? D:

[Image: 7t4vM.png]

Probably didnt include the openal and wxwidgets stuff. Get that as well from github.

(03-11-2014, 11:37 PM)Cole Roddy Wrote:
(03-11-2014, 10:25 PM)rafaPS360gamer Wrote: Still couldnt get nothing to run.. Sad
Anyways tomorrow i'll try it in another PC.

Thanks for the help!

The easiest way when the renaming trick doesn't work would be disabling the iGPU in your BIOS and you'll be able to run RPCS3 on the Radeon GPU. Yes, it will dry out your battery much faster, but that's what a wall energy socket is good for. Also, a laptop is not the suitable for such tasks like this.

Note that the option to disable the igpu from BIOS is very rare on laptops. For instance, I don't even think it possible at all on recent nvidia optimus implementations.

Sorry. I didn't know about that. Thanks for clarifying.Smile