http://bugs.winehq.com/show_bug.cgi?id=1640
Summary: Digimask installer fails
Product: Wine
Version: CVS
Platform: Other
URL: http://www.digimask.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
The digimask installer complains about missing visual basic runtime 6.0.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1639
Summary: Microsoft Visual Basic runtime 6.0 missing
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
Wine should have a builtin copy of MSVBVM60.dll, so all programs that need this
dll currently don't work.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1581
------- Additional Comments From beer.info(a)videotron.ca 2003-09-08 11:41 -------
I originally opened this bug, however I marked it as resolved when I realized
that the code had to be optimized to inline the functions - otherwise the
compiler will find unresolved symbols. The order of object files during a link
matters (at least with gcc). Maybe the -pipe option allows the compiler to keep
unresolved symbols in memory. By default the compiler uses temp files for
communication between compile stages.
Perhaps the -pipe option could be used to insure a successful link. Personally,
I'd like to know more about what that option actually does.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1408
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-binary
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1581
------- Additional Comments From lists-winehq(a)sdk.ca 2003-08-08 18:16 -------
I could be mistaken but, what does c -O<any number>, have to do with -pipe? :-)
For the record though, except for my manual compile attempts of that one file,
all others were with the configure default of -O2.
Curious too that the status of this bug was changed to resolved. Is there a
commit I missed? Latest CVS build still has the problem (2003-08-08).
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1561
------- Additional Comments From rondinos(a)hotmail.com 2003-08-08 14:14 -------
ok people i upgraded OS still using 4.8 STABLE but i got the latest sources of
this month.. and it finally worked and i don't have any problems any more
thanks a lot for the support
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1563
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-08-08 12:24 -------
fixed in CVS
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1581
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2003-08-08 11:39 -------
You must compile all of WINE with at least -O1. Otherwise the functions you see are not inlined and you need to link kernel32.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.