Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. unexpected fault address 0x100000069
  2. throw: fault
  3.  
  4. [signal 0xb code=0x1 addr=0x100000069 pc=0x22593be]
  5.  
  6. runtime.throw+0x40 /Users/rm/Code/go/src/pkg/runtime/runtime.c:102
  7. runtime.throw(0x1b6d76, 0x100000069)
  8. runtime.sigpanic+0xe7 /Users/rm/Code/go/src/pkg/runtime/darwin/thread.c:472
  9. runtime.sigpanic()
  10.  
  11. goroutine 1 [3]:
  12. return /Users/rm/Code/go/src/pkg/runtime/amd64/asm.s:384
  13. return()
  14. runtime.cgocall+0x108 /Users/rm/Code/go/src/pkg/runtime/cgocall.c:136
  15. runtime.cgocall(0x2b44e, 0x2700d88, 0x2700db8, 0x2a027)
  16. sdl._Cfunc_SDL_CreateTextureFromSurface+0x2f /Users/rm/Code/pokemon-universe-read-only/Packages/SDL/_obj/_cgo_defun.c:347
  17. sdl._Cfunc_SDL_CreateTextureFromSurface(0x266bb70, 0x332e040)
  18. sdl.*Surface·CreateTexture+0x55 /Users/rm/Code/pokemon-universe-read-only/Packages/SDL/_obj/sdl.cgo1.go:102
  19. sdl.*Surface·CreateTexture(0x332e040, 0x266bb70, 0x332cfa0, 0x68d5, 0xf84002ff60, ...)
  20. main.*PU_Image·Reload+0x3a /Users/rm/Code/pokemon-universe-read-only/Client/image.go:49
  21. main.*PU_Image·Reload(0xf84002ff60, 0xf84002ff60)
  22. main.NewImageFromSurface+0x56 /Users/rm/Code/pokemon-universe-read-only/Client/image.go:44
  23. main.NewImageFromSurface(0x332e040, 0xf840000378, 0xf800000001, 0x100ffffff)
  24. main.*PU_Font·Build+0x1e8 /Users/rm/Code/pokemon-universe-read-only/Client/font.go:105
  25. main.*PU_Font·Build(0xf84000d720, 0xf840000380)
  26. main.NewFont+0x180 /Users/rm/Code/pokemon-universe-read-only/Client/font.go:59
  27. main.NewFont(0xf84002eba0, 0x51, 0x2f00000030, 0x2700f08, 0x37, ...)
  28. main.*PU_Engine·LoadFont+0x37 /Users/rm/Code/pokemon-universe-read-only/Client/engine.go:144
  29. main.*PU_Engine·LoadFont(0xf840042220, 0xf800000005, 0xf84002eba0, 0x51, 0x6174616400000030, ...)
  30. main.*PU_Game·LoadFonts+0x85 /Users/rm/Code/pokemon-universe-read-only/Client/gameimages.go:34
  31. main.*PU_Game·LoadFonts()
  32. main.main+0x119 /Users/rm/Code/pokemon-universe-read-only/Client/main.go:60
  33. main.main()
  34. runtime.mainstart+0xf /Users/rm/Code/go/src/pkg/runtime/amd64/asm.s:77
  35. runtime.mainstart()
  36. runtime.goexit /Users/rm/Code/go/src/pkg/runtime/proc.c:178
  37. runtime.goexit()
  38. ----- goroutine created by -----
  39. _rt0_amd64+0x8e /Users/rm/Code/go/src/pkg/runtime/amd64/asm.s:64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement