Client crash on launch (v2.7.1)
|
10-08-2016, 09:57 PM
Post: #1
|
|||
|
|||
Client crash on launch (v2.7.1)
Hello,
My client crash on launch without any error message This is what WP look in the taskbar when i launch him : http://i.imgur.com/SSZtw2p.png Windows Anniversary (The one who broke CMD for CLI color syntax) x64 Intel® Core i5-4670K CPU @ 3.40GHz Only Nvidia & Logitech service was running during try What i actually tried : - Remove whatpulse completely (also remaining key .. etc Sad ) - Remove WinPcap - Ccleaner --> clean register - Open regedit --> remove everything with search "whatpulse" - Reboot - Delete whatpulse.db & whatpulse.wpw & the complete folder - Disable my antivirus - Disable my firewall - Install a old version (2.6.3) - launch in admin mode - Compatibility mode - Install the 2.6.3 and update with your updater.exe without launching WP - Disable my network protection - Use my phone connection Some note : - I own and manage my own network - I didn't install nothing from past 3 month execpt CCleaner to try to repair this issue - Still work on my laptop with the same update - WinPcap is not install i don't use network stats I'm really out of ideas why this happen, any help is welcome Thanks. |
|||
10-22-2016, 06:38 PM
Post: #2
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
Hi,
Does it actually crash, or does it look like the screenshot you posted? If so, that just means it's not logged in and not counting. Click the icon to login. |
|||
10-22-2016, 07:15 PM
(This post was last modified: 10-22-2016 07:19 PM by Sovex66.)
Post: #3
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
Hi smitmartjin,
i have recorded what happen when my PC launch https://www.youtube.com/watch?v=4nsOd1xSchg The main screen popup for like 3sec, the W icon on the taskbar with red alert (the screen i linked on the main post) stay for 5 more second and all vanish without any error message EDIT : When i launch Wp after the boot, the exact same thing happen |
|||
10-22-2016, 07:22 PM
Post: #4
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
Can you make the video public?
|
|||
10-22-2016, 07:23 PM
Post: #5
|
|||
|
|||
RE: Client crash on launch (v2.7.1) | |||
10-23-2016, 02:29 PM
Post: #6
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
Still on my way try to fix this issue and now the app.log write some stuff
23-10-2016 16:21:52.322 INFO "Starting WhatPulse 2.7.1..." 23-10-2016 16:21:52.372 DEBUG Installed CrashRpt! 23-10-2016 16:21:52.376 DEBUG Database file: "C:/Users/Sovex/AppData/Local/WhatPulse/whatpulse.db" 23-10-2016 16:21:52.377 DEBUG Database check: "ok" 23-10-2016 16:21:52.379 DEBUG Opened database in: 4 ms 23-10-2016 16:21:52.385 DEBUG Running WhatPulse as Administrator! :-) 23-10-2016 16:21:52.385 DEBUG Encrypted file: "C:/Users/Sovex/AppData/Local/WhatPulse/whatpulse.wpw" 23-10-2016 16:21:52.385 DEBUG Unable to open savefile 23-10-2016 16:21:52.386 WARN Failed to load ' "C:/Users/Sovex/AppData/Local/WhatPulse/whatpulse.wpw" ' - trying backup file 23-10-2016 16:21:52.386 DEBUG Unable to open savefile 23-10-2016 16:21:53.041 DEBUG Loaded application aliases 23-10-2016 16:21:53.268 WARN libcap not available: 23-10-2016 16:21:53.268 DEBUG Detected that WinPcap is not available and falling back to Windows APIs! No unpulsed online data this way! ![]() 23-10-2016 16:21:53.344 WARN Failed to resolve symbol SHGetSpecialFolderPathW 23-10-2016 16:21:53.377 DEBUG WhatPulse 2.7.1 has started 23-10-2016 16:21:55.832 DEBUG Starting timers and collector.. 23-10-2016 16:21:55.837 DEBUG Started watchdog. 23-10-2016 16:21:55.838 DEBUG enableInputHook: true 23-10-2016 16:21:55.839 DEBUG LowLevelHookHandler starting 23-10-2016 16:21:55.839 DEBUG Enabling lowlevel input hooks 23-10-2016 16:21:55.847 DEBUG Network ports description file ( "C:/Users/Sovex/AppData/Local/WhatPulse/network-ports.csv" ) does not exist! The client will not be able to translate port numbers to human readable form. 23-10-2016 16:21:56.398 WARN Unable to resolve GetModuleFileNameExW |
|||
10-31-2016, 08:19 PM
Post: #7
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
You previously said that you disabled your antivirus, it that still the case in the video? If the log you posted is the only thing it logs, there's no reason why it would crash, so I'm thinking once the keyhooks install (+- 10 seconds after launch) - something thinks the client is being malicious and shuts it down.
Also, why are you installing an old client? (2.6.3 and not 2.7.1?) |
|||
11-05-2016, 01:48 PM
Post: #8
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
(10-31-2016 08:19 PM)smitmartijn Wrote: You previously said that you disabled your antivirus, it that still the case in the video? If the log you posted is the only thing it logs, there's no reason why it would crash, so I'm thinking once the keyhooks install (+- 10 seconds after launch) - something thinks the client is being malicious and shuts it down. On the video my antivirus was ON, but everything disabled the error is the same, and the log remain the same Proof: http://i.imgur.com/dkhTbgk.png I'm not installing a old client, but that one of my multiple attempt to fix this issue |
|||
11-05-2016, 10:45 PM
Post: #9
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
Well, something seems to be killing it - pretty much everything the client can do to crash itself will be logged in the app.log, which has nothing, according to the information you've provided so far.
Exit all background applications and try each time to see which one is the culprit. |
|||
11-05-2016, 11:23 PM
(This post was last modified: 11-05-2016 11:27 PM by Sovex66.)
Post: #10
|
|||
|
|||
RE: Client crash on launch (v2.7.1)
(11-05-2016 10:45 PM)smitmartijn Wrote: Well, something seems to be killing it - pretty much everything the client can do to crash itself will be logged in the app.log, which has nothing, according to the information you've provided so far. I almost kill everything i can and this still don't work http://i.imgur.com/WxOyQ9H.png I added exepction to my antivirus, even uninstall and WP still crash on the same exact line 23-10-2016 16:21:56.398 WARN Unable to resolve GetModuleFileNameExW On Google some speak about game corrupt the kernel32.dll on Sys32 I play alot of game, this could be true ? Like GetModuleFileNameExW seem a class WP use to work |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)