https://bugs.winehq.org/show_bug.cgi?id=37922
Bug ID: 37922
Summary: Unity3D 4.6 (.NET app) freezes/hangs sometimes when
reopening a newly created project
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says. A user in #winehq reported this.
Let's recap the history of the chat first to provide some insights of other
problems encountered and solved.
(skip if you are bored)
--- quote ---
<user> hi, i'm trying to install Unity3D on wine. When i run this script [1]
the installer says "error: dotnet35 conflicts with dotnet20, which is already
installed.". I do that on a clean .wine directory. [1]
https://github.com/Unity3D-Wine-Support/Unity3D-on-Wine/blob/master/unity3d…
--- quote ---
Although this was indeed done on a clean 32-bit prefix, the user likely
interrupted the installation at least once (probably at the time when .NET
2.0/3.0 installer was already run).
Resuming of interrupted steps/recipes via 'winetricks' won't work by design.
The provided logs showed another common problem: Samba/Winbind component
missing.
--- snip ---
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
--- snip ---
In this case it's harmless and not the cause of install failure.
The installation was still suggested though, but never carried out due to
dependency problems.
Next one ...
--- snip ---
Executing wine dotnetfx.exe /q /c:install.exe /q
...
fixme:advapi:LsaOpenPolicy ((null),0x33f2c4,0x00000001,0x33f2b0) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
--- snip ---
Whoops, this should never happen.
Wine-Mono mscoree bootstrapper dll (builtin) still gets loaded after MS .NET
installer started?
--- quote ---
<user> initially i had pacman -S wine-mono, then there are in a unwritable path
<user> Now i removed wine-mono
--- quote ---
Eeek. 'winetricks' automatically handles Mono uninstallation from prefix to
avoid conflicts with .NET installers. Since it was never detected 'installed',
builtin was still there and preferred (it would have worked if Wine was built
with '--disable-mscoree' like in my case).
Instead of trying to fix the issues with Wine 1.7.x present, the user went back
to Wine 1.6
--- quote ---
<user> i'm doing a clean install with 1.6.2
<user> let's see
--- quote ---
--- snip ---
Executing wine dotnetfx.exe /q /c:install.exe /q
...
fixme:advapi:LsaOpenPolicy ((null),0x33f2c4,0x00000001,0x33f2b0) stub
fixme:advapi:LsaClose (0xcafe) stub
err:msidb:get_tablecolumns column 1 out of range
err:msidb:get_tablecolumns column 2 out of range
--- snip ---
That's https://bugs.winehq.org/show_bug.cgi?id=36139 for you.
--- quote ---
<user> lol i need to downgrade gcc or upgrade wine
<user> interesting
--- quote ---
Don't build 1.6.2 with 4.9.0 or apply
https://source.winehq.org/git/wine.git/commit/deb274226783ab886bdb44876944e…
(distros never backported it, only recently).
After he rebuilt Wine 1.6.2, he tried the 'winetricks' recipe again ...
--- quote ---
<user> i've run many times today always removing .wine
<user> same error every time
<focht> works for me here 1.7.34, git. something is broken on your host
<user> the only thing really strange in my host is linux-grsec
<focht> some "i ought to be hardened" stuff?
<user> all the closed source binaries + firefox web pages
<user> + i run them in a seccomp+caps jail (although not wine for now)
<focht> hmm ... you sure that stuff like ptrace has not been disabled but that
"security improvements"?
<user> i check one moment
<user> something is disabled
<user> http://pastebin.com/FEzQjHwx do you see something strange?
<focht> kernel.grsecurity.harden_ptrace = 1 and
kernel.grsecurity.ptrace_readexec = 1 for example
<slackner> <user>: all of the ptrace and ipc related restrictions could easily
break wine, which heavily relies on that - you should try to turn of everything
or even better boot with an unpatched kernel
<focht> talk about shooting yourself in the foot :)
<user> retring with these disabled :-S
<user> wine uses ptrace to intercept priviledged syscalls or something similar?
<slackner> <user>: no, it is used when windows apps try to set the debug
registers, and to read/write memory to/from other wine processes
<user> wow, the installation never gone so far with these grsec flags disabled
--- quote ---
Yay.
Then I managed to reproduce the hang/freeze too, with Wine 1.7.34/GIT.
Unfortunately not reliably.
--- quote ---
<focht> <user>: can't reproduce it anymore ..so random. do you have a reliable
way?
<user> install, create an empty project, (autoclose), (can't reopen)
<user> i'll fire up a virtualbox to do that again
<focht> i created now 5 projects in a row .. each restarts the editor and
opened previous ones .. no problems
<user> all in My Documents?
<focht> yup .. you don't select any packages right?
<user> nope really
...
<focht> hmpf .. wine's pdb parser doesn't like the provided pdb from unity
folder .. winedbg shooting itself in the food (as usual)
<focht> <user>: can you start the app this way: GC_DONT_GC=1 wine ./Unity.exe
and check if the freeze is still present with that
...
<user> what pdb are you talking about?
<focht> the devs of unity provided debug symbols for their app and some
component. probably to gather better bug reports from users (also indicating it
crashes often :)
<focht> Unity.pdb and mono.pdb in the app folder
<user> focht: i get the bug every time i run the executable
<focht> the fixme's are mostly harmless
<user> i know, but i don't understand where the bug lies
<focht> the freeze?
<user> it freezes without starting
<user> could i past here instead of pastebin?
<focht> no
<focht> well there is something strange going on with mono (foss impl. of
.net). multihreaded suspension of threads when those being suspended hold locks
is not nice
<user> i know mono :-P
<focht> mono is always up for nasty surprise
<user> i started three times, but it hangs in <defunct>
<focht> do you kill everything off before and wineserver -k ?
<user> i start in a cgroup jail to see understand the ps -A better; if i exit
from the jail no wineserver
<user> going to bed :-S
<user> night
<focht> gn8 me too
<focht> interesting target for investigation though ... saving here
--- quote ---
Splitting the actual problem into next comment ;-)
Regards
--
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=26272
Summary: Unity3D - Can't create a project
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: congelli501(a)gmail.com
At first lunch, Unity make us create a new project, but when we select a
directory to save the project into, we have an error message : "Specified path
is not valid (should be a name of non existing or empty directory)."
Log : No error message appears in console when selecting a directory.
Version : Unity 3.2 (Free version)
Link : http://unity3d.com/
--
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=37662
Bug ID: 37662
Summary: ResEdit 1.6.3 insaller/downloader crashes early
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
As it says it crashes on launch - dumps some server response data in terminal
and then dies.
--
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=35059
Bug #: 35059
Summary: Active-HDL student edition fails to install
Product: Wine
Version: 1.7.7
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 35058
Classification: Unclassified
Noticed while looking at bug 35058.
http://www.aldec.com/students/student.php?id=4
austin@aw25 ~ $ sha1sum Active-HDL_Student_Edition.exe
118c64443717c9110ead15ab676cb98586fe75c7 Active-HDL_Student_Edition.exe
austin@aw25 ~ $ du -h Active-HDL_Student_Edition.exe
1.2G Active-HDL_Student_Edition.exe
austin@aw25 ~ $ wine --version
wine-1.7.7-199-g608b1e1
The only thing the installer shows is:
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
but no files are installed in C:\ or C:\Program Files. I see a few files in
temp folders, but that's it. I'll attach a +msi.
--
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=25573
Summary: Autodesk maya and 3ds max will not install
Product: Wine
Version: 20050930
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: williamdunne5(a)hotmail.co.uk
Both of these programs run fine on install then has a problem updating direct x
runtime, I changed it so that wine runs programs using d3d10 but it wouldn't
have any of it, would it be worth copying over all the system32 files from
windows 7 and replacing the wine ones?
--
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=44134
Bug ID: 44134
Summary: Lego Rock Raiders: crashes soon after launch with
builtin d3drm
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anowlcalledjosh(a)gmail.com
Distribution: ---
Created attachment 59879
--> https://bugs.winehq.org/attachment.cgi?id=59879
Terminal output
Lego Rock Raiders crashes just after launch (after displaying the DDI splash
screen, while the loading screen is visible), but works* with "winetricks
d3drm".
*there's some graphical issues (see the AppDB), but it's entirely playable.
Wine's Windows NT 4.0 setting is required to launch the game, otherwise the DRM
causes a crash.
--
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=15744
Summary: Microsoft Money 2001 can't open saved files
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.5star-shareware.com/Windows/Hobby/Home-
Finance/ms-money2001-deluxe.html
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 6698
Created an attachment (id=16846)
--> (http://bugs.winehq.org/attachment.cgi?id=16846)
patch
Testing bug 6698, found Money doesn't install anymore.
Seems to have a null pointer dereference:
=>1 0x7e33fe5a sltg_get_typelib_ref+0x15(table=(nil), typeinfo_ref=0,
typelib_ref=0x5e742c) [/home/austin/wine-git/dlls/oleaut32/typelib.c:2873] in
oleaut32 (0x0033efd8)
2 0x7e33fff3 SLTG_DoType+0x11a(pType=0xb5322e, pBlk="
", pTD=0x5e742c, ref_lookup=(nil))
[/home/austin/wine-git/dlls/oleaut32/typelib.c:2906] in oleaut32 (0x0033f008)
3 0x7e3401cf SLTG_DoElem+0xcc(pType=0xb5322c, pBlk="
", pElem=0x5e742c, ref_lookup=(nil))
[/home/austin/wine-git/dlls/oleaut32/typelib.c:2970] in oleaut32 (0x0033f028)
4 0x7e340ce1 SLTG_DoVars+0x3b8(pBlk="
", pFirstItem="
", pTI=0x5e7348, cVars=6, pNameTable="PORT2Lib", ref_lookup=(nil))
[/home/austin/wine-git/dlls/oleaut32/typelib.c:3132] in oleaut32 (0x0033f228)
5 0x7e341997 SLTG_ProcessRecord+0x48(pBlk="
", pTI=0x5e7348, pNameTable="PORT2Lib", pTIHeader=0xb53175, pTITail=0xb532a4)
[/home/austin/wine-git/dlls/oleaut32/typelib.c:3372] in oleaut32 (0x0033f248)
I've got a patch ready, but filing a bug so it doesn't slip through the cracks.
--
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=9660
Summary: Microsoft Money 2001 crashes during install
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)xlcus.com
Created an attachment (id=8072)
--> (http://bugs.winehq.org/attachment.cgi?id=8072)
Microsoft Money 2001 crash log (Windows version selected: 2000)
On trying to install Microsoft Money 2001 (By running /msmoney/setup.exe from
CD 2 of Microsoft Works Suite 2001), Wine crashes part way through the
installer. See attached log. This is with a clean ~/.wine directory on Ubuntu
Feisty.
--
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=11173
Summary: 3ds max 2008 fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
So as i couldn't find 3ds max 7, i gave the 2008 trial version a try, but it
fails quite early:
err:msi:read_properties_from_data wrong type 64 != 30
There were also some mscoree related fixme's in the console, but they seem not
be the problem. I'll attach a screenshot of the error
--
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=10787
Summary: Can't install 3ds max due to .net and direct x
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josephjacir(a)hotmail.com
Created an attachment (id=9650)
--> (http://bugs.winehq.org/attachment.cgi?id=9650)
log file output by 3ds max 9 installer on install abort.
I'm new at reporting bugs so sorry if I've done anything incorrectly. Anyway:
I'm trying to install 3ds max 9 - the install invariably aborts when it gets to
the step where it tries to install .NET . Before it gets this far, it also
tries to install Direct X 9 but this failure doesn't cause it to abort. I've
attached the log that max output in C:\windows\temp\3dsMax9.log
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.