View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009316 | Multi Theft Auto : San Andreas | CEF | public | 2016-08-01 08:53 | 2016-09-11 16:54 |
Reporter | thisdp | Assigned To | Jusonex | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Windows | OS | Windows 10 Pro | OS Version | Windows 10 Pro |
Product Version | |||||
Target Version | 1.5.3 | Fixed in Version | 1.5.3 | ||
Summary | 0009316: CEF title crashed MTA | ||||
Description | Recently I am learning javascript on MTA CEF. I did something wrong when setting browser's title. I found this one can crash my MTA: document.title = "getting\" It was found by a mistake. | ||||
Tags | No tags attached. | ||||
|
The code is Javascript. |
|
Ok I found what real crash my MTA. local bro = guiCreateBrowser(100,100,200,200,false,false,false) when browser wasn't initialized completely, load url can crash MTA. |
|
Can't reproduce this. Could you please provide a test resource? |
|
the reason of crash isn't CEF title. The mainly problem is to operate on browser as soon as the browser created |
|
Could you please zip all files from C:\Program Files (x86)\MTA San Andreas 1.5\MTA\dumps\private and upload the archive here or on https://upload.mtasa.com? |
|
|
|
local browser = guiGetBrowser(bro) |
|
Fixed in https://github.com/multitheftauto/mtasa-blue/commit/7823ea12d12a8ff5ea91b09c7419b24911f61525 |