Wine error: help

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
giovanni
Newbie
Newbie
Posts: 2
Joined: Sat Nov 29, 2008 12:16 pm

Wine error: help

Post by giovanni »

hello, i have a problem with wine, but i don't know the meaning of the message that it replays when i try to start the prog .exe.

This is the message:

Code: Select all

...
wine: Unhandled page fault on read access to 0xd12e3930 at address 0x41654d (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0xd12e3930 in 32-bit code (0x0041654d).
fixme:dbghelp_msc:pe_load_debug_directory This guy has FPO information
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:0041654d ESP:0034f508 EBP:0034f620 EFLAGS:00010282(   - 00      - RIS1)
 EAX:b6b1c731 EBX:7b8b0888 ECX:1ba00028 EDX:005805d0
 ESI:0043a160 EDI:7ffdf000
Stack dump:
0x0034f508:  7ffdf000 0043a160 7b8b0888 401e93ec
0x0034f518:  00000000 00000003 00000001 00000000
0x0034f528:  00000004 00000001 00000000 00000003
0x0034f538:  00000003 00000003 00000001 1c82ee9f
0x0034f548:  00000000 00001818 00000001 00000000
0x0034f558:  00000003 00000001 00000000 00000003
Backtrace:
=>1 0x0041654d in compa (+0x1654d) (0x0034f620)
  2 0x0041082f in compa (+0x1082f) (0x0034fc60)
  3 0x004187e8 in compa (+0x187e8) (0x0034fec8)
  4 0x0043a224 in compa (+0x3a224) (0x0034ff08)
  5 0x7b87547e start_process+0xee(arg=0x0) [/build/buildd/wine-0.9.46/dlls/kernel32/process.c:839] in kernel32 (0x0034ffe8)
  6 0xf7de2a17 wine_switch_to_stack+0x17() in libwine.so.1 (0x00000000)
0x0041654d: fldl        0xffffff80(%ecx,%eax,8)
Modules:
Module  Address                 Debug info      Name (16 modules)
PE        400000-  465000       Export          compa
ELF     7b800000-7b929000       Dwarf           kernel32<elf>
  \-PE  7b820000-7b929000       \               kernel32
ELF     7bc00000-7bca0000       Deferred        ntdll<elf>
  \-PE  7bc10000-7bca0000       \               ntdll
ELF     7bf00000-7bf03000       Deferred        <wine-loader>
ELF     7ef92000-7ef9d000       Deferred        libnss_files.so.2
ELF     7ef9d000-7efa7000       Deferred        libnss_nis.so.2
ELF     7efa7000-7efbf000       Deferred        libnsl.so.1
ELF     7efbf000-7efe4000       Deferred        libm.so.6
ELF     f7c58000-f7c5c000       Deferred        libdl.so.2
ELF     f7c5c000-f7da6000       Deferred        libc.so.6
ELF     f7da7000-f7dbf000       Deferred        libpthread.so.0
ELF     f7dd2000-f7ddb000       Deferred        libnss_compat.so.2
ELF     f7ddb000-f7eef000       Dwarf           libwine.so.1
ELF     f7ef1000-f7f0f000       Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) Z:\home\droa\compa.exe
        00000009    0 <==
compa is the name of the program that i try to run with wine

someone can help me???
tnx

(i'm waiting for help.. i need help :D )
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine error: help

Post by vitamin »

giovanni wrote: 5 0x7b87547e start_process+0xee(arg=0x0) [/build/buildd/wine-0.9.46/dlls/kernel32/process.c:839] in kernel32 (0x0034ffe8)
This is really old and broken version of Wine. The latest version is wine-1.1.9
giovanni
Newbie
Newbie
Posts: 2
Joined: Sat Nov 29, 2008 12:16 pm

Post by giovanni »

yes.. i know that my wine version is too old, but i use ubuntu 7.10 and wine 0.9.46 is the better one for this relise (i think).

anyway i'll try last version of wine. tnx

the strange thing is that this wine (0.9.46) work fine till yesterday.. but now i can't run compa.exe.. and i don't know why..
IneedAname

Wine error: help

Post by IneedAname »

On Sat, 29 Nov 2008 11:28:45 -0600
"giovanni" <[email protected]> wrote:
hello, i have a problem with wine, but i don't know the meaning of the message that it replays when i try to start the prog .exe.
5 0x7b87547e start_process+0xee(arg=0x0) [/build/buildd/wine-0.9.46/dlls/kernel32/process.c:839] in kernel32
Looks like your using wine 0.9.46 which is 1 year 2 months old. please try the newest version of wine (1.1.9) and read the Wine FAQ and check if the program is listed in the wineappdb.
Locked