Can't install Office 2010 on chromebook

Questions about Wine on Linux
Locked
anakill
Newbie
Newbie
Posts: 3
Joined: Fri May 20, 2022 1:14 pm

Can't install Office 2010 on chromebook

Post by anakill »

Hi,

I'm trying to install Office 2010 on my chromebook acer spin 713 but it crashes.
I'm on Wine 7.8 and follow the tutorial on the app database.
Here is the outpout of my terminal :

Code: Select all

Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x2e080001).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:2e080001 ESP:0021ff34 EBP:0021ff48 EFLAGS:00010216(  R- --  I   -A-P- )
 EAX:7ffd0fff EBX:7ffd1000 ECX:00000000 EDX:2e055ab0
 ESI:00000000 EDI:00000000
Stack dump:
0x0021ff34:  7b629f90 7ffd1000 7bc5a0a7 7bc5a0a7
0x0021ff44:  7ffd1000 0021ff5c 7bc5a0a7 7ffd1000
0x0021ff54:  7ffd1000 00000000 0021ffec 7bc5a760
0x0021ff64:  7b629f80 2e055ab0 7ffd1000 7bc75c3c
0x0021ff74:  2e055ab0 7ffd1000 00000000 00000000
0x0021ff84:  00000000 00000000 ffffffff 7bc65440
Backtrace:
=>0 0x2e080001 in setup (+0x80001) (0x0021ff48)
  1 0x7bc5a0a7 in ntdll (+0x5a0a7) (0x0021ff5c)
  2 0x7bc5a760 RtlCreateUserThread(entry=2E055AB0, arg=7FFD1000) [Z:\usr\src\packages\BUILD\dlls\ntdll\thread.c:261] in ntdll (0x0021ffec)
0x2e080001 setup+0x80001: addb	$0x2e,0x0(%ecx)
Modules:
Module	Address			Debug info	Name (4 modules)
PE	2e000000-2e119000	Export          setup
PE	7b000000-7b4d2000	Deferred        kernelbase
PE	7b600000-7b756000	Deferred        kernel32
PE	7bc00000-7be9c000	Dwarf-4         ntdll
Threads:
process  tid      prio    name (all IDs are in hex)
00000038 services.exe
	0000003c    0     
	00000040    0     
	0000004c    0     
	00000064    0     
	00000070    0     
	00000088    0     
	000000c0    0     
	000000d8    0     
	000000f8    0     
00000044 svchost.exe
	00000048    0     
	00000054    0     
	00000058    0     
0000005c winedevice.exe
	00000060    0     
	00000068    0     
	0000006c    0     
	00000078    0     
	0000007c    0     
	000000ec    0     
00000080 winedevice.exe
	00000084    0     
	0000008c    0     
	00000090    0     
	00000094    0     
	000000a0    0     
	000000a4    0     
	000000a8    0     
00000098 explorer.exe
	0000009c    0     
	000000b4    0     
	000000b8    0     
000000ac plugplay.exe
	000000b0    0     
	000000c4    0     
	000000c8    0     
	000000cc    0     
000000d0 mscorsvw.exe
	000000d4    0     
	000000dc    0     
	000000e0    0     
	000000e4    0     
000000f0 rpcss.exe
	000000f4    0     
	000000fc    0     
	00000100    0     
	00000104    0     
	00000108    0     
	0000010c    0     
0000011c (D) Z:\mnt\chromeos\MyFiles\Downloads\Office2010\x86\setup.exe
	00000120    0 <== 
	00000134    0     
0000012c conhost.exe
	00000130    0     
System information:
    Wine build: wine-7.8
    Platform: i386
    Version: Windows XP
    Host system: Linux
    Host version: 5.10.106-15290-g6e9d70c8a9b4
Thanks for you help.
SnaakseKaas
Level 1
Level 1
Posts: 6
Joined: Sun Mar 20, 2022 3:50 am

Re: Can't install Office 2010 on chromebook

Post by SnaakseKaas »

Does anything show up what point does it crash, Verbs used etc please
anakill
Newbie
Newbie
Posts: 3
Joined: Fri May 20, 2022 1:14 pm

Re: Can't install Office 2010 on chromebook

Post by anakill »

When I enter in console : "wine setup.exe", immediately after I press enter a wine window appears with this message :
"The program setup.exe has encountered a serious problem and needs to close...."
And when I press close button, I get the message printed in my previous post.
anakill
Newbie
Newbie
Posts: 3
Joined: Fri May 20, 2022 1:14 pm

Re: Can't install Office 2010 on chromebook

Post by anakill »

I really don't understand because I can install and run smoothly small applications such as VLC but each Office I tried crashes (2007, 2010, 2016).
Locked