https://bugs.winehq.org/show_bug.cgi?id=55218
Todd Chester ToddAndMargo@zoho.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|8.11 |10.0-rc4
--- Comment #11 from Todd Chester ToddAndMargo@zoho.com --- Hi Gys,
This is still driving me nuts in 10.0-rc4. Would one one of our intrepid heroes please jump on this?
System information: Wine build: wine-10.0-rc4 (Staging) Platform: i386 Version: Windows 7 Host system: Linux Host version: 6.12.9-200.fc41.x86_64
This is the new script:
<PrintEnvelope> Sub PrintEnvelope Dim ThisSequenceNo As Variant Dim ThisCustomer As Variant Dim SeqFind As New Find
RunApproachMacro("Enter") ThisSequenceNo = CurrentView.Body.SequenceNo.text ThisCustomer = CurrentView.Body.Customer~ No.Text
Set CurrentWindow.ActiveView = CurrentDocument.Envelope CurrentWindow.CurrentRecord = ThisSequenceNo Yield CurrentWindow.Print
Set CurrentWindow.ActiveView = CurrentDocument.Invoices CurrentWindow.Browse
SeqFind.And "InvSeqNo", ThisSequenceNo CurrentWindow.FindSort SeqFind CurrentDocument.Window.FindAll
End Sub </PrintEnvelope>
Executing the "CurrentWindow.Print" line, this is the error that pops up: 282 lines: I will attach it. This is the top of the error report.
unhandled exception: page fault on write access to 0x00000008 in 32-bit code (0x16638cc5). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:16638cc5 ESP:008df3d4 EBP:008df45c EFLAGS:00010206( R- -- I - -P- ) EAX:02250044 EBX:02473e24 ECX:00000000 EDX:00000001 ESI:020704f0 EDI:020705b8 Stack dump: 0x008df3d4: 020705b8 00000000 020704f0 00000000 0x008df3e4: 020705b8 16638b83 020704f0 02473e24 0x008df3f4: 020704f0 00000002 00000000 00000000 0x008df404: f45c0000 0000008d 3e240000 04f00247 0x008df414: f3e40207 8ac1008d f7e41663 0111008d 0x008df424: 32300000 00005643 02470000 008df450 Backtrace: =>0 0x16638cc5 in ltsun40 (+0x38cc5) (0x008df45c) 1 0x16639d59 in ltsun40 (+0x39d59) (0x008df4c0) 2 0x16635bb4 in ltsun40 (+0x35bb4) (0x008df7f0) 3 0x17c04f39 in ltsdn40 (+0x4f39) (0x00000111) 0x16638cc5 ltsun40+0x38cc5: movw %dx, 8(%ecx)