Running LIWC 2015 gives the following error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sbs010
Newbie
Newbie
Posts: 1
Joined: Mon Apr 09, 2018 1:10 pm

Running LIWC 2015 gives the following error

Post by sbs010 »

Hi, I get the following error. Not sure what to do.

Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code (0x00000000).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:00000000 ESP:0033fdec EBP:7e140000 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000000 EBX:00000001 ECX:0033fdf0 EDX:c0000001
ESI:0016bd20 EDI:00000000
Stack dump:
0x0033fdec: 004022f1 00000001 0016bd20 00000000
0x0033fdfc: 00000020 0033fec0 00000000 00000001
0x0033fe0c: 0016bd20 00000000 7e464856 ffffffff
0x0033fe1c: 0033fe00 00403108 0033feb0 004027d9
0x0033fe2c: 78f9aca9 fffffffe 00402418 00402430
0x0033fe3c: 00402db0 0033fe78 0040102a 00402db0
Backtrace:
=>0 0x00000000 (0x7e140000)
1 0x00000003 (0x00905a4d)
0x00000000: -- no code accessible --
Modules:
Module Address Debug info Name (42 modules)
PE 400000- 461000 Deferred liwc2015
ELF 7b400000-7b7ea000 Deferred kernel32<elf>
\-PE 7b420000-7b7ea000 \ kernel32
ELF 7bc00000-7bcf9000 Deferred ntdll<elf>
\-PE 7bc10000-7bcf9000 \ ntdll
ELF 7c000000-7c004000 Deferred <wine-loader>
ELF 7e13d000-7e155000 Deferred packager<elf>
\-PE 7e140000-7e155000 \ packager
ELF 7e155000-7e179000 Deferred imm32<elf>
\-PE 7e160000-7e179000 \ imm32
ELF 7e278000-7e2a3000 Deferred libexpat.so.1
ELF 7e2a3000-7e2ec000 Deferred libfontconfig.so.1
ELF 7e2ec000-7e326000 Deferred libpng16.so.16
ELF 7e326000-7e3e2000 Deferred libfreetype.so.6
ELF 7e427000-7e510000 Deferred msvcr120<elf>
\-PE 7e440000-7e510000 \ msvcr120
ELF 7e510000-7e62f000 Deferred msvcp120<elf>
\-PE 7e550000-7e62f000 \ msvcp120
ELF 7e62f000-7e6a5000 Deferred shlwapi<elf>
\-PE 7e640000-7e6a5000 \ shlwapi
ELF 7e6a5000-7e8f8000 Deferred shell32<elf>
\-PE 7e6b0000-7e8f8000 \ shell32
ELF 7e8f8000-7e970000 Deferred advapi32<elf>
\-PE 7e910000-7e970000 \ advapi32
ELF 7e970000-7ea9e000 Deferred gdi32<elf>
\-PE 7e980000-7ea9e000 \ gdi32
ELF 7ea9e000-7ec80000 Deferred user32<elf>
\-PE 7eab0000-7ec80000 \ user32
ELF 7ec80000-7ec93000 Deferred libnss_files.so.2
ELF 7ec93000-7eca1000 Deferred libnss_nis.so.2
ELF 7eca1000-7ecbc000 Deferred libnsl.so.1
ELF 7eebc000-7efbb000 Deferred libm.so.6
ELF 7efc7000-7efe6000 Deferred libz.so.1
ELF 7efe6000-7f000000 Deferred version<elf>
\-PE 7eff0000-7f000000 \ version
ELF f7b4e000-f7b53000 Deferred libdl.so.2
ELF f7b53000-f7d29000 Deferred libc.so.6
ELF f7d29000-f7d48000 Deferred libpthread.so.0
ELF f7d82000-f7d8c000 Deferred libnss_compat.so.2
ELF f7d8d000-f7f43000 Dwarf libwine.so.1
ELF f7f45000-f7f6c000 Deferred ld-linux.so.2
ELF f7f6f000-f7f70000 Deferred [vdso].so
Threads:
process tid prio (all id:s are in hex)
0000000e services.exe
00000023 0
0000001e 0
00000018 0
00000013 0
00000010 0
0000000f 0
00000011 winedevice.exe
0000001b 0
00000017 0
00000016 0
00000012 0
0000001c plugplay.exe
00000020 0
0000001f 0
0000001d 0
00000021 winedevice.exe
0000002a 0
00000025 0
00000024 0
00000022 0
00000034 (D) C:\Program Files (x86)\LIWC2015\LIWC2015.exe
00000035 0 <==
00000038 explorer.exe
0000003c 0
0000003b 0
0000003a 0
00000039 0
System information:
Wine build: wine-3.5
Platform: i386 (WOW64)
Version: Windows 8.1
Host system: Linux
Host version: 4.13.0-38-generic


Regards
SBS
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Running LIWC 2015 gives the following error

Post by Bob Wya »

@SBS,

Please use the supplied forum Code tags:

Code: Select all

I AM CODE
when posting blocks of terminal output and commands.

A Wine Backtrace is useless on it's own - without the corresponding full (Wine) terminal log.

Bob
Locked