[Bug 46310] New: Slide control error (old software)
https://bugs.winehq.org/show_bug.cgi?id=46310 Bug ID: 46310 Summary: Slide control error (old software) Product: Wine Version: 4.0-rc2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: hildogjr(a)gmail.com Distribution: --- Created attachment 63042 --> https://bugs.winehq.org/attachment.cgi?id=63042 Software Attached I sent a software originally made to run in Win98. I use in wine because is difficult install and find a Win98 machine. The software is used to control a equipment in my laboratory through the serial (and I am able to do it works fine). The problem is specific one control called "Frequency", if I try to change the value it goes/saturate at 5000.0, not mattes the value. I made it works fine once at Wine 3.20. I will try some debugs and attach them here. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- This application needs at least 'winetricks vb5run comctl32ocx' then it fails on missing mscomm32.ocx. Where do I get this one? The issue is that when you move this slider it gets stuck at 5000.0, and stays there? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #2 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- Created attachment 63043 --> https://bugs.winehq.org/attachment.cgi?id=63043 MSCOMM32 dependence Founded in my old w98, appear to be a Viasual Basic component. Please, tell me if I forgot other one. (yes, the error is stuck in the upper limit and not return). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- Another one is comdlg32ocx. Anyway, it works fine for me as far as I can tell, just by moving the slider, value updates accordingly, and it's not stuck. Are you actually running wine 4.0-rc2? P.S. admin, we should remove both application attachment, and Windows dll. Unless application is free to distribute. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #4 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- Created attachment 63044 --> https://bugs.winehq.org/attachment.cgi?id=63044 COMDLG32 dependence This software is not distributed or can be purchased, it is just sent together with the (older) equipment (laboratory equipment) from 199*. The Mscomm32.ocx I remember that was freely downloaded in a VB6 runtime package (long time when I used this language). I can send the full installer (taht install all the DLLs need) but this is 5.8MB (I can attached here even in a ZIP format). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #5 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- Yes, running 4.0-rc2 right now (I also report a issue of other software, not related with this). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> --- Try in clean prefix just to make sure. Like I said it seems to work fine. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #7 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- I am running just with `wine Cigui32.exe`. I also did `apt-get purge wine* && apt-get install wine` now. Nothing change. Do you want some special debug (using some flags)? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #8 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- This issue https://bugs.winehq.org/show_bug.cgi?id=46166 is also related with this same same software and still on 4.0rc2. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> --- I tested the software. And as Nikolay, everything is working fine. Added manually the components:comdlg23.ocx, comctl32.ocx, mscomm32.ocx Tested with winecfg set to:XP, win98, windows 7 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #10 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- In my computer: winecfg = win7 -> it was the default configuration (so this error); winecfg = winXP -> the error still winecfg = win98 -> this option doesn't exist in my distribution? If helps: when I click on the slide control the terminal output 0009:fixme:olepicture:OLEPictureImpl_SaveAsFile (0xb7f358)->(0xb92e88, 0, (nil)), hacked stub.` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> --- Again, please try with clean wineprefix, see https://wiki.winehq.org/FAQ#Wineprefixes. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #12 from joaopa <jeremielapuree(a)yahoo.fr> --- To see the win98 version, you need to use wine with WINEARCH=win32. I tested the WINEARCH=win32 and normal ARCH, both in a clean wineprefix, and everything works fine. Try with a clean wineprefix. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #13 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- I got this: WINEARCH=win32 wine Cigui32.Exe wine: WINEARCH set to win32 but '/home/h/.wine' is a 64-bit installation. Even with the installation using `sudo dpkg --add-architecture i386`. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #14 from joaopa <jeremielapuree(a)yahoo.fr> --- rm -fR .wine before. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 Hildo Guillardi Júnior <hildogjr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #15 from Hildo Guillardi Júnior <hildogjr(a)gmail.com> --- Guys, tank you by the discussion and tips. Now I found some locale issue (related with the numeric "." "," interpretation). But this I can manage. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> --- The content of attachment 63042 has been deleted for the following reason: Copyright violation -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #17 from Alexandre Julliard <julliard(a)winehq.org> --- The content of attachment 63043 has been deleted for the following reason: Copyright violation -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> --- The content of attachment 63044 has been deleted for the following reason: Copyright violation -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46310 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #19 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org