Wine AutoCAD 2013 64bit

Questions about Wine on Linux
Locked
ggbc11
Newbie
Newbie
Posts: 1
Joined: Sun Mar 26, 2023 7:22 am

Wine AutoCAD 2013 64bit

Post by ggbc11 »

Hi All,
new to wine, trying to install AutoCAD 2013 64bit,

env WINEPREFIX=<prefix-folder-name-absolute> Wine <AutoCAD installer exe path>

This throws an unhandled exception,

Code: Select all

Unhandled exception: page fault on read access to 0xffffffffffffffff in 64-bit code (0x0000007b62f6fb).
Register dump:
 rip:000000007b62f6fb rsp:0000000001adf8f0 rbp:0000000000335678 eflags:00010202 (  R- --  I   - - - )
 rax:000000007b629ed5 rbx:000000031ca90080 rcx:0000000001adf948 rdx:0000000001adf928
 rsi:000000000033f3c8 rdi:000000000033f260  r8:000000000222e361  r9:00000000021e0400 r10:0318c50be35a90c4
 r11:00000000000000f0 r12:0000000000335610 r13:000000000033f3b0 r14:000000000222e03c r15:000000031ca90000
Stack dump:
0x00000001adf8f0:  000000007b629ed5 000000007b629ed5
0x00000001adf900:  0000000000000000 0000000000000000
0x00000001adf910:  0000000000000000 0000000000000000
0x00000001adf920:  0000000000000000 0000000000000000
0x00000001adf930:  000000007b62f590 000000007b629d70
0x00000001adf940:  000000007b629d70 0000000001adf928
0x00000001adf950:  000000031ca90080 0000000001adf8f8
0x00000001adf960:  0000000000335678 000000000033f3c8
0x00000001adf970:  000000000033f260 0000000000335610
0x00000001adf980:  000000000033f3b0 000000000222e03c
0x00000001adf990:  000000031ca90000 000000007b629ed5
0x00000001adf9a0:  0000027f00001f80 0000027f00001f80
Backtrace:
=>0 0x0000007b62f6fb in kernel32 (+0x2f6fb) (0x00000000335678)
  1 0x0000007b629ed5 in kernel32 (+0x29ed5) (0x00000000335678)
  2 0x0000031caa66ff in ntoskrnl (+0x166ff) (0x00000000335678)
  3 0x0000000222e42b in hardlock.sys (+0x4e42b) (0x00000000335678)
  4 0x0000031ca90080 in ntoskrnl (+0x80) (0x00000000335678)
0x0000007b62f6fb kernel32+0x2f6fb: movdqa %xmm6, 0x60(%rcx)
Modules:
Module	Address					Debug info	Name (17 modules)
PE	00000000021e0000-000000000222f600	Export          hardlock.sys
PE	000000007b000000-000000007b298000	Deferred        kernelbase
PE	000000007b600000-000000007b65d000	Export          kernel32
ELF	000000007d000000-000000007d005000	Deferred        <wine-loader>
PE	0000000140000000-000000014001f000	Deferred        winedevice
PE	0000000170000000-00000001700a4000	Deferred        ntdll
PE	00000001d8c90000-00000001d8cd3000	Deferred        advapi32
PE	00000001eaf60000-00000001eaf8a000	Deferred        sechost
PE	0000000228280000-000000022831a000	Deferred        msvcrt
PE	00000002c3510000-00000002c351e000	Deferred        hal
PE	00000002c7470000-00000002c7532000	Deferred        ucrtbase
PE	000000031ca90000-000000031cb98000	Dwarf-5         ntoskrnl
PE	0000000368420000-00000003684ab000	Deferred        rpcrt4
ELF	00007f72364d1000-00007f7236504000	Deferred        liblzma.so.5
ELF	00007f7236504000-00007f723651d000	Deferred        libunwind.so.8
ELF	00007f723651d000-00007f72365e4000	Dwarf           ntdll.so
ELF	00007f72367f3000-00007f7236828000	Deferred        ld-linux-x86-64.so.2
Threads:
process  tid      prio    name (all IDs are in hex)
00000020 
	00000024    0     
00000028 wineboot.exe
	0000002c    0     
00000038 services.exe
	0000003c    0     
	00000040    0     wine_rpcrt4_server
This than continues into the AutoCAD installer App but then states that .NET4.0 is missing, it starts to install that but says it already has it.

I've then installed dotnet40 via winetricks, with no change.

When I run winecfg, I get the same unhandled error but it still opens the GUI for winecfg.

As a noob I'm not sure what to look for or how to approach this but would be grateful any help.
Locked