hornresp on wine

Questions about Wine on Linux
Locked
lastweb
Newbie
Newbie
Posts: 3
Joined: Tue Aug 13, 2013 9:03 am

hornresp on wine

Post by lastweb »

Hello,

I try to use hornresp on wine.
If i make an input at Ang: to 1,0 x Pi and then i press tab -> the Ang inputfielt change automatically to 10,0 x Pi!

The same with Eg i make the input 2,83, then i press tab and the value change automatically to 283,0!

I have not all input-fielts testet.

What can i do for debugging?

Thank you so much!
Karl
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: hornresp on wine

Post by dimesio »

Wine version? If it's not 1.6 or later, upgrade. If this is happening in current Wine, post terminal output.
lastweb
Newbie
Newbie
Posts: 3
Joined: Tue Aug 13, 2013 9:03 am

Re: hornresp on wine

Post by lastweb »

dimesio wrote:Wine version? If it's not 1.6 or later, upgrade. If this is happening in current Wine, post terminal output.
wine-1.6, Hornresp 32.40, Ubuntu 12.04lts

Code: Select all

karl@teuschler:~$ wine .wine/drive_c/Hornresp/Hornresp.exe 
fixme:olepicture:OleLoadPictureEx (0xaef704,2762,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa10), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xaf0864,2762,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f5a4), partially implemented.
fixme:olepicture:OleLoadPictureEx (0xaf2484,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f630), partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x160638)->(0x17e188, 0, (nil)), hacked stub.
fixme:wininet:InternetLockRequestFile STUB
There isn't code output on console, if i make an input...

Thank you
Karl
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: hornresp on wine

Post by lahmbi5678 »

Hi,

just tried it myself. This is probably an issue with decimal separators ("." vs. ","). My personal guess would be that hornresp (under wine) somehow interprets "," as thousands separator, then as decimal separator. Does it work under Windows? If so, you should file a bug report in wine's bugzilla.

As a workaround you could try to run it like this:
LC_ALL="c" wine hornresp
lastweb
Newbie
Newbie
Posts: 3
Joined: Tue Aug 13, 2013 9:03 am

Re: hornresp on wine

Post by lastweb »

lahmbi5678 wrote:Does it work under Windows?
I am sorry, i don't have any Windows here! ;-)
lahmbi5678 wrote: As a workaround you could try to run it like this:
LC_ALL="c" wine hornresp
That work!! Great!!

Thank you so much!
Karl
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: hornresp on wine

Post by lahmbi5678 »

Hi,

just a warning, virustotal detects some virus (5/46) in the file from http://www.hornresp.net. This may be a false positive, but I'd advise everybody to be very careful.
basswave
Newbie
Newbie
Posts: 2
Joined: Tue Jul 29, 2014 1:17 am

Re: hornresp on wine

Post by basswave »

Hi all! Have this problem too! What i must do to solve it permanently?

Wine 1.7.2
OpenSUSE 13.1

PS I am a Linux newbie - will be thank you for "step_by_step" answer :-) As for children :-)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: hornresp on wine

Post by dimesio »

Assuming running it with LC_ALL="c" solves the problem, just add that to the command use to start the app. Use whatever menu editor your desktop environment provides.
basswave
Newbie
Newbie
Posts: 2
Joined: Tue Jul 29, 2014 1:17 am

Re: hornresp on wine

Post by basswave »

dimesio wrote:Assuming running it with LC_ALL="c" solves the problem, just add that to the command use to start the app. Use whatever menu editor your desktop environment provides.
Thank you! Works!!! :D

I have some more questions!

1. Find it in "File Type Parameters". I unerstand correctly - now that command added to all exe files, that I run? Thats not bad for other apps?

2. How I can correctly create a label for this exe file? Simple drag'n'drop to desktop creates non-working link-file.

3. Can I boost the working speed for Hornresp under Wine? Under real Windows it works much faster. Or it's normal?

Thanks again! Alex.
Locked