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

Problems on Opensuse leap 42.3 #18

Closed
daschaffert opened this issue Sep 3, 2017 · 9 comments
Closed

Problems on Opensuse leap 42.3 #18

daschaffert opened this issue Sep 3, 2017 · 9 comments

Comments

@daschaffert
Copy link

Sorry for writing here, but I don't know how to get in touch with you on an other way!
I recently ahd to change to openseuse 42.3 (bevore was using 42.1) I was alway using the vsthost from dssi without any problems but vsthost isnt working anymore in 42.3 (I think it has someting to do with the g++ 32bit libraries - but I'm not sure)

So now I tryed using the LinVst but no Plugin I try is working. The librys are compiling fine and everything seems to be o.k. - but now DAW I tryed is handling the plugins :-)

I even tryed to use the lin-vst-server32.exe directly but no plugin is working ... do you have any advice what Im doing wrong???

again excuse me for writing here!

@osxmidi
Copy link
Owner

osxmidi commented Sep 4, 2017

The only thing I can think of at the moment is that there might be something wrong with your multiarch setup if you are using the 64 bit opensuse

http://www.pilotlogic.com/sitejoom/index.php/wiki?id=398

@daschaffert
Copy link
Author

daschaffert commented Sep 4, 2017 via email

@daschaffert
Copy link
Author

daschaffert commented Sep 4, 2017 via email

@osxmidi
Copy link
Owner

osxmidi commented Sep 5, 2017

I think that error is maybe caused by different LinVst versions being mixed up.

For new versions of LinVst, the vst plugins need to be (name) converted again using the new linvst.so.

The lin-vst-server.exe (lin-vst-server32.exe) and linvst.so need to be version matched.

@daschaffert
Copy link
Author

daschaffert commented Sep 5, 2017 via email

@osxmidi
Copy link
Owner

osxmidi commented Sep 5, 2017

Seeing that it's not a version problem, then it maybe looks like a Wine problem.

argc and argv errors would suggest some sort of Wine app problem.

There is a winecrt0/exe_entry error when lin-vst-server.exe starts.

lin-vst-server.exe and lin-vst-server32.exe are Wine apps.

linvst.so is a Linux shared library.

linvst.so starts and connects to lin-vst-server.exe (lin-vst-server32.exe) and it seems that lin-vst-server.exe is not starting normally or some reason.

Maybe some files in Wine are corrupt for some reason.

I havn't seen this problem before so it's hard to say what it definitely is.

@osxmidi
Copy link
Owner

osxmidi commented Sep 5, 2017

winecrt0/exe_main.c handles the arguments, argc and argv.

So it seems that something is wrong with winecrt0 or winecrt0 is trying to work with a corrupted file or something.

@daschaffert
Copy link
Author

daschaffert commented Sep 5, 2017 via email

@osxmidi
Copy link
Owner

osxmidi commented Sep 6, 2017

Where is your wineserver located?

Maybe it needs the WINESERVER environmental variable to be set.

https://forum.winehq.org/viewtopic.php?f=8&t=29122

@osxmidi osxmidi closed this as completed Sep 8, 2017
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

2 participants