http://bugs.winehq.org/show_bug.cgi?id=35083
Bug #: 35083
Summary: world of warplanes crashes after first loading
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 46798
--> http://bugs.winehq.org/attachment.cgi?id=46798
Terminal output
I created a fresh wine prefix on ubuntu 13.10 x64
Game downloaded itself and installed it without a problem
installation terminal output
http://www.mediafire.com/download/n8eilsy9yjqy6dl/installation%20terminal%2…
On the first launch of this game I got this error
http://i.imgur.com/1qZwT9H.png
Then I installed dx9 redistributable from winetrikes,
After this the game started however after the first loading game crashed
http://i.imgur.com/tqbnous.png
but I noticed that htop shows that world of warplanes is still running
--
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=12458
Summary: MySQL Workbench 5 aborts with NotImplementedException
ITextDocument.Range(Int32 cp1, Int32 cp2)
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://dev.mysql.com/downloads/workbench/5.0.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.bytebot.net/blog/archives/2007/11/27/workbench-beta-adventure-on…
complained that MySQLWorkbench didn't work on Wine, so I gave it a whirl.
On an empty .wine directory, it complained that it needed .net 2.
With 'winetricks dotnet20', it complained
"The operating system is not adequate for running MySQL Workbench 5.0 OSS"
(it requires WinNT version 502, and we're at 500).
With 'winetricks dotnet20 vista', it installed. Running failed early with
Unhandled Exception: System.NotImplementedException: The method or operation is
not implemented.
at System.Windows.Forms.UnsafeNativeMethods.ITextDocument.Range(Int32 cp1,
Int32 cp2)
at System.Windows.Forms.TextBoxBase.ScrollToCaret()
at MySQL.GUI.Shell.GrtPromptForm.ScrollToBottom()
at MySQL.GUI.Shell.GrtPromptForm.PrintText(String text)
at MySQL.GUI.Shell.GrtShellForm.PrintShellOutput(String text)
With "winetricks dotnet20 riched20 vista", it worked much better;
there was a fatal error dialog without much info, but if you ignore it,
the interface comes up and seems to work.
(Though all I really tried was Help.)
So my main complaint is our riched20 doesn't support com text services.
[Oddly, if Tahoma is installed (e.g. winetricks tahoma), it crashes hard
and early with
Unhandled Exception: System.ArgumentException: Parameter is not valid.
at System.Drawing.Font.GetHeight(Graphics graphics)
at System.Drawing.Font.get_SizeInPoints()
at System.Drawing.SystemFonts.FontInPoints(Font font)
at System.Drawing.SystemFonts.get_MenuFont()
but that's another bug, maybe.]
--
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=25496
Summary: Fotowall: Crash at Test GL
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine Fotowall 0.9 WinXP Vista 7.exe
4) press "SETUP" in right upper corner and then press "Test GL"
Behaviour:
Application crashes.
Expected behaviour:
Application shouldn't crash.
--
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=36893
Bug ID: 36893
Summary: Spin IDE (for Spin Semiconductor FV-1 DSP chip)
crashes when you try to assemble your code.
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: faultline1989(a)yahoo.com
Created attachment 49001
--> http://bugs.winehq.org/attachment.cgi?id=49001
The backtrace generated when this issue was encountered.
I'm using Linux Mint version 15. Wine version is 1.7.17.
The Windows installer for this program may be found here:
http://www.spinsemi.com/Products/software/spn1001-dev/SpinSetup_1_1_31.exe
Here is the main page describing the system:
http://www.spinsemi.com/products.html
After installing the program, download any of the ".spn" files at this page:
http://www.spinsemi.com/programs.php
Launch the SpinASM IDE and then open the .spn file so you are looking at the
code.
Click on the "a" icon at the top right of the tool bar to begin assembly of the
code. It crashes at this point.
--
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=36734
Bug ID: 36734
Summary: TrackMouseEvent TME_LEAVE should not be influenced by
dwHoverTime
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
When specifying both TME_LEAVE and TME_HOVER in a TRACKMOUSEEVENT, the provided
"dwHoverTime" timeout should only be applied to TME_HOVER, i.e. the hover event
should be emitted after "dwHoverTime" milliseconds. However, the WM_MOUSELEAVE
generated for TME_LEAVE should be sent instantly as soon as the mouse leaves
the window. As far as I can see, Wine delays the WM_MOUSELEAVE event by the
specified amount of milliseconds, although it shouldn't do that.
--
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=25834
Summary: Adobe Reader X cannot open in Protected Mode
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.crackjack(a)spamgourmet.com
Adobe Reader Protected Mode does not function, this error appears when starting
AcroRd32.exe
It's a minor issue as you can continue without it.
the log file is very short, so I'm not attaching it:
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:CreateRestrictedToken (0x90, 0x2, 3, 0xb08238, 19, 0xb08408, 3,
0xb07fc8, 0x32f04c): stub
--
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=22797
Summary: BoxedApp sample apps fail on Wine
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.boxedapp.com/boxedappsdk/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
BoxedApp is an SDK used by some debugging tools (dxprof in particular)
to hook function calls and emulate filesystem operations.
(It's a bit like Thinstall, which does work with Wine, thanks to Ge's efforts.)
I tried their four sample apps.
Sample1_DLLEmbeddsamples crashing.exe crashes after you click the 'call
function' button;
evidently the LoadLibrary hooking didn't work.
Samples 2 and 3 crash faster. Sample 4 seems to run (but might not do exactly
what it should).
I'll attach a +relay,+seh log of sample 1 running.
It seems to use mpr.dll as part of its magic.
--
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=33072
Bug #: 33072
Summary: dxdiag: can't retrieve network info
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
$ rm -rf ~/.wine
$ winetricks -q dxdiag
$ wine dxdiag /t foo.txt
Error: Problem getting network info, result code = 0x80040154 (Class not
registered)
(split off from bug 32846)
--
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.