Help running a new app

Questions about Wine on Linux
Locked
avidscavenger
Newbie
Newbie
Posts: 1
Joined: Tue Oct 03, 2023 6:39 am

Help running a new app

Post by avidscavenger »

I've been trying to run a program under Wine called Scan125 https://www.nick-bailey.co.uk/index.html

I've used a Vanilla win32 wine root with only dotnet48 and one font installed. It seems to start OK but immediately becomes totally unresponsive to mouse or keyboard events. I see nothing suspicious on stdout or stderr.

And now I don't know where to look next. Can anyone help?

Thanks!
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Help running a new app

Post by jkfloris »

It looks like the program gets stuck on detecting COM ports. If you want to use the program without a scanner, you can start with it:

Code: Select all

WINEDLLOVERRIDES="mountmgr.sys=d" wine Scan125.exe
If you do want to use a scanner, you could file a bug report.
Locked