Cannot run an application with wine3.0

Questions about Wine on macOS.
Locked
franco_lovato
Level 1
Level 1
Posts: 6
Joined: Sat Feb 03, 2018 6:28 am

Cannot run an application with wine3.0

Post by franco_lovato »

Hi everyone
I'm using wine3.0 64-bit on OSx 10.13.6. The software I'm trying to run is written in python3.6 and compiled in one .exe with a lot of custom dlls. I've been able to solve a couple of issues with native windows dlls, but now I'm stuck. When I try to run it I reach the point when it should load the GUI (which uses VTK) but it stops with the error:

Unhandled exception: page fault on read access to 0x00000000 in 64-bit code (0x0000000000000000)

I haven't been able to find any hint on this problem, the most similar one is related with the software being in 32 bit with a 64 bit wine installation, but that's not the case since they are both in 64 bit.
Any help will be really appreciated!

Thank you all
Franco
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Cannot run an application with wine3.0

Post by Gcenx »

Wait until a build of wine 4.0-rc1 is for download that had fixes for Python 3.6 issues
42474 Multiple applications crash on unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx (Python 3.6, AutoFlashGUI, RenderDoc)
franco_lovato
Level 1
Level 1
Posts: 6
Joined: Sat Feb 03, 2018 6:28 am

Re: Cannot run an application with wine3.0

Post by franco_lovato »

Gcenx wrote:Wait until a build of wine 4.0-rc1 is for download that had fixes for Python 3.6 issues
42474 Multiple applications crash on unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx (Python 3.6, AutoFlashGUI, RenderDoc)
Thanks for the suggestion. So this is a known issue which will be solved in the new release? Any hint on whet it will be available?

Thank you again
Franco
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Cannot run an application with wine3.0

Post by Gcenx »

franco_lovato wrote:
Gcenx wrote:Wait until a build of wine 4.0-rc1 is for download that had fixes for Python 3.6 issues
42474 Multiple applications crash on unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx (Python 3.6, AutoFlashGUI, RenderDoc)
Thanks for the suggestion. So this is a known issue which will be solved in the new release? Any hint on whet it will be available?

Thank you again
Franco
A build for Wine-4.0-rc1 and Wine-Staging-4.0-rc1 are avaliable for download
franco_lovato
Level 1
Level 1
Posts: 6
Joined: Sat Feb 03, 2018 6:28 am

Re: Cannot run an application with wine3.0

Post by franco_lovato »

Right, just noticed. Thank you again!
Locked