Scanner Installation Errors

Questions about Wine on Linux
Locked
ChrisOfBristol
Level 1
Level 1
Posts: 5
Joined: Wed Jul 26, 2017 10:37 am

Scanner Installation Errors

Post by ChrisOfBristol »

I'm trying to run an executable called EEM_3.10.94.exe which should install something to commumicate with my Epson Perfection V100 Photo scanner. It errors as below.
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7f5cb04d).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
EIP:7f5cb04d ESP:0033e33c EBP:0033e368 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000001 EBX:7f65cec8 ECX:0033e330 EDX:00000000
ESI:00149294 EDI:00000000
Stack dump:
0x0033e33c: 7f5cb2dd 00110000 00000000 00000002
0x0033e34c: 00000000 00149580 7f5cb016 0033e37c
0x0033e35c: 00000000 0033e5c8 0041e56c 0033e5a4
0x0033e36c: 00401996 0033e4ec 00000000 00401996
0x0033e37c: 00149294 00000000 00000000 00000000
0x0033e38c: 00000000 00000001 00149580 003a0043
000d: sel=006f base=00000000 limit=00000000 16-bit r-x
Backtrace:
=>0 0x7f5cb04d in shell32 (+0x4b04d) (0x0033e368)
1 0x00401996 in setup (+0x1995) (0x0033e5a4)
2 0x00407636 in setup (+0x7635) (0x0033ede0)
3 0x00407856 in setup (+0x7855) (0x0033f5f0)
4 0x00407938 in setup (+0x7937) (0x0033fe30)
5 0x0040a3a6 in setup (+0xa3a5) (0x0033fec0)
6 0x7b461a7c in kernel32 (+0x51a7b) (0x0033fed8)
7 0x7b4634ce in kernel32 (+0x534cd) (0x0033ffd8)
8 0x7b461a8a in kernel32 (+0x51a89) (0x0033ffec)
0x7f5cb04d: cmpw $0,0x0(%edi)
Modules:
Module Address Debug info Name (14 modules)
PE 400000- 471000 Export setup
PE 7b410000-7b5b6000 Export kernel32
PE 7bc10000-7bc14000 Deferred ntdll
PE 7ef30000-7ef34000 Deferred winex11
PE 7efc0000-7efc4000 Deferred imm32
PE 7f210000-7f218000 Deferred oleaut32
PE 7f330000-7f334000 Deferred rpcrt4
PE 7f3c0000-7f3e8000 Deferred ole32
PE 7f510000-7f518000 Deferred shlwapi
PE 7f580000-7f6e2000 Export shell32
PE 7f7d0000-7f7d4000 Deferred advapi32
PE 7f850000-7f857000 Deferred gdi32
PE 7f980000-7fa46000 Deferred user32
PE 7ffd0000-7ffd4000 Deferred version
Threads:
process tid prio (all id:s are in hex)
0000000e services.exe
00000036 0
00000033 0
00000026 0
0000001e 0
00000010 0
0000000f 0
0000001a winedevice.exe
00000025 0
00000020 0
0000001f 0
0000001b 0
00000023 plugplay.exe
00000028 0
00000027 0
00000024 0
00000031 winedevice.exe
0000003d 0
00000035 0
00000034 0
00000032 0
00000039 explorer.exe
00000040 0
0000003f 0
0000003e 0
0000003a 0
0000004e EEM_3.10.94.exe
0000004f 0
00000050 EEM_3.10.94.tmp
00000051 0
00000052 (D) C:\users\chris\Temp\EPSON_Software\Data\Setup.exe
00000053 0 <==
System information:
Wine build: wine-3.0 (Ubuntu 3.0-1ubuntu1)
Platform: i386
Version: Windows 7
Host system: Linux
Host version: 4.15.0-38-generic
User avatar
dimesio
Moderator
Moderator
Posts: 13200
Joined: Tue Mar 25, 2008 10:30 pm

Re: Scanner Installation Errors

Post by dimesio »

Windows hardware drivers don't work in Wine. You would need to install the Linux driver for your scanner if there were one. http://www.sane-project.org/sane-mfgs.html#Z-EPSON
ChrisOfBristol
Level 1
Level 1
Posts: 5
Joined: Wed Jul 26, 2017 10:37 am

Re: Scanner Installation Errors

Post by ChrisOfBristol »

Thanks, I'll give it a go.
Locked