View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009824 | New issues | CEF | public | 2018-03-10 01:26 | 2018-09-24 20:52 |
Reporter | Pirulax | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Platform | PC | OS | Windows | OS Version | 10.0.17134.165 |
Summary | 0009824: Crash when destroying webBrowser element got from guiGetBrowser() | ||||
Description | No description needed i think. | ||||
Steps To Reproduce | local webBrowser = guiGetBrowser(guiCreateBrowser(0, 0, 640, 480, true, false, false)) -- Get the browser element from gui-browser | ||||
Tags | No tags attached. | ||||
|
Oh, sorry, heres some info about my config: |
|
@Jusonex Able to reproduce in Multi Theft Auto v1.5.5-release-12430. Seems like the crash is related to accessing something in memory that no longer exists. Perhaps a destructor not working in right order or missing something...? <pre>Version = 1.5.5-release-12430.0.000 EAX=0B6936E8 EBX=0B975620 ECX=00000000 EDX=00000000 ESI=C605253D |
|
destroyElement shouldn't do anything on browsers that were created by guiCreateBrowser. Generally, I'm planning on refactoring it to get rid of guiGetBrowser at all (so that all browser function accept gui-browsers as well). |
|
Moved to https://github.com/multitheftauto/mtasa-blue/issues/575 |