https://bugs.winehq.org/show_bug.cgi?id=49014
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 CC| |focht@gmx.net Summary|error before running a |Builtin |program - Balabolka |'winemenubuilder.exe' | |crashes Component|-unknown |programs
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello gsl,
it seems Wine's builtin 'winemenubuilder' application crashes.
--- snip --- Unhandled exception: page fault on read access to 0x00b28004 in 64-bit code (0x00007f3887755d30). Register dump: rip:00007f3887755d30 rsp:000000000022f3c0 rbp:0000000080004005 eflags:00010297 ( R- -- I S -A-P-C) rax:0000000000b28004 rbx:0000000000690001 rcx:0000000000b9c1dc rdx:0000000000000000 rsi:0000000000690001 rdi:0000000000000000 r8:000027809451ea7d r9:0000000000000000 r10:0000000000000000 r11:0000000000432158 r12:0000000000690001 r13:000000000022f578 r14:0000000000ad1c78 r15:0000000000000000 Stack dump: 0x000000000022f3c0: 0000000080004005 000000007b020e83 0x000000000022f3d0: 000000000022f578 0000000000000000 0x000000000022f3e0: 000000007bebb6a5 000000007b0200b1 0x000000000022f3f0: 0000000000690001 000000000000000e 0x000000000022f400: 0000000000000000 05d74fabcf856700 0x000000000022f410: 0000000000690001 0000000000690001 0x000000000022f420: 0000000080004005 0000000000ad1c78 0x000000000022f430: 000000000022f578 0000000000000000 0x000000000022f440: 000000007bebb6a5 00007f3887756543 0x000000000022f450: 0000000000000000 0000000000000000 0x000000000022f460: 0000000000000000 0000000000adb178 0x000000000022f470: 000000000022f468 00000000ffffffff Backtrace: =>0 0x00007f3887755d30 wWinMain+0xffffffffffffffff() in winemenubuilder (0x0000000080004005) 1 0x00007f3887756543 wWinMain+0xffffffffffffffff() in winemenubuilder (0x0000000080004005) 2 0x00007f3887756b55 wWinMain+0xffffffffffffffff() in winemenubuilder (0x000000000022f578) 3 0x00007f388775b289 wWinMain+0xffffffffffffffff() in winemenubuilder (0x0000000000000000) 4 0x00007f3887762229 wWinMain+0x2898() in winemenubuilder (0x000000000022f8e0) 5 0x00007f3887763ece wmain+0x11d() in winemenubuilder (0x000000000022fa40) 6 0x00007f3887763d9f sprintfW+0x15e() in winemenubuilder (0x000000000022fb30) 7 0x000000007b45950d __wine_start_process+0x3cc() in kernel32 (0x000000000022ffd0) 0x00007f3887755d30 wWinMain+0xffffffffffffffff in winemenubuilder: movl (%rax),%edx Modules: Module Address Debug info Name (62 modules) PE 64940000- 64988000 Deferred shcore PE 65000000- 655ab000 Deferred ole32 PE 65780000- 6579f000 Deferred version PE 68a40000- 68b71000 Deferred shlwapi PE 69c80000- 69cf8000 Deferred propsys PE 6a100000- 6a545000 Deferred oleaut32 PE 6a700000- 6a8d3000 Deferred setupapi PE 6bec0000- 6bf0c000 Deferred imm32 PE 6fbc0000- 6fdfc000 Deferred rpcrt4 PE 7b000000- 7b2f9000 Deferred kernelbase ELF 7b400000- 7b681000 Dwarf kernel32<elf> -PE 7b410000- 7b681000 \ kernel32 ELF 7bc00000- 7bed0000 Deferred ntdll<elf> -PE 7bc20000- 7bed0000 \ ntdll ELF 7c000000- 7c004000 Deferred <wine-loader> ... ELF 7f3885bea000- 7f3885e2f000 Deferred libfontconfig.so.1 ELF 7f3885e2f000- 7f388604c000 Deferred libz.so.1 ELF 7f388604c000- 7f388627e000 Deferred libpng16.so.16 ELF 7f388627e000- 7f3886532000 Deferred libfreetype.so.6 ... ELF 7f3889147000- 7f388934b000 Deferred libdl.so.2 ELF 7f388934b000- 7f388973c000 Deferred libc.so.6 ELF 7f388973c000- 7f388995b000 Deferred libpthread.so.0 ELF 7f3889979000- 7f3889d1a000 Dwarf libwine.so.1 ELF 7f3889d1c000- 7f3889f46000 Deferred ld-linux-x86-64.so.2 Threads: process tid prio (all id:s are in hex) ... 00000039 balabolka.exe 0000006a 0 ... 00000040 2 0000003a 0 0000003b (D) C:\windows\system32\winemenubuilder.exe 0000003f 0 0000003c 0 <== ... System information: Wine build: wine-5.0 Platform: x86_64 Version: Windows 7 Host system: Linux Host version: 4.15.0-96-generic --- snip ---
The '0000000080004005' value in the stack dump/callstack looks suspicious to me. It could be either the result of:
* missing or broken host package(s) * improper or incompatible native overrides * Wine insufficiency (unsupported/unimplemented format)
Could you run the following command and attach the log file to this ticket. "cd" to the application install directory before.
--- snip --- $ WINEDEBUG=+seh,+loaddll,+process,+menubuilder,+wincodecs,+resource wine ./balabolka.exe >>log.txt 2>&1 --- snip ---
Regards