Access violation on program that runs fine on Windows 10

Questions about Wine on Linux
Locked
beneficii
Newbie
Newbie
Posts: 1
Joined: Sun Sep 24, 2017 7:23 pm

Access violation on program that runs fine on Windows 10

Post by beneficii »

I downloaded and installed on Ubuntu 17.04 64-bit wine-stable per the instructions on WineHQ. I attempted to run a simple program (Anadolu Turkce Calisma Kitabi-1.exe) that runs fine on Windows, and it gets an access violation, where it seems to try to access address 0x000000, which I guess means it's trying to dereference a null pointer. I ran winecfg and made sure to set it to Windows 10. No change.

I guess there's an issue with the configuration?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Access violation on program that runs fine on Windows 10

Post by jkfloris »

I attempted to run a simple program (Anadolu Turkce Calisma Kitabi-1.exe)
Maybe it is a simple program, but I can't find it with Google. Do you have a link to the program?

Also can you post the complete output when you try to run the program?
Locked