Sign in to follow this  
Halon

Linux Client - Show Village Plan - Export - Crash

Recommended Posts

When I try to export the village plan in linux the client crashes. It does not write anything to the log nor create a core dump. It just closes. This is from the launcher version I have not tested any others except in windows but it does not crash in windows.

 

=== System information ===
Executing from /home/USERNAME/wurm-launcher/
Operating system: Linux (arch: amd64, version: 4.19.66-1-MANJARO)
Java version: 1.8.0_211 (Oracle Corporation) <http://java.oracle.com/>
Jvm version: 25.211-b12 (Oracle Corporation) [Java HotSpot(TM) 64-Bit Server VM]
Available CPUs: 8

 

I can post the rest of my console log if wanted but it does not show anything other than settings.

 

It does writes the exported file but it is unusable and will not load in deedplanner.

 

Share this post


Link to post
Share on other sites

Same happens for me:-

 

=== System information ===

Executing from /home/USERNAME/Documents/wurm-launcher/

Operating system: Linux (arch: amd64, version: 4.15.0-58-generic)

Java version: 1.8.0_211 (Oracle Corporation) <http://java.oracle.com/>

Jvm version: 25.211-b12 (Oracle Corporation) [Java HotSpot(TM) 64-Bit Server VM]

Available CPUs: 8

Edited by solmark

Share this post


Link to post
Share on other sites

I have looked for one on the 2 times I tried to export the map. No luck thus far.

 

 

Can you give me a possible location to look? I have checked the most obvious locations but have not found anything.

Edited by Halon

Share this post


Link to post
Share on other sites

Still bugged, I tried wednesday patch and todays as well. 

 

Still closes the client when you try to save the map.

Share this post


Link to post
Share on other sites

I can confirm that to happen. The plan is shown, a location to write it to is asked for, and when hitting export the client stops.

 

Having started the client in a terminal, I get the following message after trying to export the village plan:

 

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  20 (X_GetProperty)
  Resource id in failed request:  0x5800020
  Serial number of failed request:  1746
  Current serial number in output stream:  1746
AL lib: (EE) alc_cleanup: 1 device not closed

 

I tried to run WurmClient under strace -i -f to find out more, yet only suspicious thing was an EAGAIN twice on a subprocess short before the termination (trace was 388MB long text barrage). No idea whether it has to do with. The <deedname>.MAP file did exist with 0 bytes length, no data written. 

 

Edited by Ekcin
  • Like 1

Share this post


Link to post
Share on other sites

I can confirm that to happen on debian 9

.xsession-errors

Initializing font texture for SansSerif (11, bold). Texture Size: 512
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  20 (X_GetProperty)
  Resource id in failed request:  0x3e00020
  Serial number of failed request:  1144
  Current serial number in output stream:  1144
AL lib: (EE) alc_cleanup: 1 device not closed

 

strace -d -p 4355
strace: new tcb for pid 4355, active tcbs:1
strace: ptrace_setoptions = 0x51
strace: attach to pid 4355 (main) succeeded
strace: Process 4355 attached
strace: [wait(0x80057f) = 4355] WIFSTOPPED,sig=SIGTRAP,EVENT_STOP (128)
strace: pid 4355 has TCB_STARTUP, initializing it
strace: [wait(0x00857f) = 4355] WIFSTOPPED,sig=133
futex(0x1e92674, FUTEX_WAIT_PRIVATE, 1, NULLstrace: [wait(0x06057f) = 4355] WIFSTOPPED,sig=SIGTRAP,EVENT_EXIT (6)) = ?
strace: [wait(0x000100) = 4355] WIFEXITED,exitcode=1
+++ exited with 1 +++
strace: dropped tcb for pid 4355, 0 remain

 

Edited by Rikhist
  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this