https://bugs.winehq.org/show_bug.cgi?id=40051
Bug ID: 40051
Summary: Trainz: A New Era doesn't start
Product: Wine
Version: 1.9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: ---
Created attachment 53523
--> https://bugs.winehq.org/attachment.cgi?id=53523
Log Wine creates when starting Trainz
When I want to start Trainz: A New Era Wine does nothing except creating its
log.
Installing Trainz doesn't work, too. When I click the "Install" button the
installer freezes, but I found out there's a workaround to get Trainz
installed.
--
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=39942
Bug ID: 39942
Summary: Can't Find 'xaudio2_7.DllGetClassObject'
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: fan-wen-jie(a)msn.cn
Distribution: ---
Created attachment 53363
--> https://bugs.winehq.org/attachment.cgi?id=53363
module:find_forwarded_export module not found for forward
'xaudio2_7.DllGetClassObject' used by L"C:\\windows\\system32\\xaudio2_6.dll"
I Write a Program for testing xaudio2
#include <Windows.h>
#include <stdio.h>
void CheckMethod(HINSTANCE hin,char name[])
{
void *func = GetProcAddress(hin, name);
printf("%sFind %s In XAudio2.6\n", func ? "":"Not ", name);
}
int main()
{
GUID clsID;
CLSIDFromString(L"{3eda9b49-2085-498b-9bb2-39a6778493de}", &clsID);//GUID
OF XAUDIO2_6
HINSTANCE hin = LoadLibrary(L"XAudio2_6.dll");
CheckMethod(hin, "DllGetClassObject");
CheckMethod(hin, "DllCanUnloadNow");
CheckMethod(hin, "DllRegisterServer");
CheckMethod(hin, "DllUnregisterServer");
return 0;
}
In Windows ,It shows that:
Find DllGetClassObject In XAudio2.6
Find DllCanUnloadNow In XAudio2.6
Find DllRegisterServer In XAudio2.6
Find DllUnregisterServer In XAudio2.6
But In Wine (Ubuntu 15.10),It shows that
module:find_forwarded_export module not found for forward
'xaudio2_7.DllGetClassObject' used by L"C:\\windows\\system32\\xaudio2_6.dll"
Not Find DllGetClassObject In XAudio2.6
Find DllCanUnloadNow In XAudio2.6
Find DllRegisterServer In XAudio2.6
Find DllUnregisterServer In XAudio2.6
I find "DllGetClassObject" in xaudio_dll.c of Floder "xaudio2_7"
--
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=40056
Bug ID: 40056
Summary: Some fonts are crashing Geometry Dash
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pavluk6(a)mail.ru
Distribution: ---
Created attachment 53530
--> https://bugs.winehq.org/attachment.cgi?id=53530
Backtrace
Geometry Dash is crashing on typing something (For example, you can't log in)
and in pause menu.
--
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=16420
Summary: Certificate chaining error trying to use Microsoft
signcode tool
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jim.Cooper(a)sas.com
Using this command:
wine mssign/signcode.exe -i http://www.mycompany.com -t
http://timestamp.verisign.com/scripts/timstamp.dll -spc mycredentials.spc -v
myprivatekey.pvk unzip.exe
Gets me this error:
Error: Failed to build the certification path as requested
Error: Signing Failed. Result = 800b010a, (-2146762486)
This only started happening with recent certificates from VeriSign, and only
fails when run under Wine. If I run the same command (minus the 'wine' in
front, of course) under Windows, using the same certificate, key, etc., the
signing attempt succeeds with no errors.
I am using a plain-vanilla wine install, under the latest Kubuntu Linux.
I can't supply you with the certificate, but would be willing to test whatever
you suggest.
--
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=35718
Bug ID: 35718
Summary: Path of Exile doesn't start correctly, crashes Xorg
Product: Wine
Version: 1.7.13
Hardware: x86-64
URL: http://webcdn.pathofexile.com/downloads/PathOfExileIns
taller.msi
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
CC: ken(a)codeweavers.com
Regression SHA1: 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376
Created attachment 47707
--> http://bugs.winehq.org/attachment.cgi?id=47707
Log wine-1.7.13-22-g4c4552c
After this commit:
4c4552c5a1910a9d5adf8eccff0ac62d89ffe376 is the first bad commit
commit 4c4552c5a1910a9d5adf8eccff0ac62d89ffe376
Author: Ken Thomases <ken(a)codeweavers.com>
Date: Wed Feb 19 16:14:53 2014 -0600
wined3d: Restore the pixel format of the window whose pixel format was
actually changed.
:040000 040000 952ab31d0408cbe5b261faf85e3c02c0febd3416
162b97adb27bd867c3729ff124025d51ac5b57a0 M dlls
Path of Exile doesn't start correctly anymore.
During startup, after going fullscreen, screen flickers a few times, then Xorg
crashes.
To install the game without waiting for hours, you can use patch from bug 33146
(http://www.winehq.org/pipermail/wine-patches/2013-June/124884.html; didn't get
committed, 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=40058
Bug ID: 40058
Summary: wine
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hanamirandakiranaputri(a)gmail.com
Created attachment 53536
--> https://bugs.winehq.org/attachment.cgi?id=53536
Text
I can't open a file
--
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=40168
Bug ID: 40168
Summary: UnityHelper.exe error after Unity3D installed
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: r3iko_30(a)yahoo.com
Distribution: ---
Created attachment 53671
--> https://bugs.winehq.org/attachment.cgi?id=53671
UnityHelper.exe error
Hello, i was trying to install Unity3D through Wine app on linux, from some
tries, i got it done, however i get this error with UnityHelper.exe that is
not in the wine app database, can you do something about this, please?
--
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=23057
Summary: BitComet: Crashes at clicking on web content
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://download.bitcomet.com/bitcomet/bitcomet_setup.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28607)
--> (http://bugs.winehq.org/attachment.cgi?id=28607)
Image with BitComet logo
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko cc580
3) wine bitcomet_setup.exe do default installation
4) wine BitComet.exe
5) click e.g. on BitComet logo showed in attached image
Behaviour:
I get window with "BitComet has encountered a problem [...]" and exits
Expected behaviour:
Bitcomet shouldn't show that window and shouldn't exit
In terminal I get this after clicking on BitComet logo.
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x17bbe0)->(0x128650)
fixme:mshtml:nsURI_GetAsciiHost default action not implemented
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x45cd280)->()
fixme:mshtml:nsChannel_SetReferrer (0x45cd280)->(0x467d1f8)
--
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=40158
Bug ID: 40158
Summary: http://wiki.winehq.org/FAQ#get_log no longer works
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Probably since the wiki migration some custom links may have been lost. The
link http://wiki.winehq.org/FAQ#get_log is very useful and is already spread in
uncountable bugs so I believe it would be useful to redo it somehow.
--
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=40157
Bug ID: 40157
Summary: logger32 Crash changing columns order
Product: Wine
Version: 1.9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.civinini(a)gmail.com
Distribution: ---
Created attachment 53659
--> https://bugs.winehq.org/attachment.cgi?id=53659
Logger 32 backtrace
Logger32 is an ham radio operator logging software (www.logger32.net).
Installed wine-1.9.1 (Staging) under Fedora 23.
created a 32 bit WINEPREFIX as a Windows XP environment with default settings
Logger32 installs and starts ok.
But if you right click on the logbook page, then select SETUP -> GRID LAYOUT
and try to change some checkboxes (didn't matter which one), when clicking
APPLY or CANCEL a crash will occur.
Similar crashes also happens in other similar windows. Crash seems to occur
every time a "modal" window is closed.
I've tried setting several DLLs to native but no luck.
--
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.