andreas-mausch / whatsapp-viewer

Small tool to display chats from the Android msgstore.db database (crypt12)
https://andreas-mausch.de/whatsapp-viewer/
MIT License
1.23k stars 381 forks source link

Runtime Error! #99

Closed sergio-custodio closed 3 years ago

sergio-custodio commented 4 years ago

When trying to decrypt my db, message box:

Microsoft Visual C++ Runtime Library

Runtime Error!

Program: C:\Users\sergi\Desktop\WhatsApp Viewer.exe

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

sergio-custodio commented 4 years ago

I can send DB and key if necessary.

andreas-mausch commented 4 years ago

Sorry!

Yes, your files would help. Please upload them somewhere (please encrypt them / use a password) and send a link and password to andreas.mausch@gmail.com.

How much RAM do you have? Decryption is done completely in memory and it uses a lot..

sergio-custodio commented 4 years ago

Thanks! I've shared db and key files with google drive directly to your gmail.

I have 16GB of RAM, usually having half of it free. WhatsApp Viewer seems to use about 1GB to try to processes my 400MB db before it crashes, so I don't think that's an issue.

andreas-mausch commented 4 years ago

Thanks for the additional info. :+1: I've received the file, feel free to delete it from the cloud.

I don't have a development environment set up right now, so it might need a fews days.

However runtime errors should never happen, so I'm again very sorry about this and try to fixing this asap.

Paskal-MY commented 4 years ago

I'm having this issue too. my crypt12 file is around 1gb in size. my pc is win10 64bit, with 8gb ram.

javiersh2000 commented 4 years ago

I have the same problem but with a 220 mb file, any help?

erickamoedo commented 4 years ago

errorr

I have the same problem :/

8 ram / i7

Do you have any suggestion for me?

danielporto commented 4 years ago

I also got the same issue. Windows 10, 64. vm from https://app.vagrantup.com/YuvrajTakey/boxes/Windows any hints or workaround??

andreas-mausch commented 4 years ago

Sorry I haven't fixed it yet. :( I can't even excuse it by a lack of time (because I have plenty right now), but just too many other things I like to do.

I try to fix it next week, meanwhile the workaround is to decrypt the file via node.js, java or python:

andreas-mausch commented 4 years ago

Related to #37 #46 #59 #93

Davidorum commented 4 years ago

Hello guys, Andreas,

I had the same issue trying to uncrypt the DB (150Mb). A workaround valid for me was to launch via command line, like this:

"WhatsApp Viewer.exe" -decrypt12 msgstore.db.crypt12 key msgstore.db

Hope can help! :)

dghl08 commented 3 years ago

Sorry I haven't fixed it yet. :( I can't even excuse it by a lack of time (because I have plenty right now), but just too many other things I like to do.

I try to fix it next week, meanwhile the workaround is to decrypt the file via node.js, java or python:

for files showing runtime error use link provided below in safeboot mode Python and Java: https://github.com/EliteAndroidApps/WhatsApp-Crypt12-Decrypter

andreas-mausch commented 3 years ago

Let's continue here: #46