Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. $ wine program.exe
  2. fixme:winediag:start_process Wine Staging 1.9.23 is a testing version containing experimental patches.
  3. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
  4. fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
  5. fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32f918 1 C) semi-stub
  6. fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32f6e8 1 C) semi-stub
  7. ORT 2.12 (C) 2005 - 2016 Organum Ltd
  8. fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1179fc,0x14f3b0): stub
  9.  
  10. output by program.exe
  11.  
  12. fixme:msvcrt:__clean_type_info_names_internal (0x100aaa54) stub
  13.  
  14. $ wine program.exe > out 2>&1
  15. $ cat out
  16. fixme:winediag:start_process Wine Staging 1.9.23 is a testing version containing experimental patches.
  17. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
  18. fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
  19. fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32f918 1 C) semi-stub
  20. fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32f6e8 1 C) semi-stub
  21. fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x1179fc,0x14f3b0): stub
  22. fixme:msvcrt:__clean_type_info_names_internal (0x100aaa54) stub
  23.  
  24. $ wine optipng.exe test.png
  25. fixme:winediag:start_process Wine Staging 1.9.23 is a testing version containing experimental patches.
  26. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
  27. ** Processing: test.png
  28. 9921x7015 pixels, 1 bit/pixel, 2 colors in palette
  29. Input IDAT size = 431755 bytes
  30. Input file size = 431845 bytes
  31.  
  32. Trying:
  33. zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 431755
  34.  
  35. test.png is already optimized.
  36.  
  37. $ wine optipng.exe test.png > out 2>&1
  38. $ cat out
  39. fixme:winediag:start_process Wine Staging 1.9.23 is a testing version containing experimental patches.
  40. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
  41. ** Processing: test.png
  42. 9921x7015 pixels, 1 bit/pixel, 2 colors in palette
  43. Input IDAT size = 431755 bytes
  44. Input file size = 431845 bytes
  45.  
  46. Trying:
  47. zc = 9 zm = 8 zs = 0 f = 0
  48. zc = 9 zm = 8 zs = 1 f = 0 IDAT size = 431755
  49. zc = 1 zm = 8 zs = 2 f = 0
  50. zc = 9 zm = 8 zs = 3 f = 0
  51. zc = 9 zm = 8 zs = 0 f = 5
  52. zc = 9 zm = 8 zs = 1 f = 5
  53. zc = 1 zm = 8 zs = 2 f = 5
  54. zc = 9 zm = 8 zs = 3 f = 5
  55.  
  56.  
  57. test.png is already optimized.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement