• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved Crash While opening the "Player" pane.

John Fletcher

Starting Trainer
Describe the bug you experienced here.

What I expected to happen:I wanted to see my statistics, badges, etc in the PLAYER pane.
What actually happened:
Everytime I try to open it, the game crashes
Steps to reproduce:
1. ...
2. ...
...

(Add a crash log here if available and enclose it in the code tag with this button:
)
 

Attachments

nilllzz

Original Developer
Administrator
P3D Developer
Did you try to open the file with any program?
The end of the file contains byte data, meaning some program wrote directly into it using a byte stream.
Even the header is there, going to let me believe it was some sort of image program (you can read "JFIF", which is a variation of the JPEG compression).
 

John Fletcher

Starting Trainer
Did you try to open the file with any program?
The end of the file contains byte data, meaning some program wrote directly into it using a byte stream.
Even the header is there, going to let me believe it was some sort of image program (you can read "JFIF", which is a variation of the JPEG compression).
At first, i didn't know how to open a DAT file so i tried to open it w/ VLC media player and GOM media player. Can u still recover it?
 
Last edited:

Fanta

Content Developer
P3D Developer
Global Moderator
At first, i didn't know how to open a DAT file so i tried to open it w/ VLC media player and GOM media player. Can u still recover it?
I think if you deleted the lines at the end, it would work, also make sure it has no blank lines.
 

Fanta

Content Developer
P3D Developer
Global Moderator
May i ask what lines do u mean? Sorry i'm kinda new to this game.
Oh, Open it with notepad, you'll find lines like {1,0} but at the end you'll see stuff that makes no sense, delete all of them and make sure the last line in the file is something like this {435,0} (numbers are just as an example).

Or just replace it with this one :
 

Attachments

John Fletcher

Starting Trainer
Oh, Open it with notepad, you'll find lines like {1,0} but at the end you'll see stuff that makes no sense, delete all of them and make sure the last line in the file is something like this {435,0} (numbers are just as an example).

Or just replace it with this one :
Thanks!
 
Top