Hey, i am back because i found a way to fix the “Malformed timeline data: Unknown JSON format” on linux FXServer (distance, not in localhost).
So, basicly u will need to follow the step mentionned in the tutorial(profiler record X + profiler status + wait while record status is NO), and then make a “profiler view”.
At this moment, if the link given for chrome doesnt work and the profiler save neither, u will need to :
open the link “http://x.x.x.x:30120/profileData.json” in ur browser.
So for the link (x.x.x.x = ur IP server) & (30120 = ur PORTS fivem server, both are in server.cfg)
Next step is, u will found something like this :
Do CTRL+a to select all the code lines and then a CTRL+c to copy all the code.
Open ur text editor and then open a new file, CTRL+v to paste all the code in the new file.
After that u will need to register (save) the new file in format as .json ( for exemple : myfile.json ) and finally u are going to chrome and then with the Chrome dev tools provided in this tutorial, u can now right click “load profile…” and then choose ur “myfile.json” where u save it and tadaaa, it will open and load all ur ticks from server register with profiler record X.
Hope it can help people, i was searching for a solution during 4 days so, enjoy guys.