wine stopped working after running fix 10.9.4. from the FAQ

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
relik1989
Level 2
Level 2
Posts: 10
Joined: Sat Dec 03, 2011 10:55 am

wine stopped working after running fix 10.9.4. from the FAQ

Post by relik1989 »

OK, the long story is that I am trying to get the game Aion to work. I was a able to run the game but when I would try to log-in the game would hang, (for those who don't know Aion is a MMORPG). I checked the terminal output and noticed;

Code: Select all

Failed to use ICMP (network ping), this requires special permissions
So a quick check of the FAQ and I found how to fix my issue. Its number 10.9.4. in the FAQ.

Now the problem is after running that command, nothing will run in wine anymore. I get the following error whenever I attempt to run any application in wine.

Code: Select all

fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
   at System.Windows.Forms.Control.set_Visible(Boolean value)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(Form mainForm)
   at ????????????????????????????????????.????????????????????????????????????.????????????????????????????????????()
INFO:

Wine ver: 1.3.28
OS: Ubuntu 11.10 64-bit

Installed using winetricks:
d3dx9
dotnet20
gdiplus
vcrun2005
relik1989
Level 2
Level 2
Posts: 10
Joined: Sat Dec 03, 2011 10:55 am

Post by relik1989 »

UPDATE:

The game is still not working, nor is any other games EX. Portal 2, which was working before. However some other apps will run such as, notepad, regedit, wine config, and im installing vcrun2008 right now.

So obviously wine inst broken completely, but something is definitely wrong here.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

wine stopped working after running fix 10.9.4. from the FAQ

Post by jjmckenzie »

On Sat, Dec 3, 2011 at 9:10 AM, relik1989 <[email protected]> wrote:
OK, the long story is that I am trying to get the game Aion to work. I was a able to run the game but when I would try to
log-in the game would hang, (for those who don't know Aion is a MMORPG). I checked the terminal output and noticed;

Code:
Failed to use ICMP (network ping), this requires special permissions



So a quick check of the FAQ and I found how to fix my issue. Its number 10.9.4. in the FAQ.

Now the problem is after running that command, nothing will run in wine anymore. I get the following error whenever I
attempt to run any application in wine.


Code:
fixme:sync:CreateMemoryResourceNotification (0) stub
Are you running Wine as Root? This is discouraged....

However, the errors you point out are .NET errors. Are you sure this
program requires .NET 2.0 or does it require a higher version such as
3.0 or 3.5?

James
relik1989
Level 2
Level 2
Posts: 10
Joined: Sat Dec 03, 2011 10:55 am

Post by relik1989 »

no no no I never run wine as root. as far as the .NET version, I have tried just about ever conceivable combinations of versions, right now I have them all installed because most of my other games require one or the other.

I should also mention that I am playing on a private server called Infinite Aion.
Locked