matzman666 / PyPipboyApp

A platform independent and extensible unofficial Fallout 4 Pipboy Companion App
GNU General Public License v3.0
83 stars 20 forks source link

Error with Doctorsbag #55

Open Vortox14 opened 7 years ago

Vortox14 commented 7 years ago

This error prevents the program from booting. Is caused by the "Doctorsbag" widget. Reseting of the .ini file within "%appdata%\roaming\pypipboyapp" allows the app to launch with the widget still installed.

"F1 2016-11-15 05:03:52,032 WARNING Faulthandler is enabled launcherpath: C:\Users\Gamer\Downloads\PyPipboyApp All-In-One-4664-v0-8-4a\PyPipboyApp-Win32\PyPipBoyApp-Launcher.exe F1 2016-11-15 05:03:52,088 INFO Added style "akPip-Green" F1 2016-11-15 05:03:52,089 INFO Added style "qdarkstyle" F1 2016-11-15 05:03:52,102 INFO Successfully loaded widget "ammocount" F1 2016-11-15 05:03:52,107 INFO Successfully loaded widget "autodoc" F1 2016-11-15 05:03:52,112 INFO Successfully loaded widget "databrowser" F1 2016-11-15 05:03:52,116 INFO Successfully loaded widget "dataupdatelogger" F1 2016-11-15 05:03:52,123 INFO Successfully loaded widget "datetime" F1 2016-11-15 05:03:52,151 INFO Successfully loaded widget "doctorsbag" F1 2016-11-15 05:03:52,156 INFO Successfully loaded widget "effects" F1 2016-11-15 05:03:52,163 INFO Successfully loaded widget "equippedandgrenades" F1 2016-11-15 05:03:52,169 INFO Successfully loaded widget "gamestats" F1 2016-11-15 05:03:52,185 INFO Successfully loaded widget "hotkeys" F1 2016-11-15 05:03:52,198 INFO Successfully loaded widget "inventorybrowser" F1 2016-11-15 05:03:52,204 INFO Successfully loaded widget "locationbrowser" F1 2016-11-15 05:03:52,230 INFO Successfully loaded widget "map" F1 2016-11-15 05:03:52,236 INFO Successfully loaded widget "perks" F1 2016-11-15 05:03:52,255 INFO Successfully loaded widget "playerinfo" F1 2016-11-15 05:03:52,278 INFO Successfully loaded widget "playerstats" F1 2016-11-15 05:03:52,284 INFO Successfully loaded widget "quests" F1 2016-11-15 05:03:52,288 INFO Successfully loaded widget "quickaid" F1 2016-11-15 05:03:52,292 INFO Successfully loaded widget "radio" F1 2016-11-15 05:03:52,301 INFO Successfully loaded widget "smallplayerinfo" F1 2016-11-15 05:03:52,316 INFO Successfully loaded widget "workshops" Traceback (most recent call last): File "pypipboyapp.py", line 817, in pipboyApp.run() File "pypipboyapp.py", line 222, in run self._initWidgets() File "pypipboyapp.py", line 686, in _initWidgets w.init(self, self.dataManager) File "C:\Users\Gamer\Downloads\PyPipboyApp All-In-One-4664-v0-8-4a\PyPipboyApp-Win32\pypipboyapp\widgets\doctorsbag\doctorsbagwidget.py", line 73, in init if len(self.customItems) > 0: TypeError: object of type 'NoneType' has no len()"