-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calibration settings crash on Linux #159
Comments
Hi @FolderHyph I am unable to reproduce this bug, this doesn't happen in my case. |
Having same issue. Crash after clicking on Calibration
Running Archlinux |
After changed some setting program now crashes few seconds after start Additional fun stuff in dmesg:
|
I think these crashes may be related to #133 I think you could test whether fixes addressing that issue helped with your case. |
Calibration still crashes. |
@pktiuk
|
Then the root cause is completely different than in the Issue I mentioned. I will soon focus on your issue. Give me some time. |
@FolderHyph |
Hello, PS4 controller, 2nd generation |
This issue is not related with used controller (I have checked it with PS4 controller and it worked fine). It may be caused by wrong way of destroying objects. Some fixes for this are present in the latest release. |
Nope, still our friend seg fault when trying to use calibration
|
Could you collect logs from debug build here and upload log file here?
|
Hi, I'm new with AntiMicroX but I have the same problem: |
Hi @Duke-Jones |
It would be good to collect also core dump (if there is any) |
@pktiuk : I started the debug-appimage (with the appimagelauncher) and it crashed as expected. |
Ok, I think I did it : |
Sorry, I forgot to paste link to instruction: https://github.com/AntiMicroX/antimicrox/wiki/Collecting-Logs |
Now I know where app crashes. JoyControlStickEditDialogHelper::JoyControlStickEditDialogHelper(JoyControlStick *stick, QObject *parent)
: QObject(parent)
{
Q_ASSERT(stick);//Here
this->stick = stick;
} Null was somehow passed to this function. Could you provide any core dumps from this crash?
|
is it this what you need ? |
Seems to be good. |
@pktiuk If you need more infos: I have installed QTCreator and can run AntiMicroX as a Debug configuration. |
Another hint: As you can see, I have no sticks but "DPads" and "Buttons". The DPad is my CoolieHat and my three |
Wow! Thanks.
You not only helped, you did the hardest part of fixing this bug. You found the reason. Code does not expect any joypad without joysticks and simply crashes. |
you're welcome :-) A few more informations about my hardware could also help: CH Fighterstick: CH Throttle : |
Once more thank for your help :D |
When I click on Calibration settings, AntimicroX crash.
Configuration
Version of antimicrox: 3.1.5
Used package: flatpak
System version: Linux Parrot with flatpak installed
The text was updated successfully, but these errors were encountered: