Advertisement
Pinkishu

Untitled

Apr 5th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. panic: Failed to find GetWindowLongPtrW procedure in user32.dll: winapi error #1
  2. 27
  3.  
  4. goroutine 1 [running]:
  5. syscall.(*LazyProc).mustFind(0x200b7ee0, 0x4eb003)
  6. /home/amanda/.local/share/google/go/src/pkg/syscall/dll_windows.go:242 +
  7. 0x6b
  8. syscall.(*LazyProc).Call(0x200b7ee0, 0x2d216f8, 0x2, 0x2, 0x200b87e0, ...)
  9. /home/amanda/.local/share/google/go/src/pkg/syscall/dll_windows.go:255 +
  10. 0x32
  11. github.com/AllenDang/w32.GetWindowLongPtr(0x1b0386, 0xfffffff0, 0x0, 0x0)
  12. /home/amanda/Code/Google/Go/.path/src/github.com/AllenDang/w32/user32.go
  13. :369 +0x71
  14. github.com/skelterjohn/go.wde/win.(*Window).LockSize(0x200b87e0, 0x1, 0x200a3440
  15. )
  16. /home/amanda/Code/Google/Go/.external/src/github.com/skelterjohn/go.wde/
  17. win/win_windows.go:132 +0x35
  18. main.main()
  19. /home/amanda/Code/Google/Go/src/mc-skin/main.go:61 +0x97
  20.  
  21. goroutine 2 [syscall]:
  22. created by runtime.main
  23. /home/amanda/.local/share/google/go/src/pkg/runtime/proc.c:221
  24.  
  25. goroutine 3 [syscall]:
  26. syscall.Syscall6(0x767578e2, 0x4, 0x200b8980, 0x1b0386, 0x0, ...)
  27. /home/amanda/.local/share/google/go/src/pkg/runtime/zsyscall_windows_386
  28. .c:97 +0x49
  29. syscall.(*Proc).Call(0x200a6020, 0x2d2477c, 0x4, 0x4, 0x0, ...)
  30. /home/amanda/.local/share/google/go/src/pkg/syscall/dll_windows.go:127 +
  31. 0x4e9
  32. syscall.(*LazyProc).Call(0x200b7ce0, 0x2d2477c, 0x4, 0x4, 0x2d24788, ...)
  33. /home/amanda/.local/share/google/go/src/pkg/syscall/dll_windows.go:256 +
  34. 0x4f
  35. github.com/AllenDang/w32.GetMessage(0x200b8980, 0x1b0386, 0x0, 0x0, 0x1, ...)
  36. /home/amanda/Code/Google/Go/.path/src/github.com/AllenDang/w32/user32.go
  37. :227 +0x94
  38. github.com/skelterjohn/go.wde/win.(*Window).HandleWndMessages(0x200b87e0, 0x200a
  39. 3dc0)
  40. /home/amanda/Code/Google/Go/.external/src/github.com/skelterjohn/go.wde/
  41. win/win_windows.go:197 +0x59
  42. github.com/skelterjohn/go.wde/win._func_004(0x200ab4e0, 0x200ab4d0, 0x200ab4d8,
  43. 0x200a3dc0, 0x0, ...)
  44. /home/amanda/Code/Google/Go/.external/src/github.com/skelterjohn/go.wde/
  45. win/win_windows.go:110 +0x83
  46. created by github.com/skelterjohn/go.wde/win.NewWindow
  47. /home/amanda/Code/Google/Go/.external/src/github.com/skelterjohn/go.wde/
  48. win/win_windows.go:111 +0xb9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement