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

checkpoint(256) #18

Open
vuaru opened this issue Aug 4, 2015 · 5 comments
Open

checkpoint(256) #18

vuaru opened this issue Aug 4, 2015 · 5 comments

Comments

@vuaru
Copy link

vuaru commented Aug 4, 2015

When compiling with dmd, I'm getting the following error:

checkpoint(256)
--- errorlevel 1

What exactly does this mean?

Popup details:

Unexpected OPTLINK Termination at EIP=0040347E

EAX=00000010 EBX=000000A0 ECX=00000000 EDX=004337CF 
ESI=0044AAE8 EDI=00000100 EBP=0018FF4C ESP=0018FDE4 
First=00402000
@pineapplemachine
Copy link

I'm getting this, too, and having a very interesting time trying to narrow down the cause of the error

@s-ludwig
Copy link

s-ludwig added a commit to vibe-d/vibe-core that referenced this issue Sep 27, 2017
@gedaiu
Copy link

gedaiu commented Jan 5, 2018

There are any fixes for this issue? I get into this almost every day...

@pineapplemachine
Copy link

@gedaiu I worked around this issue by not using optlink. I'm not on my windows machine at the moment so I'm not sure of the compile flag I used or other steps I took, but the idea was to use Visual Studio's more stable linker instead of optlink.

@gedaiu
Copy link

gedaiu commented Jan 5, 2018

@pineapplemachine how you can use some other linker on windows x86? I could not find any resources for this... with lld-linker and ms linker it just fails...

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

4 participants