http://bugs.winehq.org/show_bug.cgi?id=5217
Summary: Visual Basic App: Runtime error after "redim preserve"
(OLEAUT32 bug)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallo(a)michael-kaufmann.ch
This Visual Basic code works fine on Windows. On Wine, this message appears:
"Run-time error '9': Subscript out of range". It also works with native oleaut32.
Global A() As Integer
Sub Main()
ReDim Preserve A(1 To 3, 1 To 4) As Integer
A(1, 1) = 100
A(3, 4) = 200
ReDim Preserve A(1 To 3, 1 To 5) As Integer
A(1, 1) = 300
A(3, 5) = 400
MsgBox "OK"
End Sub
This code creates a two-dimensional array and resizes the second dimension of
the array. The content of the array is copied to the resized array ("preserve"
keyword).
I'll attach the executable. It needs MSVBVM60.DLL. Download it here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=7b9ba261-7a9c-43e7…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4098
hallo(a)michael-kaufmann.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Visual Basic 6 sp6 runtime |Visual Basic 6 sp6 runtime
|installer vbrun60sp6.exe |installer: No progress
|doesn't work |window shown (SETUPAPI)
------- Additional Comments From hallo(a)michael-kaufmann.ch 2006-10-05 14:19 -------
The runtime installer works, but it doesn't show the "copying files" window. The
bug is probably in Wine's setupapi.dll.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4142
hallo(a)michael-kaufmann.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5216
Summary: Rhapsody Plugin in Firefox 1.5 cannot connect to its
server, but works with native WININET
Product: Wine
Version: 0.9.12.
Platform: PC
URL: http://www.rhapsody.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jathey(a)comcast.net
On Linux, the Rhapsody plugin for Firefox only works on Firefox 1.0.x, not on
1.5.x. However, the plugin does work in Firefox 1.5.x on Windows, so I
downloaded and installed Firefox 1.5.2 in Wine.
With stock Wine 0.9.12, after I enter my username and password, the login fails
with invalid user name or password. At the same time, the following messages
appear on the console:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000):
STUB
fixme:wininet:INET_QueryOptionHelper Stub! 2
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not
supported on protocol 4
fixme:wininet:INET_QueryOptionHelper Stub! 6
If I start Firefox with WINEDLLOVERRIDES="wininet=n" and WININET.DLL from
Windows 2000 (version 6.00.2800.1485), Rhapsody works great. In fact, I'm
listening to music from Rhapsody right now using this workaround.
This bug strongly resembles http://bugs.winehq.org/show_bug.cgi?id=4992.
Anyone can test this, since Rhapsody offers a free membership where you are
given a few free song plays.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5095
cdunn42(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cdunn42(a)yahoo.com 2006-10-05 06:55 -------
This patch, putting in a call to XFlush when a window is destroyed, seems to
have fixed the problem :
http://source.winehq.org/git/?p=wine.git;a=commit;h=975f1b2a6188509e0e99ae5…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3777
------- Additional Comments From m.goemmel(a)compulab.de 2006-10-05 04:17 -------
Eric mailed me this some time ago, so I post it here before it gets totally
lost:
the normal way of working is:
- the client references an object in the server (thru a windows-socket, which
is in fact a server handle)
- the server in its object references the unix-socket (fd)
however, some wait operations are done in the client by:
- retrieving from the server the unix-fd
- waiting on that unix-fd
what happens in your case is:
- server has a unix-fd opened on the socket
- client get one copy of the unix-fd (to wait on)
- client blocks on it (select)
- another thread (client) closes the windows-socket
- another thread closes the handle (from socket)
- server is called, and object is destroyed in server, hence closing the unix-
fd (from server)
at this point,
- the windows object in server for the socket is destroyed
- but the unix object (in unix kernel) is not destroyed as there's still a
reference to it (thru a unix-fd) (the one used in the select)
Thanks
Markus
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5214
Summary: Errors in SPSS output
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthai(a)owca.info
Here is the result of running frequencies anylsis:
http://wiki.cybersoc.info/doku.php/spss#running_frequencies_analysis
You can note that in wine-SPSS output is missing title “Frequencies” (instead
there is too much blank space) and SPSS reports some “SAX Basic” error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.