PCSX2 / pcsx2

PCSX2 - The Playstation 2 Emulator
https://pcsx2.net
GNU General Public License v3.0
11.55k stars 1.6k forks source link

something with the interface? i don't know #3408

Closed ghost closed 3 years ago

ghost commented 4 years ago

PCSX2 version:

1.7.0.r45.f2560998c-1 the one from the AUR

PCSX2 options: default, i didn't change anything

Plugins used: everything default

Description of the issue: looks like the language is causing some problem because when i delete the config file the emulator works normal

How to reproduce the issue:

just start the emulator and set the language to system default and when i close i can't open it again

PC specifications: (For example: CPU: Intel Core 2 Duo E4600 GPU: Gigabyte GTX 750Ti OS: Windows 10 64 Bit) intel i5-7200U and HD Graphics 620 arch linux

weirdbeardgame commented 4 years ago

When did you install the package?

ghost commented 4 years ago

some minutes ago i was testing castlevania and closed the emulator when i tried to open the emulator again i got this log

weirdbeardgame commented 4 years ago

I'm the package maintainer. Can you uninstall it reinstall it making sure to select the clean build option then see if the issue occurs again?

@Danilopereira82 Do you know anything about debugging?

ghost commented 4 years ago

the only debugging i can do is read the log in the terminal lol

ghost commented 4 years ago

while we are here i wanted to say that i tried to run the iso for god of war and the emulator just crashes the entire screen i don't know what, but i don't think its because its using too much ram when i boot the game i just see the first text and the screen just stops the mouse keeps working and the system works fine i can change the screen with ctrl + alt + f2 etc but everything in f7 except the mouse doesn't work

weirdbeardgame commented 4 years ago

Wait, you got it to start again?

ghost commented 4 years ago

yes the emulator works if i delete the config files

ghost commented 4 years ago

something is wrong with "terminate called after throwing an instance of 'std::length_error' what(): basic_string::_M_create"

weirdbeardgame commented 4 years ago

What happens if you clone the repository, with

git clone https://github.com/PCSX2/pcsx2.git go into the generated pcsx2 folder run ./build.sh and try to run the generated portable version?

ghost commented 4 years ago

well i'm at 97% from the AUR right now

ghost commented 4 years ago

seems to be working well now so its fixed i guess but did you get what i said about god of war?

ghost commented 4 years ago

@kenshen112 i forgot to say after some investigation the problems was clang at first i compiled in a terminal with clang in the environment variable i was using to compile other program but forgot about it after some time i've read that clang was disabled because 'std::length_error' the second time i compiled using pamac that is why it worked

it was my mistake all along, i didn't know clang was the one causing problems

weirdbeardgame commented 4 years ago

@Danilopereira82 if you want to keep clang. We figured out what caused that issue and merged it so go for it