http://bugs.winehq.org/show_bug.cgi?id=14140
Summary: Entropia Universe installer hangs
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.project-entropia.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The current installer,
94aaad630331ce64c219f45e31175f913e9ba402 entropia_installer.exe
goes into a loop forever, scanning backwards from the end
of the commandline, but not hitting its expected termination condition.
You can watch this with
WINEDEBUG=+relay ~/wine-git/wine entropia_installer.exe
grep Call.*strcmp log
Interestingly, it compares each char to both / and \.
And if you pass /, it gets happy and compares against u.
Passing /u makes it really happy, and it shows a ui briefly.
It seems to install a few files, then exits.
It should have launched the real downloader,
~/.wine/drive_c/Program Files/MindArk/Entropia Universe/ClientLoader.exe
Running that by hand downloads a bunch of stuff, then exits.
I think it's supposed to run
~/.wine/drive_c/Program Files/MindArk/Entropia Universe/Entropia.exe
When you do this by hand, wine complains
err:module:find_forwarded_export function not found for forward
'd3dx8.D3DXGetImageInfoFromFileA' used by
L"C:\\windows\\system32\\d3dx9_36.dll". If you are using builtin
L"d3dx9_36.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward
'd3dx9_36.D3DXGetImageInfoFromFileA' used by
L"C:\\windows\\system32\\d3dx9_30.dll". If you are using builtin
L"d3dx9_30.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward
'd3dx8.D3DXGetImageInfoFromFileInMemory' used by
L"C:\\windows\\system32\\d3dx9_36.dll". If you are using builtin
L"d3dx9_36.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward
'd3dx9_36.D3DXGetImageInfoFromFileInMemory' used by
L"C:\\windows\\system32\\d3dx9_30.dll". If you are using builtin
L"d3dx9_30.dll", try using the native one instead.
err:module:import_dll Library WMVCore.DLL (which is needed by L"C:\\Program
Files\\MindArk\\Entropia Universe\\Entropia.exe") not found
and exits. Doing winetricks directx9 wmp10 gets around this.
Entropia then puts up a window very briefly, then quits.
If you then do winetricks vcrun2005sp1, you get bug 14137
(i.e. the app loads msvcp80 wrong and exits).
--
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=20637
Summary: 3DMark 2000, 2001SE - no result of last test
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24616)
--> (http://bugs.winehq.org/attachment.cgi?id=24616)
3DMark2000- windowsXP
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
CPU flags: 2400MHz MMX SSE SSE2 SSE3 SSSE3 HTT
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
GeForce 9600 GT PCI Express 190.42 512Mb
In 3DMark 2000 and 2001 the last tests seems to work but theare are no results
of this tests.
I also checked Wine 1.0.1.
Somebody can corfirm that?.
--
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=29274
Bug #: 29274
Summary: Steam on Mac - mic test fails and crashes Counter
Strike 1.6
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuckdesign(a)yahoo.com
Classification: Unclassified
Created attachment 37861
--> http://bugs.winehq.org/attachment.cgi?id=37861
Winedebug dump with +coreaudio
When starting Counter Strike 1.6 game crashes or shows error messages and then
continues without sound.
Similar thing happens if you click "Test microphone" in Steam Settings>Voice.
Attaching debug of coreaudio.
Found one solution, but not sure it is proper one:
Appears that
in dlls/winecoreaudio/mmdevdrv.c
in AudioCaptureClient_ReleaseBuffer function
This->public_buffer is sometimes empty and makes this crash.
So, changed:
pbuf_frames = This->public_buffer->mAudioDataByteSize / This->fmt->nBlockAlign;
to:
if (This->public_buffer)
pbuf_frames = This->public_buffer->mAudioDataByteSize /
This->fmt->nBlockAlign;
Programmer myself, but don't have time to explore where real error is. This fix
makes game work without crash, but think problem is where is
This->public_buffer released (or not set...)
--
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=9548
Summary: pxtone: Can't save new project files (*.ptcop), or
*.pttune
Product: Wine
Version: 0.9.44.
Platform: Other
URL: http://hp.vector.co.jp/authors/VA022293/pxtone.html
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
Using pxtone (v 0.8.3.3), everything seems to work perfectly, *except* for
saving a new .ptcop project file (also some d3d warnings in the terminal, but
those seem harmless). Exporting to .pttune also doesn't work. Attempting to
save either of these results in a dialog box titled "error" containing the text
"open file". Interestingly, exporting to new .wav files works fine. (Wild
shot in the dark, but could this be related to the filename extension of both
.ptcop and .pttune being more than 3 chars?) Ran with freshly generated
~/.wine, and changing the emulated Windows version has no effect.
Loading existing .ptcop files work fine. Saving to existing .ptcop files also
work fine. Thus, the problem is only saving to new .ptcop files (and .pttune
files) that doesn't already exist in the file system. (This also works fine in
real Windows.)
Using pxtone v 0.8.3.3, available from this page:
<http://hp.vector.co.jp/authors/VA022293/pxtone.html>
Steps to reproduce (works every time):
1. Download pxtone: <http://homepage2.nifty.com/rochet/storage/pxtone_0833.zip>
2. Delete japanese.ico to enable english mode
3. Run the program, go to File->Save project or File->Save project as
4. Enter a new filename, click save
5. Watch error dialog pop up
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32520
Bug #: 32520
Summary: Call from 0x7b83bcb2 to unimplemented function
d3d11.dll.D3D11CreateDevice
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Commander.Alchemy(a)gmail.com
Classification: Unclassified
Created attachment 42901
--> http://bugs.winehq.org/attachment.cgi?id=42901
Backtrace
Like the summary tells, this needs to have an added stub.
EVE-Online that uses dx9 somehow or for some reason calls for a dx11 function,
maybe checking and reporting back to developers on how many dx11 cards are
using their application. Issue is that the application crashes soon after that.
--
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=32067
Bug #: 32067
Summary: Borderlands 2 Resolution Issue
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jitsumi(a)gmail.com
Classification: Unclassified
Created attachment 42272
--> http://bugs.winehq.org/attachment.cgi?id=42272
wine log
I cannot play with some resolutions. I got a "ran out of videomemory!
Exiting..." message.
That is weird, is that a resolution A will work, and a C also. But a resolution
B that is bigger thatn A but smaller than C will not work...
>From the log i got : err:d3d:resource_init Out of adapter memory
so i think it is in the directx-d3d component, but not sure.
I puit in attachement the complete log.
--
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=24142
Summary: winebuild fails on sparc
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30381)
--> (http://bugs.winehq.org/attachment.cgi?id=30381)
winebuild for sparc
distcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes
-Wwrite-strings -Wpointer-arith -g -O2 -o handle.o handle.c
acledit.qJspDs.s: Assembler messages:
acledit.qJspDs.s:160: Error: operation combines symbols in different segments
acledit.qJspDs.s:161: Error: operation combines symbols in different segments
winebuild: /usr/bin/as failed with status 1
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [acledit.dll.so] Error 2
make[1]: Leaving directory `/home/user/wine-git/dlls/acledit'
make: *** [dlls/acledit] Error 2
I've found an old patch and rediff'ed it that seems to work fine.
--
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=28407
Summary: make: *** [dlls/msvcrt/tests] Error 2
Product: Wine
Version: 1.3.28
Platform: sparc
OS/Version: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stedla(a)csu.org
Getting an error when I run the
/csu/home/stedla/Octave/winehq/wine-1.3.28/tool/ksh wineinstall
scripts
and it fails at msvcrt/tests/data.c file
gcc -c -I. -I. -I../../../include -I../../../include -I../../../include/msvcrt
-I./.. -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wstrict-prototypes -Wunused-but-set-parameter -Wwrite-strings -Wpointer-arith
-g -O2 -fno-builtin -o data.o data.c
/usr/ccs/bin/as: "<stdin>": error: symbol "_open" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_spawnlp" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_spawnle" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_spawnl" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_execlpe" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_spawnlpe" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_sopen" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_execle" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_execlp" is used but not defined
/usr/ccs/bin/as: "<stdin>": error: symbol "_execl" is used but not defined
make[1]: *** [data.o] Error 1
make[1]: Leaving directory
`/csu/home/stedla/Octave/winehq/wine-1.3.28/dlls/msvcrt/tests'
make: *** [dlls/msvcrt/tests] Error 2
--
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=15019
Summary: Solaris binary link wrong
Product: WineHQ.org
Version: unspecified
Platform: Sun
URL: http://www.winehq.org/site/download
OS/Version: Solaris
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsparapa(a)mcw.edu
The old link to the Solaris binary is 404. There is a new link that should be
used instead http://ocean1.ee.duth.gr/SolarisX/ And, if you have a News
section, I would mention that Wine v. 1.1.3 actually works on Solaris 10.
Earlier versions, although compiling and installing, seemed to work on
OpenSolaris variants only and Solaris 10 was out-of-luck. Three or more recent
fixes in 1.1.3 get Wine working on Solaris 10 as well as OpenSolaris :o)
Thanks for a great web site and great software!
--
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=17048
Summary: MS Excel 2003 crashes on wine 1.0-1
Product: WineHQ Apps Database
Version: unspecified
Platform: Sun
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hrc_varun(a)yahoo.co.in
CC: hrc_varun(a)yahoo.co.in
Created an attachment (id=18849)
--> (http://bugs.winehq.org/attachment.cgi?id=18849)
This file contains the log and back trace for the commands wine excel and wine
excel /s. In either of cases, excel doesnt open.
Hi,
I recently installed Office 2003 SP3 (slip streamed) on wine 1.0-1.el4.i386
(reported as stable).
After wine installation and office installation, I configured wine thru winecfg
and added the necessary overrides. (gdiplus, rpcrt4, riched20, riched32, ole32,
oleaut) in the defaults and in excel (also added imm32).
I also installed msxml3, now win word starts perfectly, but excel doesnt starts
at all. Not even in safe mode, wine excel /s.
I could not find any support for this on net. Even after a clean install.
Enclosed is the log and back trace for the same.
Perhaps it is a bug, please let me know if I could be doing something wrong and
this issue (reported as bug) can be closed or set to invalid ??
The dll's mentioned in the log are present but cannot be loaded for a reason
unknown to me.
Regards,
- Varun
--
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.