wineserver Symbol has Different size in shared object

Questions about Wine on Linux
Locked
flako
Level 1
Level 1
Posts: 6
Joined: Fri May 04, 2012 8:47 am

wineserver Symbol has Different size in shared object

Post by flako »

Hello
I am testing a program called ScaleNet (for electronic scales).
I'm using PlayOnLinux 4.1.1 with wine 1.1.28 (the program only wants that version) on Ubuntu "12.04".


The program requires permissions to create SOCK_RAW socket, so that they are enabled with the command:

setcap cap_net_raw=ep wineserver

After this, the application seems to work, but the log tells me the warning:


/home/user/.PlayOnLinux/wine/linux-x86/1.1.28/lib/../bin/wineserver: Symbol `wine_casemap_upper' has different size in shared object, consider re-linking

I am aware that is an old verison of wine, but the application does not work with wine 1.4. I do not understand the implications of error and I do not know if that can produce random errors.

This error can affect the proper functioning of the program?
is there anyway to fix it?


Thanks for being up here, and sorry for using a web translator.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: wineserver Symbol has Different size in shared object

Post by dimesio »

flako wrote:I am aware that is an old verison of wine, but the application does not work with wine 1.4. I do not understand the implications of error and I do not know if that can produce random errors.
1.1.28 is no longer supported. Retest in the current development release (.1.5.7) of plain Wine, and if the app still doesn't work, run a regression test and file a bug.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Also, PlayOnLinux is not supported here. As dimesio said,
if you can reproduce the problem with plain wine 1.5.7,
we'd be happy to try to help.
qparis
Level 2
Level 2
Posts: 44
Joined: Fri Dec 03, 2010 6:55 am

Post by qparis »

Sorry to bother you with that:

http://www.playonlinux.com/en/topic-904 ... nking.html

I've told this member that it was not related to POL but he wants to get support from you, he had to install newest version of wine. (Just to say in case)
flako
Level 1
Level 1
Posts: 6
Joined: Fri May 04, 2012 8:47 am

Post by flako »

Hello qparis, DanKegel, dimesio

If it is outdated version and of course bug that is hard to see ... (if produced wine or packaging POL)
Actually my initial idea is that I solved the problem (not worth the effort), only broad can understand that ..
I'll try to run it with the latest version and I send the log ..

Thanks for answering.
Locked