https://bugs.winehq.org/show_bug.cgi?id=5858
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
Severity|major |normal
--- Comment #16 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Does this still occur in Wine 1.7.44 or later?
--
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=3599
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
Severity|major |normal
--
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=5851
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
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=8177
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #32 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Abandoned
--
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=37795
Bug ID: 37795
Summary: ReadCube needs native secur32 to install
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
ReadCube is a software to read scientific papers (like Nature)
https://www.readcube.com/download
I downloaded http://download.readcube.com/desktop/2.0.12/ReadCube-Setup.exe
$ sha1sum ReadCube-Setup.exe
972a2893e0b8b65e3cfaec5198b8d36b688e585c ReadCube-Setup.exe
1. Apply attachment 50317 then re-compile wine to (very dirty) hack bug 37777
2. wine ReadCube-Setup.exe
--snip--
fixme:secur32:schannel_get_cipher_algid unknown algorithm 93
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_kx_algid unknown algorithm 12
fixme:secur32:schannel_get_cipher_block_size Unknown cipher 0x5d, returning 1
-----
However, after `winetricks secur32`, there is still something wrong, that the
install can't be finished.
--
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=29372
Bug #: 29372
Summary: Chrome exit with "fixme:file:ReplaceFileW Ignoring
flags 2" while dragging tabs
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Downlaod and install Google Chrome
http://www.google.com/chrome/index.html?platform=win&hl=en&standalone=1
sha1sum :
ChromeStandaloneSetup-b6ea56f7a04f9bcee3565687f5aef83695d13b97-2011-12-09.exe
2.
disable "Allow the window manager to decorate the windows." in winecfg
(Reference: Bug 28467 and Bug 28468)
3.
Start chrome
$ cd ~/.wine/drive_c/users/fracting/Local\ Settings/Application\
Data/Google/Chrome/Application
$ wine chrome.exe
4. make sure there is only one tab, drag the chrome tab away from the origin
position, then chrome will exit with following messages:
fixme:file:ReplaceFileW Ignoring flags 2
fixme:file:ReplaceFileW Ignoring flags 2
fixme:file:ReplaceFileW Ignoring flags 2
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0xc8ab1c): stub
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:advapi:UnregisterTraceGuids 0: stub
--
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=38674
Bug ID: 38674
Summary: valgrind shows uninitialized memory in
kernel32/tests/console.c:test_WriteConsoleInputA()
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so console && touch console.ok
==14463== Syscall param writev(vector[...]) points to uninitialised byte(s)
==14463== at 0x4F7A0F4B: ??? (in /usr/lib/libc-2.21.so)
==14463== by 0x7BC7A9C5: send_request (server.c:228)
==14463== by 0x7BC7AB52: wine_server_call (server.c:309)
==14463== by 0x7B82DC08: wine_server_call_err (server.h:61)
==14463== by 0x7B82ED10: WriteConsoleInputW (console.c:533)
==14463== by 0x7B82EBCB: WriteConsoleInputA (console.c:506)
==14463== by 0x47C817E: test_WriteConsoleInputA (console.c:1438)
==14463== by 0x47CF063: func_console (console.c:2712)
==14463== by 0x4893BD4: run_test (test.h:584)
==14463== by 0x489401C: main (test.h:666)
==14463== Address 0x4666042 is 2 bytes inside a recently re-allocated block of
size 20 alloc'd
==14463== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==14463== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==14463== by 0x7B84351C: HeapAlloc (heap.c:271)
==14463== by 0x7B82EB67: WriteConsoleInputA (console.c:496)
==14463== by 0x47C817E: test_WriteConsoleInputA (console.c:1438)
==14463== by 0x47CF063: func_console (console.c:2712)
==14463== by 0x4893BD4: run_test (test.h:584)
==14463== by 0x489401C: main (test.h:666)
==14463== Uninitialised value was created by a stack allocation
==14463== at 0x47C7B45: test_WriteConsoleInputA (console.c:1364)
==14463==
--
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=34930
Bug #: 34930
Summary: Cygwin-compiled Hello World program couldn't display
output
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've recently found that console-based C program
(even a simplest one shown below) that's compiled with
Cygwin x86 1.7.25 (GCC 4.7.3) failed to display output properly in WINE.
/* hello.c */
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
>From Cygwin shell under Microsoft Windows XP SP3:
cygwin$ gcc -Wall -o hello.exe hello.c
Under Debian GNU/Linux 5.0 "Lenny" i386:
(I copied both hello.exe and cygwin1.dll to my Debian partition)
$ wine hello.exe
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0xc0: faking attribute info
$
Apart from FIXMEs, there is no "Hello World" printed out.
Attached file contains source code above, the executable and cygwin1.dll.
WINE: 1.7.6 (source) on Debian GNU/Linux 5.0 "Lenny" i386
Cygwin: cygwin1.dll 1.7.25 (x86)
--
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=4463
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> ---
I tested with free version 1.2 and I see no errors - workspace window appears
and I can draw on it. Feel free to open a new report if some functionality
still doesn't work for you.
--
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.