http://bugs.winehq.org/show_bug.cgi?id=5372
Summary: Visual Basic App: "Erase" statement has no effect
(OLEAUT32 bug)
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
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, the "Erase" statement
has no effect. It works with native oleaut32.
Bug 5217 is related.
I'll attach the executable. It needs MSVBVM60.DLL. Download it here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=7b9ba261-7a9c-43e7…
Sub Main()
Dim A(1 To 100) As Integer
Dim B(1 To 100, 1 To 100) As Integer
Dim i As Integer, j As Integer
For i = 1 To 100
A(i) = i
For j = 1 To 100
B(i, j) = i * 100 + j
Next j
Next i
Erase A
Erase B
For i = 1 To 100
If A(i) <> 0 Then
MsgBox "A(" + Format$(i) + ") has not been set to the default value"
Exit Sub
End If
For j = 1 To 100
If B(i, j) <> 0 Then
MsgBox "B(" + Format$(i) + ", " + Format$(j) + ") has not been set to
the default value"
Exit Sub
End If
Next j
Next i
MsgBox "Test passed"
End Sub
--
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=5371
Summary: unable to access the registry
Product: Wine
Version: 0.9.12.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
wine 0.9.12
windows software : GPSTRACK 2006 10.6 http://www.gpstrack.com/
-install: ok
- first window after launch: ok
- click on "accèss libre/free trial access"
then we have an error windows with messsage:
erreur d'execution "335": (execution error)
impossible d'accéder à la Base de registres" (unable to access to the registry
base)
another problem: unable to uninstall the app with the package manager
--
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=5370
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-06-06 09:01 -------
You're looking for WINEPREFIX env. var.
man wine :
[...]
WINEPREFIX
If set, the content of this variable is taken as the name of the
directory where wine stores its data (the default is $HOME/.wine
). This directory is also used to identify the socket which is
used to communicate with the wineserver. All wine processes
using the same wineserver (i.e.: same user) share certain things
like registry, shared memory, and config file. By setting
WINEPREFIX to different values for different wine processes, it
is possible to run a number of truly independent wine processes.
[...]
Thus :
wine --confdir ~/.wine.hostA whatever.exe -> WINEPREFIX=~/.wine.hostA whatever.exe
wine --confdir ~/.wine.hostB whatever.exe -> WINEPREFIX=~/.wine.hostB whatever.exe
--
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=5370
Summary: 0.9.14 (Ubuntu) Add option --confdir to use alternate
~/.wine directory
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jari.aalto(a)cante.net
PROBLEM
In NFS mounted systems each user shares the common directory.
The problem is that changing host, means that the ~/.wine created in another
host cannot be used.
host A -+
+------ NFS host sharing /home/foo
host B -+
SUGGESTION
Provide --confdir argument which would set the correct configuration directory.
This way it would be possible to run:
wine --confdir ~/.wine.hostA
wine --confdir ~/.wine.hostB
--
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=5369
Summary: Installation of patch 1.05 for Crusader Kings fails
silently
Product: Wine
Version: 0.9.11.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=3934
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.lonngren.759(a)student.lu.se
As can be read at http://appdb.winehq.org/appview.php?versionId=3934 the patch
to version 1.05 found http://www.paradoxplaza.com/downloads.asp does not install
properly. Since patch 1.04, which can be found at the same location, installs
and works just fine this is hopefully something that can be fixed without too
much effort by looking at the differences between them.
--
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=5325
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From dank(a)kegel.com 2006-06-06 05:14 -------
Well, well, well. That's very interesting. Heck, maybe that deserves
an entry in the Wine FAQ (wherever that is :-)
Thanks for the analysis.
I've marked the bug invalid myself, we can reopen it if you're wrong.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5368
Summary: files openened in wine programs from Nautilus have wrong
path passed
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kmdemeye(a)vub.ac.be
When opening a file in Nautilus (Gnome's filemanager) that is associated with a
windows program installed with wine (SPSS 11.0), this windows program says it
can't open "ome/username/Desktop/subdir/file.sav". It says this while it should
be "/home/...", this is not typo. I guess this might be something like gnome
passes "file:///home/..." and wine wants to translate this into "Z://home..."
but the parser is somewhat broken or misses some bits or requires another format ?
--
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=5325
------- Additional Comments From truiken(a)gmail.com 2006-06-06 02:15 -------
My analysis of this bug is wrong, and it turns out that wine's msi is doing the
right thing in not installing the files that aren't installed. The components
for the files not being installed have the following condition:
(Version9X OR (VersionNT AND ((VersionNT < 500) OR ((VersionNT >= 500) AND
INSTALLPFILES))))
According to the traces, VersionNT is 500, so we're in the VersionNT >= 500
case. INSTALLPFILES does not exist anywhere in the msi file, and the only way
to set it is on the command line e.g. 'wine Setup.exe INSTALLPFILES=1'. The
reason INSTALLPFILES must be specified on VersionNT >= 500 is because these
files should already exist on these version of Windows. So the real bug is that
we don't provide these dlls out of the box, but in the meantime you can install
the files using the INSTALLPFILES=1 option. I'm thinking about marking this bug
as invalid, unless anyone has any objections. Thanks to Mike for helping me
analyze the real bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.