You are not logged in.

#1 2020-12-03 12:08:05

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

wine errors (bitmap, encoder and one else)

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 bitmaps

Also 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

#2 2020-12-03 12:15:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,062

Re: wine errors (bitmap, encoder and one else)

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

#3 2020-12-03 12:47:32

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

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 0x1

I think I'll ask about this in a new topic. Thanks!

Last edited by beokay (2020-12-03 12:47:42)

Offline

#4 2020-12-03 12:51:15

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,062

Re: wine errors (bitmap, encoder and one else)

Don't open a new topic for this. Which application are you talking about?

Offline

#5 2020-12-03 13:04:43

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

V1del wrote:

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 sad

Offline

#6 2020-12-03 13:18:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,062

Re: wine errors (bitmap, encoder and one else)

And did you see

winehq appdb entry wrote:

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

#7 2020-12-03 13:42:25

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

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 0x1

P.S. I'm sorry for being incorrect with my second post.

Offline

#8 2020-12-03 14:24:38

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,062

Re: wine errors (bitmap, encoder and one else)

Well yes and did you run the game with

LANG=ja_JP.utf8 wine $game

the ole errors can be normal and do not necessarily need to be fatal to the program run.

Offline

#9 2020-12-03 15:22:00

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

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 bitmaps

Offline

#10 2020-12-03 18:02:16

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

I'm done with quartz and ffdshow.

1. winecfg
2. Libraries
3. 'devenum' -> Add -> Apply
4. winetricks quartz

Using

$ winetricks d3dx9 dxdiagn devenum quartz ffdshow

as components for directx9 (because it can't be installed simply with winetricks directx9).

Okay. Finally, dmmd works. I would like to thank you.

Offline

#11 2020-12-03 19:29:13

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

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

#12 2020-12-03 22:40:50

beokay
Member
From: Saint-Petersburg, Russia
Registered: 2020-12-03
Posts: 15

Re: wine errors (bitmap, encoder and one else)

Thanks. Finally I got it working, idk really how.

Offline

Board footer

Powered by FluxBB