以下是我打开时遇到的错误Power BI在 Ubuntu 中。
Unhandled exception: page fault on read access to 0x140000000 in
64-bit code (0x0000000140000000). Register dump: rip:0000000140000000
rsp:000000000053fdd8 rbp:000000000053ffd0 eflags:00010246 ( R- -- I
Z- -P- ) rax:0000000140000000 rbx:0000000000000000
rcx:00007fffffeaf000 rdx:0000000000000000 rsi:0000000000000000
rdi:000000000053fe40 r8:000000000053fd00 r9:0000000000000008
r10:0000000000000008 r11:0000000000000246 r12:0000000000000000
r13:0000000000000000 r14:0000000000000000 r15:0000000000000000 Stack
dump: 0x000000000053fdd8: 000000007b47a41a 0000000000000000
0x000000000053fde8: 0000000000000000 0000000000000000
0x000000000053fdf8: 0000000000000000 0000000140000000
0x000000000053fe08: 00007fffffeaf000 0000000000000000
0x000000000053fe18: 0000000000000000 ffffffffffffffff
0x000000000053fe28: 000000007b4a6560 000000007b44c600
0x000000000053fe38: 0000000000000000 0000000000000000
0x000000000053fe48: bd7e3c889d7fe537 0000000000000000
0x000000000053fe58: 0000000000000000 0000000000000000
0x000000000053fe68: 0000000000000000 bd7e3c88991fe537
0x000000000053fe78: bd7ecaa024f7e537 0000000000000000
0x000000000053fe88: 0000000000000000 0000000000000000 Backtrace:
=>0 0x0000000140000000 in pbidesktop (+0x0) (0x000000000053ffd0) 1 0x000000007b47a41a in kernel32 (+0x5a419) (0x000000000053ffd0)
0x0000000140000000: popq %r10 Modules: Module Address Debug
info Name (16 modules) ELF 7b400000- 7b80e000 Dwarf
kernel32<elf> \-PE 7b420000- 7b80e000 \
kernel32 ELF 7bc00000- 7bd17000 Deferred
ntdll<elf> \-PE 7bc20000- 7bd17000 \
ntdll ELF 7c000000- 7c004000 Deferred
<wine-loader> ELF f7d3d000- f7f67000 Deferred
ld-linux-x86-64.so.2 PE 140000000- 140042000 Export
pbidesktop ELF 7f2f7d718000- 7f2f7d92a000 Deferred
libnss_files.so.2 ELF 7f2f7d92a000- 7f2f7db44000 Deferred
libnsl.so.1 ELF 7f2f7db44000- 7f2f7dd50000 Deferred
libnss_nis.so.2 ELF 7f2f7dd50000- 7f2f7df5a000 Deferred
libnss_compat.so.2 ELF 7f2f7eb29000- 7f2f7ed41000 Deferred
libgcc_s.so.1 ELF 7f2f7ed41000- 7f2f7f0df000 Deferred
libm.so.6 ELF 7f2f7f0e1000- 7f2f7f2e5000 Deferred
libdl.so.2 ELF 7f2f7f2e5000- 7f2f7f6d6000 Deferred
libc.so.6 ELF 7f2f7f6d6000- 7f2f7f8f5000 Deferred
libpthread.so.0 Threads: process tid prio (all id:s are in hex)
0000000e services.exe 00000034 0 0000002f 0 00000029 0
00000021 0 00000015 0 00000010 0 0000000f 0 00000011
mscorsvw.exe 0000001a 0 00000019 0 00000018 0 00000012
0 0000001d winedbg.exe 0000001e 0 0000001f winedevice.exe
00000028 0 00000023 0 00000022 0 00000020 0 00000026
plugplay.exe 0000002b 0 0000002a 0 00000027 0 0000002d
winedevice.exe 00000037 0 00000033 0 00000031 0 0000002e
0 0000007e explorer.exe 00000082 0 00000081 0 00000080 0
0000007f 0 00000083 (D) C:\Program Files (x86)\Microsoft Power BI
Desktop\bin\PBIDesktop.exe 00000084 0 <== System information:
Wine build: wine-3.0.1 (Ubuntu 3.0.1-0ubuntu1~18.04~ricotz0)
Platform: x86_64
Version: Windows 7
Host system: Linux
Host version: 4.15.0-22-generic
知道可能是什么问题吗?
显然,我使用 wine 在 Ubuntu 上安装它。
答案1
您没有指出的是,PowerBI 是 Microsoft 的专有产品。
您可能可以通过 Wine 安装它,但是Wine 不是 Windows. 没有其他人尝试使用 Wine 安装 PowerBI,也没有测试结果
并非所有 Windows 程序可以在 Wine 下运行。
我尝试在 Wine Stable 和 Devel 16.04 上最新版中运行各种 PowerBI 组件,但没有成功(而且这些 Wine 版本比任何 Ubuntu 版本的存储库中的版本都新)。我不得不得出结论,PowerBI 无法在 Wine 上正常运行。
PowerBI 也没有任何 Linux 版本。这意味着,如果没有 VirtualBox 上的虚拟 Windows 环境,您不太可能在 Ubuntu 上本地或通过 Wine 运行 PowerBI。