telyn / docker-vb6

Dockerize Visual Basic 6? YES WE CAN.
43 stars 13 forks source link

return a non_zero code: 1 #3

Open viktors1982 opened 6 years ago

viktors1982 commented 6 years ago

Hey (sorry for my english), when i build docker image, i have error (the project is old?):

image

Then i build new vcrun6 image and correct builded image

Then I build docker-vb6 with new vcrun6 and stop building on:

image

when i remove DISLPAY=:0, i have error: return a non_zero code: 4

Thank you :)

And one question, i have install directory with 3 maps image I need put all files in one directory?

telyn commented 6 years ago

Hiya! It's nice that you want to run this very silly docker image but yeah - I am afraid it is pretty old (I last touched it at all nearly a year ago and I'm pretty sure the last time I built it was a few months before that) and it doesn't account for variation in visual studio install media.

DISPLAY=:0 is necessary because wine doesn't work without an X server (Xvfb in this instance) I think Xvfb runs a VNC server and you could forward the port and connect to it to watch the install?

Unfortunately the installer for VB6 is not command-line friendly and so doesn't put anything out on the terminal. I suspect there was some message box up describing the error that occurred.

Sorry I can't be of more help - best of luck diagnosing the problem further! 😄