Powersaves For AMIIBO

Questions about Wine on Linux
Locked
jozz024
Newbie
Newbie
Posts: 3
Joined: Wed Feb 03, 2021 9:32 pm

Powersaves For AMIIBO

Post by jozz024 »

So, i’ve been using windows as my daily driver for some time now, and i thought i’d switch to linux as linux makes my computer way smoother (tested with dualboot), and i was wondering if anyone could help me out with this issue.
here is the error when running the installer:

0016:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\NDIS": 00000001
0025:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
0009:err:module:__wine_process_init L"C:\\windows\\system32\\Powersaves.exe" not found
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Powersaves For AMIIBO

Post by jkfloris »

0009:err:module:__wine_process_init L"C:\\windows\\system32\\Powersaves.exe" not found
This means: file not found
  • Are you in the directory where the file Powersaves.exe is?
If, for example, the file is in your Downloads directory use:

Code: Select all

cd Downloads
wine Powersaves.exe
  • Is the name of the file Powersaves.exe or is there a space in the filename?
Use quotation marks or a backslash. If, for example, the filename is Powersaves For AMIIBO.exe use:

Code: Select all

wine "Powersaves For AMIIBO.exe"
# or
wine Powersaves\ For\ AMIIBO.exe
jozz024
Newbie
Newbie
Posts: 3
Joined: Wed Feb 03, 2021 9:32 pm

Re: Powersaves For AMIIBO

Post by jozz024 »

https://media.discordapp.net/attachment ... image0.png
got it to run, but it isn’t recognizing the powersaves portal now.
Locked