Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
103 stars 10 forks source link

Can`t excute EmuGUI #56

Closed backryun closed 1 year ago

backryun commented 1 year ago

C:\Users\Administrator\Desktop\EmuGUI_v1.0.2.5312_Win_amd64>emugui.exe The SQLite module encountered an error: unable to open database file. Trying to create the file. EmuGUI wasn't able to create the file. The SQLite module encountered an error: unable to open database file. ['windowsvista', 'Windows', 'Fusion'] windowsvista Windows Fusion Traceback (most recent call last): File "emugui.py", line 2048, in win = Window() File "emugui.py", line 89, in init self.prepareDatabase(self.connection) File "emugui.py", line 546, in prepareDatabase cursor = connection.cursor() AttributeError: 'NoneType' object has no attribute 'cursor' [22312] Failed to execute script 'emugui' due to unhandled exception!

This error makes can`t excute your program, how to solve it? I already installed Qemu 8.0/Python 3.11.3.

Tech-FZ commented 1 year ago

Try pip install pysqlite3.

Tech-FZ commented 1 year ago

And use the included binaries which should include everything EmuGUI needs.

Tech-FZ commented 1 year ago

I could get EmuGUI running on both a PC I normally only use for gaming or printing and a VM where EmuGUI wasn't run before. Please check if there are problems with your binaries.