http://bugs.winehq.org/show_bug.cgi?id=7660
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-02-08 14:56:29 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=8870
--- Comment #7 from Juan Lang <juan_lang(a)yahoo.com> 2008-02-08 14:53:57 ---
I gather it didn't work then? ;)
Ah, weird, after the "final" update, it sends in a subsequent, non-final
update. I guess that's allowed in streaming mode?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=8870
Rob Shearman <rob(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7015 is|0 |1
obsolete| |
--- Comment #6 from Rob Shearman <rob(a)codeweavers.com> 2008-02-08 14:43:21 ---
Created an attachment (id=10677)
--> (http://bugs.winehq.org/attachment.cgi?id=10677)
Second +crypt trace
This is a log of Outlook attempting to verify a signed message using the latest
crypt32 with Juan's hack applied.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7389
--- Comment #7 from Juan Lang <juan_lang(a)yahoo.com> 2008-02-08 14:32:30 ---
I'm afraid nothing's jumping out at me. Anyone care to have a look at
wireshark traces on Windows and compare 'em to Wine? Not sure if that'll be
fruitful, it depends on whether the key is fixed (lame but easier to check) or
derived.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7229
Hans Nieser <aphax(a)xs4all.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aphax(a)xs4all.nl
--- Comment #29 from Hans Nieser <aphax(a)xs4all.nl> 2008-02-08 14:30:15 ---
Ever since I believe patch 2.3.2 (possibly 2.3.1, not 100% sure on this) I have
started getting these lockups (though they do not seem to be exactly the same
as the one mentioned by the reporter of this bug, but it does however seem to
be the same kind of lock-up that other repliers in this bug have been talking
about), where the last message on my console is:
err:ntdll:RtlpWaitForCriticalSection section 0xf767ea0 "rtl.c:
RTL_RWLOCK.rtlCS" wait timed out in thread 001d, blocked by 0000, retrying (60
sec)
Like other people that have replied, it happens most frequently shortly after
entering or leaving a battleground (Alterac Valley is the one I do most). I've
also had it happen shortly after login, or at completely random moments while
playing the game (but never on the login or character selection screen, and
never while logging in or out). Sometimes I can play fine for hours without any
lock-ups, sometimes I get 3 within 5 minutes.
At first I thought this was some regression in Wine, but rolling back to 0.9.48
didn't help. I've tried setting the process affinity mask through the
config.wtf setting (SET processAffinityMask "<integer-mask-value>") and using
schedtool, unfortunately neither has helped.
My machine has an Intel Pentium D 940 dual-core processor, an nvidia 7950GX2
graphics card and runs Linux 2.6.24 with the proprietary nvidia drivers
(version 169.09). I have another machine that has an AMD Athlon XP 3500+ with
an ATI X1550 card (using fglrx driver version 8.452) that does not suffer from
this problem. Also the lock-ups have not dissappeared for me with patch 2.3.3.
I will attach my wow crash log, hopefully this information will be helpful in
solving this issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7389
--- Comment #5 from Juan Lang <juan_lang(a)yahoo.com> 2008-02-08 12:40:16 ---
Do I have to be a Schwab customer to download this? I haven't found a download
link on the URL you posted, instead I get redirected to:
http://www.schwabat.com/Platforms/streetsmart_pro/Overview.aspx
Clicking on "Trading Simulators" under Quicklinks gets me nowhere, either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7544
--- Comment #32 from Erich Hoover <ehoover(a)mines.edu> 2008-02-08 12:33:34 ---
(In reply to comment #31)
> (In reply to comment #29)
> > That's the way Alexandre wants it
>
> what are we trying to do, create windows or an _compatibility_ layer
>
Ok, I understand that that was not a satisfying explanation. I think a more
accurate explanation would be that Alexandre seems to have a policy that you
should only use functions at an API level lower than the one you are working
at. For this particular example MoveFile and friends are at the same level as
ReplaceFile (Win32 API), so only the next lower level (NT API) and base
functions (POSIX API) can be used. As you can see from the history of this
patch I was also not aware of such a policy, I have not seen it explicitly
stated anywhere. However, such a policy is good for making a long-term design
- when changes are made to a function at a particular level you only need to
check for consequences at the next level up. Especially since this entire
project is managed by one person (Alexandre), such a policy probably helps him
keep track of what functions are affected by any particular change. If this
analysis is incorrect then someone should speak up and correct me.
> > > Your current patch for this bug doesn't handle moving file over different mount
> > > points.
> > >
> > Quite so, but neither does MoveFile.
> >
>
> yeah MoveFile doesn't do it by default, but it can with the flag
> MOVEFILE_COPY_ALLOWED.
>
I understand that there is a policy to not directly quote MSDN as there are
some copyright concerns. Therefore, I suggest that you check the "remarks"
section of the entry on ReplaceFile and note that there is no flag similar to
the one for MoveFile.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=2436
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #5 from Juan Lang <juan_lang(a)yahoo.com> 2008-02-08 12:05:45 ---
Bug 11070 has an example of one app that needs this. Since that one has more
info, I'm marking this one a dup.
*** This bug has been marked as a duplicate of bug 11070 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7660
--- Comment #12 from Hans Nieser <aphax(a)xs4all.nl> 2008-02-08 06:28:46 ---
I think the issue described in this bug has been solved, I haven't had this
problem anymore in the last 5-10 Wine releases (tested on two systems with
different mice).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=5646
--- Comment #7 from unggnu <unggnu(a)googlemail.com> 2008-02-08 03:59:14 ---
Btw. it seems to be mainly a Jagged Alliance Wildfire Bug. Entering serial
works fine under Windows XP and maybe before but not under Vista so it seems to
be a general problem. Maybe it should be marked as Won't fix but should be
still possible to find for users and still linked under the Game so they can
find the workaround.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7755
--- Comment #10 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-02-07 23:17:23 ---
(In reply to comment #9)
> does the demo from http://www.mafia-game.com/ have the same problem?
>
I tried the EU demo (20MB less in size than the US), watched the cutscene and
drove around the streets crashing into a few cars etc. I didn't notice any
stuttering sound.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=5620
--- Comment #19 from foobard <jens(a)porup.com> 2008-02-07 21:04:18 ---
Hi,
I got the glx issue sorted, and I've been trying to get some debug output to
help further development on this issue. I've been using the command:
WINEDEBUG=+relay wine AutoPlay.exe 2>&1 | tee ~/adobelog.out;
but it takes *forever*..... what should takes five minutes takes hours, and
then it hangs, and I can't sit there waiting for it all the time, and I can't
seem to get it to finish before I have to pack up and go somewhere.
Is there a more targeted debug switch that would provide good information on
the specific failure here?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=11502
Summary: Save as dialog in nwn2 DM tookit fails to open
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cngnome(a)gmail.com
This is dotnet fw 2 program. It cannot be run in mono since mono does not
support msvcm80.dll and I dont know how mono could be installed to wine.
When I choose save as file dialog, I get
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory.
This is often an indication that other memory is corrupt.
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd,
Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.FileDialog.HookProc(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.GetSaveFileName(OPENFILENAME_I
ofn)
at System.Windows.Forms.SaveFileDialog.RunFileDialog(OPENFILENAME_I ofn)
at System.Windows.Forms.FileDialog.RunDialog(IntPtr hWndOwner)
at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner)
at System.Windows.Forms.CommonDialog.ShowDialog()
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=1700
Raul Aguaviva <raul_aguaviva(a)yahoo.es> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |raul_aguaviva(a)yahoo.es
--- Comment #8 from Raul Aguaviva <raul_aguaviva(a)yahoo.es> 2008-02-07 15:58:28 ---
USB serial ports work for me on 0.9.54. I tested this using putty for windows.
The only problem is that apps can't enumerate serial ports for some reason.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=2329
Reece Dunn <msclrhd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msclrhd(a)gmail.com
--- Comment #4 from Reece Dunn <msclrhd(a)gmail.com> 2008-02-07 15:51:41 ---
Does anyone know of the status of the test patch. It would be useful to have
that test (or something similar) in the Git tree to see how Windows responds
and see when it gets fixed in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=11498
Summary: FineREader 7.0 Pro - shell error
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
Immediately after start all buttons disappear from panel and I see the
following constantly printed in stdout:
Internal Program Error:
C:\FineReader7\Shell\Frame\FineMdi.cpp, 908.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #25 from Thomas <gimpel(a)sonnenkinder.org> 2008-02-07 15:13:59 ---
(In reply to comment #23)
> You did not do the winetricks wsh56js step.
Actually I just forgot to mention it.
> Also, please remember to avoid pasting logs and backtraces and attach them
> instead.
>
Will take care. Sorry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #24 from Jeremy White <jwhite(a)codeweavers.com> 2008-02-07 14:53:12 ---
I now understand the exit code 4 behavior on Windows; sadly, it
does not explain the failure in Wine.
That is, c:\program files\common files\adobe\caps\caps.db
is a sqllite3 database. The installer will set a few values
into the tables that are clearly needed, and removes them when
you cancel the installer.
So the 'child' setup.exe fails on Windows because the test
method didn't backup + restore caps.db. If I change that, the
exit code 4 goes away.
Unfortunately, the caps.db created by Wine appears to be correct,
so this is not the same failure.
It may suggest a point of attack, but it's not as interesting
as I first hoped.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #23 from Jeremy White <jwhite(a)codeweavers.com> 2008-02-07 14:31:02 ---
You did not do the winetricks wsh56js step.
Also, please remember to avoid pasting logs and backtraces and attach them
instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=8945
Thomas <gimpel(a)sonnenkinder.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gimpel(a)sonnenkinder.org
--- Comment #22 from Thomas <gimpel(a)sonnenkinder.org> 2008-02-07 14:16:54 ---
I downloaded the current Photoshop CS3 demo, and managed to get behind all
msxml errors etc, thanks to winetricks.
http://www.kegel.com/wine/winetricks
What I did was basically
$ winetricks msxml3 (native msxml3 overrride)
$ winetricks gdiplus (native gdiplus.dll override)
$ winetricks volnum (rename/link deprecated drive_c to harddiskvolume0)
Now that real sh*t:
It seems to want IE7, at least there is a redist/ folder, and the Photoshop
Installer first wants to install WindowsInstaller-KB893803-v2-x86.exe
I get a window saying (translated from German):
"Couldn't verify Integrity of update.inf. Please make sure the cryptography
service is running on your computer"
This looks like
http://bugs.winehq.org/show_bug.cgi?id=9749 <- similar error.
dump (after klicking OK there is the Backtrace):
------------------------------------------------------------------
$ WINEDLLOVERRIDES="gdiplus.dll" wine Setup.exe
err:winedevice:ServiceMain driver L"Asapi" failed to load
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
fixme:console:AttachConsole stub ffffffff
Begin Adobe Setup
UI mode: Full GUI
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:advapi:SetNamedSecurityInfoW L"c:\\Programme\\Gemeinsame
Dateien\\Adobe\\caps" 1 -2147483644 0x1853f4 0x185400 0x185448 (nil)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
...(repeated several times)....
fixme:advapi:SetNamedSecurityInfoW L"c:\\Programme\\Gemeinsame
Dateien\\Adobe\\caps" 1 -2147483644 0x19285c 0x192868 0x192930 (nil)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:browseui:ProgressDialog_SetAnimation (0x1928b0, 0x400000, 1000) - stub
fixme:browseui:ProgressDialog_StartProgressDialog Flags PROGDLG_NOTIME not
supported
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
ALSA lib pcm.c:6617:(snd_pcm_slave_conf) unknown format unchanged
ALSA lib pcm.c:6617:(snd_pcm_slave_conf) unknown format unchanged
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:advapi:SetNamedSecurityInfoW L"c:\\Programme\\Gemeinsame
Dateien\\Adobe\\caps" 1 -2147483644 0x1a55dc 0x1a55e8 0x1a5630 (nil)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:process:IsWow64Process (0xffffffff 0x7c714d10) stub!
fixme:clusapi:GetNodeClusterState ((null),0x33f8a0,2072426981) stub!
fixme:advapi:DecryptFileA "c:\\8aa6a92ad1b3eafb3c18dd\\" 00000000
fixme:setupapi:pSetupGetGlobalFlags stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:setupapi:StringTableAddStringEx
fixme:setupapi:StringTableAddStringEx
fixme:setupapi:SetupCopyOEMInfW install catalog file
L"c:\\8aa6a92ad1b3eafb3c18dd\\update\\KB893803v2_wxp.cat"
fixme:wintrust:CryptCATAdminAcquireContext 0x33b914
{f750e6c3-38ee-11d1-85e5-00c04fc295ee} 0
fixme:wintrust:CryptCATAdminCalcHashFromFileHandle 0x6c 0x33b4c8 0x17f408 0
fixme:wintrust:CryptCATAdminEnumCatalogFromHash 0xdeadbeef 0x17f408 100 0
0x33b4c4
fixme:wintrust:CryptCATAdminReleaseContext 0xdeadbeef 0
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:wintrust:CryptCATAdminAcquireContext 0x33b95c
{f750e6c3-38ee-11d1-85e5-00c04fc295ee} 0
fixme:wintrust:CryptCATAdminRemoveCatalog 0xdeadbeef L"_000000_.cat" 0
fixme:wintrust:CryptCATAdminReleaseContext 0xdeadbeef 0
....(clicking OK in the message window).....
wine: Unhandled exception 0xc06d007f at address 0x7b841340 (thread 0017),
starting debugger...
Unhandled exception: 0xc06d007f in 32-bit code (0x7b841398).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b841398 ESP:7c714e64 EBP:7c714ec8 EFLAGS:00000212( - 00 - -IA1)
EAX:7b82c121 EBX:7b8adff4 ECX:00000000 EDX:7c714f38
ESI:7c714f38 EDI:02230000
Stack dump:
0x7c714e64: 7c714f38 00000004 00110460 c06d007f
0x7c714e74: 00000000 00000000 7b841340 00000001
0x7c714e84: 7c714eec 7bc85ff4 00616c6c 7c714ea0
0x7c714e94: 7bc3911a c000007a 00000000 7c714ed0
0x7c714ea4: 7b861929 c000007a 00000000 00000107
0x7c714eb4: 7c714ec4 00000030 7b84134a 00000000
Backtrace:
=>1 0x7b841398 RaiseException+0x58() in kernel32 (0x7c714ec8)
....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=6618
Steve McKnelly <denali(a)shadowforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #28 from Steve McKnelly <denali(a)shadowforge.net> 2008-02-07 10:21:28 ---
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=7116
--- Comment #40 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-07 09:11:36 ---
My analysis about GetModuleHandleExW/FreeLibrary behaviour is wrong, there is
no problem there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=11497
Summary: wine can use serial ports but fails to enumerate them
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raul_aguaviva(a)yahoo.es
The following app fails to enumerate the serial ports:
http://www.parallax.com/Portals/0/Downloads/sw/Setup-USB-Oscilloscope-v5.1.…
Even without having the serial port oscilloscope the software should be able to
enumerate the serial ports.
notes:
I did the "ln -s /dev/usb/ttyUSB0 ~/.wine/dosdevices/com1" and verified that
the serial port works using putty for windows
Setting the reg key mentioned in the below link didn't help
http://bugs.winehq.org/attachment.cgi?id=8743
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.