Need help deciphering Debug Log for a private server game

Questions about Wine on macOS.
Locked
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Need help deciphering Debug Log for a private server game

Post by Moonwave »

I am trying to play a private server of an old MMO game (Conquer Online).

I got the game installed and ran the auto-updater fine, but have not been able to actually launch the game.

Here is my debug log if anyone can help decipher it. I am using WS11WineCX19.0.1-1.

Code: Select all

001d:err:plugplay:process_IOService_Device object 0x3f03
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x4103
0009:fixme:ieframe:PersistMemory_Load (001AC610)->(0041011C 9c)
0009:fixme:ieframe:OleControl_FreezeEvents (001AC610)->(1)
0009:fixme:ieframe:OleControl_FreezeEvents (001AC610)->(0)
0009:fixme:coreaudio:get_channel_mask Unknown speaker configuration: 64
0009:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0036:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0036:fixme:secur32:schan_get_cipher_algid Don't know CALG for encryption algorithm 2, returning 0
0036:fixme:secur32:schan_imp_get_max_message_size Returning 1 << 14.
0036:fixme:secur32:schan_get_cipher_algid Don't know CALG for encryption algorithm 2, returning 0
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0009:fixme:dwmapi:DwmIsCompositionEnabled 0D83DD14
0039:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x9fbf537, context 0x490980, init_notify 0, handle 0xe5dfce8): stub
0009:fixme:msctf:ThreadMgrSource_AdviseSink (016B5BE8) Unhandled Sink: {71c6e74e-0f28-11d8-a82a-00065b84435c}
0009:fixme:imm:ImmGetDescriptionW (00000409, 00000000, 0): semi stub
0009:fixme:imm:ImmGetDescriptionW (00000409, 11545610, 9): semi stub
0009:fixme:imm:ImmGetOpenStatus (016B8190): semi-stub
0009:fixme:imm:ImmReleaseContext (00010086, 016B8190): stub
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:ieframe:BrowserService_GetTravelLog 00B9E388 0033DE40
0009:fixme:ieframe:ClientSite_GetContainer (001AC6E0)->(0033DF2C)
0009:fixme:ieframe:DocObjectService_IsErrorUrl 00B9E388 L"https://www.conquerorigins.com/en/Portal" 0033DC40
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0009:fixme:ieframe:DocHostUIHandler_GetDropTarget (001AC6E0)
0022:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x9dbca5c, 0x11d193c8, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0x11d19528, (null), (null), 0x11d193f8): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
0009:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
0009:fixme:ieframe:ClientSite_GetContainer (001AC6E0)->(0033E7DC)
0009:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (001AC610)
0009:fixme:ieframe:ControlSite_OnFocus (001AC6E0)->(0)
0009:fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
0009:fixme:mshtml:HlinkTarget_SetBrowseContext (013E0240)->(00000000)
0061:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0066:fixme:ole:CoInitializeSecurity (00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub!
0066:fixme:wbemprox:client_security_SetBlanket 6795D6B8, 00219508, 10, 0, (null), 3, 3, 00000000, 0x00000000
0066:fixme:wbemprox:client_security_Release 6795D6B8
0022:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
wine: Unhandled page fault on read access to 0x02041000 at address 0x2040fff (thread 0063), starting debugger...
0063:err:seh:start_debugger Couldn't start debugger ("false") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Re: Need help deciphering Debug Log for a private server game

Post by Moonwave »

@Gcenx – I saw you commented on a Reddit post for a MapleStory private server that had similar errs. Do you know what's going on here?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Need help deciphering Debug Log for a private server game

Post by Gcenx »

I’m not too sure but I’d first change to using WineCX20.0.2 or later.

What’s weird is to me is ieframe maybe this games/launcher makes uses of IE heavily?
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Re: Need help deciphering Debug Log for a private server game

Post by Moonwave »

The launcher definitely makes use of IE because it runs an auto-patcher before launching the game.
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Need help deciphering Debug Log for a private server game

Post by Gcenx »

wine-gecko “should” usually cover this but you might need to use winetricks to install IE9
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Re: Need help deciphering Debug Log for a private server game

Post by Moonwave »

Is wine-gecko something that comes pre-installed on the engine or something I need to configure?

I'm not seeing a winetricks for IE9...only 8 and less. The AppDB says IE9 is garbage rating.
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Need help deciphering Debug Log for a private server game

Post by Gcenx »

You would have been prompted to install wine-gecko but only the first time after this the downloaded .msi will be auto installed by default.

Seems I didn't remember correctly winetricks doesn't support installing IE9, maybe IE6 will be enough but I can't say for sure things that require native IE functionally are a pain to get running.
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Re: Need help deciphering Debug Log for a private server game

Post by Moonwave »

I think I got a bit further. The game now launches (almost) but shows a error popup that says: "The game can not be started. The problem might be related to your version of Direct3D."

My new Wine debug log is:

Code: Select all

000b:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001d:err:plugplay:process_IOService_Device object 0x3e03
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x5503
001d:err:plugplay:process_IOService_Device object 0xa903
001f:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:ieframe:PersistMemory_Load (0066A610)->(0041011C 9c)
0009:fixme:ieframe:OleControl_FreezeEvents (0066A610)->(1)
0009:fixme:ieframe:OleControl_FreezeEvents (0066A610)->(0)
Vector smash protection is enabled.
0009:fixme:wer:WerRegisterMemoryBlock (0x11157e04 40976) stub
002d:fixme:sync:SetWaitableTimerEx (000000F4, 0288FE6C, 0, 00000000, 00000000, 00000000, 5) semi-stub
0030:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0039:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0039:fixme:secur32:schan_get_cipher_algid Don't know CALG for encryption algorithm 2, returning 0
0039:fixme:secur32:schan_imp_get_max_message_size Returning 1 << 14.
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0009:fixme:dwmapi:DwmIsCompositionEnabled 0708DD14
003c:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x380f537, context 0x490930, init_notify 0, handle 0x7d8fce8): stub
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:fixme:imm:ImmGetDescriptionW (00000409, 00000000, 0): semi stub
0009:fixme:imm:ImmGetDescriptionW (00000409, 0AB455D0, 9): semi stub
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CA80)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CA60)
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:ieframe:BrowserService_GetTravelLog 006ADD28 0031DB6C
0009:fixme:ieframe:ClientSite_GetContainer (0066A6E4)->(0031DC24)
0009:fixme:ieframe:DocObjectService_IsErrorUrl 006ADD28 L"https://www.conquerorigins.com/en/Portal" 0031D8A4
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031C340)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031C320)
0009:fixme:ieframe:DocHostUIHandler_GetDropTarget (0066A6E4)
0022:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x360ca5c, 0xb38e3c8, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0xb38e528, (null), (null), 0xb38e3f8): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
0009:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
0009:fixme:ieframe:ClientSite_GetContainer (0066A6E4)->(0031E6A4)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF60)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF40)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF60)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF40)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF60)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF40)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF00)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEE0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF00)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEE0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF00)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEE0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CEA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DB50)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DB30)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DB50)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DB30)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAA0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAE0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAC0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DB50)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DB30)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DCF0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DCD0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E170)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E150)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E140)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E120)
0009:fixme:imm:ImmReleaseContext (00010094, 03239D28): stub
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031D6F0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031D6D0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031D6F0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031D6D0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E640)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E620)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DE60)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DE40)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E1B0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031E190)
0009:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0066A610)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAD0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DAB0)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DA70)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0323DDE0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031DA50)
0009:fixme:ieframe:ControlSite_OnFocus (0066A6E4)->(0)
0009:fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
0009:fixme:mshtml:HlinkTarget_SetBrowseContext (00801450)->(00000000)
0009:fixme:wer:WerUnregisterMemoryBlock (0x11157e04) stub
0064:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0066:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
0069:fixme:ole:CoInitializeSecurity (00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub!
0069:fixme:wbemprox:client_security_SetBlanket 6795F7A8, 020E2118, 10, 0, (null), 3, 3, 00000000, 0x00000000
0069:fixme:wbemprox:client_security_Release 6795F7A8
0022:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0069:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0066:fixme:wer:WerRegisterMemoryBlock (0x7757e04 40976) stub
0073:fixme:sync:SetWaitableTimerEx (000001B4, 0950FE6C, 0, 00000000, 00000000, 00000000, 5) semi-stub
0066:fixme:wer:WerUnregisterMemoryBlock (0x7757e04) stub
0066:fixme:wer:WerRegisterMemoryBlock (0x7757e04 40976) stub
0066:fixme:wer:WerUnregisterMemoryBlock (0x7757e04) stub
The only errs are:

Code: Select all

001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x5503
001d:err:plugplay:process_IOService_Device object 0xa903
0066:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
Any help or direction would be greatly appreciated.
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Re: Need help deciphering Debug Log for a private server game

Post by Moonwave »

Installed corefonts per a suggestion in the AppDB, now I'm getting two errors.

Code: Select all

0079:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
0079:err:module:load_so_dll failed to load .so lib "/Users/Javin/Applications/CO2.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so": dlopen(/Users/Javin/Applications/CO2.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so, 258): Library not loaded: @rpath/libmpg123.0.dylib
  Referenced from: /Users/Javin/Applications/CO2.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codec
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Need help deciphering Debug Log for a private server game

Post by Gcenx »

Let’s ignore the mpg123 error as that won’t matter as much as

Code: Select all

 0079:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
This does seem familiar, one of the setting need to be change to avoid this but I can’t remember off the top of my head so I’ll need to dig into my chat logs.
Moonwave
Level 2
Level 2
Posts: 27
Joined: Mon Jan 20, 2020 3:12 pm

Re: Need help deciphering Debug Log for a private server game

Post by Moonwave »

I did see in a thread somewhere you said to change the value "csmt" under DirectX in regedit to 1. This didn't solve the issue for me though...it just made the err say "Setting multithreaded command stream to 0x1"

Latest log:

Code: Select all

0017:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
001d:err:plugplay:process_IOService_Device object 0x3f03
001d:err:plugplay:process_IOService_Device object 0x4103
001d:err:plugplay:process_IOService_Device Unable to create plug in interface for USB deviceobject 0x5503
0025:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:ieframe:PersistMemory_Load (0068A790)->(0041011C 9c)
0009:fixme:ieframe:OleControl_FreezeEvents (0068A790)->(1)
0009:fixme:ieframe:OleControl_FreezeEvents (0068A790)->(0)
Vector smash protection is enabled.
0009:fixme:wer:WerRegisterMemoryBlock (0x11157e04 40976) stub
002d:fixme:sync:SetWaitableTimerEx (000000F4, 0294FE6C, 0, 00000000, 00000000, 00000000, 5) semi-stub
0030:fixme:thread:create_user_shared_data_thread Creating user shared data update thread.
0009:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0039:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0039:fixme:secur32:schan_get_cipher_algid Don't know CALG for encryption algorithm 2, returning 0
0039:fixme:secur32:schan_imp_get_max_message_size Returning 1 << 14.
0039:fixme:secur32:schan_get_cipher_algid Don't know CALG for encryption algorithm 2, returning 0
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0009:fixme:dwmapi:DwmIsCompositionEnabled 0714DD14
003c:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x38cf537, context 0x490930, init_notify 0, handle 0x7e4fce8): stub
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:fixme:imm:ImmGetDescriptionW (00000409, 00000000, 0): semi stub
0009:fixme:imm:ImmGetDescriptionW (00000409, 0AC45668, 9): semi stub
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031D380)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031D360)
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:ieframe:BrowserService_GetTravelLog 006CDE90 0031DB6C
0009:fixme:ieframe:ClientSite_GetContainer (0068A864)->(0031DC24)
0009:fixme:ieframe:DocObjectService_IsErrorUrl 006CDE90 L"https://www.conquerorigins.com/en/Portal" 0031D8A4
0009:fixme:ieframe:handle_navigation_error Navigate to error page
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031C340)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031C320)
0009:fixme:ieframe:DocHostUIHandler_GetDropTarget (0068A864)
0022:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x36cca5c, 0xb4982a8, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0xb498408, (null), (null), 0xb4982d8): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
0009:fixme:ntdll:EtwRegisterTraceGuidsW   register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
0009:fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
0009:fixme:ieframe:ClientSite_GetContainer (0068A864)->(0031E6A4)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF60)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF40)
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (032FDE30)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0031CF60)
0009:fixme:ieframe:ControlSite_OnFocus (0068A864)->(0)
0009:fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
0009:fixme:mshtml:HlinkTarget_SetBrowseContext (00852938)->(00000000)
0009:fixme:wer:WerUnregisterMemoryBlock (0x11157e04) stub
0064:fixme:winsock:set_dont_fragment IP_DONTFRAGMENT for IPv4 not supported in this platform
0066:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x1.
0069:fixme:ole:CoInitializeSecurity (00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub!
0069:fixme:wbemprox:client_security_SetBlanket 6795F7A8, 02111FC8, 10, 0, (null), 3, 3, 00000000, 0x00000000
0069:fixme:wbemprox:client_security_Release 6795F7A8
0022:fixme:mountmgr:harddisk_ioctl The DISK_PARTITION_INFO and DISK_DETECTION_INFO structures will not be filled
0069:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0066:fixme:wer:WerRegisterMemoryBlock (0x6f07e04 40976) stub
0073:fixme:sync:SetWaitableTimerEx (000001B4, 08CBFE6C, 0, 00000000, 00000000, 00000000, 5) semi-stub
0066:fixme:wer:WerUnregisterMemoryBlock (0x6f07e04) stub
0066:fixme:wer:WerRegisterMemoryBlock (0x6f07e04 40976) stub
007a:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x1.
007a:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
007a:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x00000030
007a:fixme:wbemprox:enum_class_object_Next timeout not supported
007a:fixme:ddraw:ddraw7_Initialize Ignoring guid {aeb2cdd4-6e41-43ea-941c-8361cc760781}.
007a:err:module:load_so_dll failed to load .so lib "/Users/Javin/Applications/CO2.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so": dlopen(/Users/Javin/Applications/CO2.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codeca.acm.so, 258): Library not loaded: @rpath/libmpg123.0.dylib
  Referenced from: /Users/Javin/Applications/CO2.app/Contents/Frameworks/wswine.bundle/lib/wine/l3codec
007a:fixme:coreaudio:ca_channel_layout_to_channel_mask Unhandled channel 0xffffffff
007a:err:avicap:query_video_device Video 4 Linux support not enabled
007a:fixme:dxdiag:wWinMain Information dialog is not implemented
Locked