http://bugs.winehq.org/show_bug.cgi?id=5415
marc(a)mwiriadi.id.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marc(a)mwiriadi.id.au
------- Additional Comments From marc(a)mwiriadi.id.au 2006-05-07 03:12 -------
Should I link the core font or just add it to the .wine/system/fonts directory?
--
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=5601
Summary: Fraps fails on loading after install
Product: Wine
Version: 0.9.16.
Platform: Other
URL: http://www.fraps.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Fraps fails on loading after install attachment included
--
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=5417
marc.w(a)smlintl.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=5600
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-07 21:41 -------
Run this sample program on windows _from console window_.
What Wine does _is_ correct.
--
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=4287
------- Additional Comments From wsun013.wine(a)gmail.com 2006-04-07 20:32 -------
Nearly forget that I posted this bug. It is fixed like 1 or 2 months ago. Thank
you wine guys.
--
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=4287
wsun013.wine(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=5600
Summary: __argv[0] does not contain path of started executable
Product: Wine
Version: 0.9.16.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schroeder(a)stw-bonn.de
(sorry, don't know what component is appropriate, i had to select one)
the following code to find the path of the executable (and from that the
datafile kicker.sar) does not work in wine if the program is started like "wine
kicker.exe".
std::string prgPath = __argv[0];
int pos = prgPath.find_last_of('\\');
if (pos != prgPath.npos)
prgPath.erase(pos+1);
std::string sar = prgPath + "kicker.sar";
example program that uses this code-fragment:
http://spiele.download.t-online.de/dladvert/45943
manually setting that prgPath fixes the problem (there are still problems in
that program e.g. that fonts are not displayed, but that's another problem). I
have the full source code of that gamedemo - ask for further info if required.
--
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=3628
------- Additional Comments From dank(a)kegel.com 2006-04-07 18:55 -------
Oddly, running as win98 with ole32, oleaut32, and rpcrt4 set to native
doesn't fix the problem... same failure. Looking at +relay
I see it's dying just after trying to access IFileSystem3, which is part of wsh.
And lo and behold, after doing
wine installers/WindowsXP-Windows2000-Script56-KB917344-x86-enu.exe
churchwindows now comes up, as long as I have dcom98!
Moving back to builtin dlls and win2k instead of win98,
cw.exe dies with
fixme:variant:VarCat Failed to convert right side from vt 8 to VT_BSTR?
but THAT's something even I can sink my teeth into.
Progress at last!
--
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.