http://bugs.winehq.org/show_bug.cgi?id=34401
Bug #: 34401 Summary: QuiteRSS WinRT/ARM port needs msvcr110.dll.fabsf Product: Wine Version: 1.7.1 Platform: arm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says ...
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./QuiteRSS.exe >>log.txt 2>&1 ... wine: Call from 0x40480388 to unimplemented function msvcr110.dll.fabsf, aborting ... wine: Unimplemented function msvcr110.dll.fabsf called at address 0x40480388 (thread 002b), starting debugger... ... Unhandled exception: unimplemented function msvcr110.dll.fabsf called in 32-bit code (0x40480388). Register dump: ARM User Mode Pc:40480388 Sp:40dde664 Lr:404825b4 Cpsr:400f0010(-Z--) r0:40dde670 r1:40dde790 r2:0000 r3:40dde670 r4:40abe84c r5:40dde730 r6:0000 r7:40dde7f8 r8:5555dc r9:40a2cc18 r10:0001 Fp:40dde6c0 Ip:40b42498 Stack dump: 0x40dde664: 00000000 40dde6d4 10612c5d 00000043 0x40dde674: 40dde670 40dde790 00000000 40dde670 0x40dde684: 40abe84c 40dde730 00000000 40dde7f8 0x40dde694: 005555dc 40a2cc18 00000001 40dde6c0 0x40dde6a4: 40b42498 40dde664 404825b4 40480388 0x40dde6b4: 400f0010 40dde6e8 40dde728 40abe908 Backtrace: =>0 0x40480388 RtlCaptureContext+0x58() in ntdll (0x40dde6c0) 1 0x404825b4 RtlRaiseException+0x1b(rec=0x40dde6d4) [/home/linaro/wine/wine-git/dlls/ntdll/signal_arm.c:1093] in ntdll (0x40dde6c0) 2 0x404825b4 RtlRaiseException+0x1b(rec=0x80000100) [/home/linaro/wine/wine-git/dlls/ntdll/signal_arm.c:1093] in ntdll (0x40dde728) 3 0x40abe908 RaiseException+0xbb(code=0x41b47050, flags=0x404ad6c8, nbargs=0x41b47050, args=0x404ad6c8) [/home/linaro/wine/wine-git/dlls/kernel32/except.c:84] in kernel32 (0x40dde768) 4 0x40468500 call_entry_point+0x6f() in ntdll (0x40dde794) ... 0000002f (D) Z:\home\linaro\wine-apps\quiterss\QuiteRSS.exe --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/a51ffcd442678ce019a52bd5b95d99d0b...
--- snip --- 2014 @ stub -arch=arm fabsf --- snip ---
Regards