English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 10 November 2012, 03:18   #1
buckrogers
Registered User
 
buckrogers's Avatar
 
Join Date: Feb 2005
Location: Australia
Age: 46
Posts: 107
Launcher not loading due to UnicodeDecodeError [Solved]

I installed fs-uae according to the compile instructions under slackware/salix and made sure that all dependencies are installed, including wxPython and pygame. I can run fs-uae but when I run the launcher I get the following error:

"init_fsuae
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 48: ordinal not in range(128)".

This is true of both 2.0.1 and 2.1.3dev.

From the 2.0.1 launchers log:

lhafile module not found
FSUAELauncherApplication.on_create
loading settings from u'/home/lazenby/.local/share/fs-uae/launcher.settings'
settings file does not exist
config_startup_scan
... database.find_local_configurations
... walk configs_dir
... commit
Database.commit
set configurations_dir_mtime to 1352507051
kickstart_startup_scan
... database.find_local_roms
... walk kickstarts_dir
{}
... commit
Database.commit
set kickstarts_dir_mtime to 1352507051
FSUAE.start_with_args: [u'--list-joysticks']
current dir (cwd): /home/lazenby/fs-uae-2.0.1/launcher/scripts
using fs-uae executable: fs-uae
[u'fs-uae', u'--list-joysticks']
Traceback (most recent call last):
File "/home/lazenby/fs-uae-2.0.1/launcher/scripts/fs-uae-launcher", line 4, in <module>
main()
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/__init__.py", line 223, in main

File "build/bdist.linux-x86_64/egg/fs_uae_launcher/fsui/wx/application.py", line 12, in __init__
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/FSUAELauncher.py", line 61, in on_create
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/MainWindow.py", line 65, in __init__
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/MainWindow.py", line 138, in create_column
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/MainWindow.py", line 171, in add_column_content
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/MainWindow.py", line 226, in add_page
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/MainPanel.py", line 23, in __init__
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/config/InputGroup.py", line 38, in __init__
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/ui/config/InputSelector.py", line 42, in __init__
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/DeviceManager.py", line 112, in get_joystick_names
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/DeviceManager.py", line 43, in init
File "build/bdist.linux-x86_64/egg/fs_uae_launcher/DeviceManager.py", line 100, in init_fsuae
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 48: ordinal not in range(128)

Last edited by FrodeSolheim; 21 November 2012 at 18:38. Reason: Added [Solved] - changed title
buckrogers is offline  
Old 10 November 2012, 09:57   #2
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Hi, I understand the problem and can fix it. I would like a bit more information first, though. Can you please run the following command:
Code:
fs-uae --list-joysticks > joysticks.dat
And then send me the resulting file joysticks.dat to fs-uae@fengestad.no. Thanks!
FrodeSolheim is offline  
Old 17 November 2012, 16:32   #3
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
The problem was related to non-ASCII characters in joystick devices names, and should be fixed in the next development release. Thanks for sending me the file!
FrodeSolheim is offline  
Old 16 February 2014, 19:16   #4
TenLeftFingers
Registered User
 
TenLeftFingers's Avatar
 
Join Date: Sep 2013
Location: Ireland
Posts: 800
I'm getting this issue on version 2.4 of the Arcade Launcher on Ubuntu when a joystick is connected.
Attached Files
File Type: txt joysticks.dat.txt (201 Bytes, 234 views)
TenLeftFingers is offline  
Old 17 February 2014, 00:12   #5
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Are you sure it is exactly the same issue? fs-uae-arcade.log.txt would help to put that discussion to rest...
FrodeSolheim is offline  
Old 12 March 2014, 16:18   #6
TenLeftFingers
Registered User
 
TenLeftFingers's Avatar
 
Join Date: Sep 2013
Location: Ireland
Posts: 800
Sorry for the delay. Missed the email notification somehow - here you go.
Attached Files
File Type: txt fs-uae-arcade.log.txt (18.2 KB, 286 views)
TenLeftFingers is offline  
Old 16 March 2014, 13:56   #7
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by TenLeftFingers View Post
I'm getting this issue on version 2.4 of the Arcade Launcher on Ubuntu when a joystick is connected.
Likely fix implemented and will be included in 2.4.1 soon
FrodeSolheim is offline  
Old 16 March 2014, 14:04   #8
TenLeftFingers
Registered User
 
TenLeftFingers's Avatar
 
Join Date: Sep 2013
Location: Ireland
Posts: 800
Issue persists with 2.4.1

Last edited by TenLeftFingers; 27 March 2014 at 23:23.
TenLeftFingers is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Launcher UnicodeDecodeError [solved] degville support.FS-UAE 1 21 November 2012 17:44
Is it possible to tweak Launcher settings? [Solved] dreamkatcha support.FS-UAE 5 04 November 2012 17:58
Python errors from fs-uae-launcher [Solved] mocham support.FS-UAE 8 01 November 2012 19:54
Need a favour due to a HD crash Smiley MarketPlace 4 18 June 2006 01:15
Shadow of the Beast II (2) - Loading Problem Solved Bastjan support.Games 1 15 April 2005 02:43

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:41.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11030 seconds with 14 queries