flash programmer sw, "inb" at 0x77a issue

Questions about Wine on Linux
Locked
spectrum
Newbie
Newbie
Posts: 4
Joined: Mon May 26, 2008 12:57 pm

flash programmer sw, "inb" at 0x77a issue

Post by spectrum »

Dear all,
still a question related to those "eeprom burners" using parallel ports.
I am on debian testing (wheezy).
I successfully had woeking the Willem programmer SW using wine on linux, using windows 98 compatibility mode.

Now i am trying to have another similar SW working, for the BIOS NANO programmer.

When the sw starts (98 compatibility mode) i have:

Code: Select all

Unhandled exception: privileged instruction in 32-bit code (0x02097e91).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:02097e91 ESP:0033edcc EBP:0033edd4 EFLAGS:00010246(  R- --  I  Z- -P- )
 EAX:0000077a EBX:0033edd3 ECX:00000000 EDX:0000077a
 ESI:0002002c EDI:0033ee20
Stack dump:
0x0033edcc:  7eca4ff4 00010076 0033f090 0040847d
0x0033eddc:  0000077a 004057c3 0002002c 0002002c
0x0033edec:  00000000 00000000 00000000 00000000
0x0033edfc:  00000000 00000000 00000000 00000000
0x0033ee0c:  00000000 00000000 00000000 00000000
0x0033ee1c:  00000000 00000024 7eca4ff4 00000000
Backtrace:
=>0 0x02097e91 in io (+0x7e91) (0x0033edd4)
  1 0x0040847d in biosw_helper (+0x847c) (0x0033f090)
  2 0x7ec6a4cd in user32 (+0x9a4cc) (0x0033f0f0)
  3 0x7ec6acda in user32 (+0x9acd9) (0x0033f5c0)
  4 0x7ec6d3d6 in user32 (+0x9d3d5) (0x0033f610)
  5 0x7ebf7254 DefDlgProcW+0x83() in user32 (0x0033f650)
  6 0x7ec69eea WINPROC_wrapper+0x19() in user32 (0x0033f680)
  7 0x7ec6a63c in user32 (+0x9a63b) (0x0033f6d0)
issue seems to be the "inb" at 0x77a (see DX reg.).
I already setup registry "ppdev" keys as in the wine wiki.

Every help is very appreciated.
Best Regards
Angleo
Locked