http://bugs.winehq.org/show_bug.cgi?id=14137
Summary: Entropia Universe 6.5.1 won't start
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://downloads.zdnet.co.uk/0,1000000375,39188457s,00.h
tm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.entropiaforum.com/forums/off-topic/117707-entropia-universe-linu…
said Entropia Universe didn't start under Wine, so I grabbed
the first download for it I could find,
http://downloads.zdnet.co.uk/0,1000000375,39188457s,00.htm
I looked at the Appdb
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2655
and guessed at the following recipe to install prerequisites:
sh winetricks gecko directx9 vcrun2005 vcrun2005sp1 wmp10
The app installed, but when it tried to start, it failed quickly.
You can reproduce after installation with
cd ~/".wine/drive_c/Program Files/MindArk/Entropia Universe"
wine Entropia.exe
The console shows, among others, the error
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program
Files\\MindArk\\Entropia Universe\\stlport.5.1.dll") not found
Er, looks like I never updated winetricks to fix
http://www.winehq.org/pipermail/wine-users/2008-May/033957.html
OK, done, winetricks now sets win2k when installing vcrun2005.
But Entropia still fails to load; the console shows
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting
and a dialog says
"Runtime Error!
Program: C:\\Program Files\\MindArk\\Entropia Universe\\Entropia.exe
R6034
An application has made an attempt to load the C runtime library incorrectly"
So the app is finding msvcr80 the wrong way, but why?
--
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=17952
Summary: Autodesk Inventor 11 fails to start
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20297)
--> (http://bugs.winehq.org/attachment.cgi?id=20297)
Inventor.exe Wine 1.1.18
I'm using Wine 1.1.18 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386. I installed gecko, dotnet11, dotnet20,
directx, mdac27, msxml3, wmp9 through winetricks.
I installed Autodesk Inventor 11 (installer reported it was almost successful)
and tried to run it but with no success. In output there was:
Unhandled exception: unimplemented function ntoskrnl.exe.KeInitializeMutex
called in 32-bit code (0x7b84203b).
In Bug#17212 Vitaliy Margolen has said that crash was caused by cdr4_2k.sys
--
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=10660
Summary: title bar buttons incorrectly drawed
Product: Wine
Version: 0.9.50.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mizvekov(a)gmail.com
Created an attachment (id=9476)
--> (http://bugs.winehq.org/attachment.cgi?id=9476)
screenshot demonstrating the problem
All titlebar buttons are beeing drawn as an X, and they are all misaligned too.
--
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=12606
Summary: Use ~/.Trash when available
Product: Wine
Version: 0.9.59.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teloiv(a)gmail.com
Some platforms Wine runs on - Ubuntu/Debian, Mac OSX, and Gentoo at the very
least - use ~/.Trash for garbage files instead of ~/.local/share/Trash. Wine
should use ~/.Trash when available instead of creating ~/.local/share/Trash -
which the user may not realize exists and confuse them as to where their space
is going.
The user can avoid this by symlinking ~/.Trash to ~/.local/share/Trash but it
isn't something that the user should have to do to make things work properly.
--
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=16135
Summary: msvcrt.dll._wtmpnam not implemented
Product: Wine
Version: 1.1.8
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: holy(a)wustl.edu
Created an attachment (id=17376)
--> (http://bugs.winehq.org/attachment.cgi?id=17376)
A small head start on implementing wtmpnam
In running an old program, I received the following error:
wine: Call from 0x7b845450 to unimplemented function msvcrt.dll._wtmpnam,
aborting
I downloaded the source code for 1.1.8 and took a stab at implementing it. A
diff (relative to wine-1.1.8/dlls/msvcrt/file.c) is attached.
Note: I don't really know Wine, and I did not even get as far as building it to
test it (if MSVCRT_tmpname gets initialized, where is that?)---so please don't
take this as anything other than an attempt at a start.
--
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=13058
Summary: BYOND Suite: Browser windows do not function.
Product: Wine
Version: 0.9.61.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris062689(a)gmail.com
In BYOND.exe the browser element simply does not appear.
(May be due to ole32.dll override to allow login?)
In DreamSeeker.exe and DreamMaker.exe we believe is causing a majority of
crashes with the client.
--
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=12770
Summary: Build breaks
Product: Wine
Version: 0.9.60
Platform: All
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contactmayankjain(a)gmail.com
Created an attachment (id=12429)
--> (http://bugs.winehq.org/attachment.cgi?id=12429)
configure log file
I have downloaded the wine-0.9.60.tar.bz2 file untar this on my freebsd 6.3
system and run configure then make depend && make but I am getting following
error.
`makedep' is up to date.
fontforge -script ../fonts/genttf.ff .sfd.ttf
Copyright (c) 2000-2008 by George Williams.
Executable based on sources from 20:25 GMT 3-Feb-2008.
Library based on sources from 03:08 GMT 3-Feb-2008.
The requested file, .sfd.ttf, does not exist
Open: Failed to open: .sfd.ttf
Called from...
../fonts/genttf.ff: line 2
*** Error code 1
Stop in /usr/home/mayank/Desktop/tm/wine-0.9.60/libs.
*** Error code 1
I am attaching the log file with this mail. Please find the attachment.
Regards
Mayank Jain
--
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=14836
Summary: Autocad 2005 : visual lisp ide problems/crashes
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Opening Visual Lisp Ide from inside autocad don't allow to switch back to
autocad again without closing it. Well, you can select Autocad window, but it's
irresponsive, visual lisp ide seems in modal mode.
Upon closing ide, autocad becomes responsive again.
More, if you open visual lisp ide, then help system from it, then close visual
lisp ide, if you try to close help system autocad crashes. That don't happens
if you close help BEFORE closing visual lisp ide.
Max
--
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=12292
Summary: Michelin Rally Masters: Application crashes when PAL_8
Texture and Mipmapping options are enabled
Product: WineHQ Apps Database
Version: unspecified
Platform: All
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=6861
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Created an attachment (id=11738)
--> (http://bugs.winehq.org/attachment.cgi?id=11738)
Output Log, with "=+trace" enabled.
When the application is started with both options active, it crashes wine.Using
them in separate occasions does not recreate the crash, although Enabling the
"Mipmap" Option create serious black artifacts all over the distants polygons
(see screenshot from appdb).
In the following attachment were removed all the instances of
"fixme:d3d_draw:drawPrimitive Using software emulation because manual fog
coordinates are provided"
which were printed until the exit from the application, basically making the
whole Log bigger than 10MB.
--
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=13579
Summary: Adobe Acrobat Standard 7 -- using menus on first startup
causes X to freeze
Product: Wine
Version: 1.0-rc2
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
The first time you start up Adobe Acrobat Standard 7, it presents you with a
large dialog box asking you if you want to register the product.
If you attempt to open a menu in the split second between program startup and
the appearance of this dialog box, the application, wine, and the gnome session
freezes, forcing you to kill X.
Acrobat Standard is a slimmed down version of Acrobat Pro. For a more detailed
version of the difference between the two products, see:
http://www.adobe.com/products/acrobat/matrix.html
--
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.