You are not logged in.
Hi there. I have installed wine 5.22. I try to run an application, but then I get an error:
0034:err:menubuilder:convert_to_native_icon error 0x88982F04 committing encoder
0034:err:menubuilder:convert_to_native_icon error 0x88982F0C copying bitmapsAlso I have this error every type I use wine:
0024:err:module:open_builtin_file failed to load .so lib "/usr/lib32/wine/l3codeca.acm.so" What can I do it this situation? I haven't found any answers over the Internet yet... Thanks.
Offline
Posting the complete terminal output rather than snippets and disclosing what you are actually attempting to run might be a start. There are many programs that run perfectly well but likely many more that will have various issues. There's no general answer so it's imperative to know what you are trying to do exactly.
For the particular loading error you'll need lib32-libmpg123 and in general it would be a good idea to install most if not all optional wine dependencies if you want to ensure the best compatibility.
Last edited by V1del (2020-12-03 12:20:04)
Offline
Thanks. I have installed this package and the last error has gone. But I still can't run my application because of errors like this one:
0150:err:ole:com_get_class_object class {ef3e932c-d40b-4f51-8ccf-3f98f1b29d5d} not registered
0150:err:ole:com_get_class_object no class object {ef3e932c-d40b-4f51-8ccf-3f98f1b29d5d} could be created for context 0x1I think I'll ask about this in a new topic. Thanks!
Last edited by beokay (2020-12-03 12:47:42)
Offline
Don't open a new topic for this. Which application are you talking about?
Offline
Don't open a new topic for this. Which application are you talking about?
I'm about visual novel 'dmmd' — https://appdb.winehq.org/objectManager. … &iId=15723
As you can see it already has bronze rating ![]()
Offline
And did you see
The game needs a japanese locale to work, LANG=ja_JP.utf8, or it crashes at start. The text appearing on screen was choppy for me, but setting it to instant made the issue less noticeable. I was not able to get fullscreen working correctly.
?
You will likely also have to generate the locale if it isn't already: https://wiki.archlinux.org/index.php/Lo … ng_locales
Offline
No, I haven't seen that.
I have generated needed locale, 'ja_JP.utf8' is in 'locale -a' list now. But I still get an error like:
0150:err:ole:com_get_class_object class {ef3e932c-d40b-4f51-8ccf-3f98f1b29d5d} not registered
0150:err:ole:com_get_class_object no class object {ef3e932c-d40b-4f51-8ccf-3f98f1b29d5d} could be created for context 0x1P.S. I'm sorry for being incorrect with my second post.
Offline
Well yes and did you run the game with
LANG=ja_JP.utf8 wine $gamethe ole errors can be normal and do not necessarily need to be fatal to the program run.
Offline
Unfortunately this doesn't work.
Then I tried installing
d3dx9 dxdiagn devenum quartz ffdshow packages via winetricks as it recommended in one guide but this didn't help either.
But I got an error with 'quartz'
023c:err:ole:apartment_add_dll couldn't load in-process dll L"C:\\windows\\system32\\devenum.dll"
023c:err:ole:com_get_class_object no class object {4315d437-5b8c-11d0-bd3b-00a0c911ce86} could be created for context 0x1
regsvr32: Failed to register DLL 'quartz.dll' Then I tried to install 'ffdshow'. Process returned errors be like:
0114:err:menubuilder:convert_to_native_icon error 0x88982F04 committing encoder
0134:err:menubuilder:convert_to_native_icon error 0x88982F0C copying bitmapsOffline
I'm done with quartz and ffdshow.
1. winecfg
2. Libraries
3. 'devenum' -> Add -> Apply
4. winetricks quartz
Using
$ winetricks d3dx9 dxdiagn devenum quartz ffdshowas components for directx9 (because it can't be installed simply with winetricks directx9).
Okay. Finally, dmmd works. I would like to thank you.
Offline
Oh, no. That's not all.
When starting dmmd, get this wine error:
Unhandled exception: unimplemented function advapi32.dll.WmiQuerySingleInstanceW called in 32-bit code (0x7b0107c2).Full traceback can be found here: https://pastebin.com/qCcqcPSA
I tried with 32-bit wineprefix but got same error.
Offline
Thanks. Finally I got it working, idk really how.
Offline