Morse COde

Questions about Wine on Linux
Locked
blackboxx
Newbie
Newbie
Posts: 3
Joined: Thu Dec 04, 2014 4:51 am

Morse COde

Post by blackboxx »

I am running ubuntu 12.04 with wine 1.7.
Under win98 I developed a program that gives the morse-code of the keyboard via soundcard out
It runs perfect with win98, but not with ubuntu.

When I start it, I receive the Message :

fixme:hook:SetWindowsHookEx16 System-global hooks (2) broken in Win16

I attach the software
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Morse COde

Post by dimesio »

blackboxx wrote:wine 1.7.
We need the full version number.
Under win98 I developed a program that gives the morse-code of the keyboard via soundcard out
It runs perfect with win98, but not with ubuntu.
If this is happening in 1.7.32, file a bug and attach your testcase to it.
blackboxx
Newbie
Newbie
Posts: 3
Joined: Thu Dec 04, 2014 4:51 am

Re: Morse COde

Post by blackboxx »

wine 1.7.18

[POL_Wine] Message: Running wine- /home/schwarz/.PlayOnLinux/wineprefix/default/drive_c/Program Files/Common Files/KEY_SPR/SPRACH1/SPRACHE.EXE
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
fixme:hook:SetWindowsHookEx16 System-global hooks (2) broken in Win16
[POL_Wine] Message: Running wine- /home/schwarz/.PlayOnLinux/wineprefix/default/dosdevices/c:/Program Files/Common Files/KEY_SPR/SPRACH1/BUCHSTAB.EXE
fixme:hook:SetWindowsHookEx16 System-global hooks (2) broken in Win16
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Morse COde

Post by dimesio »

POL is not supported here, and the current development release is 1.7.32.

You would need to retest in plain 1.7.32 (clean wineprefix, no POL) before filing any bugs.
blackboxx
Newbie
Newbie
Posts: 3
Joined: Thu Dec 04, 2014 4:51 am

Re: Morse COde

Post by blackboxx »

I load down the wine 1.7.32
the command ./configure worked
the three following make commands did not

so long

bxx
Locked