zzzzpaul / python-windows-tiler

Automatically exported from code.google.com/p/python-windows-tiler
0 stars 0 forks source link

cx_Freeze: Python error in main script #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't believe this is easy to reproduce, so I'll just describe what I was 
doing:
1. Install PWT 3.2 on windows XP.
2. Open windows on few tilers. Run for days.
3. Clean all tiler except one.
4. Start switching tilers in random order.
5. A error message appears (attached), PWT exits.

The error log only shows errors that happened two days ago:

2011-08-29 10:43:04,890 - INFO - START controller
2011-08-29 11:26:10,671 - INFO - START controller
2011-08-29 13:45:42,358 - ERROR - Error while placing window
Traceback (most recent call last):
  File "E:\Python\PythonWindowsTilerV0.2\pwt\window.py", line 159, in position
pywintypes.error: (1400, 'GetWindowPlacement', 'Invalid window handle.')

Original issue reported on code.google.com by basil...@gmail.com on 1 Sep 2011 at 4:12

Attachments:

GoogleCodeExporter commented 9 years ago
Windows Explorer doesn't show 9.ico file in icons folder as icon. This file is 
probably corrupted. I've never switched to 9'th tiler before, so that must be 
the reason of failure.

Original comment by basil...@gmail.com on 1 Sep 2011 at 4:18

Attachments:

GoogleCodeExporter commented 9 years ago
I've redownloaded distirbution of version 3.2 for i386 and found out that 9.ico 
is only 185 bytes long (unlike longer normal icons).

Original comment by basil...@gmail.com on 1 Sep 2011 at 4:20

GoogleCodeExporter commented 9 years ago
I can't believe this error has been up for such a long time without anyone 
noticing! (including me!) I'll work on it soon, PWT currently isn't one of my 
priorities though.

Original comment by tzb...@gmail.com on 2 Sep 2011 at 3:04

GoogleCodeExporter commented 9 years ago
Had some time and added the correct icon that's windows xp compatible.

Original comment by tzb...@gmail.com on 21 Sep 2011 at 1:28