http://bugs.winehq.org/show_bug.cgi?id=22242
Summary: Paint.NET 3.5.4 installer fails with mono
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The Paint.NET installer fails with mono installed (via winetricks mono26).
The current blocking issue is the lack of ngen.exe. I sent a patch for that:
http://www.winehq.org/pipermail/wine-patches/2010-April/086832.html
After that, it apparently fails due to a FileNotFound error, which I suspect is
caused by a program's inability to detect its own path. We should switch
mscoree.dll to using the mono embedding api rather than calling mono.exe, so
that the GetCommandLine and GetModuleFileName(0) point to the program being
executed.
--
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=40837
Bug ID: 40837
Summary: error when opening KSafe.exe
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rico_server(a)live.co.uk
Distribution: ---
Created attachment 54810
--> https://bugs.winehq.org/attachment.cgi?id=54810
Wine crashes when I opening KSafe.exe
Wine crashes when I opening KSafe.exe
--
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=23094
Summary: R6034 runtime error during AVATAR Demo install
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
CC: dank(a)kegel.com
Towards the end of James Camerons AVATAR The Game Demo installation, It
installs the VC Runtime Library. At this point an error pops up stating:
R6034: An application has made an attempt to load the C Runtime library
incorrectly.
It does not effect the game and you are able to run it despite this error. To
get the message to not appear during install doing: winetricks vcrun2005 does
the trick.
The game is downloadable from:
http://www.bigdownload.com/games/james-camerons-avatar-the-game/pc/james-ca…
--
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=39993
Bug ID: 39993
Summary: OllyDbg fails to change some registers
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
If you try to set some registers in OllyDbg while debugging an application,
it'll reset them to original values after single step. This must mean that its
write request has failed.
To reproduce:
1. Run OllyDbg (2.x)
2. File->Open, choose any PE file, e.g. Test.exe from OllyDbg distribution
3. Press space bar, assemble something like `dw 0xfeeb` to make sure no
registers are changed on single step
4. Try to change any of the following registers (others work correctly):
* ST2 or any other FPU data register
* FST
* FCW
* MXCSR
* data register tags via right clicking on "empty" and selecting "zero"
5. Single step (pressing F7)
6. See the changed registers return to original values, i.e. fail to actually
change
--
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=42353
Bug ID: 42353
Summary: OllyDbg Step In on a "jump to self" instruction never
stops if it's the first instruction executed by
debuggee
Product: Wine
Version: 2.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
To reproduce
1. Launch OllyDbg (tested on 2.01)
2. Open an application, e.g. Test.exe coming in the OllyDbg distribution
3. After it loads, press <Space>, then in Assemble dialog type
dw 0xfeeb
and press <Enter> (or click Assemble button). This should assemble a `jmp short
<ModuleEntryPoint>` instruction.
4. Close Assemble dialog
5. Press F7 (shortcut for Step In)
6. See that right-bottom corner of the window (right-hand side of status bar)
has "Step in" text, which never switches back to Paused.
This result is wrong: the Step In action should set TF in EFLAGS, so that next
pass of control to debuggee will trap after executing one instruction. In
Windows XP OllyDbg gets control back immediately after pressing F7, while in
Wine this never happens at all with `jmp short $` instruction unless EIP
changes.
The same happens if instead of `EB FE` instruction you use `E9 FB FF FF FF`,
which is `jmp near $`.
Note that if you press F7 before step 3, everything works as expected.
--
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=27248
Summary: cannot unpack *.crx (extensions or themes) in Chrome
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34835)
--> (http://bugs.winehq.org/attachment.cgi?id=34835)
log: unpack crx file with chrome
1. Download the Chrome installer from
http://www.google.com/chrome?platform=win&hl=en
2. make sure bug 14864 is fixed, install Chrome:
wine-1.3.20-230-g456e48e
$ wine ChromeSetup.exe
3. start chrome with --no-sandbox
==
without --no-sandbox, chrome can not open any web site. is this a know bug? or
should I submit a separate bug?
==
$ wine chrome.exe --no-sandbox
4. open
https://chrome.google.com/webstore/detail/faamegfkmmdnkpdipihbehibalfjpmpk ,
install the theme package .
then there will be a message box says:
Can not unpack extension. To safely unpack an extension, there must be a path
to your profile directory that starts with a drive letter and does not contain
a junction, mount point, or symlink. No such path exists for your profile.
full log is attached .
--
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=23999
Summary: EMS SQL Manager 2010 Lite for PostgreSQL crashes after
10 min
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamb(a)info-s.pl
Created an attachment (id=30142)
--> (http://bugs.winehq.org/attachment.cgi?id=30142)
wine output
Wine 1.2
Linux Ubuntu 09.10 or
Linux Ubuntu 10.04
EMS SQLManager Lite for PostgreSQL v.4.7.08, freeware version, downloaded from
http://www.sqlmanager.net/en/products/postgresql/manager/download/5/134
To reproduce bug:
1. Install SQLManager
2. Start application and wait about 10 min
Application works fine. I not found other bugs. But after 10 min wine crashes.
--
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=17289
Summary: Slingplayer 2.0 fails with MSI error -1603: Fatal error
during installation
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://downloads.slingmedia.com/go/slingbox-desktop-us
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19297)
--> (http://bugs.winehq.org/attachment.cgi?id=19297)
"Feature transfer error" screenshot
Slingplayer 2.0 US tries to install the dotnet 2.0 SDK during installation but
fails. Using "winetricks dotnet20" the installation continues slightly further
but exits with error "-1603: Fatal error during installation".
--
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=35562
Bug ID: 35562
Summary: Slingplayer 2 crashes when starting stream
Product: Wine
Version: 1.7.10
Hardware: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer_2
.0.4522_Setup-Global.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: e54503f7085a5b62dfc373aaa6b98116bde784d4
Created attachment 47489
--> http://bugs.winehq.org/attachment.cgi?id=47489
Wine 1.7.12 console output
Slingplayer 2 crashes when starting to stream. This is a recent regression.
e54503f7085a5b62dfc373aaa6b98116bde784d4 is the first bad commit
commit e54503f7085a5b62dfc373aaa6b98116bde784d4
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Dec 23 18:16:51 2013 +0100
ntdll: Allocate TLS data in all running threads on module load.
:040000 040000 05e070154bacf55eb493a1aa46f61be3e89fa5e9
b23a82c25dcd2cd8ef325a53ac24adb8380d0ae0 M dlls
This commit can be reverted in latest git (Wine 1.7.12) and the crash goes
away.
However, native qcap also works around the crash.
Workarounds:
1. Ignore crash from Bug 17289 during install.
2. Native quartz (Bug 18556)
3. Native gdiplus (Bug 30899)
4. WMP10 (Bug 28669)
Slingbox required to test (AFAIK).
This is not Bug 34765 as that bug is too old.
--
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.