http://bugs.winehq.org/show_bug.cgi?id=3291
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-10 11:10 -------
Created an attachment (id=1203)
--> (http://bugs.winehq.org/attachment.cgi?id=1203&action=view)
test program
Ok, could this be the fix then:
line 969 in undname.c reads:
/* MS mangled names always begin with '?' */
if (*sym->current != '?') return FALSE;
Looks like this is not really the case, if i comment this line out the attached
program returns the same string as with native msvcrt.dll. Any comment?
--
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=3617
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 11:03 -------
Several problems:
1. Wine is missing default action for .inf files.
2. ShellExec doesn't execute properly (copied from win2k):
"%SystemRoot%\\System32\\rundll32.exe setupapi,InstallHinfSection
DefaultInstall 132 %1"
3. inf file makes bad assumpsions about short file names.
--
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=3607
------- Additional Comments From willie(a)froq.net 2005-18-10 11:02 -------
Maybe, still, the Wine font rendering looks completely different from all my
other Linux desktop apps. I usually use medium hinting and antialiasing, with
no subpixel hinting. The preferred way to render fonts is stored in
~/.fonts.conf. Wine should either use the settings there (preferred) or let
the user configure the settings. Autodetecting something and/ or guessing
settings won't cut it if you opt for good integration.
--
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=3618
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 10:43 -------
What do you mean "Does not work". Plase be more specific what the problem is.
Does it works with notepad?
--
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=3613
------- Additional Comments From freddiewitherden(a)hotmail.com 2005-18-10 10:37 -------
On Windows temporary files go in either C:\temp, C:\Windows\Temp or %user%'\temp (or something to
that effect, that each user has their own 'local' temp directory. tmpfile() is used because if your program
crashes while it is running the temp file will be in a 'temp' directory, which can the be removed periodically
by the operating system.
However, why does the one compiled in visual studio 2005 work? It uses MSVCR80d.dll (d is for
debugging) instead. So, what would you suggest I do? Map Z:\ to something else which everyone can write
to?
--
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=3618
Summary: MS Office (maybe other applications) don't work with
russian filenamese properly.
Product: Wine
Version: 20050930
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=31
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wieker(a)mail.ru
[wieker@yarilo wieker]$ echo $LANG
ru_RU.UTF-8
[wieker@yarilo wieker]$ uname -a
Linux yarilo.hell 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
In all locales MSO ask, that file unreachable.
--
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=3617
Summary: Installer fails: CVS WINE 20051018
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
Today, 18 Oct, I downloaded the latest CVS and built WINE from that.
I'm running Fedora core 3
I get the following
wine --version
Wine 20050930
the installer fails for WXTIDE
WXTIDE can be downloaded from SIMTEL net
http://www.simtel.net/product.download.mirrors.php?id=57988
as wxtide42.zip
when unzipped, run as
wine setup.exe
click on
I agree
install
get "installation failed - could not run the install script file wxtide42.inf"
I tried renaming "WXTIDE42.INF to wxtide42.inf to see if lower case would help,
but it didn't!
--
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=3609
------- Additional Comments From I-SAngeli(a)siriush.com 2005-18-10 10:22 -------
Hi Richard,
Most likely I missunderstood the instructions.
I removed from /etc/env.d/ the file and run again:
# env-update
# source /etc/profile
Then I went to add this line "/emul/linux/x86/usr/lib" in the file
/etc/ld.so.conf but found it already there. As a matter of fact:
~ # cat /etc/ld.so.conf | grep /emul/linux/x86/usr/lib
/emul/linux/x86/usr/lib
So, I run ldconfig
Now, because I am installing winecvs in /opt/cvs/wine as root so that every user
can run wine, I continue the install procedure as root. Is this ok so far?
Then, I continue as before and go into /opt/cvs/wine and run (as root)
./configure && make depend && make but get the same error:
collect2: ld returned 1 exit status
winegcc: gcc failed.
make[2]: *** [ddraw.dll.so] Error 2
make[2]: Leaving directory `/opt/cvs/wine/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/opt/cvs/wine/dlls'
make: *** [dlls] Error 2
I apologize for perhaps not being able to solve this issue but I follow all I am
told (with one correction made by you) and still get the same issue.
Please let me know.
Thank you,
Spiro
Questions:
1)
--
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=1885
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-10 10:18 -------
Patch is commited.
--
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.