Displaying 1 result from an estimated 1 matches for "vidvm".
Did you mean:
sidvm
2001 Mar 13
1
sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.
...32:PE_CreateModule Security directory ignored
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll display.dll still not
found
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
wine: sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.
zsh: abort LC_ALL=en_US wine /mnt/fat/temp/vidvm.exe
============================================================================
void SYSMETRICS_Init(void)
{
HDC hdc = CreateDCA( "DISPLAY", NULL, NULL, NULL );
assert(hdc);
// ...
Looking at the code, this might have something to do with the display.dll
that is not found....