https://bugs.winehq.org/show_bug.cgi?id=42211
Bug ID: 42211
Summary: 'REFERENCE_TIME'
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 56851
--> https://bugs.winehq.org/attachment.cgi?id=56851
redefinition of typedef 'REFERENCE_TIME'
my system: puppy linux 4.31
command: gcc --version
gcc (GCC) 4.2.2
command: uname -r
2.6.30.5
command: ldd --version
ldd (GNU libc) 2.6.1
Error when compiling:
redefinition of typedef 'REFERENCE_TIME'
--
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=41218
Bug ID: 41218
Summary: curl 7.50: HTTPS fails with InitializeSecurityContext
failed: SEC_E_INVALID_TOKEN
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: cfillion30(a)gmail.com
Distribution: ---
Created attachment 55482
--> https://bugs.winehq.org/attachment.cgi?id=55482
Output of curl 7.50
This was originally reported as a curl bug:
https://github.com/curl/curl/issues/983
Curl/libcurl 7.50 fails to establish HTTPS connections on Wine with an
SEC_E_INVALID_TOKEN error.
See the comments on curl bug report for more details: it seems to be because
curl is passing an empty input buffer to InitializeSecurityContext (it works
when passing NULL instead).
It works on Windows.
To reproduce: wine curl-7.50.exe https://google.com
--
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=34465
Bug #: 34465
Summary: process hacker 2.31 crashes in toolbar code
Product: Wine
Version: 1.7.1
Platform: x86
URL: http://processhacker.sourceforge.net/downloads.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
Created attachment 45884
--> http://bugs.winehq.org/attachment.cgi?id=45884
stack trace
This requires a couple of winsta function stubs for bug 34317.
It seems the program sends TB_GETBUTTONINFO to a toolbar with
TBIF_TEXT set, but pszText and cchText set to 0. This causes a crash when we
attempt to write to pszText.
One would think that the solution is to respect cchText even when there is no
text to return, but I got a crash when I tried to write a test that does this
on Windows. It seems Windows always crashes given NULL/0 for pszText/cchText
except when a string pointer is set for the button text.
>From the application source code
http://sourceforge.net/p/processhacker/code/5441/tree//2.x/trunk/plugins/To…
it looks to me like NULL/0 and the TBIF_TEXT flag will always be used, and I
can't find a way that the text would be set to a string pointer without reading
it in this way first. So I haven't been able to figure out how Process Hacker
could work on windows when my test did not.
I don't think this happened in 2.30.
This could easily be worked around in Process Hacker, but it appears to be a
Wine bug.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41252
Bug ID: 41252
Summary: Helldivers gives this error when trying to run on
MacOS
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shinjji(a)hotmail.com
Created attachment 55546
--> https://bugs.winehq.org/attachment.cgi?id=55546
backtrace
Helldivers gives the attached error when trying to run on MacOS
--
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=40845
Bug ID: 40845
Summary: Uninstaller does not remove missing applications from
the list
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
On "wine uninstaller" if an application does not exist anymore but is still
there listed it is asked on removing if the uninstall entry shall be removed.
But clicking on Yes does not remove the entry from the list.
--
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=19862
Summary: CodeCreatures crashes.
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://ftp.sunet.se/pub/games/PC/guru3d/benchmark/Code
creatures_Benchmark_Pro_Setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I tried some benchmark programs from guru3d, this (rather old) benchmark
program crashes.
I'll attach the log generated by the app itsself. The console output didn't
really tell anything interesting.
Note for myself, the dumb hack below makes the app run fine.
diff --git a/dlls/d3d8/texture.c b/dlls/d3d8/texture.c
index c22c491..58b5365 100644
--- a/dlls/d3d8/texture.c
+++ b/dlls/d3d8/texture.c
@@ -270,7 +270,7 @@ static HRESULT WINAPI
IDirect3DTexture8Impl_UnlockRect(LPDIRECT3DTEXTURE8 iface,
hr = IWineD3DTexture_UnlockRect(This->wineD3DTexture, Level);
wined3d_mutex_unlock();
- return hr;
+ return 0;//hr;
}
static HRESULT WINAPI IDirect3DTexture8Impl_AddDirtyRect(LPDIRECT3DTEXTURE8
iface, CONST RECT *pDirtyRect) {
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35495
Bug ID: 35495
Summary: sharing violation and prompt for copy /B file1+file2
file1
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Classification: Unclassified
copy /B file1+file2 file1
(to do append in a rather old nmake MSVC build script)
results in sharing violation and prompts, and error. Obviously, under genuine
windows, there is no prompt to confirm, nor the sharing violation message.
The actual behavior is this:
-------------
> copy /B file1+file2 file1
Overwrite file1? (Yes|No)yes
Sharing violation.
Overwrite file1? (Yes|No)yes
> copy file1+file2 file1
Overwrite file1? (Yes|No)yes
err:cmd:WCMD_ManualCopy Unexpected failure writing to L"file1", rc=6
Invalid handle.
Overwrite file1? (Yes|No)yes
-----------
The expected behavior should be silent for /B .
--
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=42544
Bug ID: 42544
Summary: I cann't install AutoCAD 2017
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serguynya(a)mail.ru
Distribution: ---
I cann't install AutoCAD in Ubuntu, I download wine 1.6, then I download 2.0
but I I have 2.2 wine version. I think AutoCAD 2017 only 64bit, how I can
install if wine have architecture i386
{
If your system is 64 bit, enable 32 bit architecture (if you haven't already):
sudo dpkg --add-architecture i386
}
here is problem --->
root@sergey-Inspiron-3542:/home/sergey/Downloads/Autodesk AutoCAD 2017 (x64) +
Keygen [SadeemPC]/Autodesk AutoCAD 2017 (x64) + Keygen [SadeemPC]# wine
AutoCAD_2017_English_Win_64bit_dlm_001_002.sfx.exe
AutoCAD_2017_English_Win_64bit_dlm_002_002.sfx.exe
fixme:winediag:start_process Wine Staging 2.2 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
fixme:ver:GetCurrentPackageId (0x33e9d8 (nil)): stub
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:ntdll:EtwRegisterTraceGuidsW (0x477e11, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x4acc20, (null), (null), 0x4b2a70):
stub
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
fixme:process:GetNumaHighestNodeNumber (0x66bfbc): semi-stub
root@sergey-Inspiron-3542:/home/sergey/Downloads/Autodesk AutoCAD 2017 (x64) +
Keygen [SadeemPC]/Autodesk AutoCAD 2017 (x64) + Keygen [SadeemPC]# wine
--version
wine-2.2 (Staging)
root@sergey-Inspiron-3542:/home/sergey/Downloads/Autodesk AutoCAD 2017 (x64) +
Keygen [SadeemPC]/Autodesk AutoCAD 2017 (x64) + Keygen [SadeemPC]#
Thanks
--
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=42543
Bug ID: 42543
Summary: Error occurred When I tried to install dotnet 40 & jet
40 .
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bluebird456(a)vfemail.net
Distribution: ---
Created attachment 57447
--> https://bugs.winehq.org/attachment.cgi?id=57447
Error occurred When I tried to install dotnet 40 & jet 40 .
Error occurred When I tried to install dotnet 40 & jet 40 .
I tried to install dotnet 40 & jet 40 on Wine 2.2 by winetricks .
But , these error messages appeared ...
Maybe I couldnt install dotnet40 & jet40 ...
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Why ?? I dont know the reason and how to solve this problem ...
Please help me ...
--
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=35542
Bug ID: 35542
Summary: [EQ Next Landmrk] Mouse wheel not recognised.
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonilh(a)gmail.com
Classification: Unclassified
In EverQuest Next Landmark (Alpha) the mouse (scroll) wheel is not recognised
at all. It dose not work for any purpose it is intended for.
This is only inside the game itself. In the Launcher the mouse wheel work fine
to scroll in the list of news for example. But not in similar once inside game.
Mouse wheel works fine in all other games and applications I run in Wine.
As one has to pay to get in to the alpha I understand if no dev can reproduce
this.
But maybe you have some ideas on what I can try to get it to work?
The mouse wheel is used heavily in this game so it is quite a major
inconvenience that it doesn't work.
--
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.