Printing Issue

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mreude
Newbie
Newbie
Posts: 2
Joined: Thu Feb 19, 2009 12:49 am

Printing Issue

Post by mreude »

I have installed a program called CreataCard through wine. When I print something it has decided to print only what it wants to of my project. I have tried to print several things, but it does not appear to like to print lines and text. Here is the output from the terminal from start to finish.

Code: Select all

^Cmreude@mikes-pc:~/.wine/drive_c/Program Files/Broderbund/AG CreataCard$ wine ACard.exe
fixme:ntoskrnl:KeInitializeSpinLock stub: 0x4577a4
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => (null),0x21fe30,0x00000008
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => (null),0x37b1098,0x00000008
fixme:htmlhelp:HtmlHelpA structures not handled yet
fixme:htmlhelp:HtmlHelpW HH case HH_SET_WIN_TYPE not handled.
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
fixme:atl:AtlModuleInit SEMI-STUB (0x70aaa20 0x70a8878 0x7080000)
fixme:msxml:httprequest_QueryInterface Unsupported interface {00000126-0000-0000-c000-000000000046}
fixme:msxml:httprequest_QueryInterface Unsupported interface {00000126-0000-0000-c000-000000000046}
fixme:msxml:httprequest_QueryInterface Unsupported interface {00000126-0000-0000-c000-000000000046}
fixme:msxml:DllCanUnloadNow 
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
fixme:htmlhelp:HtmlHelpA structures not handled yet
fixme:htmlhelp:HtmlHelpW HH case HH_KEYWORD_LOOKUP not handled.
fixme:htmlhelp:HtmlHelpA structures not handled yet
fixme:htmlhelp:HtmlHelpW HH case HH_KEYWORD_LOOKUP not handled.
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:msxml:DllCanUnloadNow 
fixme:ras:RasEnumEntriesA ((nil),(null),0x3861498,0x32f2d8,0x32f2dc),stub!
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:msxml:DllCanUnloadNow 
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:msxml:DllCanUnloadNow 
fixme:msxml:DllCanUnloadNow 
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:msxml:DllCanUnloadNow 
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:msxml:DllCanUnloadNow 
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
err:toolbar:ToolbarWindowProc unknown msg 0925 wp=00000000 lp=00000000
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
fixme:msxml:DllCanUnloadNow 
fixme:msxml:DllCanUnloadNow 
mreude@mikes-pc:~/.wine/drive_c/Program Files/Broderbund/AG CreataCard$ 
I have found that most of the images do not print either.

Currently I have it installed as a Windows 98 program. It seems to work the best with that setting.
mreude
Newbie
Newbie
Posts: 2
Joined: Thu Feb 19, 2009 12:49 am

Post by mreude »

I tried to run DEBUG on it a few times, but when I do the program seems to stop responding and my output file winds up being over 2gb.
Locked