https://bugs.winehq.org/show_bug.cgi?id=43666
Bug ID: 43666
Summary: PuTTY crashes if compiled with 64-bit winegcc (winegcc
defines va_list incorrectly for Win64)
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 59112
--> https://bugs.winehq.org/attachment.cgi?id=59112
backtrace
To reproduce this bug:
1. Clone PuTTY from https://git.tartarus.org/simon/putty.git
2. Run `./mkfiles.pl`
3. Run `make -C windows -f Makefile.mgw CC="winegcc -mno-cygwin"
COMPAT="-D__MINGW32__" RC=wrc`
4. Run `wine windows/putty.exe.so`
A backtrace is attached, but to save you some time, PuTTY is crashing in its
dupvprintf_inner function:
va_list aq;
va_copy(aq, ap);
len = vsnprintf(buf + oldlen, size, fmt, aq);
va_end(aq);
The problem is that va_list has one ABI on 32-bit Windows or Linux binaries and
another on 64-bit Windows binaries. I can work around the problem by adding
-m32 or -mabi=ms to the winegcc options. One solution might be to make winegcc
use -mabi=ms by default.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40739
Bug ID: 40739
Summary: Option to silently install Mono and gecko without
dialog installers
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: c_pradelli(a)yahoo.com
Distribution: ---
We execute many Services in Ubuntu server distribution (no X server or
sometimes only xvfb server).
When we execute our services for first time, Wine hangup trying to build .wine
folder due to mono and gecko installers.
So we need to kill everything and work with a broken wine prefix.
I think that Wine should use a command line dialog when is invoked from command
line or add a command line option to automatically install mono and gecko when
wine is used in servers with no X server or with xvfb server.
By the moment we workaround doing:
WINEDLLOVERRIDES="mscoree,mshtml=" wine application
But I think that is not the right solution
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41716
Bug ID: 41716
Summary: appwiz.cpl should have a function to report addon info
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Wine should have a command that reports, for each addon:
* The addon name.
* The version of the addon Wine will automatically install.
* The system location where Wine will search for this version.
* The URL Wine will try to download.
* If Wine has downloaded the installer and cached it, the location of the
cached installer.
Appwiz.cpl already has a table that it uses to determine these things, so it
should be easy to dump it to a terminal.
The expected sha1 hash may also be useful, but it may confuse users of
distributions that build their own addons and have a different sha1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38876
Bug ID: 38876
Summary: Codewright crashes when clicking on menu item
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ted.pillera(a)us.bosch.com
Distribution: ---
Created attachment 51805
--> https://bugs.winehq.org/attachment.cgi?id=51805
Bug Report
Clicking on any of the dropdown menus in CodeWright causes the program to
crash. System is Ubuntu 12.04 (see attached bug report).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43626
Bug ID: 43626
Summary: Crysis 3: Black Screens before gameplay starts,
[ENTER] needed
Product: Wine-staging
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jojos_band(a)gmx.net
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Crysis 3 (v1.0.1.3). When entering the tutorial or starting a campaign, screen
goes black during initialization. The "real" gameplay starts after hitting
enter, but the corresponding on screen message to please hit this button is
thus invisible.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43295
Bug ID: 43295
Summary: unimplemented function IPHLPAPI.DLL.if_nametoindex
Product: Wine
Version: 2.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: turkeyman(a)gmail.com
Distribution: ---
Trying to run BitLord (a torrent client). Get these errors:
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x4c2e74c, 0x470a9f0) stub
wine: Call from 0x7bc527d9 to unimplemented function
IPHLPAPI.DLL.if_nametoindex, aborting
wine: Unimplemented function IPHLPAPI.DLL.if_nametoindex called at address
0x7bc527d9 (thread 002c), starting debugger...
fixme:ver:GetCurrentPackageId (0x4c2e4a4 (nil)): stub
Unhandled exception: unimplemented function IPHLPAPI.DLL.if_nametoindex called
in 32-bit code (0x7bc527d9).
Looks like it may be a simple function to implement... it'll probably call
something else on the next line though ;)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43005
Bug ID: 43005
Summary: secur32/tests/ntlm.ok crashes in DeleteSecurityContext
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 58148
--> https://bugs.winehq.org/attachment.cgi?id=58148
backtrace
Backtrace attached.
This is probably due to winbind 4; however, the crash should at least be fixed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43716
Bug ID: 43716
Summary: freetype 2.8.1 breaks Wine build during font
conversion with sfnt2fon
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: kinodont(a)gmail.com
Distribution: ---
Distribution: Arch Linux
freetype2 2.8.1-1
wine 2.17-1
The command
`../tools/sfnt2fon/sfnt2fon -o coue1255.fon ../../wine/fonts/courier.ttf -d 128
13,1255,8`
fails with: Error: Cannot open face ../../wine/fonts/courier.ttf
The file courier.ttf exists.
The error returned by FT_New_Face is 0x8 (Invalid_Table).
Reverting this freetype commit
https://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=ce36777…
fixes the issue. Only the changes in src/sfnt/sfobjs.c are relevant.
face->header.Units_Per_EM had the value 13 when displayed in gdb.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42910
Bug ID: 42910
Summary: Scrabble (Infogrames) multiplayer doesn't work (needs
IDirectPlay4::EnumConnections?)
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
When starting the application, a message box is displayed saying:
"CScrabble2_Application::Initialize FAILED to Initialize the Network Engine"
and subsequently, the in-game multiplayer option is greyed out.
The following console output appears immediately before the message box:
fixme:dplay:IDirectPlay4Impl_EnumConnections
(0x1591068)->((nil),0x4944b0,(nil),0x00000003): stub
which suggests that the problem may be a missing implementation of this
function.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16948
Summary: tmpfile() write, seek(0) and read does not return same
data
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
ok this is tested from python (import os) so it _could_ be done a little
simpler - like... using c. didn't want to forget about it so am raising it
here.
this is the mode opening a tmpfile:
fixme:msvcrt:MSVCRT__sopen : pmode 0x1464e0 ignored
http://bugs.python.org/issue4956
$ ./python.exe -i
Python 2.5.2 (r252:60911, Jan 15 2009, 23:28:55) [gcc] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> f = os.tmpfile()
>>> f.name
'<tmpfile>'
>>> f.write("hello\n")
>>> f.flush()
>>> f
<open file '<tmpfile>', mode 'w+b' at 0x001B34E8>
>>> f.tell()
6L
>>> f.seek(0)
>>> f.tell()
0L
>>> f.read()
''
it's as if it's impossible to read from the tmpfile. which kinda defeats the
object of having one :)
c:\windows\temp exists but c:\windows\tmp does not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.