Logic Friday: crashes on entering an equation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Renan Birck

Logic Friday: crashes on entering an equation

Post by Renan Birck »

Hello,

I want to run, in Wine, a program called 'Logic Friday'. It is used for
the analysis of digital circuits.

It works mostly, but when I try to input a logic equation it dies with
the error:

(17) [renan@sanctuary:~/.wine/drive_c/Arquivos de programas/Logic
Friday 1]$ wine logicfriday.exe
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage EM_SETTABSTOPS: stub
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
wine: Unhandled page fault on write access to 0x006b0000 at address
0xf7d270e6 (thread 0009), starting debugger...

Steps to reproduce: File -> New -> Logic Equation -> F0 = A; in the
input field -> press ENTER.

It is freeware, you can download it and check whether this happens with
you: http://sontrak.com/downloads.aspx

I use Arch Linux 64-bits with a 32-bit wine + lib32 libraries, but it
also happens on my desktop (Arch Linux 32-bits).

Any solution?

Thanks!
--
Renan Birck | http://renanbirck.blogspot.com
Engenharia Elétrica UFSM | Electrical Engineering UFSM
Linux User #390969 since 2005
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Logic Friday: crashes on entering an equation

Post by austin987 »

On Wed, Mar 18, 2009 at 3:14 PM, Renan Birck <[email protected]> wrote:
Hello,

I want to run, in Wine, a program called 'Logic Friday'. It is used for
the analysis of digital circuits.

It works mostly, but when I try to input a logic equation it dies with
the error:

 (17) [renan@sanctuary:~/.wine/drive_c/Arquivos de programas/Logic
Friday 1]$ wine logicfriday.exe
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage EM_SETTABSTOPS: stub
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
wine: Unhandled page fault on write access to 0x006b0000 at address
0xf7d270e6 (thread 0009), starting debugger...

Steps to reproduce: File -> New -> Logic Equation -> F0 = A; in the
input field -> press ENTER.

It is freeware, you can download it and check whether this happens with
you: http://sontrak.com/downloads.aspx

I use Arch Linux 64-bits with a 32-bit wine + lib32 libraries, but it
also happens on my desktop (Arch Linux 32-bits).

Any solution?

Thanks!
--
Renan Birck | http://renanbirck.blogspot.com
Engenharia Elétrica UFSM | Electrical Engineering UFSM
Linux User #390969 since 2005


The lines after that are the more important ones ;-).

I filed a bug:
http://bugs.winehq.org/show_bug.cgi?id=17822

you can use native riched20 to work around it.

--
-Austin
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Logic Friday: crashes on entering an equation

Post by austin987 »

On Sun, Mar 22, 2009 at 4:29 PM, Austin English <[email protected]> wrote:
On Wed, Mar 18, 2009 at 3:14 PM, Renan Birck <[email protected]> wrote:
Hello,

I want to run, in Wine, a program called 'Logic Friday'. It is used for
the analysis of digital circuits.

It works mostly, but when I try to input a logic equation it dies with
the error:

 (17) [renan@sanctuary:~/.wine/drive_c/Arquivos de programas/Logic
Friday 1]$ wine logicfriday.exe
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage EM_SETTABSTOPS: stub
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
wine: Unhandled page fault on write access to 0x006b0000 at address
0xf7d270e6 (thread 0009), starting debugger...

Steps to reproduce: File -> New -> Logic Equation -> F0 = A; in the
input field -> press ENTER.

It is freeware, you can download it and check whether this happens with
you: http://sontrak.com/downloads.aspx

I use Arch Linux 64-bits with a 32-bit wine + lib32 libraries, but it
also happens on my desktop (Arch Linux 32-bits).

Any solution?

Thanks!
--
Renan Birck | http://renanbirck.blogspot.com
Engenharia Elétrica UFSM | Electrical Engineering UFSM
Linux User #390969 since 2005


The lines after that are the more important ones ;-).

I filed a bug:
http://bugs.winehq.org/show_bug.cgi?id=17822

you can use native riched20 to work around it.

--
-Austin
Fixed in today's git by commit caca4860290013b8fcf63a101d314346f870cbf4.

Upgrade to git, or try wine 1.1.18 when it's released (should be this Friday).

--
-Austin
Locked