vcompDLL error trying to run openMP code

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
mnfienen
Newbie
Newbie
Posts: 1
Joined: Wed Jan 24, 2024 3:16 pm

vcompDLL error trying to run openMP code

Post by mnfienen »

Hello
I am trying to run a compiled C++ program on wine for which I do not have source code. This code initially runs a single thread and then spawns computational processes onto as many threads as there are logical processors (8 in my case).

The screen output here shows the error from vcomp

Code: Select all

fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
As you can see from the terminal output, it doesn't actually crash - it just throws warnings and then ends prematurely.

Thanks in advance for any ideas.

Code: Select all

002c:fixme:winediag:loader_init wine-staging 9.0 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
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
0050:err:systray:initialize_systray Could not create tray window
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
0118:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000151FF50
0114:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0114:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
0130:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
0134:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
012c:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
0138:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
013c:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
0140:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
0144:fixme:vcomp:_vcomp_for_dynamic_init unsupported flags 98
        TestRandig Version 1.4
        Date 04/18/2022
Starting 'CheckKey' thread. Press any key to exit TestRandig
Starting 'ProgressThread' thread.
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 0 of 30000 fires (0.000%), 0.000 burnable cells burned
Completed 66 of 30000 fires (0.220%), 0.655 burnable cells burned
TestRandig completed successfully
Writing outputs...
0114:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FE80
Post Reply