gammu / wammu

Wammu
https://wammu.eu/wammu/
GNU General Public License v3.0
64 stars 28 forks source link

Wammu does not start on Windows XP SP3 ( WindowsError: [Error -2146893795] ) #85

Closed Baltazar500 closed 3 years ago

Baltazar500 commented 5 years ago

Wammu does not start on Windows XP SP3. On start i get error "See the logfile 'C:\Program Files\Wammu\wammu.exe.log' for details". In wammu.exe.log i see next :

Traceback (most recent call last): File "wammu.py", line 199, in File "Wammu\App.pyo", line 29, in File "Wammu\Main.pyo", line 34, in File "tempfile.pyo", line 35, in File "random.pyo", line 887, in File "random.pyo", line 97, in init File "random.pyo", line 115, in seed WindowsError: [Error -2146893795] Traceback (most recent call last): File "wammu.py", line 199, in File "Wammu\App.pyo", line 29, in File "Wammu\Main.pyo", line 34, in File "tempfile.pyo", line 35, in File "random.pyo", line 887, in File "random.pyo", line 97, in init File "random.pyo", line 115, in seed WindowsError: [Error -2146893795]

Kabak85 commented 3 years ago

Hi,

I had the same error here. The DLL from microsoft in the wammu directory are not compatible with XP. You have to remove it.

Edit You have to remove :

Baltazar500 commented 3 years ago

Edit You have to remove :

Thanks for your reply. This solution worked for me. Wammu successfully launched on Windows XP SP3.