italomandara / CXPatcher

A patcher to upgrade Crossover dependencies and improve compatibility
GNU General Public License v3.0
845 stars 22 forks source link

Missing stub in atiadlxx.dll #80

Closed italomandara closed 11 months ago

italomandara commented 11 months ago

This is the unimplemented function https://gpuopen-librariesandsdks.github.io/adl/group__GRAPHICSAPI.html#gaf7cd411ce088823af7c8d6490f184820

error: wine: Call from 000000007B013838 to unimplemented function atiadlxx.dll.ADL2_Graphics_Versions_Get, aborting

the function seems to be implemented here last month by Apple, so we might have some older version of that dll? https://github.com/Gcenx/winecx/blob/game-porting-toolkit/dlls/atiadlxx/atiadlxx_main.c#L312

italomandara commented 11 months ago

Fixed in https://github.com/italomandara/CXPatcher/commit/1977c89bc70a20a9c7a8579fad4fdf20e79635a3

italomandara commented 11 months ago

Main branch is currently broken we need a new set of libraries main branch reverted

italomandara commented 11 months ago

https://github.com/italomandara/CXPatcher/pull/82 fixes this