summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-21 02:27:59 -0500
committerPietro Gagliardi <[email protected]>2014-02-21 02:27:59 -0500
commite39a5d928c45f93d5d1379919d0a45c04021174f (patch)
treef3246b242521ef7e94292b8da473379dae77cbd7 /todo.md
parentbd51e3e9a7af663570a0f77d9cbf395ce31d66bf (diff)
Fixed the unregistered window class error on 64-bit Windows: turns out it was a difference in Go's int vs. what Windows expected (thanks Microsoft for not using your special types here). Fixed all instances of this, even in unmigrated/. Still does not work in wine...
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 4a92c36..7713d99 100644
--- a/todo.md
+++ b/todo.md
@@ -27,8 +27,9 @@ important things:
super ultra important things:
- for some reason events are now delayed on windows
- the windows build appears to be unstable:
- - 64-bit doesn't work, period: it crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 CreateWindowExW complains about an unregistered window class, yet the RegisterClassW appears to have succeeded and examining the stack in WinDbg indicates the correct class name is being sent (see below)
+ - 64-bit doesn't work, period: it crashes in malloc in wine with heap corruption warnings aplenty during DLL loading; in windows 7 it works fine
- 32-bit: it works now, but if I save the class name converted to UTF-16 beforehand, wine indicates that the class name is replaced with the window title, so something there is wrong...
+- on 64-bit windows 7 comboboxes don't show their lists
- handle in-library panics (internal errors) by reporting them to the user
- david wendt is telling me he's getting frequent crashes on his end with the GTK+ amd64 build...
- I get soft deadlock if I mash the Click Me button repeatedly