Help with RSL Helper

Questions about Wine on Linux
Locked
User avatar
Janvitus
Level 1
Level 1
Posts: 7
Joined: Sun Aug 28, 2022 3:53 am

Help with RSL Helper

Post by Janvitus »

I've updated to a new version of the RSL (a tool for Raid Shadow Legends videogame) but crash at the start-up:

Code: Select all

wine RSLHelper.exe
002c:fixme:winediag:loader_init wine-staging 8.19 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0088:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0114:fixme:thread:GetThreadUILanguage : stub, returning default language.
0114:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00007FFFFE1FD6FC, 0000000000000000 00007FFFFE1FD758
0114:fixme:nls:get_dummy_preferred_ui_language (0x38 0x410 00007FFFFE1FD6FC 0000000000000000 00007FFFFE1FD758) returning a dummy value (current locale)
0114:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00007FFFFE1FD6FC, 00007FFFFF39A690 00007FFFFE1FD758
0114:fixme:nls:get_dummy_preferred_ui_language (0x38 0x410 00007FFFFE1FD6FC 00007FFFFF39A690 00007FFFFE1FD758) returning a dummy value (current locale)
0114:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000001008E 0x00000000
0114:fixme:uxtheme:BufferedPaintInit Stub ()
0114:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
0114:err:ole:com_get_class_object class {75718c9a-f029-11d1-a1ac-00c04fb6c223} not registered
0114:err:ole:create_server class {75718c9a-f029-11d1-a1ac-00c04fb6c223} not registered
0114:err:ole:com_get_class_object no class object {75718c9a-f029-11d1-a1ac-00c04fb6c223} could be created for context 0x5
0114:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000000000001008E
0114:fixme:uxtheme:BufferedPaintUnInit Stub ()
wine: Unhandled page fault on read access to 00007F21D0339420 at address 000000000040EDB9 (thread 0114), starting debugger...
0124:fixme:dbghelp:elf_search_auxv can't find symbol in module
Anyone help me? Thanks a lot :)
User avatar
Janvitus
Level 1
Level 1
Posts: 7
Joined: Sun Aug 28, 2022 3:53 am

Re: Help with RSL Helper

Post by Janvitus »

Up please

Seems to miss something
012c:err:ole:com_get_class_object class {75718c9a-f029-11d1-a1ac-00c04fb6c223} not registered
012c:err:ole:create_server class {75718c9a-f029-11d1-a1ac-00c04fb6c223} not registered
012c:err:ole:com_get_class_object no class object {75718c9a-f029-11d1-a1ac-00c04fb6c223} could be created for context 0x5
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Help with RSL Helper

Post by jkfloris »

According to Strontic, this ID is part of wbem. This part is not (yet) implemented in Wine.
You can file a bug and ask the developers to add it.
User avatar
Janvitus
Level 1
Level 1
Posts: 7
Joined: Sun Aug 28, 2022 3:53 am

Re: Help with RSL Helper

Post by Janvitus »

jkfloris wrote: Mon Dec 11, 2023 4:12 pm According to Strontic, this ID is part of wbem. This part is not (yet) implemented in Wine.
You can file a bug and ask the developers to add it.
Thanks! I'll send a bug immediately ;)

Sorry for the delay.
Locked