07-04-2013, 01:02 AM
Pages: 1 2
07-04-2013, 05:32 AM
Quote:When creating new threads about dolphin, always provide a) your full PC specs (CPU, RAM, GPU, Operating System, ..) b) information about the Dolphin build used (version/revision, source, ..) c) Dolphin settings d) detailed description of what you're trying to do (e.g including the name of the game you tried to run and a screen shot of the issue if necessary). Ignoring this rule will get your thread closed and have you warned off.
What games have you tried playing? PC specs? Are you using 64-bit or 32-bit Fedora installation? More importantly, which revision of Dolphin are you using? Your profile says 3.0-XXX, which includes a large number of old builds. You said the "last revision in your title" but which revision specifically (commits are pushed daily all the time) are you referring to?.
If you haven't already, try the latest, or at the very minimum 3.5. You can compile it yourself, or the official download page has Ubuntu debian packages if you have some tool that converts .debs to .rpms (not sure how well that would work, plus you'll need a 64-bit OS).
07-04-2013, 06:23 AM
I'm compile myself the last source code.
With the same source code and the same specs (AMD Phenom II X4 960T / GeForce GT 440 / 8GO RAM) on fedora 17 64bits and fedora 18 64bits it's work but no on fedora 19 64bits.
I'm not sure if the problem is dolphin emu or fedora but when I'm compile the source I'm a very lot of warning with "Externals/wxWidgets" program.
With the same source code and the same specs (AMD Phenom II X4 960T / GeForce GT 440 / 8GO RAM) on fedora 17 64bits and fedora 18 64bits it's work but no on fedora 19 64bits.
I'm not sure if the problem is dolphin emu or fedora but when I'm compile the source I'm a very lot of warning with "Externals/wxWidgets" program.
07-04-2013, 08:58 AM
Also very importend is which gpu driver/version you use (you'll see it in glxinfo). atm, dolphin isn't working correctly on nouveau (black screen) due to a driver bug
07-04-2013, 09:10 AM
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 440/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 319.23
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.0 NVIDIA 319.23
OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
I'm installed my driver with this command : yum install kmod-nvidia xorg-x11-drv-nvidia-libs
OpenGL renderer string: GeForce GT 440/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 319.23
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.0 NVIDIA 319.23
OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
I'm installed my driver with this command : yum install kmod-nvidia xorg-x11-drv-nvidia-libs
07-04-2013, 09:27 AM
Yeah, this one should be fine ...
edit: maybe delete your ~/.dolphin-emu folder (or rename it)
edit: maybe delete your ~/.dolphin-emu folder (or rename it)
07-04-2013, 10:20 AM
(07-04-2013, 09:27 AM)degasus Wrote: [ -> ]Yeah, this one should be fine ...
edit: maybe delete your ~/.dolphin-emu folder (or rename it)
Yes, i a clean ~/.dolphin-emu folder.
07-05-2013, 08:55 AM
07-06-2013, 12:14 AM
Code:
[unix34@localhost ~]$ gdb dolphin-emu
GNU gdb (GDB) Fedora (7.6-30.fc19)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/dolphin-emu...(no debugging symbols found)...done.
(gdb) start
Temporary breakpoint 1 at 0x43ce20
Starting program: /usr/bin/dolphin-emu
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3600.3-gdb.py", line 9, in <module>
from gobject import register
File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
import gdb.backtrace
ImportError: No module named backtrace
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3600.3-gdb.py", line 9, in <module>
from gobject import register
File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
import gdb.backtrace
ImportError: No module named backtrace
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Temporary breakpoint 1, 0x000000000043ce20 in main ()07-07-2013, 04:13 AM
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffefd21700 (LWP 2643)]
_int_malloc (av=0x7fffe0110219, bytes=44) at malloc.c:3385
3385 if (__builtin_expect (victim->size <= 2 * SIZE_SZ, 0)
(gdb)Pages: 1 2