http://bugs.winehq.com/show_bug.cgi?id=894
------- Additional Comments From ithaqua(a)inreach.com 2003-15-12 21:52 -------
Hello Marcus: Thanks for your reply, do you have any guidance about this issue?First, does any body have Terragen running under Redhat 9.0 or Mandrake 8.2 or Mandrake 8.1? Second, did you get past selecting a color-related function like Edit Cloud Color or similar function like Edit Surface Layer Color operation? These operations cause my Terragen to just freeze. Thanks for any help at all, including install pointers, especially regarding DLL installation... or any help with freeze issue (bug?).Wine 20020605 and Terragen 0.8.44Michael - Graphics & Engineering http://www.bowlvisions.com/
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1887
Summary: microsoft movie maker 2 installer fails
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/windowsxp/moviemaker/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
It's a xp only app. The installer starts, asks to upgrade the windows installer,
and reports it can't perform the upgrade. I'll attach a relay trace.
I'm using wine CVS current (20031216) on mdk 9.2 (kernel 2.4.22-21tmb) and glibc 2.3
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1886
Summary: windows media player 9 setup fails
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/windows/windowsmedia/default.as
px
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
There are 2 versions os the installer, one for windows xp only, and one for
windows 98se/me/2000/xp. The XP installer fails saying that you can only install
it on windows xp, even if you set winver to xp or 2k3, so xp emulation obviously
isn't working as it should. The other installer starts, but says that it can't
find current updates. After clicking OK, the setup exits and wine crashes, the
log is
[ivan@localhost player]$ wine MPSetup.exe
fixme:shell:SHGetSpecialFolderPathA folder 0x002e unknown, please add.
fixme:ole:CoCreateInstance no classfactory created for CLSID
{cfc399af-d876-11d0-9c10-00c04fc99c8e}, hres is 0x80040154
fixme:ole:CoCreateInstance no classfactory created for CLSID
{cfc399af-d876-11d0-9c10-00c04fc99c8e}, hres is 0x80040154
fixme:dosfs:QueryDosDeviceW (L"A:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"B:") not detected as DOS device!
fixme:seh:EXC_RtlRaiseException call to unimplemented function
setupapi.dll.SetupCopyOEMInfW
fixme:msvcrt:_XcptFilter (-2147483392,0x406cc7b8)semi-stub
wine: Unhandled exception (thread 0016), starting debugger...
WineDbg starting on pid 15
Loaded debug information from ELF 'wine' ((nil))
the backtrace is
Unhandled exception: unimplemented function setupapi.dll.SetupCopyOEMInfW called
in 32-bit code (0x40cee056).
In 32-bit mode.
0x40cee056 (SETUPAPI.DLL..text+0xd056 in SETUPAPI.DLL): jmp 0x40cee050
(SETUPAPI.DLL..text+0xd050 in SETUPAPI.DLL)
Wine-dbg>bt.
syntax error
Wine-dbg>bt
Backtrace:
=>0 0x40cee056 (SETUPAPI.DLL..text+0xd056 in SETUPAPI.DLL) (ebp=406ccc48)
1 0x40cee85c (SETUPAPI.DLL.SetupCopyOEMInfW+0x1c in SETUPAPI.DLL) (ebp=406ccc58)
2 0x02104478 (MSOOBCI.DLL.InstallComponentW+0x583 in MSOOBCI.DLL) (ebp=406ce87c)
3 0x02104a3d (MSOOBCI.DLL.DoInstallW+0x25d in MSOOBCI.DLL) (ebp=406ceb7c)
4 0x40713f88 (MSVCRT.DLL._daylight+0x128 in MSVCRT.DLL) (ebp=4024e2ac)
I suppose
unimplemented function setupapi.dll.SetupCopyOEMInfW called
is the problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1885
Summary: Wine does not trim trailing spaces from LoadLibrary
calls
Product: Wine
Version: 20030813
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: frederic.howell(a)powertechlabs.com
Because of a bug in one of my Windows programs, I was issuing
h=LoadLibrary("frq ");
This loaded frq.dll on Win2K, which is what I wanted.
However on a fake-windows install of Wine-20030813, the call fails. I see from
the module trace's that wine tries to load
"frq .dll",
which does not exist. I could work around this by copying frq.dll to
"frq .dll".
This does bring up the question of which dll would get loaded in Win2K if I had
both frq.dll and "frq .dll" It turns out that frq.dll still
gets loaded (if one is to believe the Output window in VS). If no frq.dll
exists, but only "frq .dll" exists, then the LoadLibrary call
fails(!). My conclusion for Win2K is that trailing spaces should always be
trimmed for LoadLibrary, if no extension is present in module name. If the
extension is present, then Win2K will load the module with spaces in the filename.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1884
wine(a)tkunkel.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
Priority|P2 |P5
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1884
Summary: unlimited messages after str-c
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wine(a)tkunkel.de
Hi there,
I tried to get Galactic Civilisation to work, I started the actual cvs-version
(of today) with the exe of this game:
torsten@torstenpc:/platte_d/games/galciv > wine galciv.exe
wine: Unhandled exception (thread 000f), starting debugger...
WineDbg starting on pid e
Loaded debug information from ELF 'wine' ((nil))
No debug information in 32bit DLL 'D:\games\galciv\galciv.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x406f0000)
No debug information in 32bit DLL 'D:\GAMES\GALCIV\BINKW32.DLL' (0x30000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40a90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40b30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40980000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL' (0x40bf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x40d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40da0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40d80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40dd0000)
No debug information in 32bit DLL 'D:\GAMES\GALCIV\SDNETLIB.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40f30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x415f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41640000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41780000)
Unhandled exception: page fault on write access to 0x2178b5f4 in 32-bit code
(0x40341613).
In 32-bit mode.
0x40341613 (NTDLL.DLL.NlsMbOemCodePageTag+0x13a442): addb %bh,0x0(%eax,%eax,1)
Wine-dbg>
when pressing str-c after this point, i get unlimited messages of the string
"winedbg".
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=26
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-15-12 14:53 -------
Looks like a correctly filled signature to me now.
Can you verify, but I think it is correct now.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1883
------- Additional Comments From marcus(a)jet.franken.de 2003-15-12 14:35 -------
are you using tyhe latest release? 20031212?
please upgrade to this one, then report back.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1174
------- Additional Comments From rocketjet314(a)yahoo.com 2003-15-12 13:31 -------
This bug has a fairly easy solution: the default config file, /documentation/
samples/config, had /mnt/fd0 as the floppy directory. I would suggest either
adding a way to detect the mounted floppy drive (since /mnt/floppy isn't
universal), or adding a line to the install script something like test -d /
mnt/floppy || echo "Your floppy drive isn't mounted at /mnt/floppy. Please do
X, Y, Z." (Note: replace X, Y, Z with actual stuff) I've written a program
that adds a drive to the Wine configuration file at 24.194.10.72.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1813
fedekapo(a)speedy.com.ar changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From fedekapo(a)speedy.com.ar 2003-15-12 09:46 -------
The bug is fixed in wine-20031212
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1882
------- Additional Comments From ga189376(a)zodiac.mimuw.edu.pl 2003-15-12 09:24 -------
I've tested it on latest releases (november 2003, december 2003) on Slackware
and Debian, my friend on RedHat - always the same problem
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1882
Summary: network aplication not running properly (Briged Base
Online)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ga189376(a)zodiac.mimuw.edu.pl
I have problems with my favourite web-bridge program (it doesn't work WITHOUT
any error message). To test the situation please follow steps:
1) Download ftp://www.bridgebase.com/bbo_setup.exe
2) Run this program (it installs the softwate)
3) After instalation run NetBridgeVu.exe (from the install dest. dir.)
4) Login as winehq, pass: winehq
These steps seem to be OK
5) Try to chat with someone, join a tournament, etc. The server seems no to
receive any data from my computer
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1880
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-15-12 04:09 -------
Try installing Internet Explorer then running with shdocvw set to native.
We currently don't implement this DLL to any real extent.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1881
Summary: Direct X keyboard input error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: archanian(a)arson-linux.org
When running Diablo II Lord of Destruction on Wine 20031118 I can get to the new
character screen but when it comes time to enter the character name I get no
input from my keyboard. The mouse works fine but the keyboard does not work at
all. After I exit the game and wine shuts down, all keyboard input from the game
appears in my terminal at a bash prompt. What could be causing this and how can
I fix it? My box is a Slackware 9.1 Linux 2.4.20 system.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1859
------- Additional Comments From primorec(a)sbcglobal.net 2003-14-12 20:46 -------
I guess that the fix is your private CVS tree and not in the public CVS tree.
Right ??
As of today 14.12.2003, the program still crushes using today's CVS snapshot.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From tasssoth(a)hotmail.com 2003-14-12 19:37 -------
X-COM 1 has the same problem with wine-20031212
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1864
rbt(a)rbt.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rbt(a)rbt.ca 2003-14-12 18:57 -------
I no longer receive the LdrInitialize... error with release 20031212.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=364
------- Additional Comments From rocketjet314(a)yahoo.com 2003-14-12 17:26 -------
I can't find any user.dll. The closest I can find is user32.dll.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1809
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2003-14-12 13:13 -------
works fine wiuth the 20031212 suse 9.0 rpm
an a 633mhz celeron.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1858
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-14-12 12:12 -------
can confirm the behaviour.
the exe file is in http://bugs.winehq.com/show_bug.cgi?id=1859
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.