Skip to content
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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

dotnet40_new: init #44

wants to merge 1 commit into from

Conversation

Kreyren
Copy link
Member

@Kreyren Kreyren commented Nov 17, 2019

Attempts to workaround Winetricks#1376 (comment) using manual extraction

Relevant to Winetricks#1394

@Kreyren Kreyren added P3 - Normal Issues with normal priority PROJECT labels Nov 17, 2019
@Kreyren Kreyren self-assigned this Nov 17, 2019
@Kreyren
Copy link
Member Author

Kreyren commented Nov 17, 2019

@nlcruise Since this attempts to extract everything manually would you be able to provide me a list of expected files from dotnet40?

@Kreyren
Copy link
Member Author

Kreyren commented Nov 17, 2019

List of available libs: http://ix.io/2260 or should i export them all?

@nlcruise
Copy link

@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.

@Kreyren
Copy link
Member Author

Kreyren commented Nov 17, 2019

@nlcruise that contains:

REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*mscoree"="native"
REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion]
"CSDVersion"="Service Pack 1"
"CurrentBuildNumber"="7601"
"CurrentVersion"="6.1"

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows]
"CSDVersion"=dword:00000100

On my end, notice #44 (comment)


I would suggest running winetricks with remove_mono on NEW wineprefix and then executing your expected wineapp and returning output (note that this is kreytricks not winetricks so the output will be different)

@Kreyren
Copy link
Member Author

Kreyren commented Nov 21, 2019

Reporter @nlcruise is not responding -> P5

@Kreyren Kreyren added P5 - Unimportant Issues that are not important and removed P3 - Normal Issues with normal priority labels Nov 21, 2019
@nlcruise
Copy link

nlcruise commented Nov 23, 2019

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 winetricks remove mono on a newly created, untouched wineprefix?

@Kreyren
Copy link
Member Author

Kreyren commented Nov 24, 2019

Do you mean with 'running winetricks with remove_mono on NEW wineprefix' running the command winetricks remove mono on a newly created, untouched wineprefix?

Yes and then executing your expected wineapp and return an output

I'm hoping that it returns something relevant for our exporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P5 - Unimportant Issues that are not important PROJECT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants