hornresp on wine
hornresp on wine
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
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
Re: hornresp on wine
Wine version? If it's not 1.6 or later, upgrade. If this is happening in current Wine, post terminal output.
Re: hornresp on wine
wine-1.6, Hornresp 32.40, Ubuntu 12.04ltsdimesio wrote:Wine version? If it's not 1.6 or later, upgrade. If this is happening in current Wine, post terminal output.
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
Thank you
Karl
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: hornresp on wine
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
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
Re: hornresp on wine
I am sorry, i don't have any Windows here!lahmbi5678 wrote:Does it work under Windows?

That work!! Great!!lahmbi5678 wrote: As a workaround you could try to run it like this:
LC_ALL="c" wine hornresp
Thank you so much!
Karl
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Re: hornresp on wine
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.
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.
Re: hornresp on wine
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 
Wine 1.7.2
OpenSUSE 13.1
PS I am a Linux newbie - will be thank you for "step_by_step" answer


Re: hornresp on wine
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.
Re: hornresp on wine
Thank you! Works!!!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.

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.