https://bugs.winehq.org/show_bug.cgi?id=37400
Bug ID: 37400
Summary: RockMelt browser installer fails, winemenubuilder.exe
crashes
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: computergeoffrey(a)zoho.com
Distribution: ---
Created attachment 49740
--> https://bugs.winehq.org/attachment.cgi?id=49740
Command line log
Download the exe from here:
http://rockmelt.en.uptodown.com/download
Launch it like this:
wine rockmelt-1-2-189-1-en-win.exe
First winemenubuilder.exe crashes (maybe unrelated). After that, the RockMelt
installer tries to fetch the files needed for installation, but fails to do
that and crashes. Command line log and final window of the RockMelt installer
are attached.
--
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=37377
Bug ID: 37377
Summary: ?
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ikersandi(a)rocketmail.com
Created attachment 49709
--> https://bugs.winehq.org/attachment.cgi?id=49709
backtrace.txt
Attachment added
--
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=37365
Bug ID: 37365
Summary: itune
Product: Wine
Version: 1.2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steven1887(a)hotmail.com
Created attachment 49687
--> https://bugs.winehq.org/attachment.cgi?id=49687
itune
itune
--
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=37360
Bug ID: 37360
Summary: InternetSetCookieExA could not be located in
WININET.dll
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)mbscott.me.uk
Installed Rocksmith 2014 through Steam. After the DirectX first time set-up
dialog disappears Rocksmith 2014 does not start. Instead the following error
message is displayed:
The procedure entry point InternetSetCookieExA could not be located in the
dynamic link library WININET.dll
--
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=37345
Bug ID: 37345
Summary: Wine does not flush stdout if stdout is redirected
(Regression!)
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: anduchs(a)gmail.com
When calling wine from another process after redirecting stdout to a pipe, wine
does not flush the stdout-buffer correctly anymore. This is a regression.
Attached is a usecase. To test do:
i686-w64-mingw32-gcc helloworld.c
gcc callwine.c
./a.out
What will happen is:
- on a buggy wine it will take 10 seconds and then all of the stdout-buffer is
flushed on the exit of the child. (imagine the child would run longer than the
10 seconds)
- on a good wine we will see some stdout-content then 10 second sleep and then
the rest of the content.
This is a regesstion that happened between 1.7.4 and 1.7.5. The bisect
identified commit afec0b00bd6250fe21e8deccbc8116a4aca6a7a4 "msvcrt: Make the
first call to fwrite buffered." as problem.
The attached patch is a revert of this commit ported forward to 1.7.27.
Unfortunately I don't quite grasp the logics of the offending commit. If
somebody who knows that patch could help, I'd highly appreciate it.
Cheers,
Andreas
P.S. This could be related to bug 32791.
--
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=37328
Bug ID: 37328
Summary: unable to compile on Solaris 12
Product: Wine
Version: 1.1.27
Hardware: x86
OS: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: randy.crihfield(a)oracle.com
system:
clean Solaris 12 box, compiled August 25 2014, AMD64
8 GB memory, 8 core 4.2GHz CPU
download and compiled wine-1.1.27, got it from source forge.
before compiling
setenv LD_ALTEXEC /usr/sfw/bin/gld
PROBLEM 1 exact same error as mentioned in bug
https://bugs.winehq.org/show_bug.cgi?id=18586
"The file tools/winegcc/winegcc.c contains line
create_file( mapfile, 0644, "text = A%s;\ndata = A%s;\n", align, align );"
so I edited tools/winegcc/winegcc.c and commented out block
// case PLATFORM_SOLARIS:
// {
// char *mapfile = get_temp_file( output_name, ".map" );
// const char *align = opts->section_align ? opts->section_align :
"0x1000";
//
// create_file( mapfile, 0644, "text = A%s;\ndata = A%s;\n", align,
align );
// strarray_add(link_args, strmake("-Wl,-M,%s", mapfile));
// strarray_add(tmp_files, mapfile);
// }
// break;
and then it worked further. But now I am stuck here:
PROBLEM 2
version=`(GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo
"wine-1.1.27") | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p'` &&
(echo $version | cmp -s - version.c) || echo $version >version.c || (rm -f
version.c && exit 1)
`libdinput.def.a' is up to date.
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ifenum.o ifenum.c
ifenum.c: In function ‘getInterfacePhysicalByName’:
ifenum.c:322:18: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
ifenum.c:367:21: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
ifenum.c:367:21: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
ifenum.c:376:27: error: ‘struct ifreq’ has no member named ‘ifr_hwaddr’
*** Error code 1
make: Fatal error: Command failed for target `ifenum.o'
Current working directory /home/jacey/Downloads/Wine/wine-1.1.27/dlls/iphlpapi
*** Error code 1
The following command caused the error:
cd iphlpapi && make
make: Fatal error: Command failed for target `iphlpapi'
Current working directory /home/jacey/Downloads/Wine/wine-1.1.27/dlls
*** Error code 1
The following command caused the error:
cd dlls && make
--
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=37320
Bug ID: 37320
Summary: unimplemented function
jsproxy.dll.internetInitializeExAutoProxyDll
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Marcel(a)Mundlhome.de
Created attachment 49632
--> https://bugs.winehq.org/attachment.cgi?id=49632
wine log from the game League of Legends(where the problem occured)
Whenever I try to login to the game it contacts the server and I get the
LolClient.exe-had-to-be-terminated-window and the console displays the
following line:
wine: Call from 0x7b838efc to unimplemented function
jsproxy.dll.InternetInitializeExAutoProxyDll, aborting
--
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=37286
Bug ID: 37286
Summary: Non-Steam Skyrim (1.9.32.0.8) crashes on load
Product: Wine
Version: 1.7.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seann.giffin(a)gmail.com
Created attachment 49590
--> https://bugs.winehq.org/attachment.cgi?id=49590
Backtrace from running Skyrim
Skyrim crashes on load. Happens after I updated wine to
wine-1.7.24-35-g622191f.
--
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=37278
Bug ID: 37278
Summary: From version wine 1.7.25 cyrillic symbols stops
displaying in courier new font.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
>From version wine 1.7.25 cyrillic symbols stops displaying in courier new font.
Demonstration:
https://drive.google.com/file/d/0B0nwzlfiB4aQZFlqaEctMUpac3c/edit?usp=shari…
--
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=37269
Bug ID: 37269
Summary: Nancy Drew: Warnings at Wavely Academy lag
Product: Wine
Version: 1.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildalev(a)gmail.com
Created attachment 49562
--> https://bugs.winehq.org/attachment.cgi?id=49562
console output
Whan playing Nancy Drew: Warnings at Waverly Academy, the game freezes
constanly when moving around for a couple of seconds. Affects most of
locations, but not all of them. It is getting worse with 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.