Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crinkler stuck on forwarded RVA import loop. #17

Open
TheSos opened this issue Mar 30, 2024 · 0 comments
Open

Crinkler stuck on forwarded RVA import loop. #17

TheSos opened this issue Mar 30, 2024 · 0 comments

Comments

@TheSos
Copy link

TheSos commented Mar 30, 2024

Hi,
I'm trying to build with Crinkler, but it seems to be stuck in an RVA forwarding loop. Is there a way to disable RVA forwardig with a command line switch? And if not, could anyone to point me to the place in source code where I can disable this myself?

This is what the output looks like:

1>LINK : warning LNK: Import 'CoCreateFreeThreadedMarshaler' from 'ole32' uses forwarded RVA. Replaced by 'CoCreateFreeThreadedMarshaler' from 'api-ms-win-core-com-l1-1-0'
1>
1>LINK : warning LNK: Import 'CoCreateFreeThreadedMarshaler' from 'api-ms-win-core-com-l1-1-0' uses forwarded RVA. Replaced by 'CoCreateFreeThreadedMarshaler' from 'ole32'
1>
1>LINK : warning LNK: Import 'CoCreateFreeThreadedMarshaler' from 'ole32' uses forwarded RVA. Replaced by 'CoCreateFreeThreadedMarshaler' from 'api-ms-win-core-com-l1-1-0'
1>
1>LINK : warning LNK: Import 'CoCreateFreeThreadedMarshaler' from 'api-ms-win-core-com-l1-1-0' uses forwarded RVA. Replaced by 'CoCreateFreeThreadedMarshaler' from 'ole32'
1>
1>LINK : warning LNK: Import 'CoCreateFreeThreadedMarshaler' from 'ole32' uses forwarded RVA. Replaced by 'CoCreateFreeThreadedMarshaler' from 'api-ms-win-core-com-l1-1-0'
1>
1>LINK : warning LNK: Import 'CoCreateFreeThreadedMarshaler' from 'api-ms-win-core-com-l1-1-0' uses forwarded RVA. Replaced by 'CoCreateFreeThreadedMarshaler' from 'ole32'
1>

and it just goes on forever like this in an endless loop

First it couldn't find the api-ms-win-core-com-l1-1-0.dll, but I copied it over from SysWOW64 and then it did that. I am on Visual Studio 2022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant