https://bugs.winehq.org/show_bug.cgi?id=42579
Bug ID: 42579
Summary: Proteus installation problem
Product: Wine-staging
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57491
--> https://bugs.winehq.org/attachment.cgi?id=57491
Log file of the error
Error in the installation wizard of the software Proteus 8.2.
This error happen on the Wine 2.0 (stable) and 2.2 (develop).
On the 1.8 (develop) version works fine.
--
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=45128
Bug ID: 45128
Summary: YUMI-UEFI not working
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
Distribution: ---
Created attachment 61312
--> https://bugs.winehq.org/attachment.cgi?id=61312
yumi-uefi wine log
# wine YUMI-UEFI-0.0.0.8.exe
unable to show installed distros.
Download link:
https://www.pendrivelinux.com/yumi-multiboot-usb-creator/
--
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=44418
Bug ID: 44418
Summary: 1608: Unable to create installdriver
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kitisanutter(a)gmail.com
Distribution: ---
Error message on install when trying to instal Civ 3 complete
1608 unable to create installdriver instance, return code:-2147221164
--
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=39504
Bug ID: 39504
Summary: Unhandled exception: page fault on read access to
0x40800035 in 32-bit code (0x006d8d5d).
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel.huebner(a)gmail.com
Distribution: ---
Created attachment 52645
--> https://bugs.winehq.org/attachment.cgi?id=52645
wine crash using sketchup in lubuntu 15.10
Unhandled exception: page fault on read access to 0x40800035 in 32-bit code
(0x006d8d5d).
--
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=46037
Bug ID: 46037
Summary: "wine_get_host_version" in ntdll.dll for Android
should contain "Android"
Product: Wine
Version: 3.18
Hardware: x86
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
On Android "wine_get_host_version" in ntdll.dll contains "Linux" as host system
name. It is adequate to have on Android for the host system name "Android" in
order to be able to potentially differentiate on the app level to other
operating systems.
Reinhold
--
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=43285
Bug ID: 43285
Summary: thief 3 - lock picking not working
Product: Wine-staging
Version: 2.10
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shitman71(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 58623
--> https://bugs.winehq.org/attachment.cgi?id=58623
terminal log
At the tutorial mission you cannot open the door that needs to be lockpicked,
the lockpicking is not working.
I remember this did work in wine 1.8.
--
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=38859
Bug ID: 38859
Summary: CMake hangs when detecting msvc10 compiler
Product: Wine
Version: 1.7.46
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ---
Created attachment 51786
--> https://bugs.winehq.org/attachment.cgi?id=51786
winedbg backtrace
I'm trying to use microsoft compiler along with cmake (vc2010express+cmake from
winetricks) and it hangs configuring an hello world project.
It succeeds the second time the build is run, or as long as the wineserver
process is alive, ie if killed, it will fail another time.
Actual output:
> cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .
-- The C compiler identification is MSVC 16.0.30319.1
-- The CXX compiler identification is MSVC 16.0.30319.1
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe
CMake hangs here, but it should output the rest:
-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: Z:/home/xantares/projects/msvc-wine
I use these install/build scripts for you to reproduce the problem:
https://github.com/xantares/msvc-wine
--
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=46647
Bug ID: 46647
Summary: Igor Bantyuk
Product: Wine
Version: 4.1
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gta13278(a)gmail.com
In Wine, internal and external memories are not detected and it is impossible
to open any applications, although permission for the Memory Access application
is granted. Tell me what's the problem? Also do not load web pages in the Wine
Internet Explorer
--
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=43091
Bug ID: 43091
Summary: Can no longer run "The Sims 3" with networking turned
off
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sluggo(a)unknown.nu
CC: jacek(a)codeweavers.com
Regression SHA1: 28f865b134279c1bcbe9fbd1f5eaaf0a4129a765
Distribution: ---
I start the Sims 3 with networking turned off with "unshare". I use this
command:
"sudo unshare -n sudo -u kjs bash -c "WINEPREFIX=/home/kjs/.wine-sims3 wine
/home/kjs/.wine-sims3/drive_c/Program\ Files/Electronic\ Arts/The\ Sims\
3/Game/Bin/Sims3Launcher.exe""
This worked fine until 2.9; now it crashes on startup. If I did the regression
tests correctly, it seems to have broken on
28f865b134279c1bcbe9fbd1f5eaaf0a4129a765.
Let me know if you need any further information.
--
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=40671
Bug ID: 40671
Summary: Crashes when encoding on Datawindow, PowerBuilder
Application Unhandled exception: page fault on read
access to 0x00000080 in 32-bit code (0x7e8982d0)
Product: Wine
Version: 1.9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jmcasilang(a)hondapang.com.ph
Distribution: ---
Created attachment 54543
--> https://bugs.winehq.org/attachment.cgi?id=54543
backtrace
Error While encoding on Datawindow of a powerbuilder based application.
--
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.