Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use exe after first run #7

Open
codymatthew opened this issue Dec 11, 2020 · 9 comments
Open

Unable to use exe after first run #7

codymatthew opened this issue Dec 11, 2020 · 9 comments

Comments

@codymatthew
Copy link

I was able to use the exe correctly the first time. Uploads worked and everything. After closing and restarting Windows 10, the exe wont run anymore. Doesn't show in process list or task manager. I uninstalled and reinstalled with same results.

@codymatthew
Copy link
Author

alprd.exe does show in task manager

@codymatthew
Copy link
Author

Screenshot_20201211-002654_Video Player

@codymatthew
Copy link
Author

Capture

@codymatthew
Copy link
Author

123

@codymatthew
Copy link
Author

@addisonklinke
Copy link
Collaborator

Hi @codymatthew, to clarify alprd.exe is the commercial Watchman Agent which is completely separate from this open source hotlist importer. Whether or not the agent is running should have no effect on the importer.

The importer reads configuration values from a YAML file in ~/.alpr/hotlist.yaml, and based on your traceback this is missing one of the required keys hotlist_path. The GUI should populate these for you automatically. Could you please search and run "OpenALPR Hotlist Importer" from the start icon and send a screenshot of that window?

@codymatthew
Copy link
Author

@addisonklinke thanks for the reply! I've been stressing over this for a while now. When I launch the exe, my cursor spins for a second then nothing happens. No window no pop-up error, nothing. Nothing is shown in the task manager or process list.

Ive tried running the exe in compatibility mode, installing in the regular program files folder as well as my user app data folder. I've installed with compatibility and even completely purged the app and its data from my system.

Like I said, it worked perfectly the first time I used it. But after that, I could never get it open again.

@codymatthew
Copy link
Author

codymatthew commented Dec 22, 2020

At this point, I think there are missing file dependencies, but I *cant figure out which ones are messed up. There are files all over the place that get installed.... there's files in .alpr and Program Files. And for some reason, because of these scattered program files, I cant complete a fresh uninstall. This program is very all over the place with its file storage.

@addisonklinke

@addisonklinke
Copy link
Collaborator

@codymatthew I tested a fresh install of v1.2.0 from our release page. As you can see in the attached screen capture, the GUI opens without issue after completion.

If you suspect missing dependencies due to a firewall or other quarantine, you could attempt to run the core importer script directly from the command line like below. This will ensure all the Python libraries are visible to the interpreter

cd C:\Users\your_username\AppData\Local\OpenALPR Hotlist Import
Python\python.exe pkgs\hotlistimport.py --help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants