EmuNewz Network
Linux nightmares (issues) - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47)
+--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172)
+---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163)
+---- Thread: Linux nightmares (issues) (/showthread.php?tid=164071)

Pages: 1 2


Linux nightmares (issues) - ZeCoxao - 09-03-2014

Let's start:

1.Slow decrypting (compared with the windows build) of game/homebrew pkgs.
2.Games DO NOT show up in Game List when installing from PKG
3.When trying to run ANY ELF/SELF it'll segfault.

This is on latest build.


RE: Linux nightmares (issues) - derpf - 09-03-2014

Regarding #3, can you compile it in debug mode (I'm not sure how/if CMake handles this right now, but see if you can add the -g CFLAG to CMakeLists.txt), then run it with gdb (gdb ./rpcs3, type 'r', then if it segfaults type 'bt' to give a backtrace. Please post that here.)


RE: Linux nightmares (issues) - ZeCoxao - 09-03-2014

(09-03-2014, 05:42 AM)derpf Wrote: Regarding #3, can you compile it in debug mode (I'm not sure how/if CMake handles this right now, but see if you can add the -g CFLAG to CMakeLists.txt), then run it with gdb (gdb ./rpcs3, type 'r', then if it segfaults type 'bt' to give a backtrace. Please post that here.)

http://pastie.org/private/ymeiegq9dqphigxk6v56q

edit: i'm almost sure i compiled it with symbols so sorry if i didn't. if i didn't just tell me what line i should change in order to afect that part


RE: Linux nightmares (issues) - derpf - 09-03-2014

(09-03-2014, 06:17 AM)ZeCoxao Wrote: http://pastie.org/private/ymeiegq9dqphigxk6v56q

edit: i'm almost sure i compiled it with symbols so sorry if i didn't. if i didn't just tell me what line i should change in order to afect that part

What graphics drivers are you using?


RE: Linux nightmares (issues) - Bigpet - 09-03-2014

the crashing issue is mostly solved by https://github.com/DHrpcs3/rpcs3/pull/787 he confirmed it on irc


RE: Linux nightmares (issues) - ZeCoxao - 09-03-2014

(09-03-2014, 11:25 AM)Bigpet Wrote: the crashing issue is mostly solved by https://github.com/DHrpcs3/rpcs3/pull/787 he confirmed it on irc

confirmed here as well... and whoa! huge increase of speed in relation with windows Big Grin


RE: Linux nightmares (issues) - Bigpet - 09-03-2014

The speed increase is most likely due to some memory security features on windows or some compiler flags, I wouldn't bet on it staying much faster than windows forever


RE: Linux nightmares (issues) - ZeCoxao - 09-05-2014

i have another issue. it's kind of related with this thread, so here it goes.

with the latest changes from: https://github.com/gopalsr83/rpcs3

i can load everything fine with Interpreter. if i try to load it with recompiler, window shows up for a brief second and then the program segfaults.

here's the backtrace of what happens: http://pastie.org/private/t2qhe0jzqnjxkqemxufowg

btw, i already changed the required _UNIX_ to _unix_ lines.


RE: Linux nightmares (issues) - Bigpet - 09-05-2014

Are you sure that's Linux related?

I'm also not sure whether we should discuss anything but the official repository here. What I mean to say is that we don't have control over other peoples repositories and I don't really want to set a precedent in which people will open topics like "so I pulled the changes from these 3 branches from 3 other people and now rpcs3 crashes upon opening"


RE: Linux nightmares (issues) - Ekaseo - 09-05-2014

that recompiler isnt ready yet, there are many instuctions still missing, just wait when the recompiler gets to the main branch. dont expect it to work so soon