Wine not opening apps shows errno 75

Hi I am using wine and for some reason there is this error that is going on for quite sometime I ran the same apps before and it didn’t show me any error but now when i open the app it doesn’t open i tried running the app from the terminal and the result is like this

   00dc:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
   00dc:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
   ImportError: No module named site
   00dc:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
   00dc:fixme:file:errno_to_status Converting errno 75 to STATUS_UNSUCCESSFUL
   00dc:fixme:msvcrt:__clean_type_info_names_internal (1E24E5B8) stub

the apps are visual novel games that i play in my spare time earlier the same games were working but now they won’t start the games are provided with .sh for linux these files are working but not the .exe ones also some games are provided with two executables for example one is Game_name32.exe and Game_name.exe. The Game_name.exe file works just fine but not the Game_name32.exe. Thanks is advance

Could you post this?

stat ~/.wine

or do it with your custom wine prefix.

I believe there something wrong with the access dates or similar.

You should be able to correct this with touch ~/.wine for example.

here

[mukilan@Mukilan ~]$ stat ~/.wine
  File: /home/mukilan/.wine
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 802h/2050d      Inode: 12976129    Links: 4
Access: (0755/drwxr-xr-x)  Uid: ( 1000/ mukilan)   Gid: ( 1000/ mukilan)
Access: 2021-04-27 21:27:22.469876200 +0530
Modify: 2021-07-15 12:26:02.691194273 +0530
Change: 2021-07-15 12:26:02.691194273 +0530
 Birth: 2021-04-27 21:27:22.469876200 +0530

check that also with your *.exe files…

it throws an error

stat: cannot statx '/home/mukilan/run/media/mukilan/1ff8d86a-7788-4cd4-876d-ab845cfe9d05/.games/SummersGone-pc/SummersGone.exe': No such file or directory
ls -la /home/mukilan/run/media/mukilan/1ff8d86a-7788-4cd4-876d-ab845cfe9d05/.games/SummersGone-pc/
lsblk -fs

:question:

sorry my bad

  File: /run/media/mukilan/1ff8d86a-7788-4cd4-876d-ab845cfe9d05/.games/ReluctantArchon-Chapter.Four-pc/
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 806h/2054d      Inode: 394351      Links: 5
Access: (0755/drwxr-xr-x)  Uid: ( 1000/ mukilan)   Gid: ( 1000/ mukilan)
Access: 2446-05-11 04:08:55.000000000 +0530
Modify: 2021-07-12 15:08:55.814542895 +0530
Change: 2021-07-12 15:08:55.814542895 +0530
 Birth: 2021-07-12 15:07:26.280836484 +0530

stat output :point_up_2:

Last access was in Year 2446… Please tell me: How did travel through time? I am curious :smile:

Run:

find /run/media/mukilan/1ff8d86a-7788-4cd4-876d-ab845cfe9d05/.games/ReluctantArchon-Chapter.Four-pc/ -name "*" -exec touch -a {} \;

This will search every file and folder at this folder and update the access time to the current date.

Btw… i guess you mean this :point_up_2: not this :fu:… please change that :stuck_out_tongue:

I have literally no idea until now thanks for pointing it out :smiley:

is there any command to fix all the folders in the system because there are many apps like this showing this kind of error

fixed it thanks :smiley:

Just change the path there. It will search for files and folders recursively.

It worked thank you for your time I appreciate the help

1 Like

:sweat_smile:

I myself click the wrong one sometimes :rofl:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.