Dolphin, the GameCube and Wii emulator - Forums
Error Dolphin Ubuntu - 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: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Error Dolphin Ubuntu (/Thread-error-dolphin-ubuntu)



Error Dolphin Ubuntu - kevinlucasilva - 12-27-2016

Hi!
I'm using Ubuntu 16.10, and my setup is:
- 8gb ram
- Intel® Core ™ i7-5500U CPU @ 2.40GHz × 4
- I'm using integrated graphics, but I have an Nvidia 830m off-board video card, I did not install the drivers from it.
I'm using the Noveau graphics (Intel® HD Graphics 5500 (Broadwell GT2).

So, Dolpihn, when I try to open a game, Wii or Gamecube, it appears the following errors in the attached images. Can you tell the reason? Is it because I use integrated graphics, not the off-board board?

* You are running OpenGL on Ubuntu, you only have this option.

* I use a dual boot, Windows 10, in it I'm using my board off-board, but I also tried to use the integrated graphics, I got a lower performance, but the games opened normally, and not Ubuntu.

Thank you very much for helping me!

Translated by Google Translate


PT-BR
Oi!
Estou usando o Ubuntu 16.10, e minha configuração é:
- 8gb ram
- Intel® Core™ i7-5500U CPU @ 2.40GHz × 4
- Eu estou usando gráficos integrados, mas eu tenho um placa de vídeo off-board Nvidia 830m, eu não instalei o drivers dela.
Estou usando os gráficos Noveau(Intel® HD Graphics 5500 (Broadwell GT2).

Então, o Dolpihn, quando tento abrir um jogo, de Wii ou Gamecube, ele aparece o seguintes erros nas imagens anexadas. Saber dizer o motivo? Será que é porque uso gráficos integrados, e não da placa off-board?

*Está rodando em OpenGL no Ubuntu, aliás só tem essa opção.

*Eu uso um dual boot, Windows 10, nele estou usando minha placa off-board, mas também já tentei usar os gráficos integrados, obtive sim um desempenho inferior, mas os jogos abriram normalmente, e no Ubuntu não.

Agradeço muito quem puder me ajudar!



[attachment=15513]

[attachment=15514]

[attachment=15515]



RE: Error Dolphin Ubuntu - Helios - 12-27-2016

You are hitting this because Ubuntu 16.10 forces PIE with GCC when compiling by default, which the JIT currently breaks on. I forgot how to disable it yourself on compile time, but I think we forced it off on our end in a recent development build. You can use that.


RE: Error Dolphin Ubuntu - kevinlucasilva - 12-27-2016

(12-27-2016, 01:35 AM)Helios Wrote: You are hitting this because Ubuntu 16.10 forces PIE with GCC when compiling by default, which the JIT currently breaks on. I forgot how to disable it yourself on compile time, but I think we forced it off on our end in a recent development build. You can use that.


Perfect! The version under development worked with the standard compiler (JIT).


Thank you very much!