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.
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.
http://bugs.winehq.org/show_bug.cgi?id=12122
Summary: Notepad ++ hangs when opened file gets updated
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jager49(a)zonnet.nl
For as long as I can remember, Notepad++ (including latest version 4.8.2) hangs
when an opened file gets updated. This bug was present in 0.9.46 and 0.9.57. A
window does get created, asking the user whether to reload the file or not
("Yes" / "No"), however that window is non-responsive. The only way out of this
is to force quit the application.
uname -a;
Linux vostro1400 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
GNU/Linux
Distro is Ubuntu Gutsy Gibbon (7.10), although this behavior was observed on
Feisty as well.
I've attached a screenshot of the window that Notepad++ throws. Dragging it
around just clears it and leaves trails all over the background window.
Amazing job guys & good luck with 1.0 !
--
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=7425
--- Comment #36 from Marc Bessières <marc.bessieres(a)gmail.com> ---
(In reply to Bruno Jesus from comment #35)
> (In reply to Marc Bessières from comment #34)
> > Thank you Bruno for the fix.
> > I'm glad you found the issue obvious as it wasn't for me :-)
>
> Your backtrace is certainly cryptic to me too, I was talking about my
> backtrace with wine compiled without optimization (-O0). This make it much
> more clear and with better source information.
It is obvious now that I see it, but I didn't think about changing optimization
flags to report a better crash stack trace. I'll try to remember it next time I
report a crash! Thanks for the idea!
> You are right, the three of them need to be fixed but I'm not sure a single
> patch is correct because it touches 3 different DLLs, I'll try sending
> upstream to get some feedback.
Ok, I see. 3 patches can be made for sure if needed.
By the way, I was wondering if these functions shouldn't go into a central
place instead of being copy/paste of each others, otherwise next time we may
miss the fact that they all need to be corrected.
The commit message of 106e13ab0928036282b095250efdb04c91997054 where they were
introduced doesn't make me understand why they needed to be copy/paste of each
other, I must miss some knowledge :(
--- quote ---
- Add the same new files (dmutils.c/dmutils.h) into dmime,dmband and
dmstyle directory that share the debug and helper functions for dmusic
dlls (as Rok's idea for dmloader).
--- quote ---
> By the way, before the chunk of changes in a
> patch there is always the full path to the file.
I wanted to used the emacs Tags, as I managed to repair them (still need to
send a patch for that by the way). Next time I'll use the path, thanks again
for all your feedback.
Cheers,
Marc
--
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=657
Daniel Palos <daniel.palos(a)mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.palos(a)mail.com
--- Comment #110 from Daniel Palos <daniel.palos(a)mail.com> ---
Can mfc42.dll and any other third party dlls required to run Dos/Windows
programs be installed via an option button on the graphical interface?
If y'all can do what those commercial versions claim they can do regarding
finding and installing the latest drivers or libraries, etc, it can greatly
enhance the usablity of the platform.
It would be nice if the OS could do this natively as much as possible and as
transparent to the user as possible.
--
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=33947
Bug #: 33947
Summary: Battle.net desktop app crashes after 15 seconds
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jtwyford+wine(a)gmail.com
Classification: Unclassified
Created attachment 45090
--> http://bugs.winehq.org/attachment.cgi?id=45090
Blizz-created logs
The new Battle.net desktop app
(<https://us.battle.net/account/management/battlenetapp/dashboard.html>,
requires beta access) crashes after ~15-20 seconds regardless of action (or
inaction).
Installed into a new 64-bit prefix, using up-to-date git, on F19.
I've got a post up on the Blizzard forum regarding the issue.
<http://us.battle.net/en/forum/topic/9377319465>
Attached are the logs created using a Blizzard-provided tool. The Blizzard
crash agent handles the crash before it makes it to wine.
--
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=38377
Bug ID: 38377
Summary: The error occurs when I try to run the game
Neverwinter.
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: backad(a)mail.com
Distribution: ---
Created attachment 51227
--> https://bugs.winehq.org/attachment.cgi?id=51227
The error occurs when I try to run the game Neverwinter.
The error occurs when I try to run the game Neverwinter.
System: 64-bit.
Wine version: 1.7.40
O.S. Configured under Wine: Windows 7
I ran the game via the PlayOnLinux, which uses Wine to run the games.
The error is something like "D3D_COMPILER...RESOLUTION_1278X768..etc ". On
first execution this error there. But now only shows the window saying it gave
an error and needs to close (does not specify anything).
Note: sorry my bad English, but I used a translator.
--
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=38646
Bug ID: 38646
Summary: Microsoft Chat 2.5 (Comic Chat) crashes when joining a
room
Product: Wine
Version: 1.7.43
Hardware: x86
URL: http://www.mermeliz.com/download/cchat/mschat25.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51566
--> https://bugs.winehq.org/attachment.cgi?id=51566
terminal output
This is the application from bug #15824. I found a standalone installer which
doesn't have bug #34982.
Installation and launching the application goes without problems, I can connect
to a server (irc.freenode.net), MOTD is shown, but the chat client crashes when
I try to join a room (e.g. #winehq).
I entered the same room using Pidgin on Linux and noticed that the user I
created in CChat entered the room but immediately left (because the client in
Wine crashed).
The same problem with Wine 1.2/1.4/1.6.
Tried with native riched20, but it didn't help.
wine-1.7.43-166-g39d71c5
Fedora 20 x86
--
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.