altmp / altv-issues

Issues and roadmap for alt:V project
92 stars 17 forks source link

debug mode crash problem #2269

Open MosIbOad opened 2 months ago

MosIbOad commented 2 months ago

Description of the problem

When I turn on debug mode on the user and server side and shut down the server, the game closes unexpectedly. Here is the video

Reproduction steps

It's a problem that only occurs when we start and shut down the server in debud mode.

Expected behaviour

I cannot test any code in debug mode. It could really be solved, thank you.

Additional context

I took a video to make it more understandable:

https://streamable.com/3oqp0t

Operating system

Windows 10

Version

16.0.151 (release)

Crashdump ID

d83ba04c-ae7e-4033-a255-b4f0c856f996

Confirmation of issue's presence

ToffyMTA commented 2 months ago

Happening for me aswell on dev & release branch.

Crashdump IDs: 5d1b1cb8-2122-4136-9901-a6bbf0956fef (16.0.0-dev.319 - dev branch) 6046a21b-e6ea-4417-83e6-42047e61260e (16.0.151 - release branch)

//edit: crashing only if using js module v1

MosIbOad commented 2 months ago

Happening for me aswell on dev & release branch.

Crashdump IDs: 5d1b1cb8-2122-4136-9901-a6bbf0956fef (16.0.0-dev.319 - dev branch) 6046a21b-e6ea-4417-83e6-42047e61260e (16.0.151 - release branch)

//edit: crashing only if using js module v1

I tried js module v2, but after the second restart, it crashes again...

TTox421 commented 2 months ago

I've encountered exactly the same problem, it's been bothering me for 4-5 days now. I tried changing branches from release, to release candidate, and to development, but nothing helped. Here is my error code. 92170f45-d22e-4ead-9ba7-5f1e29d509f8

MosIbOad commented 2 months ago

I've encountered exactly the same problem, it's been bothering me for 4-5 days now. I tried changing branches from release, to release candidate, and to development, but nothing helped. Here is my error code. 92170f45-d22e-4ead-9ba7-5f1e29d509f8

Yes, it is a very annoying problem. I hope it gets resolved

Selithrarion commented 2 months ago

same. also crashes when i press disconnect button

capitanotalpa commented 2 months ago

Same here, crashes each time when I hit the disconnect button.

PolishDywan commented 2 months ago

Same.

Shaviq commented 2 months ago

Same, please fix it

ToffyMTA commented 2 months ago

ok

As requested, reproduction steps are very simple:

TTox421 commented 2 months ago

It is not necessary to create an RmlElement, it crashes me even because of the connection of index.html new alt.RmlDocument("./index.rml");

ToffyMTA commented 2 months ago

Happening for me aswell on dev & release branch. Crashdump IDs: 5d1b1cb8-2122-4136-9901-a6bbf0956fef (16.0.0-dev.319 - dev branch) 6046a21b-e6ea-4417-83e6-42047e61260e (16.0.151 - release branch) //edit: crashing only if using js module v1

I tried js module v2, but after the second restart, it crashes again...

I suggest trying latest build of js v2 module now, there was some other things crashing while using compat mode and they are already fixed.