Skip to content
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

Crash after [🟥 Stop] #445

Closed
1 task done
0x13479 opened this issue Oct 5, 2024 · 4 comments
Closed
1 task done

Crash after [🟥 Stop] #445

0x13479 opened this issue Oct 5, 2024 · 4 comments
Labels
bug Unexpected behavior of Vinegar good first issue Good for newcomers

Comments

@0x13479
Copy link

0x13479 commented Oct 5, 2024

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

No matter which renderer I use, Studio crashes few seconds after I click [🟥 Stop]. Only after that. If I don't run no simulations, I don't get crashes. v1.7.5 did not have this issue.

The log ends with:

Oct  5 17:08:02.084 WRN Recieved signal signal=interrupt
Oct  5 17:08:02.084 WRN Killing Roblox pid=20

Studio-2024-10-05T16:55:38Z.log

2024-10-05.16-55-37.mp4

System information

* Vinegar: v1.7.6
* Distro: Freedesktop SDK 23.08 (Flatpak runtime)
* Processor: AMD Ryzen 5 5600X 6-Core Processor
  * Supports AVX: true
  * Supports split lock detection: false
* Kernel: 6.10.12-hardened1-1-hardened
* Wine (Player): wine-9.18 (Staging)
* Wine (Studio): wine-9.18 (Staging)
* Flatpak: [x]
* Cards:
  * Card 0: nvidia 0000:0a:00.0 /sys/class/drm/card1
@0x13479 0x13479 added the bug Unexpected behavior of Vinegar label Oct 5, 2024
@apprehensions
Copy link
Member

It seems that Vinegar was sent a SIGTERM signal by another process, and this could be Roblox or your kernel. Please check your dmesg.

@0x13479
Copy link
Author

0x13479 commented Oct 5, 2024

dmesg had no new lines. With strace I figured out that wineserver receives 3 SIGPIPEs at the moment it crashes (in the picture below).
1728157587
The PID 23 is, from what I read, a kernel process, and I tried to disable the thing that kills processes which consume too much memory by:

echo "2" > /proc/sys/vm/overcommit_memory

But with that, Roblox crashes when entering the place with smth like "out of memory" message in the terminal.
I don't see this to be of any help so what I can do, is install a linux on VM with a normal kernel and then with linux-hardened to see whether that is the issue. i will do that later

edit;note: i have 16g RAM, and I never exceed even the half of it, it's not issue with my low memory

@tunis4
Copy link
Member

tunis4 commented Oct 5, 2024

dont bother debugging it further, its a problem in vinegar

@0x13479
Copy link
Author

0x13479 commented Oct 5, 2024

okay, cheers

@apprehensions apprehensions added the good first issue Good for newcomers label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior of Vinegar good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants