LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-19-2023, 09:29 PM   #1
GamingGourd
LQ Newbie
 
Registered: Oct 2023
Distribution: Debian 12 - Bookworm
Posts: 18

Rep: Reputation: 1
Need help clearing this "rundll32.exe" wine error.


I've had this issue for a while where whenever I run anything with wine it provides me with the following error:

Code:
rundll32.exe - .NET Framework Initialization Error
Unable to find a version of the runtime to run this application.
It doesn't prevent me from running most applications but it does appear very often and is starting to annoy me, because sometimes when I'm trying to troubleshoot this pops up often followed by the program just failing to work.

When trying to find out which version of wine I'm using I get this back:
Code:
-NameOfUser/Pc-:~/Desktop$ wine -v
002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0090:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0090:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0090:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
00e4:fixme:imm:ImeSetActiveContext (0001002E, 0): stub
00e4:fixme:imm:ImmReleaseContext (00010020, 0001002E): stub
002c:fixme:imm:ImeSetActiveContext (00010056, 1): stub
002c:fixme:imm:ImmReleaseContext (00010054, 00010056): stub
012c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
012c:fixme:imm:ImeSetActiveContext (00010070, 1): stub
012c:fixme:imm:ImmReleaseContext (0001008C, 00010070): stub
wine: configuration in L"/home/kayanakoe/.wine" has been updated.
Application could not be started, or no application associated with the specifie
d file.
ShellExecuteEx failed: File not found.
Wine has been somewhat of a difficult concept for me to grasp since I started using Linux and I'm hoping to get a little help with cleaning this up so it works better. I appreciate any useful help I can get. Thanks in advanced.
 
Old 11-20-2023, 04:31 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,147
Blog Entries: 6

Rep: Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834
If you have wine installed then look at:
Code:
man wine
Or an online man page.
https://manpages.org/wine
https://linux.die.net/man/1/wine

https://www.winehq.org/help
https://www.dlldump.com/
https://help.ubuntu.com/community/Wine

Start with checking if wine is installed correctly.
Code:
wine --version
 
Old 11-23-2023, 08:29 AM   #3
GamingGourd
LQ Newbie
 
Registered: Oct 2023
Distribution: Debian 12 - Bookworm
Posts: 18

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by teckk View Post
If you have wine installed then look at:
Code:
man wine
Or an online man page.
https://manpages.org/wine
https://linux.die.net/man/1/wine

https://www.winehq.org/help
https://www.dlldump.com/
https://help.ubuntu.com/community/Wine

Start with checking if wine is installed correctly.
Code:
wine --version
Sorry for the late reply; Holidays. I appreciate the links. However, at the risk of sounding rude, I get very strong "tl;dr" vibes from your post. The large part in code is when I did type "wine --version" and the whole point of posting here was to get constructive solutions to figuring out why wine is selectively not working and why I keep getting runtime errors and how to clear those errors. So I would appreciate it if your answer could be a bit more helpful in regards to what I posted. Thank you.
 
Old 11-23-2023, 09:00 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,420

Rep: Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339Reputation: 2339
In all dangers, temptations and afflictions with wine, remember the 'bittiness' issue. Windows is 64 and/or 32 bit. 32bit programs run on a 64bit system, but not the other way round. And 32bit programs need 32bit libs, ditto 64bit programs and there's no compromise there.

If you have a 64bit wine and a 32bit windows program, proceed with care. 'File' is your friend.
 
  


Reply

Tags
error message, runtime, wine



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error loading rundll32.exe chuck83331 Linux - Newbie 1 03-27-2011 04:33 PM
cygwin g++-3.exe, gcc-3.exe corrupted to g++3.exe.dam and gcc-3.exe.dam pawanjanbandhu Linux - Newbie 2 12-03-2009 11:27 AM
cygwin g++-3.exe, gcc-3.exe corrupted to g++3.exe.dam and gcc-3.exe.dam pawanjanbandhu Linux - Software 1 11-17-2009 02:26 PM
samba compatibility with microsoft srvtools.exe (usrmgr.exe and srvmgr.exe) checkmate3001 Linux - Software 1 09-06-2008 05:08 AM
SETUP.EXE/autorun.exe don't run in wine mst3kman Linux - Games 3 01-22-2006 02:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration