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 freemode_script_recovery | line 23 #10

Closed
iRevolutionDev opened this issue Dec 17, 2021 · 5 comments
Closed

Crash freemode_script_recovery | line 23 #10

iRevolutionDev opened this issue Dec 17, 2021 · 5 comments
Assignees

Comments

@iRevolutionDev
Copy link
Contributor

Crashes on join casino or roll the roulette

@Yimura
Copy link
Member

Yimura commented Dec 18, 2021

I have been able to reproduce the issue mentioned above.

As of now I have no idea what's causing this. The call to the original method causes an exception I'm unsure what's causing it.

@Yimura
Copy link
Member

Yimura commented Dec 18, 2021

When I disable the hook for GTA V Thread Tick the error occurs somewhere else in the menu.

Log
***** FATAL EXCEPTION RECEIVED ******* 

***** Vectored Exception Handler: Received fatal exception EXCEPTION_ACCESS_VIOLATION	PID: 14556

*******	STACKDUMP *******
stack dump [0]	
stack dump [1]	
stack dump [2]	
stack dump [3]	
stack dump [4]	
stack dump [5]	
stack dump [6]	
stack dump [7]	
stack dump [8]		C:\Users\andre\Coding\cpp\YimMenu\BigBaseV2\src\hooking.cpp L: 162 big::hooks::run_script_threads
stack dump [9]	
stack dump [10]	
stack dump [11]	
stack dump [12]	
stack dump [13]	
stack dump [14]	
stack dump [15]	
stack dump [16]	
stack dump [17]	
stack dump [18]	
stack dump [19]	
stack dump [20]	 BaseThreadInitThunk
stack dump [21]	 RtlUserThreadStart

Exiting after fatal event  (FATAL_EXCEPTION). Fatal type:  EXCEPTION_ACCESS_VIOLATION
Log content flushed successfully to sink

@Yimura
Copy link
Member

Yimura commented Dec 18, 2021

Freemode script recovery is not at all the culprit, after I disabled everything that ran in the background the crash no longer occurs.

@Yimura
Copy link
Member

Yimura commented Dec 18, 2021

The crash is related to protections replay interface, disabling this will completely stop this from happening ever again.

I will push a commit later today to remove replay interface.

@Yimura
Copy link
Member

Yimura commented Dec 18, 2021

This has been fixed by no longer calling the replay interface on tick, this is fine since it wasn't accessible directly without first adding buttons to enable the features present or changing the settings.json file.

@Yimura Yimura closed this as completed Dec 18, 2021
@Yimura Yimura mentioned this issue Jan 23, 2022
2 tasks
TheGreenBandit pushed a commit to TheGreenBandit/YimMenu that referenced this issue Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants