WL8 was working fine yesterday. This morning I started it and it reached the point where it displayed the message "Controller Initialization Complete". At this point it went no further.
Rename
Do you start WL with command line arguments?
I simply click on the icon.
Try to disable your firewall and antivirus.
Restart Windows and your router.
Retry in a few hours.
Restart Windows and your router.
Retry in a few hours.
Same result.
I am not able to load WL8. It goes through the loading sequence while showing the "Starting wealth-Lab 8" box and stops at "Controller initialization complete...".
I have been loading WL 8 over the last several weeks with no issues but today it does not load.
Can you help me?
I have been loading WL 8 over the last several weeks with no issues but today it does not load.
Can you help me?
I've merged your new topic with this existing one. It's not that we have new ideas but please go through questions in posts #1 and #3 because your situation may be different.
@traderray, @coachal115
Here's another suggestion that you should try out. With WL8 closed, rename or move away this file out of its folder and restart WL8:
c:\Users\%Windows username%\AppData\Roaming\WealthLab8\Settings.txt
The idea is to do a factory reset. Does it have any effect?
Here's another suggestion that you should try out. With WL8 closed, rename or move away this file out of its folder and restart WL8:
c:\Users\%Windows username%\AppData\Roaming\WealthLab8\Settings.txt
The idea is to do a factory reset. Does it have any effect?
You might want to rename the Settings.txt in case you want to get your old settings back.
We were able to nail this bug down for B31. Check topic below for the reason:
https://www.wealth-lab.com/Discussion/9244
https://www.wealth-lab.com/Discussion/9244
I tried to follow these instructions and put the following in the search window of windows:
c:\Users\%Windows username%\AppData\Roaming\WealthLab8\Settings.txt
It was not recognized. I really don't know what all this means but will follow directions if I understand them.
c:\Users\%Windows username%\AppData\Roaming\WealthLab8\Settings.txt
It was not recognized. I really don't know what all this means but will follow directions if I understand them.
You have to substitute your Windows login name for %Windows username%.
1. Close WealthLab 8
2. Let's assume you log in to Windows as "coach". Open Windows Explorer and navigate to c:\Users\coach\AppData\Roaming\WealthLab8\ and find the Settings.txt file.
3. Delete Settings.txt
4. Start WealthLab 8
1. Close WealthLab 8
2. Let's assume you log in to Windows as "coach". Open Windows Explorer and navigate to c:\Users\coach\AppData\Roaming\WealthLab8\ and find the Settings.txt file.
3. Delete Settings.txt
4. Start WealthLab 8
Thanks Cone, I was able to bring up WL8. Your instructions were what I needed.
Thanks again for your help.
Thanks again for your help.
Hi there,
out of sudden wealth lab is stuck in the controller initialization.
i have followed the two links here regarding the problem withou success.
https://www.wealth-lab.com/Discussion/WL8-hangs-during-startup-at-Controller-Initialization-Complete-9049
https://www.wealth-lab.com/Discussion/WL8-not-opening-this-morning-stuck-at-Controller-Initialization-Complete-9244
i also did a clean install after completly removed the application.
what can i do to get it work again.
there are no extension registered.
TY
out of sudden wealth lab is stuck in the controller initialization.
i have followed the two links here regarding the problem withou success.
https://www.wealth-lab.com/Discussion/WL8-hangs-during-startup-at-Controller-Initialization-Complete-9049
https://www.wealth-lab.com/Discussion/WL8-not-opening-this-morning-stuck-at-Controller-Initialization-Complete-9244
i also did a clean install after completly removed the application.
what can i do to get it work again.
there are no extension registered.
TY
Appended your duplicate topic here. See Post #14 above or the other topic, post 12 - solution is the same.
i found out what made it stuck.
just implement datasetprovider returning null on datasets.
no exception, just stuck.
returning an empty list and it works
just implement datasetprovider returning null on datasets.
no exception, just stuck.
CODE:
public class CustomDataSetProvider : DataSetProviderBase { public override List<DataSet> DataSets => null; }
returning an empty list and it works
Glad you got it working. Let's see how many pitfalls like that you're about to discover. ;)
Your Response
Post
Edit Post
Login is required