Wine issues

Asked by Chris Morrison

Alright so I've been struggling to get a game running and what i did was download a couple of .dll files and replace the old ones in system 32, now ANY game I open will crash within about 10 seconds. I don't know exactly what I did or how to revert to the old ones. I have tried resetting wine to the default and rerunning setup which unfortunately did not work. Any help would be greatly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Solved by:
Chris Morrison
Solved:
Last query:
Last reply:
Revision history for this message
Chris Morrison (chris-morrison12) said :
#1

More specifically - I used https://help.ubuntu.com/community/WorldofWarcraft/Troubleshooting

and downloaded

msvcp60.dll (MD5: 6050bcc1b23f3df7a1876cbdcbac8232)
mfc42.dll (MD5: 7e4d1b552ee1dfa859ba9033b3670590)
riched20.dll (MD5: 878f0ebc1bef45694311f7d4f7fe3344)
riched32.dll (MD5: 804d815826fe00d6471c72d8299fcbb5)

And replaced the old ones.

Now when i open Minecraft it shuts down immediately.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Run it in a terminal, what is output?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Minecraft also has a Linux client, why not use that?

Revision history for this message
Chris Morrison (chris-morrison12) said :
#4

What do you mean by the first part? How do I do that?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Where did you install Minecraft to when you installed it? What path?

Revision history for this message
Chris Morrison (chris-morrison12) said :
#6

Minecraft's data is in my home>user>.minecraft if thats what you mean? Sorry just a bit new to this OS.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Then it's not in wine, wine ALWAYS installs to ~/.wine/drive_c

Are you using the native client or the WIndows one in wine??

Revision history for this message
Chris Morrison (chris-morrison12) said :
#8

Windows one in wine. I believe. It's Minecraftsp, and I open it using Java if that helps any?

Revision history for this message
Chris Morrison (chris-morrison12) said :
#9

Just ran it using wine and it created an error file. This is the error -

http://pastiebin.com/?page=p&id=4df07d228ebf6

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#10
Revision history for this message
Chris Morrison (chris-morrison12) said :
#11

I'm using 10.04 i believe. Would that change anything?

Also I have played minecraft before on this OS its just when i switched up some .dll files it decides to start crashing. May be unrelated but thats just what i linked to the problem.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#12

If you read the tread it is using your Linux java, there is no wine being used here at all. It even states this:

Environment Variables:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
USERNAME=wtflol
LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386
SHELL=/bin/bash
DISPLAY=:0.0
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 107 Stepping 2, GenuineIntel

So it is using Linux calls, not windows.....

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#13

Windows NT, bit of a givaway there, sorry

Try setting it to XP

Revision history for this message
Chris Morrison (chris-morrison12) said :
#14

Wait what?

Revision history for this message
Chris Morrison (chris-morrison12) said :
#15

If your talking about terminal>winecfg and then setting to windows xp from there.. It was already on xp. Not windows nt.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#16

Hmm, I guess XP is NT5, Tried Vista or Win7 etc?

Revision history for this message
Chris Morrison (chris-morrison12) said :
#17

No for both, tried running with wine. Then with java. Same error

Revision history for this message
Chris Morrison (chris-morrison12) said :
#18

Also with '08.

Revision history for this message
Chris Morrison (chris-morrison12) said :
#19

New error now, I think it may have something to do with drivers. Is there a way to rerun the setup when you first get ubuntu that offers to download suggested drivers?

--- BEGIN ERROR REPORT aldce528 --------
Minecraft: Minecraft Beta 1.6.6
Os: Linux (i386) version 2.6.32-32-generic-pae
Java: 1.6.0_20, Sun Microsystems Inc.
VM: OpenJDK Server VM (mixed mode), Sun Microsystems Inc.
LWJGL: 2.4.2
[failed to get system properties (java.lang.NullPointerException)]

org.lwjgl.LWJGLException: Could not choose GLX13 confix
at org.lwjgl.opengl.LinuxDisplayPeerInfo.initDefultPeerInfo(Native Method)
at org.lwjgl.opengl.LinuxDisplayPeerInfo.<init>(LinuxDisplayPeerInfo.java:52)
at org.lwjgl.opengl.LinuxDisplay.createPeerInfo(LinuxDisplay.java:684)
at org.lwjgl.opengl.Display.create(Display.java:854)
at org.lwjgl.opengl.Display.create(Display.java:784)
at org.lwjgl.opengl.Display.create(Display.java:765)
at net.minecraft.client.Minecraft.a(SourceFile:287)
at net.minecraft.client.Minecraft.run(SourceFile:683)
at java.lang.Thread.run(Thread.java:636)
--- END ERROR REPORT 8a7ead27 ----------

Revision history for this message
Jack Leigh (leighman) said :
#20

It's under System -> Administration -> Additional Drivers
What graphics card do you have?

Revision history for this message
Chris Morrison (chris-morrison12) said :
#21

ati radeon hd 4670

Revision history for this message
Chris Morrison (chris-morrison12) said :
#22

I believe.

Revision history for this message
Chris Morrison (chris-morrison12) said :
#23

Leighman you just solved my problem. I <3 you.

Revision history for this message
Jack Leigh (leighman) said :
#24

Glad to hear it :D

Revision history for this message
Chris Morrison (chris-morrison12) said :
#25

Oh, and thank you actionparsnip for your time and everything else :)