errors while installing windows program via wine
up vote
0
down vote
favorite
I tried to install Twitch on my Linux Mint 19.0
Machine
which gives me following errors
After this command
wine TwitchSetup_[usher-277348550].exe
It shows these errors regarding dlls
while installing twitch from gui installer
002f:fixme:shell:SHGetStockIconInfo (77, 0x101, 0x23faa0) semi-stub
002f:fixme:shell:SHGetStockIconInfo flags 0x101 not implemented
0030:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0030, blocked by 0032, retrying (60 sec)
005e:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005e, blocked by 0032, retrying (60 sec)
005a:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005a, blocked by 0032, retrying (60 sec)
005b:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005b, blocked by 0032, retrying (60 sec)
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005f, blocked by 0032, retrying (60 sec)
0058:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0058, blocked by 0032, retrying (60 sec)
005d:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005d, blocked by 0032, retrying (60 sec)
0033:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0033, blocked by 0032, retrying (60 sec)
002f:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
0009:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
after that twitch was installed, but didn't run.
I opened directory where it is installed and run it via command
$ wine Twitch.exe
which gives me following errors
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.serviceModel" in state 2
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindings" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"client" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"dependentAssembly" in state 0
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"assemblyIdentity" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindingRedirect" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"legacyCorruptedStateExceptionsPolicy" in state 4
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>
How to get rid of these errors?
I'm using wine-3.0.3
I tried to fix these issues with winetricks
and reconfigured home/ujjwal/.wine
but again same issue.
linux-mint wine winetricks
add a comment |
up vote
0
down vote
favorite
I tried to install Twitch on my Linux Mint 19.0
Machine
which gives me following errors
After this command
wine TwitchSetup_[usher-277348550].exe
It shows these errors regarding dlls
while installing twitch from gui installer
002f:fixme:shell:SHGetStockIconInfo (77, 0x101, 0x23faa0) semi-stub
002f:fixme:shell:SHGetStockIconInfo flags 0x101 not implemented
0030:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0030, blocked by 0032, retrying (60 sec)
005e:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005e, blocked by 0032, retrying (60 sec)
005a:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005a, blocked by 0032, retrying (60 sec)
005b:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005b, blocked by 0032, retrying (60 sec)
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005f, blocked by 0032, retrying (60 sec)
0058:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0058, blocked by 0032, retrying (60 sec)
005d:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005d, blocked by 0032, retrying (60 sec)
0033:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0033, blocked by 0032, retrying (60 sec)
002f:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
0009:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
after that twitch was installed, but didn't run.
I opened directory where it is installed and run it via command
$ wine Twitch.exe
which gives me following errors
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.serviceModel" in state 2
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindings" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"client" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"dependentAssembly" in state 0
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"assemblyIdentity" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindingRedirect" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"legacyCorruptedStateExceptionsPolicy" in state 4
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>
How to get rid of these errors?
I'm using wine-3.0.3
I tried to fix these issues with winetricks
and reconfigured home/ujjwal/.wine
but again same issue.
linux-mint wine winetricks
1
did you check appdb.winehq.org for your program? that's the first thing to do when something doesn't work by default
– AnonymousLurker
Nov 27 at 5:28
@AnonymousLurker it is in bronze list, poorly works with most users
– Ujjwal Singh
Nov 27 at 5:33
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I tried to install Twitch on my Linux Mint 19.0
Machine
which gives me following errors
After this command
wine TwitchSetup_[usher-277348550].exe
It shows these errors regarding dlls
while installing twitch from gui installer
002f:fixme:shell:SHGetStockIconInfo (77, 0x101, 0x23faa0) semi-stub
002f:fixme:shell:SHGetStockIconInfo flags 0x101 not implemented
0030:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0030, blocked by 0032, retrying (60 sec)
005e:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005e, blocked by 0032, retrying (60 sec)
005a:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005a, blocked by 0032, retrying (60 sec)
005b:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005b, blocked by 0032, retrying (60 sec)
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005f, blocked by 0032, retrying (60 sec)
0058:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0058, blocked by 0032, retrying (60 sec)
005d:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005d, blocked by 0032, retrying (60 sec)
0033:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0033, blocked by 0032, retrying (60 sec)
002f:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
0009:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
after that twitch was installed, but didn't run.
I opened directory where it is installed and run it via command
$ wine Twitch.exe
which gives me following errors
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.serviceModel" in state 2
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindings" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"client" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"dependentAssembly" in state 0
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"assemblyIdentity" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindingRedirect" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"legacyCorruptedStateExceptionsPolicy" in state 4
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>
How to get rid of these errors?
I'm using wine-3.0.3
I tried to fix these issues with winetricks
and reconfigured home/ujjwal/.wine
but again same issue.
linux-mint wine winetricks
I tried to install Twitch on my Linux Mint 19.0
Machine
which gives me following errors
After this command
wine TwitchSetup_[usher-277348550].exe
It shows these errors regarding dlls
while installing twitch from gui installer
002f:fixme:shell:SHGetStockIconInfo (77, 0x101, 0x23faa0) semi-stub
002f:fixme:shell:SHGetStockIconInfo flags 0x101 not implemented
0030:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0030, blocked by 0032, retrying (60 sec)
005e:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005e, blocked by 0032, retrying (60 sec)
005a:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005a, blocked by 0032, retrying (60 sec)
005b:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005b, blocked by 0032, retrying (60 sec)
005f:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005f, blocked by 0032, retrying (60 sec)
0058:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0058, blocked by 0032, retrying (60 sec)
005d:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 005d, blocked by 0032, retrying (60 sec)
0033:err:ntdll:RtlpWaitForCriticalSection section 0x7bd01dc0 "loader.c: loader_section" wait timed out in thread 0033, blocked by 0032, retrying (60 sec)
002f:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
0009:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
after that twitch was installed, but didn't run.
I opened directory where it is installed and run it via command
$ wine Twitch.exe
which gives me following errors
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.serviceModel" in state 2
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindings" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"client" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"dependentAssembly" in state 0
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"assemblyIdentity" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"bindingRedirect" in state 6
0009:fixme:mscoree:ConfigFileHandler_startElement Unknown element L"legacyCorruptedStateExceptionsPolicy" in state 4
The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. assembly:PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 type:<unknown type> member:<none>
How to get rid of these errors?
I'm using wine-3.0.3
I tried to fix these issues with winetricks
and reconfigured home/ujjwal/.wine
but again same issue.
linux-mint wine winetricks
linux-mint wine winetricks
asked Nov 27 at 5:24
Ujjwal Singh
72112
72112
1
did you check appdb.winehq.org for your program? that's the first thing to do when something doesn't work by default
– AnonymousLurker
Nov 27 at 5:28
@AnonymousLurker it is in bronze list, poorly works with most users
– Ujjwal Singh
Nov 27 at 5:33
add a comment |
1
did you check appdb.winehq.org for your program? that's the first thing to do when something doesn't work by default
– AnonymousLurker
Nov 27 at 5:28
@AnonymousLurker it is in bronze list, poorly works with most users
– Ujjwal Singh
Nov 27 at 5:33
1
1
did you check appdb.winehq.org for your program? that's the first thing to do when something doesn't work by default
– AnonymousLurker
Nov 27 at 5:28
did you check appdb.winehq.org for your program? that's the first thing to do when something doesn't work by default
– AnonymousLurker
Nov 27 at 5:28
@AnonymousLurker it is in bronze list, poorly works with most users
– Ujjwal Singh
Nov 27 at 5:33
@AnonymousLurker it is in bronze list, poorly works with most users
– Ujjwal Singh
Nov 27 at 5:33
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484365%2ferrors-while-installing-windows-program-via-wine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
did you check appdb.winehq.org for your program? that's the first thing to do when something doesn't work by default
– AnonymousLurker
Nov 27 at 5:28
@AnonymousLurker it is in bronze list, poorly works with most users
– Ujjwal Singh
Nov 27 at 5:33