http://bugs.winehq.org/show_bug.cgi?id=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1001 is|0 |1
obsolete| |
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1002 is|0 |1
obsolete| |
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #999 is|0 |1
obsolete| |
--
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=3411
------- Additional Comments From ivg2(a)cornell.edu 2005-16-10 13:48 -------
Oliver, I don't see the attachment, but I can investigate as well - confirming bug.
--
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=3604
------- Additional Comments From truiken(a)gmail.com 2005-16-10 13:41 -------
It sounds like you need to find a newer or older mfc42.dll. The app expects
MFC42.DLL.6625 to exist so it must exist in some version of mfc42.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=3576
bvr102(a)psu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bvr102(a)psu.edu 2005-16-10 13:41 -------
Ah, that was the problem. My source install was not completely removed. When I
totally cleaned out the system and re-installed everything, this problem ceased
to occur. Thanks for the tip!
--
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=3574
bvr102(a)psu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From bvr102(a)psu.edu 2005-16-10 13:39 -------
Turns out the issue has been taken care of. My rpm install was mixing up with
bits and pieces of an earlier source install that was not properly removed.
When I cleaned up the system and re-installed the latest rpm, Riven is able to
connect to my display.
--
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=3604
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Keywords| |download, NoAppDBEntry
--
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=3604
Summary: savihost crashes running Crystal VSTi
Product: Wine
Version: 20050930
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markknecht(a)gmail.com
The Linux Audio community is looking for a supportable method under Wine to run
VST's and VSTi's. After looking around we focused in on Savihost as a small
platform that could possibly do this. I am reporting a bug with trying to make
this work. I chose the Crystal VSTi because it has worked in the past with the
jack_fst method of running VSTi's. Unfortunately jack_fst no longer works with
current revisions of Wine.
Software required to duplicate this bug:
Savihost.exe (Currently Ver. 1.23)
http://www.hermannseib.com/english/savihost.htm
Crystal.dll
http://www.greenoak.com/crystal/download.html
Download and unzip Savihost and Crystal. Create a directory .wine/drive_c/VST
and place both files there. Rename savihost.exe to Crystal.exe.
The setup now looks like:
mark@lightning ~/.wine/drive_c/VST $ ls -la
total 11516
drwxr-xr-x 2 mark users 4096 Oct 16 10:20 .
drwxr-xr-x 7 mark users 4096 Oct 16 10:17 ..
-rw-r--r-- 1 mark users 11120640 Oct 16 10:17 Crystal.dll
-rw-r--r-- 1 mark users 319488 Oct 16 10:20 Crystal.exe
-rw-r--r-- 1 mark users 319488 Oct 16 10:18 savihost.exe
mark@lightning ~/.wine/drive_c/VST $
The first time I ran
wine ./Crystal.exe
Wine told me it couldn't fine a Windows dll file called mfc42.dll. I got a copy
of mfc42.dll from http://www.dll-files.com an dplaced this in the window/system
directory. After doing that the dll message went away but savihost failed with
the following message:
mark@lightning ~/.wine/drive_c/VST $ wine ./Crystal.exe
wine: Call from 0x40b001 to unimplemented function MFC42.DLL.6625, aborting
Segmentation fault
mark@lightning ~/.wine/drive_c/VST $
--
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=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-16-10 12:08 -------
Following patch fixes the crash:
--- dlls/msvcrt/cpp.c_ 2005-10-17 19:07:43.000000000 +0000
+++ dlls/msvcrt/cpp.c 2005-10-17 19:08:10.000000000 +0000
@@ -594,7 +594,7 @@
}
}
TRACE("(%p) returning %s\n", _this, _this->name);
- return _this->name;
+ return _this;
}
/******************************************************************
I'm however not sure if this fix is really correct , could somebody familiar
with this code hava a look at this please? Thanks
--
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.