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

\dkr no longer shows the crash log #191

Closed
hexploitable opened this issue Aug 30, 2019 · 5 comments
Closed

\dkr no longer shows the crash log #191

hexploitable opened this issue Aug 30, 2019 · 5 comments

Comments

@hexploitable
Copy link
Contributor

When attempting to get the crash report after failing, \dkr simply returns error: Script is destroyed
image

Looking into this and will PR

@trufae
Copy link
Member

trufae commented Aug 30, 2019 via email

@hexploitable
Copy link
Contributor Author

Probably yes, working as of 723267b

@hexploitable
Copy link
Contributor Author

Yep - narrowed it down to 7097e37

@hexploitable
Copy link
Contributor Author

hexploitable commented Sep 1, 2019

		if (result) {
			json_object_unref (result);
		}
		else if (strncmp (command, "dkr", 3) == 0) { //compensate for dkr
			//pass
		}
		else {
			return NULL;
		}

Nasty/lazy fix because I'm about to be AFK all day today but you can probably think of a better way than I can anyway :)

@trufae
Copy link
Member

trufae commented Sep 1, 2019 via email

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