https://bugs.winehq.org/show_bug.cgi?id=41510
Bug ID: 41510
Summary: Wine is not loading mono
Product: Wine
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brewmanz(a)gmail.com
Distribution: ---
I have an app that's failing with
err:mscoree:load_mono Could not load Mono into this process
I am attempting to follow https://wiki.winehq.org/Mono which is not very clear.
wine-mono-4.6.3.msi is in /usr/share/wine/mono
I am using a non-default wine location
HKCU\Software\Wine\Dotnet does not exist in registry
--
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=39837
Bug ID: 39837
Summary: Tried to install MS .NET 4.5 in Winetricks. This came
out as the error.
Product: Wine
Version: 0.9
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2001kraft(a)gmail.com
Created attachment 53181
--> https://bugs.winehq.org/attachment.cgi?id=53181
log
Tried to install MS .NET 4.5 in Winetricks. This came out as the error.
--
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=49524
Bug ID: 49524
Summary: Overwriting native dlls with WINEDLLPATH does not
work..
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sur3(a)gmx.de
Distribution: ---
Hi I have an application for which I try to overwrite the native DLLs, so I
set:
WINEDLLPATH=/mnt/archive/ WINEDLLOVERRIDES="vivoxsdk,ortp,GCloudVoice=b"
and copied the corresponding DLL-libraries into /mnt/archive but wine still
complains to not find them:
>>>
0024:err:module:import_dll Library GCloudVoice.dll (which is needed by
L"Z:\\mnt\\archive\\Riot Games\\League of Legends\\LeagueClient.exe") not found
0024:err:module:import_dll Library vivoxsdk.dll (which is needed by
L"Z:\\mnt\\archive\\Riot Games\\League of Legends\\LeagueClient.exe") not found
0024:err:module:LdrInitializeThunk Importing dlls for L"Z:\\mnt\\archive\\Riot
Games\\League of Legends\\LeagueClient.exe" failed, status c0000135
<<<
Why doesn't this work or is there an other way to override native DLLs?
--
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=47651
Bug ID: 47651
Summary: PlayOnline Viewer: Page fault on read access at launch
time.
Product: Wine
Version: 4.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
Created attachment 65092
--> https://bugs.winehq.org/attachment.cgi?id=65092
Wine Output with the Page Fault
After commit c5577721 [1], PlayOnline Viewer will crash soon after having been
launched (before any graphics get drawn).
A fix may have been staged already, since with 4.14 Wine Staging the issue does
not seem to be triggered, but I have not yet tested if Staging was affected at
any point between 4.11 and 4.14.
1.
https://source.winehq.org/git/wine.git/commit/c5577721b909f8c70d3723cae561e…
--
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=44145
Bug ID: 44145
Summary: Error at starting Star Wars The Old Republic
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: denotin.scheck(a)gmail.com
Distribution: ---
Created attachment 59896
--> https://bugs.winehq.org/attachment.cgi?id=59896
This is the error message
After several tries to start SWTOR with getting the error message "Certificate
authentication failure, I followed the guide at
https://www.reddit.com/r/swtor/comments/6qyz4v/certificate_authentication_f…
. Well, I could get it a little bit further. But now I am getting another
problem. Since I'm new to wine etc. I really don't know what to do now. Would
really appreciate help.
--
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=50393
Bug ID: 50393
Summary: Gurilaz
Product: WineHQ Bugzilla
Version: 3.2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bututgamming(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
Created attachment 69012
--> https://bugs.winehq.org/attachment.cgi?id=69012
Gurilaz
Gurilaz
--
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=50099
Bug ID: 50099
Summary: .Net GetFullPath not working correctly
Product: Wine
Version: 5.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grimessa(a)gmail.com
Distribution: ---
I have an application I wrote myself in C#.
It works perfectly on Windows.
However it is not working in wine. The application tries to load sound files
to play from a subfolder of where the exe is. So the code uses GetFullPath
method to get the absolute path from a relative path string.
I am not using Mono, it is using Native .Net.
GetFullPath is a static method of the Path class, which is part of .Net in
System.IO namespace.
The application I am running is running from this path in the WineBottle
MyWineBottle/drive_c/MyApp/App.exe
So when calling
string path = System.IO.Path.GetFullPath(@"Sounds\1.wav");
The expected path should be:
C:\MyApp\Sounds\1.wav
However, it returns this instead
D:\home\grimes\Sounds\1.wav
(grimes is my username)
This does not seem correct. I am not sure why it is returning the Path from
the D drive. There does not seem to be one in the winebottle anyway.
I am new to Wine(and linux) so let me know if there might be config I may have
overlooked.
Here are the details of my system
Linux Mint 19.3 Tricia
Wine 5.0.2
.Net 4.6.1
WINEARCH=win32
--
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=49794
Bug ID: 49794
Summary: [fallout new vegas] wine refuses to see installed
libraries
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtentser(a)yandex.ru
Distribution: ---
(wine:5816): GStreamer-WARNING **: 23:37:05.130: Failed to load plugin
'/usr/lib32/gstreamer-1.0/libgstrtmp.so': libhogweed.so.5: cannot open shared
object file: No such file or directory
(wine:5816): GStreamer-WARNING **: 23:37:05.660: Failed to load plugin
'/usr/lib32/gstreamer-1.0/libgstladspa.so': libicui18n.so.65: cannot open
shared object file: No such file or directory
(wine:5816): GStreamer-WARNING **: 23:37:05.746: Failed to load plugin
'/usr/lib32/gstreamer-1.0/libgstx264.so': libx264.so.159: cannot open shared
object file: No such file or directory
(wine:5816): GStreamer-WARNING **: 23:37:05.836: Failed to load plugin
'/usr/lib32/gstreamer-1.0/libgstresindvd.so': libdvdread.so.7: cannot open
shared object file: No such file or directory
But all this files are installed in this directory.
--
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=49701
Bug ID: 49701
Summary: Could you add a "Security" tab to the WINE Config
window?
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 49studebaker(a)gmail.com
Distribution: ---
There could be an option to enable/disable sandboxing. If a malware infected
windows .exe is executed in Wine, the malicious code could be added to other
windows programs. Could you make WINE sandbox each windows program by default?
There could be an option to enable/disable access to windows encryption API's.
A program could have it's own encryption library or built-in encryption code.
WINE could prompt the user if he/she wants the program to encrypt other files.
Certain folders could be marked as non-encryptable.
--
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=49033
Bug ID: 49033
Summary: Inno Setup installer: runtime error with external dll
- regression in msvcrt
Product: Wine
Version: 5.7
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugzilla(a)reichardt.de
Exult's Inno Setup based installer fails with
"Runtime Error (at -1:0):
Cannot Import dll:C:\users\crossover\Temp\is-05TAH.tmp\exconfig.dll."
but the dll is at the given path.
I am running macOS 10.15 so I was only able to do limited regression testing.
But on a machine with an older macOS I was able to confirm that it used to work
with:
Crossover 18.0 (based on Wine 3.14)
But with Crossover 18.1 (also based on Wine 3.14) it stopped working.
On the older machine I also installed Wine 4.0.3 (via MacPorts) and it's not
working there either.
Gcenx in the forums confirmed that this also does not work with the latest Wine
version https://forum.winehq.org/viewtopic.php?f=9&t=33784&p=127447#p127447
(neither native nor builtin).
A search in the forum lead me to https://bugs.winehq.org/show_bug.cgi?id=43940
but the attached msvcrt.dll let's the Exult installer die silently.
The Exult installer is at http://exult.sourceforge.net/snapshots/Exultwin32.exe
The Inno Setup script is at
https://github.com/exult/exult/blob/master/win32/exult_installer.iss
The source for exconfig.dll is at
https://github.com/exult/exult/blob/master/win32/exconfig.cc
--
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.