Search found 1140 matches

by DanKegel
Sun May 29, 2016 10:25 pm
Forum: Linux
Topic: pCon Planner for Linux
Replies: 4
Views: 4505

Re: pCon Planner for Linux

Looks like he did file a bug: https://bugs.winehq.org/show_bug.cgi?id=39955
by DanKegel
Thu Oct 24, 2013 10:36 pm
Forum: Linux
Topic: Epson scanner to scan via Wine?
Replies: 9
Views: 9654

Re: Epson scanner to scan via Wine?

Wait, which scanner, exactly?

I got my Epson scanner working fine in linux without wine.

(Although, back in 1998 or so, I seem to recall using Wine to run a scanner. Drivers were simpler back then.)
by DanKegel
Tue Oct 01, 2013 3:00 pm
Forum: Linux
Topic: One more try using winebuild
Replies: 2
Views: 2008

Re: One more try using winebuild

For what it's worth, there's no particular reason to use winebuild for user apps. You're better off using mingw, I think. See e.g. http://www.mingw.org/wiki/sampleDLL On Ubuntu, here's how to build that: sudo apt-get install mingw-w64 i586-mingw32msvc-g++ -c -DBUILDING_EXAMPLE_DLL example_dll.cpp i5...
by DanKegel
Mon Sep 23, 2013 2:26 pm
Forum: Linux
Topic: VS support being worked on?
Replies: 5
Views: 2410

Re: VS support being worked on?

For what it's worth, I think Visual Studio 2010 is somewhat close to working. As Dimesio wrote, Visual Studio 2012 is blocked by http://bugs.winehq.org/show_bug.cgi?id=17273 / http://bugs.winehq.org/show_bug.cgi?id=17195 which is a hard one. A couple people have tried hard, but nobody's come up with...
by DanKegel
Thu Sep 19, 2013 10:44 pm
Forum: Wine Help
Topic: The perils of GMAX
Replies: 37
Views: 21407

Re: The perils of GMAX

Hey Moose,
looks like this is fixed in Wine 1.7.1, give it a shot!
http://bugs.winehq.org/show_bug.cgi?id=25519
by DanKegel
Wed Sep 18, 2013 9:53 am
Forum: Linux
Topic: tomb raider
Replies: 4
Views: 2150

Re: tomb raider

I've updated that FAQ entry to point to our 64 bit instructions, too. It's not *that* bad anymore.
by DanKegel
Wed Aug 28, 2013 7:12 pm
Forum: Linux
Topic: Dungeons and Dragons Online (DDO) ipc_channel pipe errors
Replies: 3
Views: 4228

Re: Dungeons and Dragons Online (DDO) ipc_channel pipe error

Sounds like they're using embedded chrome framework or awesomium now.

Somebody might try running the chromium unit tests on wine again
( see http://bugs.winehq.org/show_bug.cgi?id=20353 for last time I tried it),
maybe that would show the problem in a simpler context.
by DanKegel
Mon Aug 26, 2013 7:04 pm
Forum: Linux
Topic: Problems getting ChemDraw 13 to work
Replies: 9
Views: 6951

Re: Problems getting ChemDraw 13 to work

This looks interesting:

fixme:msvcm:CrtImplementationDetails_DoDllLanguageSupportValidation stub

You're using Wine's msvcm, which is rather stubby. Native would be better.
Which winetricks are you using? Recent ones set that to native when you do 'winetricks vcrun2008' etc.
by DanKegel
Mon Aug 26, 2013 6:56 pm
Forum: Linux
Topic: League of Legends 3.10
Replies: 1
Views: 2436

Re: League of Legends 3.10

An earlier line looks troubling, too:

(process:23808): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
by DanKegel
Thu Aug 15, 2013 8:58 pm
Forum: Linux
Topic: Problems with The Sims 3 and Origin
Replies: 1
Views: 2156

Re: Problems with The Sims 3 and Origin

You're probably running into
http://bugs.winehq.org/show_bug.cgi?id=29876
See also
http://appdb.winehq.org/objectManager.p ... &iId=26175
I don't have any good workaround.
by DanKegel
Thu Aug 08, 2013 6:25 pm
Forum: Linux
Topic: Wine 1.6 Fails To Initialize Direct X
Replies: 28
Views: 22872

Re: Wine 1.6 Fails To Initialize Direct X

That error message shows up in http://bugs.winehq.org/show_bug.cgi?id=21708#c37 ...
by DanKegel
Mon Aug 05, 2013 4:21 pm
Forum: Linux
Topic: Wine 1.6 64-bit and .NET 4 installation
Replies: 2
Views: 7811

Re: Wine 1.6 64-bit and .NET 4 installation

Yeah, 'winetricks dotnet40' is how to install .net, once you have a 32 bit wineprefix. Is it THERMADATA™ LOGGER SOFTWARE Version: 3.4.16 from http://www.thermoworks.com/software/ ? Also, which hardware do you have? I assume it's the MkII with the usb cradle one? Chances are somewhat slim, since Wine...
by DanKegel
Wed Jul 31, 2013 11:34 pm
Forum: Linux
Topic: Mechwarrior 3 keeps crashing
Replies: 2
Views: 3055

Re: Mechwarrior 3 keeps crashing

Try wine-1.6? And if you still have trouble, attach a log.
by DanKegel
Wed Jul 31, 2013 11:27 pm
Forum: Linux
Topic: DIALux evo - installs but not launching......
Replies: 5
Views: 7892

Re: DIALux evo - installs but not launching......

"winetricks dotnet40", maybe?
by DanKegel
Wed Jul 31, 2013 11:23 pm
Forum: Linux
Topic: Tomoyo for sandboxing wine applications
Replies: 2
Views: 3722

Re: Tomoyo for sandboxing wine applications

Tomoyo looks like a good native sandbox.
It would be interesting to see Wine running in it.
I haven't tried it, don't know what configuration would be needed.
by DanKegel
Tue Jul 23, 2013 9:37 pm
Forum: Linux
Topic: Sonic & All-Star Racing Transformed on Ubuntu
Replies: 23
Views: 15682

Re: Sonic & All-Star Racing Transformed on Ubuntu

Somebody needs to figure out how the game is trying to access those disc images. Presumably a WINEDEBUG=+file log would be of interest. (Attached, not inline, please. And I probably don't have time to look at it myself :-( And attaching the log isn't likely to be as good as a wine dev trying it out ...
by DanKegel
Sun Jul 14, 2013 10:24 pm
Forum: Linux
Topic: wine development .net 4.5 and promoting linux
Replies: 3
Views: 2691

Re: wine development .net 4.5 and promoting linux

You'd have to ask the Mono team about .net 4.5 compatibility. Following Microsoft's lead is not a prescription for success for those who would replace it. Watch projects like Android, iOS, Steam, and Ubuntu; they don't emulate Windows slavishly. Wine will continue to evolve and expand the set of win...
by DanKegel
Fri Jul 12, 2013 11:27 pm
Forum: Wine Help
Topic: wine and too many files open
Replies: 2
Views: 4351

Re: wine and too many files open

It's probably the wineserver hitting some limit.
How many unix fds does it have open?

Find its pid, then do
ls /proc/NNNN/fd | wc -l
by DanKegel
Sun Jul 07, 2013 12:24 pm
Forum: Linux
Topic: gstreamer 32 vs 64 bit
Replies: 6
Views: 9515

Re: gstreamer 32 vs 64 bit

Last I heard from Maarten, his patch worked well except for the minor problem that
32 bit gstreamer doesn't co-install on recent ubuntu with 64 bit gstreamer, or something,
due to upstream dependencies not being set up for that yet.
by DanKegel
Sun Jul 07, 2013 12:21 pm
Forum: Wine Help
Topic: Can't install DirectX End-User Runtime.
Replies: 8
Views: 16307

Re: Can't install DirectX End-User Runtime.

BubbaB11, what game are you trying to play?

Did 'winetricks xact' help?
by DanKegel
Sun Jul 07, 2013 12:19 pm
Forum: Linux
Topic: "Open with Wine" not on 1.6-rc4 context menu
Replies: 2
Views: 2733

Re: "Open with Wine" not on 1.6-rc4 context menu

You should also ask whoever made the wine packages you're testing, maybe they forgot to do something.
by DanKegel
Sun Jul 07, 2013 12:18 pm
Forum: Wine Help
Topic: .net and vc redistributable don't install.
Replies: 4
Views: 4077

Re: .net and vc redistributable don't install.

Also be sure to use a recent version of wine and winetricks.
If you still have trouble, please give the versions of wine and winetricks.
by DanKegel
Sat Jul 06, 2013 11:49 pm
Forum: Linux
Topic: File to Patch? (Heap-related)
Replies: 8
Views: 4163

Re: File to Patch? (Heap-related)

The patch was a little hard to use because it wasn't an
attachment. I verified it still applies, and attached
a clean version of it to that bug.

You can just remove empty .o files, that usually solves that problem.
by DanKegel
Sat Jul 06, 2013 2:32 pm
Forum: Linux
Topic: wine on linux-x64_64: why need ia32 compat libs to compile?!
Replies: 4
Views: 2598

Re: wine on linux-x64_64: why need ia32 compat libs to compi

Try this, it's the easiest way to build a 32/64 bit wine on Ubuntu:

http://wiki.winehq.org/BuildingBiarchWineOnUbuntu
by DanKegel
Tue Jul 02, 2013 1:23 pm
Forum: Linux
Topic: RPC and dynamic array. Program crashes
Replies: 3
Views: 2666

Re: RPC and dynamic array. Program crashes

You should probably file a new bug.