Autoit Bug - Inputbox

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rcmaehl
Newbie
Newbie
Posts: 3
Joined: Sun Aug 21, 2011 7:08 pm

Autoit Bug - Inputbox

Post by rcmaehl »

In wine-1.2.2 and wine-1.3.15 on Ubuntu Inputbox() for autoit does not work.

sample script:
InputBox("meh", "meh")

Expected result:
Input window

Actual result:
Nothing and program exits

Terminal output when compiled:
fixme:win:LockWindowUpdate ((nil)), partial stub
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

That's a good bug report, but the right place for it is http://bugs.winehq.org
Locked