- ago
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.
0
1,085
Solved
19 Replies

Reply

Bookmark

Sort
- ago
#1
Do you start WL with command line arguments?
0
- ago
#2
I simply click on the icon.
0
- ago
#3
Try to disable your firewall and antivirus.
Restart Windows and your router.
Retry in a few hours.
0
- ago
#4
Same result.
0
- ago
#5
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?
0
- ago
#6
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.
0
- ago
#9
@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?
0
Glitch8
 ( 10.65% )
- ago
#10
You might want to rename the Settings.txt in case you want to get your old settings back.
0
- ago
#11
We were able to nail this bug down for B31. Check topic below for the reason:

https://www.wealth-lab.com/Discussion/9244
0
Best Answer
- ago
#13
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.
0
Cone8
 ( 6.24% )
- ago
#14
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
0
- ago
#15
Thanks Cone, I was able to bring up WL8. Your instructions were what I needed.

Thanks again for your help.
1
- ago
#16
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
0
- ago
#17
Appended your duplicate topic here. See Post #14 above or the other topic, post 12 - solution is the same.
1
- ago
#18
i found out what made it stuck.

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
0
- ago
#19
Glad you got it working. Let's see how many pitfalls like that you're about to discover. ;)
0

Reply

Bookmark

Sort