http://bugs.winehq.org/show_bug.cgi?id=13543
Summary: Does not run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://cps2shock.retrogames.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)rawchaos.com
Created an attachment (id=13479)
--> (http://bugs.winehq.org/attachment.cgi?id=13479)
WINEDEBUG=all
`wine WinKawaks.exe` runs for a few seconds then returns to terminal. No
messages. Using Gentoo.
--
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=14531
Summary: IE Print View not working
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.sott(a)anzenberger.com
i'm using a (commercial) applications that outputs data using internet
explorer's print view. unfortunately, this doesn't work - neither when
installing gecko as alternative render-engine. another attempt to get around
this was to install internet explorer (using ies4osx
http://www.kronenberg.org/ies4osx/), but installation fails. i'm using the osx
port of wine in version 1.1
--
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=15181
Summary: IBM Client Access Terminal Emulator crashes on startup
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpeasley(a)verizon.net
Created an attachment (id=15929)
--> (http://bugs.winehq.org/attachment.cgi?id=15929)
Log of program start
When starting the terminal emulator it crashes. I have completed the
install and run the program by doing:
rm -rf ~/.wine
sh winetricks vcrun6
cd Downloads/CAv5r4/Install/Image
wine SETUP.EXE
Completed the install
cd ~/.wine/drive_c/Program\ Files/IBM/Client\ Access/
wine pcsws.exe 2> log.txt
--
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=14998
Summary: BioShock demo dose not start at all
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svega85(a)gmail.com
this is the BioShock demo downloaded from gamershell
http://www.gamershell.com/download_20697.shtml
~/.BioShock/drive_c/Program Files/2K Games/BioShock Demo/Builds/Release$ env
WINEPREFIX="/home/shawn/.BioShock" wine "Bioshock.exe" -dx9 -nointro
err:module:import_dll Library XINPUT1_3.dll (which is needed by L"C:\\Program
Files\\2K Games\\BioShock Demo\\Builds\\Release\\Bioshock.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\2K Games\\BioShock Demo\\Builds\\Release\\Bioshock.exe" failed, status
c0000135
--
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=14907
Summary: TntMPD: Install procedure stopped working between 0.9.61
and 1.0.0
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://www.tntware.com/tntmpd/downloads.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ru.sch(a)gmx.net
Hi,
the problem is that the program TntMPD v2.0r48 doesn't install. It worked well
in wine version 0.9.61. But as I tried wine 1.0.0 it sets all necessary values
but doesn't copy the program files (directory remains empty). As I copied them
by hand the application worked.
The application itself works fine. Once you found a way to install it.
---
Here is the way it worked in wine 0.9.61:
winetricks jet40
winetricks mdac28
winetricks win98
cp MSSIGN32.DLL to .wine/drive_c/windows/system32/MSSIGN32.DLL
wine SetupTntMpd.exe
--
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=14784
Summary: SetWindowHookEx fails to inject DLL conatining the
HookProc if...
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hongbo(a)njstar.com
SetWindowHookEx fails to inject DLL conatining the HookProc into another
process if the DLL is linked with another DLL in the same directory which is
not on PATH.
Suppose DLLA_GetMsgProcis is in A.DLL, and A.dll is linked to B.dll, with those
code:
hwnd = FindWindow("Notepad",NULL);
idThread = GetWindowThreadProcessId(hwnd, NULL);
SetWindowsHookEx(WH_GETMESSAGE, DLLA_GetMsgProc, hinst, idThread );
SetWindowsHookEx will fail because it can not load B.dll which is imported by
A.dll.
If hwnd is created by current process, there is no problem. But in above code,
Notepad is not the current process.
I have created a simplest test application (attached) with source and compiled
exe/dll to show the above bug on 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.
http://bugs.winehq.org/show_bug.cgi?id=14206
Summary: Achieve planner freezes when clicking the 'finished' tab
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.effexis.com/achieve/planner.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailing_list(a)orange.nl
Created an attachment (id=14488)
--> (http://bugs.winehq.org/attachment.cgi?id=14488)
Terminal output of " wine Achieve.exe"
A minor but strange problem; Achieve Planner will crash each time you click the
'Finished' tab of the 'Getting Started' wizard. Terminal output shows a 'stack
error overflow':
err:seh:setup_exception_record stack overflow 1252 bytes in thread 0027 eip
791b9e0d esp 00230e4c stack 0x230000-0x231000-0x330000
--
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=14198
Summary: Achieve planner crashes after entering data
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.effexis.com/achieve/planner.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailing_list(a)orange.nl
Created an attachment (id=14475)
--> (http://bugs.winehq.org/attachment.cgi?id=14475)
Terminal output of " wineAchieve.exe?
I managed to start Achieve Planerby setting the gdiplus and mscoree dll's to
native. However, unfortunately every time I want to enter data Achieve Planner
crashes with this error message:
Application:Achieve Version:1.7.2.0
OS Version :Microsoft Windows NT 5.1.2600.0
CultureInfo:English (United States)
Exception Data (contains stack trace and problem details):
ExceptionId: 8-RmwvcLfgLuIzmtvVcxvkgrlm
DT:
Stack: zg Hbhgvn.Drmwldh.Ulinh.IrxsGvcgYlc.VwrgHgivznKilx(RmgKgi wdXllprv,
RmgKgi yfu, Rmg32 xy, Rmg32& gizmhuviivw)
zg Hbhgvn.Drmwldh.Ulinh.FmhzuvMzgrevNvgslwh.XzooDrmwldKilx(RmgKgi dmwKilx,
RmgKgi sDmw, Rmg32 nht, RmgKgi dKzizn, RmgKgi oKzizn)
zg Hbhgvn.Drmwldh.Ulinh.MzgrevDrmwld.WvuDmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.Xlmgilo.WvuDmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.Xlmgilo.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.GvcgYlcYzhv.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.IrxsGvcgYlc.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.XlmgiloMzgrevDrmwld.LmNvhhztv(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.XlmgiloMzgrevDrmwld.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.MzgrevDrmwld.Xzooyzxp(RmgKgi sDmw, Rmg32 nht, RmgKgi
dkzizn, RmgKgi okzizn)
Source:Hbhgvn.Drmwldh.Ulinh
DT:Rmwvc dzh lfghrwv gsv ylfmwh lu gsv ziizb.
==================================================================
--
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=13945
Summary: subversion fails to Initial network when using http
protocol
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=14095)
--> (http://bugs.winehq.org/attachment.cgi?id=14095)
Enable Negotiate code
When attempting to connect to a svn repository via http or https fails to
initialize correctly. svn assumes that negotiate and NTLM will be valid on a
system, instead of using NTLM as a fallback.
--
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.