-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet40_new: init #44
base: master
Are you sure you want to change the base?
Conversation
@nlcruise Since this attempts to extract everything manually would you be able to provide me a list of expected files from dotnet40? |
List of available libs: http://ix.io/2260 or should i export them all? |
@Kreyren The only file it saves in the Winetricks cache (.cache/winetricks/dotnet40) is the .NET .exe-installer (dotNetFx40_Full_x86_x64.exe). C:\Windows\temp_dotnet40 only contains override-dll.reg and set-winver.reg after performing the dotnet40 installation command. |
@nlcruise that contains:
On my end, notice #44 (comment) I would suggest running winetricks with |
Reporter @nlcruise is not responding -> P5 |
I'm sorry, I usually don't have time to work with my Raspberry Pi during weekdays. That's why you haven't heard of me for some days. Do you mean with 'running winetricks with remove_mono on NEW wineprefix' running the command |
Yes and then executing your expected wineapp and return an output I'm hoping that it returns something relevant for our exporting |
Attempts to workaround Winetricks#1376 (comment) using manual extraction
Relevant to Winetricks#1394