[Bug 38156] New: .NET Framework v3.5 x64 compiler under wine
https://bugs.winehq.org/show_bug.cgi?id=38156 Bug ID: 38156 Summary: .NET Framework v3.5 x64 compiler under wine Product: Wine Version: 1.7.34 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: alexalx(a)bigmir.net Distribution: --- Created attachment 50898 --> https://bugs.winehq.org/attachment.cgi?id=50898 log Hello, sorry for my english. quoting from https://forum.winehq.org/viewtopic.php?f=8&t=24233 I have problem with trying to get working compiler (csc.exe) of .NET Framework v3.5 x64 under wine. I need get somehow working csc.exe for compile in real-time plugins for game server what working fine through wine, except compiling plugins... Right now there is no way to load already compiled plugins due to security reasons. It uses csc.exe from .NET Framework v3.5 !!x64!! ONLY. Right now i somehow successfully installed .net framework v.3.5 x64 (using winetricks and some other ways), but when trying to use csc.exe it crashes... Is there some way to get working csc.exe under wine x64? The source of plugin loader what of game server mod: https://github.com/OxideMod/Oxide/blob/master/Oxide.Ext.CSharp/CSharpPluginL... Thank you for attention. ---------- System information: Wine build: wine-1.7.34 Platform: x86_64 Host system: Linux Host version: 3.11.3-custom Linux 3.11.3-custom #3 SMP PREEMPT Thu Oct 3 15:24:05 EEST 2013 x86_64 x86_64 x86_64 GNU/Linux Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty -- 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=38156 AlexALX <alexalx(a)bigmir.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu -- 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=38156 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- (In reply to AlexALX from comment #0)
Created attachment 50898 [details] log
Hello, sorry for my english.
quoting from https://forum.winehq.org/viewtopic.php?f=8&t=24233
I have problem with trying to get working compiler (csc.exe) of .NET Framework v3.5 x64 under wine.
I need get somehow working csc.exe for compile in real-time plugins for game server what working fine through wine, except compiling plugins... Right now there is no way to load already compiled plugins due to security reasons.
It uses csc.exe from .NET Framework v3.5 !!x64!! ONLY.
What do you mean, 'ONLY'? As in, you're using csc.exe that you copied from a .Net install? Or that's the only part of .Net you need?
Right now i somehow successfully installed .net framework v.3.5 x64 (using winetricks and some other ways)
What 'other ways'? .Net doesn't install in a 64-bit prefix, and winetricks doesn't support 64-bit .Net. It didn't install in wine at all, last I tried, so I suspect this bug is invalid. -- 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=38156 --- Comment #2 from AlexALX <alexalx(a)bigmir.net> --- (In reply to Austin English from comment #1)
What do you mean, 'ONLY'? As in, you're using csc.exe that you copied from a .Net install? Or that's the only part of .Net you need?
I mean program require x64 version of .NET, not x86. And in any way in fact i need only working compiler, and not whole .NET framework itself (but probably compiler is part of it and can't work without whole framework).
What 'other ways'? .Net doesn't install in a 64-bit prefix, and winetricks doesn't support 64-bit .Net. It didn't install in wine at all, last I tried, so I suspect this bug is invalid.
In first place it didn't installed, but after some tricks with replacing mscoree to native one (from windows), and some other things (not already remember what i did), it installed it, with some errors but installed. Also later i copied all installed files from windows machine of ".NET Framework64" to wine, and all registry from it. It both variants compiler (csc.exe) still not work and getting same result. It response for command line options, but when try actually run compile - crash. And yes, probably it still not supported yet or idk. But i hope that this can be changed... Maybe in wine 1.8 or so... -------- Also if this is not supported and will not be supported in near future - is there way to combine it with virtual machine or remote machine for make call from wine to csc.exe in virtual machine or remote machine and get response? Because i really need this thing, even if there possible to do some workaround. Only one variant is not an option - install windows instead linux... -- 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=38156 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- (In reply to AlexALX from comment #2)
(In reply to Austin English from comment #1)
What do you mean, 'ONLY'? As in, you're using csc.exe that you copied from a .Net install? Or that's the only part of .Net you need?
I mean program require x64 version of .NET, not x86. And in any way in fact i need only working compiler, and not whole .NET framework itself (but probably compiler is part of it and can't work without whole framework).
What 'other ways'? .Net doesn't install in a 64-bit prefix, and winetricks doesn't support 64-bit .Net. It didn't install in wine at all, last I tried, so I suspect this bug is invalid.
In first place it didn't installed, but after some tricks with replacing mscoree to native one (from windows), and some other things (not already remember what i did), it installed it, with some errors but installed. Also later i copied all installed files from windows machine of ".NET Framework64" to wine, and all registry from it.
Definitely invalid. -- 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=38156 --- Comment #4 from AlexALX <alexalx(a)bigmir.net> ---
Definitely invalid.
So this means no support for x64 version of it and not in near future? Very bad... :( -- 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=38156 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Bruno Jesus <00cpxxx(a)gmail.com> --- Closing invalid bugs. -- 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.
participants (1)
-
wine-bugs@winehq.org